/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #0265e0 url(images/bg-site.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address, td, th, label {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 5px 0px 15px 0px;
	line-height: 1.7;
}

address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin: 15px 5px;
	padding: 10px 8px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	border-top: 1px dotted #ffffff;
}

h1 { 
	font-size: 21px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	position: absolute;
	top: 170px;
	right: 10px;
	width: 783px;
}

h2 { 
	font-weight: bold;
	margin: 5px 0 10px 0;
	color: #0822a7;
	font-size: 12px;
}

h3 { 
	font-weight: bold;
	color: #7f7414;
	font-size: 18px;
	text-align: center;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #2D02CE; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #A46B08; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	padding: 0px;
	margin: 0px 0px 0px 4px;
	width: 196px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	line-height: 1.5;
}

ul#mainnav li a {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #ffffff;
	padding: 3px 0px 3px 5px;
	margin: 1px 0;
	width: 190px;
	background: #e4d22c;
}

ul#mainnav li a:hover {
	background: #f2e35a;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #7f7414;
	color: #ffffff;
}


/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	margin: 0px;
	padding: 15px 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: 9px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#container {
	width:990px;
	margin: 5px auto;
	background: url(images/bg-content.gif);
	position: relative;
	border: 5px solid #ffffff;
}

div#header {
	width:990px;
	height: 200px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

	div#header img#logo {
		border: none;
		position: absolute;
		top: 1px;
		left: 1px;
	}

div#content {
	width: 750px;
	padding: 15px 15px 15px 20px;
	text-align: left;
	float: left;
}

	div#content img {
		border: 3px solid #ffffff;
		padding: 2px;
	}
	
	div#content img#cta {
		border: none;
		padding: 0;
		margin-bottom: 20px;
	}
	
	div#content ul {
		margin: 0px;
		padding: 0px 0px 15px 5px;
		list-style-type: none;
	}
	
	div#content ul.left {
		float: left;
	}
	
	div#content li {
		background-image: url(images/bullet-star.gif);
		background-position: left center;
		background-repeat: no-repeat;
		line-height: 1.5;
		padding-left: 20px;
	}

div#leftside {
	padding: 0px;
	float: left;
	width: 200px;
	text-align: left;
}

	div#leftside p {
		font-size: 11px;
		font-style: normal;
		line-height: 1.3;
		text-align: left;
		margin: 0 5px 15px 5px;
		padding: 0 8px;
		color: #ffffff;
	}

/* ----------------- 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: #002bac;
	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;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	float: right;
}

hr {
	border: none;
	border-top: 1px dotted #ffffff;
	height: 1px;
	clear: both;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	position: absolute;
	top: 183px;
	left: 55px;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
}

div#flash {
	margin-bottom: 20px;
}

div#map {
	border: 3px solid #ffffff;
	padding: 2px;
	margin: 20px auto;
	width: 700px;
}
