
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background: top center repeat-x url("../images/top_bg.png");
	background-color: #F4F4E5;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #393933;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #393933;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: small;
	color: #393933;
}

td, th {
	font-size: small;
	color: #393933;
	vertical-align: top;
	text-align: left;
}

img {
	border: 0px;
}

a {
	font-size: small;
	color: #d63200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 180%;	
	color: #d77039;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #788c89;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 160%;	
	color: #d77039;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px solid #788c89;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 


#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 905px;
}

#navigation {
	background: url(../images/top_banner.png) no-repeat;
	padding: 77px 0px 0px 280px;
	height: 34px;
}

#page_content {
	width: 816px;
	background: url(../images/page_bg.png) repeat-y;
	padding: 30px 30px 0px 60px;
}

#main_area {
	float: left;
	width: 650px;
	padding-right: 30px;
}

#right_images {
	float: left;
	width: 130px;
}

#right_images img {
	display: block;
	margin: 0 0 15px 0;
	border: 1px #ce4500 solid;
}

#footer {
	clear: both;
	padding: 10px 0px 30px 0px;
	margin-top: 10px;
	color: #788c89;
	font-weight: bold;
}

#footer a {
	color: #788c89;
	font-weight: bold;
}

/* nav styles */

.nav_item {
	display: block;
	height: 34px;
	text-align: center;
}

.nav_item_active {
	display: block;
	height: 34px;
	background-position: 0 -34px  !important;
	text-align: center;
}

.nav_item:hover {
	background-position: 0 -34px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 71px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_family {
	width: 71px;
	background: url(../images/nav/family.png) no-repeat 0 0;
}

#nav_fun {
	width: 71px;
	background: url(../images/nav/fun.png) no-repeat 0 0;
}

#nav_wildlife {
	width: 71px;
	background: url(../images/nav/wildlife.png) no-repeat 0 0;
}

#nav_links {
	width: 71px;
	background: url(../images/nav/links.png) no-repeat 0 0;
}

#nav_gallery {
	width: 71px;
	background: url(../images/nav/gallery.png) no-repeat 0 0;
}

#nav_blog {
	width: 71px;
	background: url(../images/nav/blog.png) no-repeat 0 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li a {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

#nav li a:hover {
	color: #0071c6;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #637289;
	width: 120px;
	padding: 0 5px 0 5px;
	border: 1px #fff solid;
	border-top: 0;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* content page */

#page_content #col1 {
	float: left;
	width: 650px;
}

#page_content #col2 {
	float: left;
	width: 125px;
	margin: 50px 0 0 30px;
}

#col2 img {
	border: 1px solid #ce4500;
	margin: 0px 0px 15px 0px;
}

/* general styles */

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}
