/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #475864;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address {
	color: #575656;
	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;
	line-height: 1.3;
	color: #475864;
	margin: 10px 5px 20px 0px;
	text-align: right;
}

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 235px;
	left: 210px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #184bb1;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 50px 15px 35px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
	color: #666600;
}

/* ----------------- 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;
	margin: 0px;
	position: absolute;
	top: 62px;
	left: 0px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 15px;
	padding: 7px 0px 2px 37px;
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 15px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/nav_on_bullet.gif);
}
	
/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	padding: 3px;
	background: #273844;
	height: 14px;
	border-top: 5px solid #f1f7fa;
	clear: both;
}

	div#footnav p {
		margin: 0px;
		color: #c9d6dd;
		font-size: 9px;
	}

	div#footnav a {
		text-decoration: none;
		font-weight: normal;
		color: #c9d6dd;
	}
	
	div#footnav a:hover {
		color: #ffffff;
	}

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

/* ----------------- BODY ----------------- */

div#container {
	width: 760px;
	margin: 10px auto 3px auto;
	background-image: url(images/bg_content.gif);
}

div#header {
	height: 253px;
	background-image: url(images/header.jpg);
	text-align: left;
	position: relative;
}

	div#header img {
		border: none;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#contentleft {
	width: 175px;
	margin: 100px 0px 5px 0px;
	padding: 0px 10px;
	text-align: left;
	float: left;
}

div#contentright {
	width: 539px;
	margin: 3px 0px;
	padding: 5px 10px;
	text-align: left;
	float: right;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 760px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9db1c0;
	padding: 5px 0px 5px 0px;
	text-align: left;
	clear: both;
	position: relative;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #9db1c0;
}

div#copyright a:hover {
	color: #ffffff;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 0px 0px 0px 10px;
	clear: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #475864;
}

.center {
	text-align: center;
}

div#audio {
	width: 112px;
	height: 21px;
	padding: 105px 0px 0px 76px;
	background-image: url(images/cta_audio.gif);
	position: absolute;
	top: 221px;
	left: 3px;
}

div#flash {
	width: 300px;
	height: 148px;
	position: absolute;
	top: 62px;
	left: 330px;
}

div#map {
	width: 450px;
	margin: 20px auto;
	border: 1px solid #dbe4eb;
}

iframe.noscroll {
	margin-top: -50px;
}
.center {
	text-align: center;
}
img.righta {
	float: right;
	margin: 0px 20px 0px 10px;
	clear: right;
}
