/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #000;
}

/* Sets the margin and padding to zero */
dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, p, ul, li, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
h1 {
	font-weight: normal;
	font-size: 25px;
	color: #2e3e6e;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight:bold;
	margin-right: 10px;
}


h2 {
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	color: #6375BD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: none;
}
h3 {
	font-size: 14px;
	color: #045597;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F6F5F5;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #6375BD;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 21px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
strong {
	color:#6375BD;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	color:#638CDA;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
address {
	text-align: left;
	font-size: 13px;
	color: #1A3E8A;
	font-style: normal;
	font-weight: normal;
	background-color: #F6F5F5;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


/* ----------------- GLOBAL PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	position:relative;
}

div#header {
	height: 176px;
	width: 990px;
	background-image: url(images/bg-header.jpg);
}
div#headermiddle{
	height: 179px;
	width: 990px;
	background-image: url(images/bg-flash.jpg);
	background-repeat: no-repeat;	

}

div#flash {
	width: 990px;
	height: 179px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 176px;
}

div#content {
	width: 625px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
} 

div#content ol, div#content ul {
	line-height: 19px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 7px;
}
div#content ul li{
	padding-left: 20px;
	list-style: url(none) none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #045597;
	margin-right: 0px;
	padding-right: 0px;
} 

div#sidebar {
	float: right;
	width: 250px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
}


div#footer {
	clear: both;
	width: 990px;
	position: relative;
	background-image: url(images/bg-footer.jpg);
	height: 74px;
	text-align: center;
	background-repeat: no-repeat;
}

div#copyright {
	text-align: center;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #5F7690;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#5F7690;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #1464A7;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	right: 44px;
	bottom: -38px;
}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 290px;
	padding-left: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}	
div#rightpara {
	float: left;
	width: 290px;
	padding-left: 0px;
	padding-bottom: 10px;
}
/* ----------------- Navigation ----------------- */


	ul#mainnav {
	width:989px;
	position: absolute;
	left: 8px;
	top: 143px;
}
	

	ul#mainnav li {
	display: inline;
	list-style: none;
	padding: 0px;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #575757;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #252525;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	}

	ul#mainnav li a:hover {
	color: #FFFFFF;
	background-color: #242424;
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFF;
	width: auto;
	background-color: #6375BD;
}
	

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

/* Apply the ul#utiltynav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#utilitynav {
	width: 990px;
	padding-top: 50px;
	text-align: center;
	padding-left: 100px;
}

/* Removes the default bullets. */
ul#utilitynav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	text-align: center;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F6F5F5;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 11px;
	text-align: center;
	font-weight: normal;
	float: left;
}

/* Creates hover status. */
ul#utilitynav li a:hover {
	color: #000000;
}


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

.middleimg
 {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
}
.leftimg {
	float: left;
	clear: both;
	margin: 10px 20px;
	border: 1px solid #B0B0B0;
}
.rightimg {
	float: right;
	clear: both;
	border: 1px solid #CCCCCC;
	padding:3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	text-align:left;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 225px;
}
	
	
ul.rightul{
	float: left;
	text-align: left;
	width: 270px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


/* custom classes  */

.center {
	text-align: center;
}



div#audio{
	position:absolute;
	z-index: 100;
	width: 111px;
	height: 13px;
	left: 803px;
	top: 327px;
}

div#mapviewer {
	float: right;
	border: 1px solid #CCC;
	margin-right: 30px;
	margin-bottom: 20px;
	height: auto;
}

