* {
   margin: 0;
   padding: 0;
}

body{
      color: #424b4f;
	font: 12px/143% Arial, Helvetica, sans-serif;
        background: #000 url("/_img/body-bkgd.jpg") no-repeat fixed;
        border-top: 5px solid #00578e;
}

html, body, #wrap {
   height: 100%;
}

hr{
	margin-bottom: 11px;
	background-color: #deeaf1;
	color: #deeaf1;
	height: 10px;
	border: none;
}

p, pre, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

blockquote {
	margin: 0 50px 5px 50px;
	font-style: italic;
	background: #e0ebf1;
	padding: 5px;
	}

#skip {
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

a{
   overflow: hidden;
	color: #00578e;
}

a:hover {
	color: #000;	
}

h1, h2, h3 {text-transform: uppercase;}
h1{ font-size: 2em;}
h2{ font-size: 1.8em;margin: 10px 0;}
h3{ font-size: 1.6em;}
h4{ font-size: 1.4em;}
h5{ font-size: 1.2em;}
h6{ font-size: 1.2em;}

a img, :link img, :visited img {border: 0;}

form#searchForm {
	position: absolute;
	margin: 50px 0 0 790px;
	padding: 0;
}

form#searchForm fieldset {
	border: none;
}

form#searchForm fieldset input {
	width: 200px;
	height: 22px;
}

form#searchForm fieldset a {
	background: #00578e;
	padding: 6px;
	text-decoration: none;
        color: #fff;
}

img, div, a { behavior: url("/_inc/iepngfix.htc") }

#wrap {
   width: 1028px;
   padding: 0;
   margin: 0 auto;
   /*background: url("/_img/Easter-Sunrise-sm.jpg") top right no-repeat;*/
}

body > #wrap {
   min-height: 100%;
   height: auto;
}

#header {
   width: 1028px; 
   height: 50px;
}

h1#logo a {
	position: absolute;
	height:40px; 
	width:175px;	
	margin:0;
    padding: 0px;
    background: url("/_img/logo.png") no-repeat;
    border: none;
    text-indent: -9999px;
}

#main {
    padding-bottom: 140px;
}

#footer-home {
        position: relative;
	margin: -140px auto; /* negative value of footer height */
	height: 140px;
	clear: both;
        width: 1028px;
        /*background: url("/_img/footer-bkgd.png") no-repeat;*/
} 

#footer-home p {
    padding: 10px;
    margin: 0 auto;
    color: #fff;
}

ul#callouts {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul#callouts li {
	float: left;
	padding: 0;
	margin:0 0 8px 0 ;
}

ul#callouts img {
	padding: 1px;
}

ul#callouts li a {
        display: block;
	width: 255px;
	height: 116px;
}

/* =Navigation
---------------------------------------------------------------------
*/
#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 10;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: #00578e;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid #00578e;
color: white;
font-weight: bold;
text-indent: 900px;
background: transparent url("/_img/panel.gif") right no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 27px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 27px; /* 21px + 3px should equal height of "panel.gif" */
width: 1028px;
margin: 0 auto;
}

ul#home-nav {
   text-transform: uppercase;
   font-size: 1.6em;
   padding: 100px 0 0 0;
}

ul#home-nav li {
   list-style: none;
   width: 250px;
}

ul#home-nav a {
   display: block;
   text-decoration: none;
   color: #fff;
   padding: 5px;
}

ul#home-nav a:hover {
   background: #00578e;
}

#navigation {
	width: 1028px;
	margin: 0 auto;
        padding: 0 10px;

}

ul#nav{
	float:left;
	width: 1028px;
	margin:0;padding:0 0 0 10px;
	z-index: 2;
	position: relative;
}

ul#nav li {
	float: left;
	list-style-type: none;
	margin:0;padding:0;
	position: relative;
}

ul#nav a { 
	display: block;
	padding: 4px 2px 5px 0;
        margin: 0;
	text-decoration: none;
	color: #fff;
	text-align: left;
        width: 125px;
        font-weight: bold;
        font-size: 1.3em;
}

ul#nav a:link, #nav a:visited {
	text-decoration: none;
}

ul#nav li.current a {
	text-decoration: none;
}

ul#nav li.current {
	}

ul#nav a:hover {
	text-decoration: underline;
}

ul#nav li ul { /* second-level lists */
	position: absolute;
	top:20px;
	width: 125px;
	list-style:none;
	z-index:1000;
	padding:0;margin:0;
        font-size: 9px;
}

ul#nav li ul li{
	float:none;
	background:transparent;
	margin: 0;padding: 0;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	left: 0;
	top:20px;
	margin:0;
	padding:0;
}

ul#nav li ul li a{
	width:125px; 
	color:#fff; 
	font-weight:normal;
	z-index:1000;
}

ul#nav li ul li a:hover{
	text-decoration: underline;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
