/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background: #000 url(images/body.jpg) top left repeat-x;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li {
	font-size: 12px;
}

p, h1 {
	margin: 0px 0 15px 0;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-size: 12px;
}

address {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:15px;
	color:#fff;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.leftborder {
	padding: 1px;
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
}
.rightborder {
	padding: 1px;
	border: 1px solid #000;
	float: right;
	margin-left: 15px;
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
}

/* ----------------- Vertical --------------------- */

div#nav {
	
	
	
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width:168px;
	float:left;
	border-bottom:1px solid #002f89;
	border-top:1px solid #000b1f;
	margin-bottom:20px;
}

ul#mainnav li {
	display: inline; list-style: none;

}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px 15px;
	white-space: nowrap;	
	border-top:1px solid #002f89;
	border-bottom:1px solid #000b1f;
	width:138px;
	background:#00256c;
	color:#ccc;
}


ul#mainnav li a:hover{
	background:#3251b8;
}

ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background:#3251b8;
	color:#fff;
}

* html #nav a {  /* mystery code to fix ie. you must use &nbsp for any spaces in nav text */
	width: 1%;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 820px;
	margin: auto;
	position: relative;
	background: url(images/container.jpg) top left repeat-y;
}

div#footer_container {
	width: 100%;
	margin: auto;
	height:500px;
	position: relative;
	background: #001e57 url(images/footer_body.jpg) top left repeat-x;
}

div#header {
	width: 820px;
	height: 200px;
	background: url(images/header.jpg) top left no-repeat;
}

div#content {
	width: 490px;
	padding: 1px 140px 1px 190px;
	background: url(images/content.jpg) bottom left no-repeat;
}

div#sidebar {
	position:absolute;
	width:168px;
	left:10px;
	top:187px;
}

div#footer {
	width: 490px;
	padding: 20px 140px 1px 190px;
	height: 85px;
	font-size: 10px;
	text-align: left;
	background: url(images/footer.jpg) top left no-repeat;
	color:#666;
		margin: auto;
}

div#footer a:link, div#footer a:visited {
	color:#666;
}

div#copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

div#copyright a:link, div#copyright a:visited {
	color:#fff;
}

div#copyright img {
	margin-top:10px;
}

div#address {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top:200px;
	right:140px;
}
div#flash {
	float:left;
	padding-left:179px;
}
div#map {
	border:1px solid #000;
}

div#logos{
	position:absolute;
	width:125px;
	height:500px;
	right:2px;
	top:19px;
}

div#iframe{
	margin-left:-50px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
