/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0; 
	padding: 0; 
	text-align: center; 
	background: url(images/bg-body.jpg) top left repeat-x;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {font-family: Arial, Helvetica, sans-serif;text-align: left;}
p, li {font-size: 12px;}
p, h1 {margin: 15px 0;}
h1 {
	font-size: 16px;
	border-bottom: 1px solid #C6C2A5;
	color: #20720C;
	margin-top: 8px;
}
h2 {
	font-size: 14px;
	margin: 0px;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 470px;
	left: 25px;
	color: #20720C;
}
address a { color: #20720C; }

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left 			{float: left; margin: 0 15px 15px 0;}
.right 			{float: right; margin: 0 0 15px 15px;}
.leftborder 	{padding: 2px; border: 1px solid #000; float: left; margin: 0 15px 15px 0;}
.rightborder 	{
	padding: 2px;
	border: 1px solid #C6C2A5;
	float: right;
	margin: 0 0 15px 15px;
}
.border 		{padding: 2px; border: 1px solid #000;}
.clear 			{clear: both;}
.center 		{text-align: center;}
.ulleft 		{
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 50px;
	white-space: nowrap;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {}
/* ----------------- Vertical --------------------- */
div#nav {
	position: absolute;
	top: 260px;
	left: 11px;
	width: 243px;
}
ul#mainnav {margin: 0;padding: 0;}
ul#mainnav li {display: inline; list-style: none;}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #20720C;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #EFEAA3;
	letter-spacing: 1px;
	width: 243px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #20720C;
	background: #EFEAA3;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 775px;
}
div#header {
	width: 775px;
	height: 220px;
	background: url(images/bg-header.jpg) top left no-repeat;
}
div#content-top {
	background: url(images/bg-content-top.jpg) no-repeat;
	height: 41px;
	width: 775px;
	position: relative;
}
div#content {
	background: url(images/bg-content.jpg) top left repeat-y;
	padding: 1px 10px 1px 265px;
	line-height: 18px;
	color: #75704A;
	width: 500px;
	min-height:380px; 	/* This controls the height of the div in most browsers to make sure the content div clears the absolute positioned nav and address*/
	_height:380px;		/* This controls the height of the div in IE using the underscore hack (http://www.wellstyled.com/css-underscore-hack.html)*/
}
div#content strong { color: #20720C; }
div#content .contactleft {
	float: left;
	width: 210px;
	margin-right: 30px;
}

div#footer {
	height: 20px;
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
div#footer a:link, div#footer a:visited { color: #FFFFFF; }
div#copyright {
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
div#copyright a:link, div#copyright a:visited {color: #000;}
div#copyright .ypimg {margin: 5px 0;}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top: 265px;
	left: 655px;
}
div#map {
	padding: 2px;
	margin-bottom: 15px;
	border: 1px solid #C6C2A5;
	width: 490px;
	height: 400px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
