/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #002B4D;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, 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, h2, h3, h4 {/* Styles h1, h2, h3, h4,  tags */
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
h1 {
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1674B4;
	
	
}
h2 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 14px;
	margin-left: 0px;
	margin-right: 30px;
	padding: 10px 10px 10px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	text-align: center;
}
h4 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #014278;
	padding-top: 10px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	padding: 10px 10px 5px;
	font-size: 14px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:12px;
	color:#DCAC02;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#11345A;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-image: url(images/bg-address.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 20px 0px 0px 5px;
		
}

address a:link{
	font-size:12px;
	font-weight: bold;
	text-transform: none;
	color: #559EB1;
}

address a:hover{
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
}
div#header {
	height: 356px;
	width: 990px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#content {
	width: 700px;
	float: left;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
}

div#content ol li {
	line-height: 18px;
	margin: 5px 15px 5px 22px;
	padding: 0px;
	
}

div#content ul li{
	padding-left: 20px;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-left: 20px;
	background: url(images/bullet.gif) no-repeat left top;
	margin-top: 5px;
	font-size: 13px;
} 

div#content strong {
	color:#FFFFFF;
	font-weight: bold;
}


div#flash {
	width: 990px;
	height: 356px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	color: #FFFFFF;
	
}

div#sidebar {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	
}
	
div#footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 26px;
	width: 990px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-color: #022543;
}
div#admin {
	float: right;
	clear: both;
	position: absolute;
	top: 59px;
	right: 76px;
}
div#admin a:link, div#admin a:visited {
	color:#6BB9D0;
	font-weight: normal;
	text-decoration: none;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #06589C;
	font-weight: normal;
	
}

div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 2px;
	width: 990px;
}

div#copyright a:link, div#copyright a:visited {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	
}
	
/*------------custom----------------*/

/* web audio applet */


div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 334px;
	right: 21px;
	height: 13px;
	width: 111px;
}
div#iframe {
	margin: 0 auto;
	
}

div#map {
	width:510px;
	height:512px;
	margin: 10px auto 0px;
	padding:0px;
	border: 1px solid #163979;
}

/* DIVs to create columns for paragraphs. */
div#lists {
	float: left;
	width: 550px;
	padding: 0px 0px 0px 70px;
	text-align: center;

}

div#contact {
	background-color: #01233F;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	padding: 10px;
}	


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	position: absolute;
	left: 1px;
	z-index: 2;
	top: 284px;
	width: 991px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* 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#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FEFEFE;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #054C8A;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #11406A;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: auto;
	background: #2484B4 center;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	width: auto;
	background-color: #0057A4;
}

/* ---------------------------- UTILITY NAVIGATION  ----------------------------  */

ul#utilitynav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	width: 950px;
	float: left;
}
ul#utilitynav li {
	padding:0  11px;
	margin:0;
	float:left;
	
}

ul#utilitynav li a {
	font: normal 11px Arial;
	color:#6BB9D0;
	text-decoration:none;
	text-align:center;
	padding:0px 15px 0px 0px;
	margin:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #113E66;
}
ul#utilitynav li a:hover {
	color: #FFFFFF;
}	

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */


.rightimgborder
 {
	float: right;
	margin: 15px 10px 5px 20px;
	clear: both;
	border: 1px solid #FFFFFF;
	padding: 0px;
	
}

.rightimgnoborder
 {
	float: right;
	margin: 15px 10px 5px 20px;
	clear: both;
	padding: 0px;
	
}


.leftimgborder
 {
	float: left;
	margin: 10px 15px 5px 10px;
	clear: both;
	border: 1px solid #FFFFFF;
	padding: 0px;
	
}

.middleimg{
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	float: left;
	clear: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 250px;
}
ul.rightul{
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.home{
	font-size: 16px;
	padding: 15px 10px 10px;
}
