/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #e8e3cb;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h2, a, ul, li, address {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.5;
}

blockquote {
	margin: 5px 40px 15px 20px;
	font-size: 11px;
	line-height: 1.5;
	float: left;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #333333;
}

h1 { 
	font-size: 18px;
	font-weight: bold;
	color: #5b4b04;
	text-align: left;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px dotted #cccccc;
	width: 565px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #282827;
	text-align: left;
	margin: 5px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 20px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #1a9db5; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #4d4c4c; 
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 762px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 215px;
	left: 7px;
	border-left: 1px solid #e4ebec;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 6px 9px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #e4ebec;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #785a40;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px auto;
	padding: 3px 0px;
	width: 770px;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #5b4b04;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #5b4b04;
	}

ul#utilitynav li a:hover {
	color: #333333;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 242px;
	text-align: left;
	background-image: url(images/bg-header.gif);
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

div#container{
	width: 770px;
	margin: 10px auto 3px auto;
	padding: 0px;
	background: #d7bfa9;
	position: relative;
}

div#content {
	width: 730px;
	padding: 20px;
	text-align: left;
	clear: both;
	background: #fcf9eb;
	position: relative;
}

div.panel {
	width: 350px;
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 5px 15px;
	text-align: left;
	border-left: 1px solid #d2ccae;
	float: right;
}

div.box {
	margin: 10px 0px;
	padding: 10px;
	text-align: left;
	background: #eadda3;
	border: 1px solid #d2ccae;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 748px;
	height: 40px;
	padding: 10px;
	border-top: 1px solid #cfd0a3;
	border-right: 1px solid #cfd0a3;
	border-left: 1px solid #cfd0a3;
	text-align: left;
	clear: both;
}

div#footerleft {
	float: left;
	text-align: left;
	width: 300px;
}

div#footerright {
	float: right;
	text-align: right;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5b4b04;
	padding: 10px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #5b4b04;
}

div#copyright a:hover {
	color: #333333;
}

div#copyright img {
	border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px 0px 5px 15px;
	float: right;
}

div.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

img.print {
	border: none;
	vertical-align: middle;
}

iframe.noscroll {
	float: left;
	margin: -150px 0px 0px -30px;
}

div#audio {
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(images/bg-audio.gif);
	width: 114px;
	height: 16px;
	padding: 20px 0px 0px 74px;
	z-index: 2;
}

div#login {
	float: right;
}

div#cta {
	position: absolute;
	top: 57px;
	left: 0px;
	background-image: url(images/cta.jpg);
	width: 151px;
}

div#map {
	width: 400px;
	margin: 0px 0px 10px 15px;
	border: 1px solid #cccccc;
	float: right;
}

span.title {
	width: 200px;
	float: left;
}

span.staff {
	width: 150px;
	float: left;
}