@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #175129;
	background-image: url(greenback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma;
	color: #200b03;
	font-size: 14px;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ede09e;
	border-left-color: #ede09e;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ede09e;
}
#masthead {
	background-image: url(images/masthead.jpg);
	height: 180px;
}

#mastheadhome {
	background-image: url(images/mastheadhome.jpg);
	height: 106px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#speciesnav {
	margin: 0px;
	padding: 0px;
	height: 150px;
}

#header {
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ede09e;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#homebannerpict {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 274px;
	width: 800px;
}

#bannerpict {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 200px;
	background-image: url(images/banner1inside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.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 a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#topnav {
	text-align: right;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* start of list style navigation */
#topnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
		}

#topnav li {
	height: 44px;
	width: 106px;
	float: right;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
}

#topnav a {
	text-align: center;
	color: #ede09e;
	text-decoration: none;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	} 


#topnav a:hover {
	color: #99CC00;
	}
	
#homenav {
	background-image: url(images/sidenavback.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 150px;
	float: left;
	padding-top: 74px;
}
#nav {
	background-image: url(images/sidenavback2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 150px;
	float: left;
}	
	
/* start of sidebar list style navigation */
#mainnav {
	height: 200px;
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#homemainnav {
	height: 274px;
	margin: 0px;
	padding: 0px;
	width: 950px;
}
#nav {
	
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #200b03;
	
	}
#nav a {
	text-transform: none;
	text-align: left;
	color: #b8a679;
	text-decoration: none;
	display: block;
	height: 22px;
	width: 135px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	} 

#nav a:hover {
	color: #c58015;
	}
	
#homenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#homenav li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #200b03;
	
	}
#homenav a {
	text-transform: none;
	text-align: left;
	color: #b8a679;
	text-decoration: none;
	display: block;
	height: 22px;
	width: 135px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	} 

#homenav a:hover {
	color: #c58015;
	}	
	
#maincontent {
	background-image: url(images/maincontentback2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homemaincontent {
	background-image: url(images/maincontentback2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	color: #FFF7bd;
}
#contentcontainer {
	padding: 0px;
	float: right;
	border: 2px solid #ede09e;
	width: 720px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#pagecontent {
	margin: 0px;
	padding: 15px;
	height: 100%;
}
#footer {
	font-size: 12px;
	color: #FFFF99;
}

.imgborders {
	background-color: #6a8f51;
	padding: 2px;
	border: 6px solid #09421b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imgbordersnomargin {
	background-color: #6a8f51;
	padding: 2px;
	border: 6px solid #09421b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#homesidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
	color: #FFF7bd;
}
#homeadcontainer {
	float: right;
	background-image: url(images/homeadboxback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 740px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footercontainer {
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 32px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 220px;
}

#homeadcontainer img {
	margin: 0px;
	padding: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #09421b;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09421b;
}
.highlighttext {
	color: #996600;
	font-weight: bold;
}
.pricetable {
	border-collapse:collapse;
}
.pricetable td {
	border: 1px solid #996633;
	
}

.photodiv {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 100%;
}

.photodiv img {
	border: 2px solid #666633;
	padding: 4px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}

.locationbox {
	border: 1px solid #006633;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #993300;
}
a:hover {
	font-weight: bold;
	color: #006633;
}
.weathertable p {
	font-size: 12px;
}
.form {
}
#player {
	padding: 0px;
	float: right;
	width: 350px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#playertext {
	float: left;
	width: 280px;
}
.rightimagediv {
	padding: 0px;
	float: right;
	width: 320px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}
.speciesphotodiv {
	height: 100px;
	width: 310px;
	float: right;
	padding: 0px;
	margin: 0px;
}
.speciesphotodiv img {
	border: 2px solid #666633;
	padding: 4px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.smalltext {
	font-size: 11px;
}
