
html {
  height: 100%;
  margin-bottom: 1px;
}


body {
font-family: Helvetica,Arial,sans-serif;
line-height: auto;
height: 100%;
margin: 0px 0px 0px 0px;
font-size: 14px;
color: #333333;
background-color: #FFFFFF;
}

img { border: 0 none; 
}


#logo {
width : 100%;
max-width: 873px;
margin : 7px auto;
display : block;
position : relative;
}

#logo img {
width : 100%;
max-width: 873px;
}


/* Site Content Bullet List */

ul { 
  list-style-image: url("img/dot.gif");
  padding-left: 30px;     /* distance between marker and text */
  margin: 15px 0px 0px 25px;  /* bullet image is in left margin */
}




/* Site Content Link Style */

a:link, a:visited {
text-decoration: none;
font-weight: normal;
color: #285d9f;
}

a:hover {
text-decoration: underline;
font-weight: normal;
color: #FF0000;
}



#nav {
margin:0; 
padding:0; 
list-style:none; 
width:210px;
}

ul#nav li{
list-style:none; float:left; 
}

ul#nav li a{
text-align: left;
margin-right: 0px;  
width: 210px; 
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
letter-spacing: -1px;
text-decoration: none;
background-image: url(img/button-off.gif); 
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 19px;
padding-right: 0px; 
padding-top: 5px; 
padding-bottom: 12px;
outline: none; 
display:block;
}

ul#nav li ul {
position: absolute;
left: -9999px;
top: 100%;
display: block;
width: 180px; 
padding:0px; 
margin-left:210px; 
margin-top:-25px;
background-color: transparent; 
padding-bottom:10px;  
}

ul#nav  a:hover{
text-decoration: none; 
color: #cccccc;
background-image: url(img/button-on.gif); 
background-repeat: no-repeat;
background-position: 0px 0px;
}

ul#nav li {
position: relative;
float: left;
}






/* Pull Out Menu Items */
ul#nav li ul li a {
clear: left;
display: block;
text-decoration: none;
width: 190px;
background-color:#0164a9;
background-image:none; 
padding:5px 10px;
}

ul#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}

/* Pull Out Menu Item Hover*/
ul#nav li ul li a:hover {
clear: left;
display: block;
text-decoration: none;
background-color: #2b2b2b;
background-image:none;
color: #eeeeee;
}



/* Header Styles */

h1 {
font-family:Helvetica ,Arial,sans-serif;
font-size: 36px;
font-weight: Normal;
color: #285d9f;
text-align: left;
padding-left: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
Margin-top: 0px;

}

h2 {
font-family:Helvetica ,Arial,sans-serif;
font-size: 32px;
font-weight: Normal;
color: #285d9f;
text-align: left;
}

h3 {
font-family:Helvetica ,Arial,sans-serif;
font-size: 28px;
font-weight: Normal;
color: #285d9f;
text-align: left;
}

h4 {
font-family:Helvetica ,Arial,sans-serif;
font-size: 22px;
font-weight: Normal;
color: #285d9f;
text-align: left;
}

.img-list ul{
padding:10px; margin:0px;
}

.img-list li{
padding:5px; float:left; list-style:none;
}

.img-list li img{
border:1px solid #999999; width:161px ; height:127px; padding:3px !important;
}




