/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #c2d7eb;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 50px 0px 10px 5px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #333333;
}

h1 { 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
}


h2 { 
	margin: 5px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #273716;
	padding: 5px 0px 0px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 35px;
	list-style-type: square;
}

ul.left {
	float: left;
}

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 {
	padding: 0px 0px 0px 0px;
	width: 150px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	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: #212121;
	text-decoration: none;
	display: block;
	width: 144px;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 5px;
	background-color: #e7e5e5;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #ffffff;
	background: #3a3939;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 764px;
	padding: 3px;
	background: #11359b;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #ffffff;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

div#footnav a:hover {
	color: #cccccc;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/body_bg.gif);
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 105px;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 150px;
	padding: 0px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 620px;
	text-align: left;
	padding-bottom: 10px;
	float: right;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px 0px 5px 0px;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 105px;
	right: 1px;
	width: 198px;
	height: 43px;
	text-align: center;
	padding-top: 110px;
	background-image: url(images/audioinfo.gif);
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 0px 10px 5px 10px;
	border: 1px solid #000000;
	float: left;
}

img.right {
	margin: 0px 10px 5px 10px;
	border: 1px solid #000000;
	float: right;
}

img.border {
		border: 1px solid #000000;
	}

div.clear {
	clear: both;
	line-height: 0px;
}

div#maps {
	width: 450px;
	margin: 20px auto;
	border: 1px solid #000000;
}

iframe.noscroll {
	margin-top: -50px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}
