/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0;
	padding: 0;
	background: #bc9721 url("images/bg-site.gif") repeat-x;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 10px 3px;
	padding: 8px 5px 16px 5px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	border-top: 1px dotted #d3ce84;
	border-bottom: 1px dotted #d3ce84;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #082408;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
}

h2 { 
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #670101;
	text-align: center;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 20px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 5px 30px 20px 25px;
}

li {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 770px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background: #016701 url("images/bg-nav.gif") no-repeat;
}

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: 4px 10px 4px 10px;
	font-size: 11px;
	font-weight: bold;
	background: url("images/bg-nav-divider.gif") no-repeat center right;
}
div#video {
	font-size: 12px;
	padding: 10px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D3CE84;
	margin-top: 5px;
}


ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	background-color: #8f700f;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px;
	padding: 0px;
	height: 15px;
	padding: 5px 2px;
	background: #717171;
	border-top: 1px solid #8c8f94;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #edebeb;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: normal;
	border-right: 1px solid #edebeb;
	}

ul#utilitynav li a:hover {
	color: #ffffff;
}

ul#utilitynav li a.last {
	border-right: none;
}

ul#utilitynav li span {
	font-weight: bold;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg-body.gif") repeat-y;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg-header.jpg") no-repeat;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#rightside {
	width: 190px;
	padding: 0px;
	text-align: left;
	float: right;
	position: relative;
}

	div#rightside img {
		border: none;
	}
	
div#content {
	width: 550px;
	padding: 18px 15px 15px 15px;
	text-align: left;
	float: left;
	position: relative;
}

div.panel {
	width: 200px;
	padding: 5px;
	text-align: left;
	float: right;
	margin-left: 15px;
	border-left: 1px dotted #cccccc;
}

	div.panel img {
		border: 1px solid #cccccc;
	}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeddc;
	padding: 10px 0px 5px 0px;
	text-align: left;
	clear: both;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #eeeddc;
}

div#copyright a:hover {
	color: #ffffff;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 10px 15px;
	border: 1px solid #cccccc;
	float: right;
}

img.left {
	margin: 0px 10px 10px 0px;
	border: 1px solid #cccccc;
	float: left;
}

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;
	color: #006a56;
}

.center {
	text-align: center;
}

div#cta {
	background-image: url(images/cta-bg.jpg);
	width: 216px;
	height: 174px;
	margin-bottom: 2px;
}

div#audiocontainer {
	background: #f6f5e2;
	padding: 3px 0px;
	margin: 1px 0px;
}

div#audio {
	width: 112px;
	height: 20px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-left: 75px;
}

div#login {
	float: right;
}

iframe.noscroll {
	margin-top: -50px;
}

div#map {
	margin: 20px auto;
	width: 500px;
	border: 1px solid #cccccc;
}

div#switchbtn {
	background: #fde24d;
	border: 1px solid #cccccc;
	padding: 3px 5px;
	margin-bottom: 5px;
	text-align: center;
}

	div#switchbtn p {
		font-size: 10px;
		font-weight: bold;
		margin: 0;
		font-style: italic;
	}
	
	div#switchbtn span {
		font-size: 14px;
	}
	
	div#switchbtn a {
		text-decoration: none;
		font-weight: bold;
		font-style: italic;
	}
	
	div#switchbtn a:hover {
		color: #000000;
	}
