

/* styles for contact page */
.regionName{font-weight:bold;font-family:Arial;font-size:24px;color:#585F65;}
.regionAddress{font-family:Arial;font-size:18px;color:#585F65;}
.gridtextRegion{font-weight:bold;font-family:Arial;font-size:12px;color:#585F65;}
.gridtextAddress{font-family:Arial;font-size:10px;color:#585F65;}


/* style for small top navigation links */


.headerNav{font-family:Arial;font-size:11px; color:#585F65;text-decoration:none;}

a.headerNav{font-family:Arial;font-size:11px; color:#585F65;text-decoration:none;padding-left:15px;}

a.headerNav:hover{text-decoration:underline;}

/* drop down menu styles */

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
   width: 16em; 
        font-family:Arial;
         font-size:12px;
        color:#0047BA;
        text-transform:uppercase;
        padding:8px;
         padding-top:9px;
         border-style:solid;
        border-width:1px;
       border-top-width:0px; 
       border-color:#cccccc;
        text-decoration:none;
       background-color:white;
}




#nav #mainnav
{

 
background:none;
color:#eeeeee;
text-align:center;
/* padding-bottom:5px; */
border-right-style:solid;
border-left-style:none;
border-top-style:none;
border-bottom-style:none;
 border-width:1px;
border-color:#a2a2a2;
font-weight:bold;
}





#nav a:hover
{

background-color:#005898;
color:white;
}


#mainnav a:hover
{

background-color:#666666;

}

#nav li {
  float: left;
  width: 13em;
}

#nav li ul {
  position: absolute;
  width: 10em;
  left: -999em;
}

#nav li:hover ul {
  left: auto;
       
}


#nav li:hover ul, #nav li.sfhover ul {
     left: auto;
       
}