/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #002B4D;
	background-color: #F3FBFD;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg-body.jpg);

}
/* 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 */
	color: #2170A0;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-weight: normal;
	font-size: 29px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #126FBC;
	
	
}
h2 {
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: none;
	padding-left: 5px;
	margin-left: 12px;
	color: #014278;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EFEF;
	margin-right: 20px;
	margin-bottom: 15px;
}
h3 {
	font-size: 16px;
	padding-left: 5px;
	margin-left: 12px;
	color: #014278;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EFEF;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
}
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;
	color: #666666;
	padding: 10px 20px 5px 25px;
	margin-top: 5px;
	font-size: 13px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:12px;
	color:#1B649E;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#2780A0;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #014C8D;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E1F2F9;
		
}

address a:link{
	font-size:12px;
	color: #0762A9;
	font-weight: bold;
	text-transform: none;
}

address a:hover{
	font-size:12px;
	font-weight: bold;
	color: #002B4D;
	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: 429px;
	width: 990px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#content {
	width: 670px;
	float: left;
	padding-top: 20px;
	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;
	color: #3F92D2;
}
div#content ul li{
	padding-left: 20px;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #1064A2;
	margin-left: 20px;
	background: url(images/bullet.gif) no-repeat left top;
	margin-top: 7px;
} 

div#content strong {
	color:#014278;
	font-weight: bold;
}


div#flash {
	width: 990px;
	height: 429px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	
}

div#sidebar {
	float: left;
	width: 269px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	
}
	

div#footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	background-repeat: no-repeat;
	height: 45px;
	width: 990px;
	background-image: url(images/bg-footer.gif);
	padding: 0px;
	
}

div#admin {
	position: absolute;
	right: 11px;
	bottom: -21px;
	color: #07253F;

}
div#admin a:link, div#admin a:visited {
	color:#2170A0;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #07253F;
	font-weight: bold;
	
}

div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #0762A9;
	padding-top: 20px;
	padding-left: 2px;
}

div#copyright a:link, div#copyright a:visited {
	color:#0762A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #07253F;
	font-weight: bold;
	
}
	
/* web audio applet */


div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 36px;
	right: -28px;
	height: 20px;
	width: 186px;
	z-index: 5;
}

div#iframe {
	margin: 0 auto;
	
}

div#map {
	width:666px;
	height:532px;
	margin: 0px auto;
	padding:10px;
}

/* DIVs to create columns for paragraphs. */
div#lists {
	float: left;
	width: 550px;
	padding: 0px 0px 0px 70px;
	text-align: center;

}	


/* ----------------- 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: 18px;
	z-index: 2;
	top: 58px;
	width: 970px;
}

/* 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;
	font:  normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #054C8A;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C4A64;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #FCFCFC;
	width: auto;
	background: #1B4762 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: #1C4A64;
	width: auto;
	background-color: #FEFEFE;
}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */

ul#utilitynav {
	margin:0;
	padding:20px 0 0px;
	list-style-type: none;
	width: 990px;
	text-align:center;
}
ul#utilitynav li {
	display:inline;
	width:auto;
	padding:0 15px 0 15px;
	background: url(images/divider.jpg) no-repeat left 6px;
}
ul#utilitynav li a {
	text-decoration: none;
	width: auto;
	color:#E1F2F9;
	text-transform:capitalize;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
ul#utilitynav li.last {
	background:none;
}	

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */


.rightimgborder
 {
	float: right;
	margin: 10px 15px 5px 25px;
	clear: both;
	border: 1px solid #CCCCCC;
	padding: 0px;
	
}


.middleimg{
	border: 1px solid #CCCCCC;
	margin: 10px 0px 10px 30px;
	clear: none;
}


.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: none;
	margin: 0px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}
