/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", "Arial", sans-serif;
	color: #4b4c4d;
}

h1, h3, h4, h5, h6 {
	font-size: 130%;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	color: #000000;
}

h2 {
  font-size: 140%;
  font-family: "Verdana", "Arial", sans-serif;
  font-weight: normal;
  color: #ffffff;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background-color: #e4e1da;
}

#top_shadow {
  width: 824px;
  margin: 20px auto 0px auto;
}

#shadow {
  background: #e4e1da url(/images/shadow.jpg) repeat-y;
  width: 824px;
  margin: 0px auto;
}

#container {
  width: 760px;
  margin: 0px auto;
  background-color: #ffffff;
  padding: 20px;
}

#logo {
  float: left;
  width: 150px;
  
}

#intro {
  float: right;
  width: 590px;
  margin-top: 15px;
}

/*Links in intro paragraph*/
a.river,
a:link.river,
a:visited.river {
  color: #218d42;
}

a:hover.river,
a:active.river {
  color: #63bc47;
}

a.fish,
a:link.fish,
a:visited.fish {
  color: #0080ae;
}

a:hover.fish,
a:active.fish {
  color: #74b3df;
}

a.wild,
a:link.wild,
a:visited.wild {
  color: #1072ba;
}

a:hover.wild,
a:active.wild {
  color: #01448c;
}

a.discover,
a:link.discover,
a:visited.discover {
  color: #ca5e23;
}

a:hover.discover,
a:active.discover {
  color: #f58320;
}

/*Portal Boxes - Actual links to different websites*/
#river,
#fish,
#wild,
#discover {
  text-decoration: none;
  width: 370px;
  font-size: 95%;
  color: #4b4c4c;
}

.header {
  height: 40px;
  padding: 12px 0 0 17px;
  text-decoration: none;
}

.header h2 {
  text-decoration: none;
}

p img {
  margin-top: -10px;
  margin-bottom: 5px;
}

#river {
  float: left;
  background-color: #e9f3e3;
}

#river .header {
  background: url(/images/river_grad.jpg) repeat-x;
}

#river p {
  text-align: center;
}

#river p img {
  border: 1px solid #63bc47;
}

#river p span.underline {
  color: #63bc47;
  text-decoration: underline;
}

#fish {
  float: right;
  background-color: #e9f1f9;
}

#fish .header {
  background: url(/images/fish_grad.jpg) repeat-x;
}

#fish p {
  text-align: center;
}

#fish p img {
  border: 1px solid #088bb0;
}

#fish p span.underline {
  color: #0080ae;
  text-decoration: underline;
}

#wild {
  float: left;
  background-color: #dee4f3;
  margin-top: 20px;
}

#wild .header {
  background: url(/images/wild_grad.jpg) repeat-x;
}

#wild p {
  text-align: center;
}

#wild p img {
  border: 1px solid #1072ba;
}

#wild p span.underline {
  color: #1072ba;
  text-decoration: underline;
}

#discover {
  float: right;
  background-color: #ffecda;
  margin-top: 20px;
}

#discover .header {
  background: url(/images/discover_grad.jpg) repeat-x;
}

#discover p {
  text-align: center;
}

#discover p img {
  border: 1px solid #f58320;
}

#discover p span.underline {
  color: #f58320;
  text-decoration: underline;
}

/*Clears all the floats so that #container background colour is applied*/
#clear {
  clear: both;
}

#bottom_shadow {
  width: 824px;
  margin: 0px auto;
}

#footer {
  width: 800px;
  margin: -10px auto 10px auto;
}

#footer p {
  text-align: right;
  color: #000000;
  font-size: 90%;
}