/* -----------------------------------------------------------------------
 Title:      	Beaver Valley 2009 Stylesheet
 Author:     	Ryan Scherler
 Site:			//
 Vesion: 		1.0
 Created: 		06/16/2009
 Last Modified: 06/16/2009
 Modified by: 	Ryan Scherler
 Copyright: 	2009, Beaver Valley.  All rights resevered.
----------------------------------------------------------------------- */

/* begin reset
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through} */
/* end reset */

body {
	margin: 0;
	padding: 0;
	background: #2c3b0e;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #4a4203;
	line-height: 1.5em;
}

#wrapper {
	width: 1040px;
	margin: 0 auto;
	background: #b0b364;
}

#header {
	position: relative;
	width: 1040px;
	height: 540px;
	background: url(../images/header.jpg) no-repeat 0 0;
}
.table_bg_1 {
	background: #FFFFCC;
}

.table_bg_2 {
	background: #C2C285;
}
#logo {
	position: absolute;
	top: 20px;
	left: 25px;
}

/* @topnav */

#topnav {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 310px;
	height: 37px;
}

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

#topnav li {
	padding: 0;
	margin-right: 10px;
	float: left;
}

#topnav li.last {
	margin-right: 0;
}

#topnav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav li {
	padding: 0;
	margin-right: 10px;
	float: left;
}
#subnav li a:hover {
	color: #2c3b0e;
}

#subnav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#subnav li a:hover {
	color: #2c3b0e;
}
#topaddress {
	position: absolute;
	right: 25px;
	bottom: 25px;
	font-weight: bold;
	font-size: 16px;
	color: #2c3b0e;
}

#topaddress p {
	line-height: 1.25em;
}

#topaddress a {
	color: #2c3b0e;
}

/* @nav */

#nav {
	padding-left: 40px;
	border-top: 1px solid #2c3b0e;
	border-bottom: 5px solid #2c3b0e;
}

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

#nav li {
	float: left;
	margin: 0 30px 0 0;
	list-style: none;
	text-align: center;
	line-height: normal;
}

#nav li.last {
	margin-right: 0;
}

#nav li a {
	display: block;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #2c3b0e;	
}

#nav li a:hover {
	color: #fff;
}

#main {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

#main .col-1 {
	width: 400px;
	float: left;
	padding-right: 25px;
}

#main .col-2 {
	width: 500px;
	float: left;
}

#main h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

#main h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

#main p, #main ul {
	line-height: 1.5em;
	margin-bottom: 20px;
}

#main h4 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #FFFFFF
}

#main h5 {
	font-size: 10px;
	margin-bottom: 15px;
	color: #FFFFFF
}
