/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #142e83;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h4, a, ul, li, address {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 5px 0px 15px 0px;
	line-height: 1.5;
}
p#center {
	margin: 0px auto;
	text-align:center;
}

address {
	font-size: 11px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0px;
	padding: 10px 5px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 197px;
	left: 230px;
	width: 610px;
}

h2 { 
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #045ae6;
}

h3 { 
	font-weight: bold;
	color: #cb0c24;
	font-size: 16px;
	text-align: center;
}

h4 { 
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	background: #000000;
}
h5 {
	font-weight: bold;
	font-size: 20px;
	color: #045ae6;
	margin: 10px;
}

h6 {
	font-weight: bold;
	color: #cb0c24;
	font-size: 20px;
	margin: 10px;
}
span { color:#000000; }
/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 20px 15px 25px;
}

li {
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #2D02CE; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #A46B08; 
	}

a:link#video, a:visited#video, a:active#video { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal; 
	}
	
a:hover#video { 
	color: #FFFFFF; 
	text-decoration: underline; 
	}	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	padding: 0px;
	margin: 0px 3px 0px 0px;
	width: 197px;
	background: #fce150;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #a8a88d;
	padding: 2px 5px;
	width: 187px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #fde97b;
	color: #d2040b;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 12px 0px 0px 0px;
	width: 990px;
	height: 17px;
	text-align: left;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	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: 10px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 990px;
	height: 223px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 10px auto 0 auto;
}

	div#header img {
		border: none;
	}

div#container {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bg-content.gif);
	position: relative;
}

div#content {
	width: 745px;
	padding: 15px 15px 15px 20px;
	text-align: left;
	position: relative;
	float: right;
}

div#rightside {
	padding: 0px;
	float: left;
	width: 200px;
	text-align: left;
}
div#video {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 199px;
	left: 843px;
	width: 141px;
}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	width: 980px;
	padding: 15px 5px 5px 5px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #142e83;
	color: #eae9e9;
}

	div#foot p {
		font-size: 9px;
		color: #eae9e9;
	}
	
	div#foot a:link, div#foot a:visited, div#foot a:active {
		text-decoration: none;
		font-weight: bold;
		color: #eae9e9;
		font-size: 9px;
	}
	
	div#foot a:hover {
		color: #ffffff;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.left {
	margin: 0px 15px 10px 0px;
	border: 1px solid #dfc331;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	border: 1px solid #dfc331;
	float: right;
}

img.leftnobrd {
	float: left;
	border: none;
}

img.rightnobrd {
	float: right;
	border: none;
}

img.border {
	margin: 5px 2px;
	border: 1px solid #dfc331;
}

hr {
	border: none;
	border-top: 1px dotted #dfc331;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 205px;
	right: 832px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clearlt {
	clear: left;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
}

div#map {
	margin: 0 auto 20px auto;
	border: 1px solid #333333;
	width: 700px;
}

div#flash {
	position: absolute;
	top: 1px;
	right: 1px;
}

img#logo {
	position: absolute;
	top: 1px;
	left: 1px;
	border: none;
}

/* ----------------- AUDIO POPUP STYLES ----------------- */

