/* CSS Document */
  
  html, body {
    padding:0; margin:0;
  }
  
  h1 {
     font-size: 17px;
     font-family: verdana;
     color: #121F60;
     }
  h2.home {
     font-size: 16px;
     font-family: verdana;
     color: #121F60;
     font-weight:bold;
     }
 span.phone{
 font-weight: bold;
 color:red;
 font-size: 18px;
 background-color: #F7DF4A;
 padding: 2px;
 border: 2px solid red;
 }

.photo{
    background-image: url(../images/photo2.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    }
    
    .photo2{
    background-image: url(../images/topnav.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    }
    
.fontblue{
    font-family: verdana;
    font-size: 9px;
    color: #121F60;
    line-height: 16px;
    text-decoration: underline;
    }
    
    .fontblue:hover{
    ont-family: verdana;
    font-size: 9px;
    color: #28357c;
    line-height: 16px;
    text-decoration: none;
    }
    
    .fontblue2{
    font-family: verdana;
    font-size: 9px;
    font-weight:bold;
    color: #2070CF;
    line-height: 16px;
    text-decoration: underline;
    }
    
    .fontblue2:hover{
    ont-family: verdana;
    font-size: 9px;
    font-weight:bold;
    color: #121F60;
    line-height: 16px;
    text-decoration: none;
    }
.bg3{
    background-image: url(../images/bgmix.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    }
    
.fontlightskyblue{
    font-family: verdana;
    font-weight:bold;
    font-size: 11px;
    color: #B1B8DA;
    
    }
    
    .fontgolden{
    font-family: verdana;
    font-size: 10px;
    color: #797979;
    text-decoration: none;  
    }
    
    .fontgolden:hover{
    font-family: verdana;
    font-size: 10px;
    color: #121F60;
    text-decoration: underline; 
    }
        
    .fontblue1{
    font-family: verdana;
    font-size: 9px;
    color: #121F60;
    line-height: 16px;
    }
    .fontblack{
    font-family: verdana;
    font-weight:bold;
    font-size: 11px;
    color: #000000;
    
    }
    .fontlist{
    font-family: verdana;
    font-size: 9px;
    color: #121F60;
    line-height: 16px;
    font-style:italic;
    }
    .fontwhite{
    font-family: verdana;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight:bold;
    }
    
    /* logos */
    #logos {
      display:block; position:relative; margin:-32px auto 20px; width:1000px; overflow:hidden;
    }
    #logos a {
      display: block; float: left; margin: 0 2px 10px; position: relative; background:white; width:120px; height:101px; padding:0;
    }
    #logos a img {
      border:none;
    }

    .contact_form_error {
      color:red; font-size:12px; text-align:center;
    }

