/* CSS Document */

body  {
	font-size: 62.5%;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #ECECEC;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#ec1f24;
	font-weight:normal;
}

a:visited {
	text-decoration:none;
	color:#ec1f24;
}

a:hover{
	text-decoration:underline;
}

a#wildlife:hover, a#wildlife:active, a#wildlife:focus {
	text-decoration:none;
	cursor:pointer;
}

h2 {
	font-size:1.4em;
	padding:5px 0 12px 0;
	line-height:1.1em;
	color:#000000;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:964px;
	text-align:left;
	/*padding:0px 44px 0 40px;*/
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.1em;
	background-image:url(../images/restyle/shadow.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0 18px 0 18px;
	background-color:#FFF;
}


#content {
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:15px;
	line-height:1.3em;
}

#intro {
	background-image:url(../images/restyle/horizontal_shadow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#intro h1 {
	margin-left:10px;	
	font-size:2.3em;
	color:#999999;
	letter-spacing:-1px;
	padding-bottom:15px;
}

#intro p {
	margin-left:10px;
	font-size:1.3em;
	line-height:1.2em;
	padding:15px 0 5px 0;
}

#info-container {
	padding-left:12px;
	margin-bottom:10px;
}

.infobox {
	width:217px;
	float:left;
	padding-right:12px;
	margin-right:12px;
	border-right: dashed 1px #c0c0c0;
	min-height:240px;
}

* html .infobox {
	height:240px;	
}

* html #mid-container .infobox {
	height:149px;	
}

#mid-container .infobox {
	/*background-color:#f1f6c9;*/
	background-color:#d5d7da;
	min-height:149px;
	border-right:none;
	padding-right:20px;
	margin-right:0px;
	margin-top:22px;
	padding-top:15px;
}

#mid-container .last {
	
	padding:0px 14px 1px 0px;
	margin-left: 15px;
	margin-top:0px;
	background-color:#FFF;
	width:200px;
	border-bottom:#CCC solid 1px;
	
}
#mid-container .last p {
	
	font-size:1.5em;
	line-height:1.4em;
}

#mid-container .last a {
	
	font-size:1.4em;
	line-height:1.5em;
}

#mid-container #nopadding {
	padding-top:0px;	
}

#wildlife_txt {
	font-size:0.9em;
	padding: 5px 0 0 0;
	width:220px;
}

.infobox p {
	padding-bottom:0px;	
}


.last {
	padding-right:0px;
	margin-right:0px;
	border-right:0px;
}

#mid-container {
	margin: 15px 0 30px 12px;
	}

#mid-container img {
	vertical-align:bottom;	
}

* html #mid-container {
		
}

.info-wildlife {
	/*width:240px;*/
	width:20em;
	
	padding:30px 0px 0px 27px;
	color:#ffffff;
	margin-right:0px;
	padding-right:0px;
	
}

.info-wildlife p {
	padding-bottom:0px;
}

.info-wildlife h2 {
	color:#ffffff;
	padding-bottom:6px;
}


#footer {
	background-image:url(../images/restyle/footer_curve.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	overflow:hidden;
	padding:50px 0 15px 0;
	font-size:0.8em;
}

#footer p {
	margin-left:12px;
	padding-bottom:0px;
}












