﻿* {margin:0; padding:0; font-size: 13px; font-family: Helvetica, Tahoma, Arial;}
body {background-color: #224884; width:100%;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.heading {
    width:100%;
    height:21px;
    background:url(../img/frontend/heading_bg.png) repeat-x left top;
    text-align: center;
    color:#999999;
    padding-top:4px;
    font-weight: bold;
}
.heading_keyword {
    margin:0 5px;
    font-size:11px;
}

.menu_line{
    width:100%;
    height:36px;
    background:url(../img/frontend/main_menu_bg.png) repeat-x left top;
    text-align:center;
}

.menu_body{
    /*width:1000px;*/
    height:30px;
    margin: 0 auto;
}

.mm_item{
    height:100%;
    padding: 0 15px;
}

.mm_active_item{
    background: url(../img/frontend/menu_active_bg.png) left top repeat-x;
}

.mm_link{
    text-decoration: none;
    color: white;
    
}
.mm_separator{
    width:2px;
    background:url(../img/frontend/menu_separator.png) top left no-repeat;
}

.body {
    width:1000px;
    margin: 0 auto;
}

.left_side{
    width:320px;
    float:left;
}

.logo_silhouette{
    width:100%;
    height: 565px;
    background:url(../img/frontend/logo_silhouette.png) top left no-repeat;
}

.right_side{
    width:650px;
    float:left;
}

.breadcrumbs {
    width:100%;
    height: 20px;
}

.bc_l_rounding{
    width:10px;
    height:100%;
    background: url(../img/frontend/bc_l_rounding.png) left top no-repeat;
    float:left;
}

.bc_r_rounding{
    width:10px;
    height:100%;
    background: url(../img/frontend/bc_r_rounding.png) left top no-repeat;
    float:left;
}

.bc_body{
    height:100%;
    width:630px;
    float:left;
    background-color:#e4e5e9;
}

.body_wrapper{
    margin-top: 3px;
    margin-left:20px;
    font-size:12px;
    color: #396496;
}

.bc_arrow{
    
}

.bc_path_link{
    font-size:10px;
    color: #396496;
    font-size:12px;
    font-weight:bold;
}

.site_title{
    font-size:35px;
    color: white;
    margin-top:25px;
    margin-left:30px;
}

.site_subtitle{
    color: #acc7e0;
    font-size:13px;
    font-weight:bold;
    margin-left:30px;
    margin-top:15px;
}

.content_body{
    width:651px;
    margin-top:20px;
}

.lt_cont_corn{
    width:10px;
    height:10px;
    background: url(../img/frontend/content_corn_lt.png) top left no-repeat;
    float:left;
    line-height: 1px;
}

.rt_cont_corn{
    width:10px;
    height:10px;
    background: url(../img/frontend/content_corn_rt.png) top left no-repeat;
    float:left;
    line-height: 1px;
}

.ct_cont{
    width:631px;
    height:10px;
    background:url(../img/frontend/content_center_t.png) top left repeat-x;
    float:left;
    line-height: 1px;
}

.content_block{
    width:651px;
    background: url(../img/frontend/content_body_bg.png) left top repeat-y;
    float:left;
}

.lb_cont_corn{
    width:10px;
    height:10px;
    background: url(../img/frontend/content_corn_lb.png) top left no-repeat;
    float:left;
    line-height: 1px;
}

.rb_cont_corn{
    width:10px;
    height:10px;
    background: url(../img/frontend/content_corn_rb.png) top left no-repeat;
    float:left;
    line-height: 1px;
}

.cb_cont{
    width:631px;
    height:10px;
    background:url(../img/frontend/content_center_b.png) left top repeat-x;
    float:left;
    line-height: 1px;
}

.sidebar{
    width:195px;
    float:right;
    margin-right: 30px;
}

.sidebar_top{
    height:11px;
    background:url(../img/frontend/side_bar_top.png) left top no-repeat;
    line-height: 0px;
}

.sidebar_middle{
    background:url(../img/frontend/side_bar_middle.png) left top repeat-y;
    width:195px;
}

.sidebar_bottom{
    height:11px;
    width:100%;
    background:url(../img/frontend/side_bar_bottom.png) left top no-repeat;
    line-height: 1px;
}

.sidebar_title{
    text-align: center;
    color: #396492;
    font-size:16px;
}

.sidebar_cont_block{
    width:175px;
    margin: 10px 10px 0 9px;
    border:1px solid #cccccc;
    background-color: white;
    line-height: 1.5;
}

.sidebar_text{
    width:165px;
    margin-left:5px;
    margin-right: 5px;
}

.content_title{
    margin-left:20px;
    margin-top:10px;
}

h1 {
    color:black;
    font-size: 24px;

}
h2 {
    font-size:18px;
    color:#396492;
}

.content_block_text{
    margin:20px 30px 20px 30px;
    font-size: 14px;
}

.content_block_text p{
    font-size: 14px;
    line-height: 1.5;
}

.content_block_text h3 {
    font-size: 18px;
    color:#396492;
}

.content_block_text ul {
    list-style-position:inside;
}

.space{
    height:20px;
    
}

.footer_separator{
    height:2px;
    background:url(../img/frontend/footer_separator.png) left top repeat-x;
}

.footer{
    background-color: white;
    width:100%;
}

.footer_menu{
    width:1000px;
    text-align:center;
    color:#396496;
    font-size:12px;
    margin: 0 auto;
    font-weight: bold;
}

.footer_menu a
{
    color:#396496;
    font-size:12px;
    font-weight:bold;
}

.copyright{
    width:1000px;
    color:#666666;
    margin:0 auto;
}

.left_aligned{
    text-align:left;
}

.rigth_aligned{
    text-align:right;
    
}

.right_aligned a{
    color:#666666;
}

.bottom_menu{
    width:1000px;
    text-align:center;
    color:#000000;
    font-size: 13px;
    font-weight: bold;
    margin:0 auto;
}

.bottom_menu a{
    color:#000000;
    font-weight: bold;
    font-size: 13px;
}

.contact_form{
    margin-top:10px;
}

.contactus_form{
    width:500px;
    margin:15px auto;
    border:1px solid #cccccc;
    background-color:#e4e5e9;
}

.field_set{
    width:450px;
    margin:20px auto;
    
}

.field_set td{
    height:30px;
}

.row_name {
    text-align:left;
    color: black;
    width:150px;
    font-weight: bold;
    vertical-align:top;
}

.row_field{
    text-align:left;
    width:330px;
}

.contact_input{
    border:1px solid #cccccc;
    width:320px;
    font-size:13px;
    height:20px;
}

.row_name_area{
    vertical-align: top;
    text-align:left;
    color: black;
    width:150px;
    font-weight: bold;
}

.text_area{
    border:1px solid #cccccc;
    width:320px;
    font-size:13px;
    height:100px;
}

.captcha_img{
    border:1px solid #cccccc;
    width:214px;
    height:73px;
}

.button_base{
    background-color: #063b6d;
    height:30px;
}

.row_submit_buttons{
    text-align:left;
    width:330px;
}

.submit_buttons{
    float:right;
    margin-right:3px;
}

.contactus_button{
    margin:1px;
    height:28px;
    padding-left:5px;
    padding-right:5px;
    color:white;
    border: 1px solid #86c9f7;
    background:url(../img/frontend/contactus_button_bg.png) left top repeat-x;
}

.location_map {
    border:1px solid #cccccc;
    width:435px;
    height:298px;
    background:url(../img/frontend/map.png) left top no-repeat;
    margin:10px auto;
}

div.SmallError {
    color:#DD0000;
    font-size:10px;
    font-weight:bold;
    padding-bottom:5px;
    width:150px;
}
