body{
    background: #14365f url(../images/site/background_gradient.jpg) repeat-x;
    font-family:Trebuchet MS,Times New Roman,arial,sans-serif;
    font-size:10pt;
    color:#b1c1d4;
}

a{
    color: #f4ead1;
    text-decoration: underline;
    font-weight:bold;
}

a:hover{
    /*color:#b0c0d4;*/
    color:#fff;
}

a.learnmore{
    padding-left:18px;
    margin-left:6px;
    background: url(../images/site/bullet_blue.png) no-repeat scroll left 4px;
}

a.learnmore:hover{
    background: url(../images/site/bullet_brown.png) no-repeat scroll left 4px;     
}

p{
    padding:8px;
}
h1, h2, h3{
    font-family: Helvetica;
    color: #f4bf31;
}

h1{
    font-size:14pt;
}
h2{
    font-size: 12pt;
}
h3{
    margin-bottom:10px;
    font-size: 12pt;
}
h4{
    color:#fff;
    font-weight:bold;
    margin-bottom:6px;
}
h1.welcome{
    font-size:18pt;
    font-family:Times New Roman;
    color:#fff;
    margin:8px 0px 6px 0px;
}
strong.heading{
    font-family: Helvetica;
    color: #f4bf31;    
    font-size: 12pt;
}

strong.heading_sm{
    font-family: Helvetica;
    color: #fff;    
    font-size: 10pt;
}

.floatleft{
    float:left;  
}
.inline{
    display:inline;
}

.heading_email{
    background: url(../images/site/icon_envelope.png) no-repeat 0px 3px;
    padding-left:24px;
}

.heading_phone{
    background: url(../images/site/icon_phone.png) no-repeat 0px 3px;
    padding-left:24px;
}

.box{
    background: url(../images/site/box_tile.jpg) repeat-y;
}
.box .first{
    background: url(../images/site/box_top.jpg) no-repeat left top;
}
.box .last{
    background: url(../images/site/box_bot.jpg) no-repeat left bottom;
}

.border_top{
    border-top:1px solid #435e7f;      
}

.border_bottom{
    border-bottom:1px solid #435e7f;     
}

.border_left{
    border-left:1px solid #435e7f;     
}
.border_right{
    border-right:1px solid #435e7f;    
}

.margin_med{
    margin:10px; 
}
.margin_sm{
    margin:6px; 
}
.margin_lg{
    margin:20px; 
}

.float_left{
    float:left;
}
.float_right{
    float:right;
}

a.translink{
    display:block;
    width:108px;
    float:left;
}
a.translink img{
    filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
    background-color:#c9d1d8;
    padding:4px;    
}
a.translink img:hover{
    filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
    background-color:#c9d1d8;
    padding:4px;        
}

.success_message{
    margin-top:12px;
    padding:10px;
}


#services_grid{
    width:575px;
    padding:15px;
}

#services_grid div.block{
    float:left;
    width:265px;
    height:265px;
    margin:0;
    padding:10px;
}

#services_grid div.block ul{
    width:140px;
    float:left;
    margin-left:8px;
}

#services_grid div.block p{
    clear:both;
}

#site_wrapper{
    background-color:#14365f;
}
#footer{
    background-color:#395c87;
}

#footer a{
    font-size:8pt;
}

#flash_rotator{
    padding:6px;
    background-color:#c9d1d8;
    width:300px;
    float:left;
    margin-right:12px;
    margin-bottom:8px; 
}

#flash_rotator_vehicle_list{
    float:right;
    width:300px;
}
#flash_rotator_vehicle_list h2{
    margin:10px 0px;
}
