/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #0b1824;
	background-image: url(images/bg_body.gif);
	background-repeat: 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: 15px;
	line-height: 1.6em;
	color: #0B1825;
}
h1 {
	font-size: 18px;
	color: #314D6B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #516E8B;
}
h2 {
	font-size: 16px;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 695px;
	top: 275px;
	width: 143px;
	height: 130px;
}

/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
}
a:hover {
}

/* ----------------- Horizontal ------------------- */
div#nav {
	position: absolute;
	left: 223px;
	top: 11px;
	width: 800px;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	white-space: nowrap;
	width: 91px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 18px;
	padding-left: 1px;
}
ul#mainnav li a:hover {
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/nav_current.gif);
	background-repeat: no-repeat;
	color: #08111A;
}
* html #nav a {
	width: 1%;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: auto;
	position: relative;
	width: 870px;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}
div#header {
	height: 250px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}
div#content {
	padding: 1px 210px 1px 0;
	width: 660px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#content li {
	line-height: 1.6em;
}
div#utilnav {
	width: 630px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	border-top: dotted 1px #516E8B;
	color: #516E8B;
	clear: both;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
}
div#utilnav a {
	color: #314D6B;
	margin: auto 15px;
}
div#footer {
	font-size: 10px;
	text-align: left;
	color: #000;
	width: 870px;
	height: 10px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#footer a:link, div#footer a:visited {
	color: #000;
}
div#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
}
div#copyright img {
	padding-top: 7px;
	padding-bottom: 15px;
}
div#copyright a:link, div#copyright a:visited {
	color: #CCCCCC;
}
div#map {
	margin: 5px auto 15px;
	width: 628px;
	border: dotted 1px #516E8B;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left {
	float: left;
	margin: 5px 15px 5px 10px;
}
img.right {
	float: right;
	margin: 5px 10px 15px 15px;
}
img.leftborder {
	padding: 2px;
	border: 1px dotted #000;
	float: left;
	margin: 0 15px 15px 0;
}
img.rightborder {
	padding: 2px;
	border: 1px dotted #6784A2;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
img.border {
	padding: 2px;
	border: 1px dotted #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.ulleft {
	float: left;
	margin-left: 10px;
	padding-left: 20px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.highlight{
color:#000066;
}
address a {
	color: #000000;
}
div#flash {
	position: absolute;
	left: 2px;
	top: 11px;
}
div#audio {
	position: absolute;
	top: 49px;
	right: 0px;
}
div#owner a {
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
}
