/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #eaebed;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h4, h5, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #ffffff;
	position: absolute;
	top: 15px;
	right: 20px;
}

	address a {
		color: #ffffff;
	}
	
	address a:hover { 
		color: #cccccc; 
	}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 3px;
	background: #333232;
	clear: both;
}

	h2 span { 
			font-size: 15px;
		}

h3 { 
	color: #000000;
	text-align: center;
	line-height: 1.5;
}

	h3 span { 
		font-size: 26px;
	}
	
h4 { 
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 3px;
	background: #76828a;
	clear: both;
}

h5 { 
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
	clear: both;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 15px 30px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 150px;
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: 2;
}

ul#mainnav li {
	display: inline;
	list-style: none;
	position: relative;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 142px;
	border: 1px solid #878787;
	border-left: 5px solid #000000;
	background: #f2f0f0;
	padding: 5px 0px 5px 3px;
	margin: 1px 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background: #ffffff;
}

/* Setting up sub-menu. */
ul#mainnav li ul#submenu {
	position: absolute;
	left: 122px;
	top: 0;
	display: none;
	}
	
ul#mainnav li ul#submenu li a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 147px;
	border: 1px solid #878787;
	border-left: 1px solid #878787;
	background: #ffffff;
	padding: 3px;
	margin: 0px;
	}
	
ul#mainnav li ul#submenu li a:hover {
	color: #000000;
	background: #fbf9f9;
	}

ul#mainnav li:hover ul#submenu, ul#mainnav li.over ul#submenu { 
	display: block;
	}
/* End sub-menu. */

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px;
	height: 15px;
	padding: 2px;
	clear: both;
	position: absolute;
	top: 4px;
	left: 10px;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0px 4px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #333333;
	}

ul#utilitynav li a:hover {
	color: #000000;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/bg-content.gif);
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

div#header {
	width: 770px;
	height: 190px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#leftside {
	width: 150px;
	padding: 235px 0px 0px 12px;
	text-align: left;
	float: left;
}

div#content {
	width: 555px;
	text-align: left;
	float: right;
	padding: 170px 45px 10px 0px;
	position: relative;
}

div.box {
	width: 510px;
	text-align: left;
	float: left;
	padding: 10px;
	margin: 5px 5px 20px 5px;
	border: 1px solid #cccccc;
	background: #f8fbfc;
}

div.columnlt {
	width: 250px;
	text-align: left;
	float: left;
	padding: 5px 20px 0px 0px;
	border-right: 1px solid #cccccc;
}

div.columnrt {
	width: 250px;
	text-align: left;
	float: left;
	padding: 5px 0px 0px 20px;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	background-image: url(images/bg-footer.gif);
	width: 770px;
	height: 34px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	position: relative;
}

	div#footer p {
		margin: 0px;
		font-size: 10px;
		color: #575656;
	}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #333333;
	padding: 5px 0px 5px 0px;
	position: absolute;
	top: 30px;
	right: 8px;
}

/* Set link style for copyright. */
div#copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

div#copyright img {
	border: none;
}

/* ----------------- ADMIN LOGIN ----------------- */

div#login {
	float: left;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 185px;
	right: 13px;
	width: 142px;
	height: 16px;
	text-align: left;
	padding-top: 17px;
	padding-left: 50px;
	background-image: url(images/bg-audio.gif);
	z-index: 3;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
	float: right;
}

img.rightnobrd {
	margin: 0px 0px 10px 15px;
	float: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

div#flash {
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 1;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

span.addy {
	float: right;
	margin-left: 70px;
}

div.contact {
	float: left;
	width: 275px;
}

iframe.noscroll {
	margin-top: -50px;
}

div#map {
	width: 550px;
	border: 1px solid #999999;
	margin: 20px auto;
}

div#contactinfo {
	width: 240px;
	border-left: 1px solid #999999;
	margin-left:20px;
	padding: 0 0 0 15px;
	float: right;
}

div#disclaimer {
	padding: 5px;
	margin-top: 20px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #333333;
	border-top: 1px dotted #cccccc;
	clear:both;
}

	div#disclaimer p {
		margin: 5px 0px;
		font-size: 9px;
		line-height: 1.3;
	}