/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #48618e;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, a, ul, li, address, td, th {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.8;
}

address {
	font-size: 11px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin: 50px 5px 30px 5px;
	color: #000000;
}

h1 { 
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	position: absolute;
	top: 160px;
	left: 205px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 5px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 10px 0px 25px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- TABLE ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

table {
	border: 1px solid #cccccc;
	margin: 10px auto;
}

table th {
	padding: 3px 10px;
	font-size: 11px;
	color: #0F1563;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

table td {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

table td img {
	border: none;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-top: 1px solid #ffffff;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	line-height: 1.2;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
	display: block;
	width: 190px;
	padding: 5px 0px 3px 10px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background: #fdf1d0;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

div#footnav {
	width: 770px;
	height: 19px;
	margin: 0px auto;
	padding-top: 13px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
}

ul#utilitynav {
	padding: 0px;
	margin: 0px;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #cccccc;
	}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- BODY ----------------- */

div#container{
	width: 770px;
	margin: 5px auto;
	border: 1px solid #f2f3f4;
}

div#header {
	width: 770px;
	height: 184px;
	text-align: left;
	background-image: url(images/bg_header.jpg);
	position: relative;
}

	div#header img {
		border: 0px;
	}

div#content {
	width: 770px;
	background-image: url(images/bg_content.gif);
}
	
div#leftside {
	width: 190px;
	float: left;
	text-align: left;
}

	div#leftside p {
		color: #000000;
		line-height: 1.3;
		margin: 5px 5px 10px 5px;
	}

div#rightside {
	width: 550px;
	text-align: left;
	float: right;
	padding: 10px;
}

div#panel {
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	float: right;
}

	div#panel img {
		border: 1px solid #d1cfcf;
		padding: 3px;
		margin-bottom: 10px;
	}

/* ----------------- 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: #000000;
	padding: 0px 0px 5px 0px;
	text-align: left;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyright a:hover {
	color: #333333;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin: 5px 0px 10px 15px;
	padding: 3px;
	border: 1px solid #d1cfcf;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

div#audio {
	position: absolute;
	top: 168px;
	right: 2px;
}

iframe.noscroll {
	margin-top: -50px;
}

div#login {
	float: right;
}

div#map {
	width: 500px;
	margin: 20px auto;
	border: 1px solid #d1cfcf;
	padding: 3px;
	margin-bottom: 10px;
}
