/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #d05b2d url(images/bg-site.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, a, ul, li, address {
	color: #353737;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin: 15px 10px;
	padding: 5px 0px 8px 0px;
	border-top: 1px solid #9c957a;
	border-bottom: 1px solid #9c957a;
}

h1 { 
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	position: absolute;
	top: 150px;
	left: 210px;
	width: 285px;
	z-index: 2;
}

h2 { 
	font-size: 14px;
}
h3  {
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}
a.menu:link, a.menu:visited, a.menu:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a.menu:hover {
	text-decoration: underline;
}




/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 20px 25px;
	list-style-type: square;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px 0px 50px 19px;
	padding: 0px;
	width: 152px;
}

ul#mainnav li {
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 143px;
	border-bottom: 1px solid #7d7d7d;
	padding: 5px 0px 2px 5px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FF6600;
}
	
/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	width: 760px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none;
}

ul#utilitynav li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #000000;
	}

ul#utilitynav li a.last {
	border-right: none;
}

ul#utilitynav li a.first {
	padding-left: 0px;
}

/* ----------------- BODY ----------------- */
	
div#container {
	width: 100%;
	background: url(images/bg-site2.jpg) no-repeat;
	position: relative;
	min-height: 650px; /* This controls the height of the div in most browsers to make sure the content div clears the absolute positioned nav and address*/
	_height: 650px; /* This controls the height of the div in IE using the underscore hack (http://www.wellstyled.com/css-underscore-hack.html)*/
}

div#header {
	background-image: url(images/bg-header.jpg);
	width: 770px;
	height: 176px;
	text-align: left;
	position: relative;
}

div#content {
	width: 770px;
	margin: 0;
	background-image: url(images/bg-content.gif);
	clear: both;
}

div#content2 {
	width: 770px;
	background: url(images/bg-content2.jpg) no-repeat;
}

div#leftside {
	width: 192px;
	padding: 1px 1px 8px 5px;
	text-align: left;
	float: left;
	position: relative;
}

div#rightside {
	width: 542px;
	padding: 170px 15px 15px 15px;
	text-align: left;
	float: right;
	position: relative;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 760px;
	margin: 15px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 5px 0px;
	clear: both;
	border-top: 1px solid #9f9676;
	text-align: left;
}

/* Set link style for copyright. */
div#copyrightcontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- ADMIN LOGIN ----------------- */
div#login {
	float: right;
}

	div#login p {
		font-size: 9px;
		color: #414040;
	}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 134px;
	right: 150px;
	width: 118px;
	height: 15px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 25px;
	z-index: 3;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div#mapviewer {
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	width: 530px;
}

img#cta {
	position: absolute;
	top: 0px;
	left: 4px;
}
