@charset "utf-8";
/*--Reset the browser's default styles--*/
html, body, h1, h2, h3, h4, h5, h6, p, table, th, td, img, ul, ol, li, dl, dd, dt, form, label, input{
    margin: 0px;
    padding: 0px;
}

li{
    list-style-type: none;
}
img, table, th, td{
    border: none;
}

/*--IDs--*/
body#body{
    background-color: #a6daf6;
    background-image: url(../images/bg_body.gif);
    background-repeat: repeat-x;
}
div#wrap{
    width: 1032px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    background-image: url(../images/bg_grad.gif);
    background-repeat: no-repeat;
    padding: 2px;
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 30px 210px 0px 210px;
}
div#wrap1{
    width: 1032px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding: 2px;
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px 210px 0px 210px;
}
div#header_home{
    width: 1032px;
    height: 343px;
    overflow: hidden;
    position: relative;
}
div#header_pages{
    width: 1032px;
    height: 214px;
    overflow: hidden;
    background-image: url(../images/banner_page.gif);
}
div#logo{
    margin: 22px 0px 0px 22px;
}
/*Top Navigation*/
div#topnav{
    width: 445px;
    height: 21px;
    background-image:url(../images/bg_topnav.gif);
    background-position:bottom;
    background-repeat: no-repeat;
    padding: 0px 2px 6px 2px;
    position: absolute;
    top: 30px;
    left: 742px;
    z-index: 999999;
}
div#topnav ul li{
    display: block;
    float: left;
    width: 110px;
    text-align: center;
    margin: 1px auto;
}
div#topnav ul li a{
    font-size: 12px;
    color: #C5EBEB;
    text-decoration: none;
}
div#topnav ul li a:hover{
    font-weight: bold;
    color: #FFF;
}
div#blurb{
    margin: 50px 0px 0px 80px;
}
div#blurb h1{
}
div#blurb p{
    margin: 15px 0px 20px 0px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
    width:365px;
}
/*Main Navigation*/
div#mainnav{
    height: 35px;
    background-color: #ffffff;
}
div#mainnav ul{
    display: block;
    margin: 0px auto;
    background-image: url(../images/bg_nav.gif);
    background-repeat: no-repeat;
    width: 1033px;
    height: 35px;
background-position:top left;
}
div#mainnav ul li{
    display: block;
    float: left;
    width: 136px;
    text-align: center;
    margin: 0px auto;
    padding: 8px 0px 8px 0px;
    position: relative;
}
div#mainnav ul li:hover{
    background-color: #339ad1;
}
div#mainnav ul li:first-child:hover{
    background-image: url(../images/curve_mainnav_first.gif);
    background-repeat: no-repeat;
}
div#mainnav ul li:last-child:hover{
    background-image: url(../images/curve_mainnav_last.gif);
    background-repeat: no-repeat;
    background-position:right;
}
div#mainnav ul li a{
    font-size: 15px;
    color: #b0def7;
    text-decoration: none;
}
div#mainnav ul li a:hover{
    color: #FFF;
}

div#mainnav ul li ul{
    position: absolute;
    width: 154px;
    background-image:none;
    background-color: #00539b;
    height: auto;
    top: 34px;
    left: 0px;
    display: none;
}
div#mainnav ul li:hover ul{
    display: block;
    float: none;
}
div#mainnav ul li ul li{
    background-image: none;
    width:134px;
    list-style-type: disc !important;
    text-align: left;
    padding-left: 20px;
    color: #fff;
}
div#mainnav ul li ul li a{
    font-size: 11px;
}
div#mainnav ul li ul li:first-child:hover{
    background-image: none;
}
div#mainnav ul li ul li:last-child:hover
{
	background-image: none;
}
/*--Content block--*/
div#content_home{
    min-height: 300px;
    background-image:url(../images/bg_bottom_home.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 55px 52px 20px 52px;
}
div#content_pages{
    min-height: 300px;
    background-image:url(../images/bg_bottom_pages.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 55px 52px 20px 52px;
}
div#content_pages div#text{
    width: 685px;
    float: left;
}
div#content_pages h1{
    margin: 0px 0px 25px 0px;
    color: #FF903D;
    font-size: 20px;
}
div#content_pages h2{
    margin: 0px 0px 0px 65px;
    color: #FF903D;
    font-size: 18px;
}

div#content_pages p{
    margin: 15px 0px 25px 65px;
    color: #003A68;
    font-size: 12px;
    line-height: 20px;
}
div#text ul
{
	margin-top:-20px;
}
div#content_pages div#text a{
    font-size: 13px;
    color: #0081c6;
    text-decoration: none;
}
div#content_pages p img
{
	vertical-align: bottom;
}

div#content_pages td{
    margin: 15px 0px 25px 65px;
    color: #003A68;
    font-size: 12px;
    line-height: 20px;
}
div#content_pages div#leftnav{
    width: 185px;
    float: right;
}
div#content_pages div#leftnav div{
    background-image: url(../images/bg_leftnav_top.gif);
    background-repeat:no-repeat;
    background-position: top left;
    padding-top: 7px;
    float: left;
}
div#content_pages div#leftnav div div{
    background-image: url(../images/bg_leftnav_bot.gif);
    background-repeat:no-repeat;
    background-position: bottom left;
    padding-bottom: 7px;
    float: left;
}
div#content_pages div#leftnav ul{
    background-image: url(../images/bg_leftnav_mid.gif);
    background-repeat:repeat-y;
    background-position: left;
}
div#content_pages div#leftnav ul li{
    margin: 0px 0px 0px 10px;
    padding: 12px 0px 12px 30px;
    background-image:url(../images/bullet_star.gif);
    background-repeat: no-repeat;
    background-position:left center;

}
div#content_pages div#leftnav ul li a{
    font-size: 13px;
    color: #0081c6;
    text-decoration: none;
}
div#content_pages div#leftnav ul li a:hover{
    color: #000074;
}
div#content_pages div#leftnav ul li a:active{
    color: #000074;
}
div#register{
    width: 635px;
    height: 70px;
    float: right;
    margin-right: -50px;
}
div#register h2{
    float: left;
    width: 95px;
    height: 30px;
    margin-top: 20px;
}
div#register p{
    float: left;
    width: 200px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
    margin: 0px 23px;
    margin-top: 7px;
}
div#register input{
    float: left;
    margin-right: 7px;
    margin-top: 20px;
}
div#footer{
    margin: 10px 0px 0px 10px;
    font-size: 10px;
    color: #FFFFFF;
}
/*--Classes--*/

div.callout_chairman_home_parent{
    width: 271px;
    height: 700px;
    
    float: left;
    
}

div.callout_chairman_home{
    width: 271px;
    height: 350px;
    background-repeat:no-repeat;
    float: left;
    background-color: #feefd3;
    margin-bottom:30px;
}
div.callout_chairman_home p{
    margin: 15px 0px 20px 15px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
}
div.callout_chairman_home p a{
    color: #FF791F;
    text-decoration: none;
}



div.callout_donate_home{
    width: 271px;
    height: 143px;
    
    float: left;
    margin-top:30px;
     
    
}
div.callout_donate_home p{
    margin: 15px 0px 20px 15px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
}
div.callout_donate_home p a{
    color: #FF791F;
    text-decoration: none;
}



div.callout_endorse_home{
    width: 271px;
    height: 280px;
    
    float: left;
    margin-top:10px;
    background-image:url(../images/g_bar_Endorse_kicker.gif);
    background-repeat:no-repeat;
    background-position: 0px 26px;
    float: left;
    
     
    
}
div.callout_endorse_home p{
    margin: 15px 0px 20px 15px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
}
div.callout_endorse_home p a{
    color: #FF791F;
    text-decoration: none;
}



div.callout_blog_home{
    width: 271px;
    height: 320px;
    
    float: left;
    margin-top:10px;
   
    /*background-image:url(../images/bg_bar_Emils_kicker.gif);*/
    background-repeat:no-repeat;
    background-position: 0px 26px;
    float: left;
    
     
    
}
div.callout_blog_home p{
    margin: 15px 0px 20px 15px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
}
div.callout_blog_home p a{
    color: #FF791F;
    text-decoration: none;
}


div.callout_home{
    width: 261px;
    height: 180px;
    background-image:url(../images/bg_bar_latestnes.gif);
    background-repeat:no-repeat;
    background-position: 0px 26px;
    float: left;
    margin: 0px 0px 0px 50px;
}
div.callout_home p{
    margin: 15px 0px 20px 15px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
}
div.callout_home p a{
    color: #FF791F;
    text-decoration: none;
}



div.callout_home_ctp{
    width: 261px;
    height: 580px;
    background-image:url(../images/bg_bar_ctp_kicker.gif);
    background-repeat:no-repeat;
    background-position: 0px 26px;
    float: left;
    margin: 0px 0px 0px 50px;
}
div.callout_home_ctp p{
    margin: 15px 0px 20px 15px;
    color: #003A68;
    font-size: 13px;
    line-height: 18px;
}
div.callout_home_ctp p a{
    color: #FF791F;
    text-decoration: none;
}

/*--Common classes--*/
div.clear{
    clear: both !important;
}
input.textbox_rounded{
    width: 238px;
    height: 20px;
    background-image:url(../images/bg_textbox_register.gif);
    background-color: transparent;
    border: none;
    padding: 5px 5px;
    font-size: 12px;
    color: #003A68;
}

div#content_pages div#text ul li{
    margin: 0px 0px 0px 85px;
    list-style-type:disc;
    background-repeat: no-repeat;
    background-position:left center;
    color: #003A68;
    font-size: 12px;
    line-height: 20px;

}


div#content_pages div#text ol li{
    margin: 0px 0px 0px 16px;
    list-style-type:inherit;
    background-repeat: no-repeat;
    background-position:left center;
    color: #003A68;
    font-size: 12px;
    line-height: 20px;

}

div#content_pages div#pressroom ul li{
    margin: 0px 0px 0px 60px;
    padding: 10px 0px 0px 30px;
    background-image:url(../images/smallstar.gif);
    background-repeat: no-repeat;
    background-position:left center;
    list-style-type:none;

}