* {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #000000;
}    
#wrapper {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.bg {
    background-color: #002E5F;
    margin: 0px;
}
#top {
    background-image: url(/2772/mirror/design/top2.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 106px;
    width: 887px;
    text-align: right;
    padding-top: 45px;
    padding-right: 63px;
}
#nav_top {
    float: right;
}
#nav_top ul {
    list-style-type: none;
}
#nav_top ul li {
    background-image: url(/2772/mirror/design/bullet_blue.jpg);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    display: inline;
    padding-left: 15px;
    padding-right: 17px;
}
#nav_top ul li a {
    color: #A67028;
    text-decoration: none;
}
#nav_top  ul  li a:hover {
    text-decoration: underline;
}
#nav_main {
    float: left;
    height: 30px;
    width: 886px;
    padding-left: 64px;
    background-image: url(/2772/mirror/design/nav.jpg);
}
#nav_main ul {
    list-style-type: none;
}
#nav_main ul li {
    display: inline;
    float: left;
}
#nav_main_con li {
    display: inline;
    list-style-type: none;
    float: left;
}
#nav_main_con a {
    text-decoration: none;
    color: #FFFFFF;
    height: 23px;
    width: 205px;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    background-image: url(/2772/mirror/design/nav_rollover_con_and_about.jpg);
    background-repeat: no-repeat;
    display: block;
}
#nav_main_con a:hover {
    background-image: url(/2772/mirror/design/nav_rollover_con_and_about_f2.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width: 205px;
}
#nav_main_con a:active {
    background-image: url(/2772/mirror/design/nav_rollover_con_and_about_f2.jpg);
    background-repeat: no-repeat;
}
#nav_main_biz li {
    display: inline;
    list-style-type: none;
    float: left;
}
#nav_main_biz a {
    text-decoration: none;
    color: #FFFFFF;
    height: 23px;
    width: 206px;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    background-image: url(/2772/mirror/design/nav_rollover_biz.jpg);
    background-repeat: no-repeat;
    display: block;
}
#nav_main_biz a:hover {
    background-image: url(/2772/mirror/design/nav_rollover_biz_f2.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width: 206px;
}
#nav_main_biz a:active {
    background-image: url(/2772/mirror/design/nav_rollover_biz_f2.jpg);
    background-repeat: no-repeat;
}
#nav_main_about li {
    display: inline;
    list-style-type: none;
    float: left;
}
#nav_main_about a {
    text-decoration: none;
    color: #FFFFFF;
    height: 23px;
    width: 205px;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    display: block;
    background-image: url(/2772/mirror/design/nav_rollover_con_and_about.jpg);
    background-repeat: no-repeat;
}
#nav_main_about a:hover {
    background-image: url(/2772/mirror/design/nav_rollover_con_and_about_f2.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width: 205px;
}
#nav_main_about a:active {
    background-image: url(/2772/mirror/design/nav_rollover_con_and_about_f2.jpg);
    background-repeat: no-repeat;
}
#nav_main_finance li {
    display: inline;
    list-style-type: none;
    float: left;
}
#nav_main_finance a {
    text-decoration: none;
    color: #FFFFFF;
    height: 23px;
    width: 206px;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    display: block;
    background-image: url(/2772/mirror/design/nav_rollover_finance.jpg);
    background-repeat: no-repeat;
}
#nav_main_finance a:hover {
    background-image: url(/2772/mirror/design/nav_rollover_finance_f2.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width: 206px;
}
#nav_main_finance a:active {
    background-image: url(/2772/mirror/design/nav_rollover_finance_f2.jpg);
    background-repeat: no-repeat;
}
#nav_main ul li ul{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 185px;
    top: 46px;  
    left: 1px; 
   
}
#nav_main ul li ul li{
    text-align:center;
    padding: 0;
    margin: 0;
    border: 1px solid #cccccc;
}
#nav_main ul li ul li a{
    width: 185px;
    background: #f7f7f7;
}
#nav_main ul li ul li a:hover{
    background: #ffffff;
}
/* hide drop downs until you hover over main button */
#nav_main li:hover ul, #nav_main li:hover li:hover ul {
    visibility: hidden;
}
#nav_main li:hover li ul, #nav_main li:hover li:hover li ul {
    visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers */
#nav_main li:hover>ul {
     display: block;
    visibility: hidden;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #nav_main li ul {
     display: none;
}
 
#splash_photo_area {
    background-image: url(/2772/mirror/design/photo_area.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 199px;
    width: 615px;
    padding-top: 1px;
    padding-left: 64px;
}
#online_area {
    background-image: url(/2772/mirror/design/online_area.jpg);
    background-repeat: no-repeat;
    float: right;
    height: 150px;
    width: 172px;
    padding-top: 50px;
    padding-left: 99px;
}
#online_area ul {
    list-style-type: none;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#online_area ul li {
    background-image: url(/2772/mirror/design/bullet_gold.gif);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 17px;
    padding-bottom: 0px;
}
#online_area ul li a{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
#online_area ul li a:hover{
    text-decoration: underline;
}
#online_area h1{
font-size: 14px;
padding: 0px;
margin-bottom: 0px;
color: #FFFFFF;
}
#splash_content_area {
    background-image: url(/2772/mirror/design/splash_content_area.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 237px;
    width: 873px;
    padding-left: 77px;
    padding-top: 22px;
}
#splash_content_welcome {
    float: left;
    width: 387px;
    padding-right: 10px;
}
#splash_content_welcome h1 {
    font-size: 14px;
    font-weight: bold;
    color: #4E77A5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}
#splash_content_welcome ul {
    list-style-type: none;
    padding: 10px;
}
#splash_content_welcome ul li{
    list-style-type: none;
    background-image: url(/2772/mirror/design/bullet_blue.jpg);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 17px;
}
#splash_content_welcome ul li a{
    font-weight: bold;
    color: #A67028;
    text-decoration: none;
}
#splash_content_welcome ul li a:hover{
    text-decoration: underline;
}
.splash_content_smaller_boxes {
    float: left;
    width: 186px;
    padding-right: 10px;
    padding-left: 10px;
}
.splash_content_smaller_boxes h1 {
    font-size: 14px;
    font-weight: bold;
    color: #4E77A5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}
.splash_content_smaller_boxes ul {
    list-style-type: none;
    padding-top: 10px;
}
.splash_content_smaller_boxes ul li{
    list-style-type: none;
    background-image: url(/2772/mirror/design/bullet_blue.jpg);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 17px;
}
.splash_content_smaller_boxes ul li a{
    font-weight: bold;
    color: #A67028;
    text-decoration: none;
}
.splash_content_smaller_boxes ul li a:hover{
    text-decoration: underline;
}
.splash_boxes_photo {
    margin-top: 10px;
}
#interior_content_wrap {
    background-image: url(/2772/mirror/design/bg_interior_content_stretch.jpg);
    background-repeat: repeat;
    float: left;
    width: 950px;
}
#interior_content_wrap2 {
    background-image: url(/2772/mirror/design/bg_iframe.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 950px;
padding-left:63px;

}
#interior_glow_left {
    background-image: url(/2772/mirror/design/bg_interior_glow_left.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 380px;
    width: 63px;
}
#content_bg {
    background-color: #FFFFFF;
    background-image: url(/2772/mirror/design/bg_interior_content.jpg);
    background-repeat: no-repeat;
    width: 824px;
    float: left;
}
#content_bg2 {
    background-color: #FFFFFF;
    /*background-image: url(/2772/mirror/design/bg_interior_content.jpg);
    background-repeat: no-repeat;*/
    width: 824px;
    float: left;
}

#content_column_left {
    float: left;
    width: 617px;
}
#content_column_left2 {
    float: left;
    width: 815px;
}
#content_header_area {
    font-size: 16px;
    font-weight: bold;
    color: #4E77A5;
    float: left;
    height: 26px;
    width: 580px;
    padding-left: 37px;
    padding-top: 19px;
}
#content_column_left2 #content_main {
    padding-left: 7px;    
  float: left;
    width: 805px;
    padding-top: 17px;
    padding-right: 12px;
background-color:#fff;
}

#content_main {
    float: left;
    width: 560px;
    padding-top: 17px;
    padding-left: 37px;
    padding-right: 20px;
}
#content_main h1 {
    font-size: 13px;
    font-weight: bold;
    color: #9C6111;
    margin: 0px;
}
#content_main h2 {
    font-size: 14px;
    color: #9A5F0F;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    padding-top: 5px; 
    padding-bottom: 5px;
    text-transform: uppercase;
 }
#content_main ul {
    list-style-type: none;
    padding-top: 12px;
    padding-left: 35px;
    padding-bottom: 12px;
}
#content_main ul li {
    background-image: url(/2772/mirror/design/bullet_blue_small.gif);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    padding-left: 15px;
}
#content_main a {
    font-weight: bold;
    color: #A67028;
    text-decoration: none;
}
#content_main a:hover {
    text-decoration: underline;
}
#content_main strong {
    font-weight: bold;
}
#content_main em {
    font-style: italic;
}

#content_column_right {
    float: left;
    width: 207px;
}
#sub_nav_header {
    font-size: 16px;
    font-weight: bold;
    color: #4E77A5;
    float: left;
    height: 26px;
    width: 197px;
    padding-left: 10px;
    padding-top: 19px;
}
#sub_nav_links {
    float: left;
    width: 177px;
    padding-left: 30px;
}
#sub_nav_links ul {
    list-style-type: none;
    padding-top: 10px;
}
#sub_nav_links ul li {
    background-image: url(/2772/mirror/design/bullet_blue.jpg);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 17px;
}
#sub_nav_links ul li a {
    font-weight: bold;
    color: #9C6111;
    text-decoration: none;
}
#sub_nav_links ul li a:hover {
    text-decoration: underline;
}
#interior_glow_right {
    background-image: url(/2772/mirror/design/bg_interior_glow_right.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 380px;
    width: 63px;
}
#interior_ad_boxes_area {
    background-image: url(/2772/mirror/design/bg_interior_ad_boxes.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 141px;
    width: 873px;
    padding-left: 77px;
}
#interior_ad_1_text {
    float: left;
    height: 102px;
    width: 185px;
    padding-left: 6px;
    padding-top: 9px;
    padding-right: 10px;
}
#interior_ad_1_text h1 {
    font-size: 14px;
    font-weight: bold;
    color: #4E77A5;
    margin: 0px;
}
#interior_ad_1_photolink {
    float: left;
    height: 97px;
    width: 200px;
    padding-top: 14px;
    padding-left: 1px;
}
#interior_ad_1_link {
    float: left;
    width: 201px;
}
#interior_ad_1_link  ul {
    list-style-type: none;
    padding-top: 11px;
}
#interior_ad_1_link  ul  li {
    background-image: url(/2772/mirror/design/bullet_blue_small.gif);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    padding-left: 15px;
}
#interior_ad_1_link  ul  li a{
    font-weight: bold;
    color: #A67028;
    text-decoration: none;
}
#interior_ad_1_link  ul  li a:hover{
    text-decoration: underline;
}
.interior_ad_photo {
    float: left;
    height: 60px;
    width: 185px;
}
#interior_ad_2_text {
    float: left;
    height: 102px;
    width: 178px;
    padding-left: 13px;
    padding-top: 9px;
    padding-right: 10px;
}
#interior_ad_2_text h1 {
    font-size: 14px;
    font-weight: bold;
    color: #4E77A5;
    margin: 0px;
}
#interior_ad_2_photolink {
    float: left;
    height: 97px;
    width: 198px;
    padding-top: 14px;
    padding-left: 9px;
}
#interior_ad_2_link {
    float: left;
    width: 198px;
}
#interior_ad_2_link  ul {
    list-style-type: none;
    padding-top: 11px;
}
#interior_ad_2_link  ul  li {
    background-image: url(/2772/mirror/design/bullet_blue_small.gif);
    background-repeat: no-repeat;
    background-position: 1px 5px;
    padding-left: 15px;
}
#interior_ad_2_link  ul  li a{
    font-weight: bold;
    color: #A67028;
    text-decoration: none;
}
#interior_ad_2_link  ul  li a:hover{
    text-decoration: underline;
}

#footer_links {
    color: #4E77A5;
    float: left;
    width: 550px;
    padding-top: 15px;
}
#footer_links a {
    text-decoration: none;
    color: #4E77A5;
}
#footer_links a:hover {
    text-decoration: underline;
}

#alerts {
    float: right;
    width: 170px;
    padding-top: 15px;
padding-right:20px;
clear:none;
}
#alerts a {
 Font-size: 10px;
font-weight: bold;
    text-decoration: none;
    color: #ff0000;
}
#alerts a:hover {
    text-decoration: underline;
}
#footer_area {
    background-image: url(/2772/mirror/design/footer.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 94px;
    width: 873px;
    padding-left: 77px;
    padding-top: 12px;
color:ffffff;
}
#footer_notice {
    color: #FFFFFF;
    float: left;
    width: 644px;
}
#footer_notice p{
    color: #FFFFFF;
    }
#footer_notice strong {
    font-weight: bold;
    color: #FFFFFF;
}
#footer_notice a {
    color: #A67028;
    text-decoration: underline;
}
#footer_notice a:hover {
    text-decoration: none;
}
#footer_FDIC {
    float: left;
    padding-left: 25px;
    text-align: center;
}
#footer_FDIC a {
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}
#footer_FDIC a:hover {
    text-decoration: none;
}
#footer_EHL {
    float: left;
    padding-left: 20px;
    text-align: center;
}
#footer_EHL a {
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}
#footer_EHL a:hover {
    text-decoration: none;
}
#footer_links_interior {
    color: #4E77A5;
    float: left;
    width: 650px;
    padding-top: 10px;
}
#footer_links_interior a {
    text-decoration: none;
    color: #4E77A5;
}
#footer_links_interior a:hover {
    text-decoration: underline;
}
 
.orange_sm { color: #FFA500;font-size:10px;} /*Orange small*/ 
.darkorange_sm {color:#FF8C00;font-size:10px;} /*Dark Orange small*/
.white_sm { color:#FFFFFF;font-size:10px;} /*White small*/
.black_sm { color:#000000;font-size:10px;} /*Black small*/
 
.navyblue_sm {color:#000080;font-size:10px;} /*NavyBlue small*/
.royalblue_sm { color:#4169E1;font-size:10px;}  /*RoyalBlue small*/
.red_sm {color:#FF0000;font-size:10px;} /*Red small*/

.orange_med { color: #FFA500;font-size:12px;}  /*Orange medium*/
.darkorange_med {color:#FF8C00;font-size:12px;} /*Dark Orange medium*/
.white_med { color:#FFFFFF;font-size:12px;} /*White medium*/
.black_med { color:#000000;font-size:12px;} /*Black med*/
 
.navyblue_med {color:#000080;font-size:12px;} /*NavyBlue medium*/
.royalblue_med { color:#4169E1;font-size:12px;} /*RoyalBlue medium*/
.red_med {color:#FF0000;font-size:12px;} /*Red medium*/
.orange_L { color: #FFA500;font-size:14px;}  /*Orange Large*/
.darkorange_L {color:#FF8C00;font-size:14px;}/*Dark Orange Large*/
.white_L { color:#FFFFFF;font-size:14px;} /*White Large*/
.black_L { color:#000000;font-size:14px;} /*Black Large*/
 
.navyblue_L {color:#000080;font-size:14px;} /*NavyBlue Large*/
.royalblue_L { color:#4169E1;font-size:14px;} /*RoyalBlue Large*/
.red_L {color:#FF0000;font-size:14px;} /*Red Large*/
.orange_XL { color: #FFA500;font-size:16px;}  /*Orange XLarge*/
.darkorange_XL {color:#FF8C00;font-size:16px;} /*Dark Orange XLarge*/
.white_XL { color:#FFFFFF;font-size:16px;} /*White XLarge*/
.black_XL { color:#000000;font-size:16px;} /*Black XLarge*/
 
.navyblue_XL {color:#000080;font-size:16px;}  /*NavyBlue XLarge*/
.royalblue_XL { color:#4169E1;font-size:16px;} /*RoyalBlue XLarge*/
.red_XL {color:#FF0000;font-size:16px;} /*Red XLarge*/
.orange { color: #FFA500;} /*Orange*/ 
.darkorange {color:#FF8C00;} /*Dark Orange*/
.white { color:#FFFFFF;} /*White*/
 
.navyblue {color:#000080;} /*NavyBlue*/
.royalblue { color:#4169E1;}  /*RoyalBlue*/
.red {color:#FF0000;} /*Red*/
.black {color:#000000;}  /*Black*/