body {
    /*    text-align: center;
        margin: 0;
        padding: 0;
        font-family: "Trebuchet MS";
        font-size: 13px;
        background-color: #E9F3DC;
        color: #2E2E2E;
        line-height: 15px;
    */

    background-image: url(../../images/top_bg.png);
    background-repeat: repeat-x;

    background-color:#4cb145;
    color:#2E2E2E;
    font-family: "Verdana",Helvetica,Arial,sans-serif;
    font-size:12px;
    line-height:15px;
    margin:0;
    padding:0;
    text-align:center;
}

a {
    color: #39a731;
    /*    color: #246d24;*/
    text-decoration: none;
}
a:hover { text-decoration: underline; color: #f07901; }
a img { border: none; }

input, select { border: 1px solid #ddd; color: green; height: 24px; font-size: 1.1em; padding: 0 2px; }
textarea { color: green; height: 100px; }


#main{
    /*    width: 996px;*/
    width: 1041px;

    background-image: url(../../images/background-shadow.png);
    background-repeat: repeat-y;

}

#workspace{
    background-color: white;
    width: 976px;
    /*    width: 990px;*/
}

#header{
    width: 100%;
    height: 100px;
    text-align:left;
    position: relative;
    /*background-image: url(../../images/headerbg.jpg);
    background-repeat: repeat-y;*/
}
#body_admin #header { height: 70px; }

#logo { 
    font-size: 1.7em; position: absolute; top: 14px; left: 30px;
    position: relative;
}
#logo img { position: absolute; top: -11px; left: 10px; z-index: 1000; }

#content_top_menu{

    height: 36px;
    /*    height: 45px;*/

    text-align:left;
    /*    background-image:url(../../images/bg_top_menu9.png);*/
    background-repeat:no-repeat;
    background-position: 0px 0px;

    /*    background-color: #82b43b;*/
    background-color: #040303;

    padding-left: 20px;
    padding-top: 0px;
    z-index: 90000;
}
#menu {
    /*    padding-top: 12px;*/
    z-index: 90000;
}


#content_under_top_menu{
    width: 100%;
    /*height: 353px;*/
    height: 294px;
    clear:both;
    text-align:left;
    /*    background-image:url(../../images/bg_under_top_menu1.jpg);
        background-repeat:repeat-x;*/
    position: relative;
}

#main_content_top{
    width: 100%;
    /*background-image:url(../../images/bg_content.jpg);*/
    background-repeat:no-repeat;
}

#main_content_middle{
    width: 100%;
    /*background-image:url(../../images/bg_content_middle.jpg);*/
    background-repeat: repeat-y;
    /*    border-top: 1px solid green;*/
}

#main_content_bottom{
    width: 100%;
    height: 20px;
    /*background-image:url(../../images/bg_content_bottom.jpg);*/
    background-repeat:no-repeat;
}

#content_inside {
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 12px;
    text-align:left;
    min-height: 400px;
    /*background-image:url(../../images/inside_bg.png);*/
    background-repeat:repeat-y;
    background-color: white;
    /*    border: 1px solid #4d6821;*/
    /*    border-top: none;*/
    position: relative;
    z-index: 0;
}

#content_inside h1 {
    line-height: 26px;
}

#site_name_logo{
    height: 40px;
    width: 173px;
    background-image:url(../../images/site_name_logo.jpg);
    background-repeat:no-repeat;
    margin-left: 26px;
    margin-top: 45px;
    float:left;
    background-color: white;
}

#bubble_green{
    width: 344px;
    height: 100%;

    /*    background-image:url(../../images/bg_bubble_green.png);
        background-repeat:no-repeat;*/
    /*    margin-top: 25px;
        margin-left: 40px;*/

    top: 0px;
    right: 0px;
    position: absolute;

    color: white;
    position: absolute;
}

.bubble_green_text_title{
    /*    color: #2E2E2E;*/
    color: #fff;

    font-weight: normal;
    text-decoration: none;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: normal;
}

.bubble_green_bg {
    position: absolute; width: 100%; height: 100%; background-color: black;  
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

    top: 0; left: 0;
}

.bubble_green_inside {
    font-family: "Trebuchet MS";
    position: absolute; left: 20px; top: 15px;
    width: 90%;
}

.bubble_green_inside a {
    color: white;
    text-decoration: underline;
}

#chart_image{
    width: 464px;
    height: 274px;
    /*background-image:url(../../images/_tmp1.png);*/
    /*background-color: white;*/
    background-repeat:no-repeat;
    margin-top: 50px;
    margin-left: 30px;
    position: absolute;
    top: 0; right: 0;
}

.menu_option_text{
    display:inline;
}

.menu_option_text{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

#bottom_menu {
    padding-left: 0px;
    text-align:left;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.bottom_menu_column_small {
    width: 180px;
    margin-right: 25px;
    float:left;
}

.bottom_menu_column_title {
    color: #fff;
    text-transform: uppercase;

    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 3px;

    border-bottom: 1px solid #a5d6a2;
    margin: 12px 0 3px 0;
}

.bottom_menu_column_option{
    color: #333;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
}

.bottom_menu_column_option:hover{
    color: #f07901;
    text-decoration: none;
}

.bottom_menu_column_big{
    width: 320px;
    float:right;
    text-align: right;
}

.bottom_menu_column_big_text{
    color: #494949;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
}


.blocktheme-twitter{
    /*    background-color: #FFFFFF;
        background-image: url(../../images/twitter-fade-bg.jpg);
        background-repeat: repeat-x;
        text-align:left;
        border:1px solid #494949;
        margin:5px 0;
        font-size:12px;
        line-height: 20px;*/

    background-color:#FFFFFF;
    background-image:url(../../images/twitter-fade-bg.jpg);
    background-repeat:repeat-x;
    border:1px solid #494949;
    font-size:12px;
    line-height:20px;
    margin:5px 0;
    text-align:left;
}

.blocktheme-twitter legend{
    font-weight:bold;
    margin:0px 10px;
    padding:17px 60px 20px 10px;
    background:transparent url(../../images/twitter-bird.png) no-repeat scroll right top;
}

.blocktheme-twitter .content{
    padding:0px 20px 10px;
}

.blocktheme-vote {
    background-color: #FFFFFF;
    background-image: url(../../images/twitter-fade-bg.jpg);
    background-repeat: repeat-x;
    /*scroll center -1px;*/
    text-align:left;
    border:1px solid #494949;
    margin:5px 0;
    font-size:12px;
    line-height: 17px;
    width: 175px;
    float: right;
}
.blocktheme-vote #percent { padding-top: 0 !important; }
.blocktheme-vote legend{
    font-weight:bold;
    margin:0px 10px;
    font-size: 1.1em;
    color: #f07901;
    /*background:transparent url(../../images/twitter-bird.png) no-repeat scroll right top;*/
}

.blocktheme-vote .content{
    padding:0 !important;
}
.blocktheme-vote .block-title { font-size: 2.0em !important; }
.blocktheme-vote .gray { font-size: 0.95em }

.block-title{
    color: #339933;
    font-weight: bold;
    text-decoration: none;
    font-size:16px;
}

.block-title:hover{
    color: #F90;
    font-weight: bold;
    text-decoration: none;
    font-size:16px;
}

.content_bubble_top{
    width: 340px;
    height: 25px;
    padding: 10px 15px 15px 15px;
}

.content_bubble_top td{
    color: #336600;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
}

.content_bubble_middle{
    width: 340px;
    padding: 15px 25px 5px 25px;
    font-size: 1.1em;
}
.content_bubble_middle .title{
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 10px;
}
.content_bubble_middle .title a {
    color: #333 !important;
    text-transform: uppercase;
}
.content_bubble_middle .subtitle {
    text-transform: uppercase;
    margin-top: -10px;
    color: #666;
}

.feedback_link_container a {
    color: #55ad4e;
    text-transform: uppercase;
    font-weight: bold;
}

.feedback_link_container {
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}

.content_bubble_middle #address{
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 18px;
    float:left;
    width: 135px;
    margin-top: 10px;
}

.content_bubble_bottom{
    width: 383px;
    height: 12px;
}
.content_bubble_bottom2 {
    width: 383px;
    height: 12px;
}

.content_small_bubble_top{
    background-image:url(../../images/top_home_loan_offers.png);
    background-repeat:no-repeat;
    width: 272px;
    height: 25px;
    padding: 10px 15px 15px 15px;
}

#body_admin .content_small_bubble_top, #body_user .content_small_bubble_top {
    background-image:url(../../images/bg_content_small_bubble_top.jpg);
    background-repeat:no-repeat;
}

.content_small_bubble_top td{
    color: #336600;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
}

.content_small_bubble_middle{
    width: 300px;
    padding: 0px;
}


#body_admin .content_small_bubble_middle, #body_user .content_small_bubble_middle  {
    background-image:url(../../images/bg_content_small_bubble_middle.jpg);
    background-repeat:repeat-y;
    height: auto;
    min-height: 100px;
    padding-bottom: 10px;
}

.content_small_bubble_bottom{
    background-image:url(../../images/bg_content_small_bubble_bottom.jpg);
    background-repeat:no-repeat;
    width: 302px;
    height: 12px;
}

.content_small_bubble_bottom2{
    background-image:url(../../images/bg_content_small_bubble_bottom2.jpg);
    background-repeat:no-repeat;
    width: 302px;
    height: 12px;
}

.content_small_bubble_link_1{

    color: #2C8CDA;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
}

.content_small_bubble_link_1:hover{

    color: #2C8CDA;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    line-height: 25px;
}



.float_left{
    float:left;
}

.bubble {
    min-height: 140px;
    border: 1px solid #add757;
    margin-bottom: 5px;
    width: 206px;
    margin-left: 15px;
}

.newsletter_signup_bubble{
    color: #333333;
    background-image:url(../../images/updates_bg.png);
    background-repeat:repeat-y;
    width: 255px;
    height: 343px;
    margin-left: 15px;
}

.newsletter_signup_bubble_content{
    padding: 10px 10px 10px 10px;
}

#homepage {
    font-family: "Trebuchet MS";
    margin-left: -10px;
}

.newsletter_signup_bubble_title{
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
    text-transform: uppercase;

    padding-bottom: 5px;
    border-bottom: 2px solid #bcbcbc;
    margin-bottom: 8px;
}

.newsletter_signup_bubble_text{
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.newsletter_signup_bubble_field_description{
    font-size: 1.1em;

    line-height: 16px;
}

#rateit_bubble{
    background-image:url(../../images/bg-ov-rateit.gif);
    background-repeat:no-repeat;
    width: 166px;
    height: 180px;
    float: right;
}

#ilikeit{
    padding-top: 50px;
    float:left;
    margin-left: 15px;
}

#idontlikeit{
    padding-top: 50px;
    float:left;
    margin-left: 10px;
}

#percent{
    color: #339933;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
    padding-top: 20px;
    text-align:center;
}

.content_bubble_middle #votes{
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-align:center;
    padding-top: 5px;
}

.copyright_notice { text-align: left; background-color: #323232; height: 25px;
                    padding: 8px 10px 0 10px; color: #ddd; text-transform: uppercase; font-size: 0.9em; }
.copyright_notice a { color: #ddd !important; }
.footer_links a { color: #fff !important; text-transform: uppercase;  }
.bottom_menu_column_title {  }

.results { width: 540px;  margin: 0; padding: 0; }
.results li {
    clear:both;
    padding:10px 0 15px;
    list-style-type: none;
    border-bottom: 1px dashed green;
}
.results li a {
    font-size: 1.6em;
}
.results li h6 { margin: 0; padding: 0; font-size: 1em; margin-top: 5px; }

.results .liked {
    background-image:url(../../images/bg-likeit.gif);
    background-position:left top;
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    height:57px;
    margin:-6px 0 10px 10px;
    padding:17px 0 0;
    text-align:center;
    width:67px;
}

.liked span {
    color:#339A34;
    font-size:24px !important;
    font-weight:bold;
    letter-spacing:-0.05em;
}

.results span {
    font-size:16px;
    font-weight:100;
    padding:0 0 10px;
}

.results a.read {
    font-size:13px;
}

.breadcrumb { position: absolute; left: 20px; top: 3px; font-size: 1.1em; color: gray;  }
h1 { margin: 0; padding: 0; margin-top: 15px;  margin-bottom: 12px; font-size: 2.3em; }

.box_title {
    color:#336600;
    font-size:18px;
    font-weight:normal;
    line-height:25px;
    text-decoration:none;
    position: relative;
    padding-left: 55px;
    padding-top: 3px;
}

/*BUT3*/
.but3 {
    height:35px;
    border: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-position: 10px 3px;
    background-repeat: no-repeat;
    margin: -3px 0 0 -10px;
    background-color:transparent;
    margin-right: -10px;
    /*text-transform: capitalize;*/
    /*text-transform: uppercase;*/
}

.but3:hover {
    /*background-position: 10px 3px;*/
}

.but3 {
    background-image: url(../../images/btn_bg3.png);
    color: white;
    width: 140px !important;
    margin-left: -13px !important;
    font-size: 1.05em !important;
}

.but3:hover {
    background-image: url(../../images/btn_bg3_over.png);
    color: yellow;
}


.but, .but2, .but4, .but5, .but12, .but15 {
    border: none;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-color:transparent;
    /*margin-right: -10px;*/
    color: white;
    margin-left: 0px;
    font-variant: small-caps;
}
.but2 {
    /*    background-position: 0px 4px;*/
    line-height: 26px;
    height:30px;
    width: 120px !important;
    font-size: 1.05em !important;
    /*    background-image: url(../../images/btn_bg2.png);*/
    background-image: url(../../images/menu_green2_bg.png);
    background-repeat: repeat-x;
    font-weight: bold;
}
.but2:hover {
    background-image: url(../../images/menu_green2_bg.png);
    color: #f4f4f4;
}
.but4 {
    background-position: 0px 4px;
    line-height: 26px;
    height:30px;
    width: 85px !important;
    font-size: 1.05em !important;

    background-image: url(../../images/btn_bg4.png);
}
.but4:hover {
    background-image: url(../../images/btn_bg4_over.png);
    color: white;
}
.but5 {
    background-position: 0px 4px;
    line-height: 26px;
    height:30px;
    width: 120px !important;
    font-size: 1.05em !important;
    background-image: url(../../images/btn_bg5.png);
}
.but5:hover {
    background-image: url(../../images/btn_bg5_over.png);
    color: white;
}
.but12 {
    background-position: 0px 4px;
    line-height: 26px;
    height:30px;
    width: 62px !important;
    font-size: 1.05em !important;
    background-image: url(../../images/btn_bg12.png);
    color: black;
}
.but12:hover {
    background-image: url(../../images/btn_bg12_over.png);
    color: black;
}
.but15 {
    background-position: 0px 4px;
    line-height: 26px;
    height:30px;
    width: 35px !important;
    font-size: 1.05em !important;
    background-image: url(../../images/btn_bg15.png);
    color: black;
}
.but15:hover {
    background-image: url(../../images/btn_bg15_over.png);
    color: black;
}
caption { font-size: 1.7em; line-height: 1.2em; }

.footer_text p {
    margin: 0; padding: 0;
    line-height: 18px;
    margin-top: 10px;
}

.gray { color: gray; }
.fright { float: right; }
#frm_login #login_user, #frm_login #login_pass { width: 80px; height: 20px; }
#frm_login { padding: 1px 30px; margin: 0px; position: absolute; bottom: 3px; right: 0px; 
             /*             border: 1px solid gray; background-color: #deeeca; */
             text-align: right;
}
#frm_login #submit_login { display: inline; }
#frm_login #submit_login input { border: 0; position: absolute; top: 3px; right: 22px; width: 27px; height: 26px; }
#header #frm_search { position: absolute; bottom: 3px; left: 100px; }
#frm_search .submit_search { display: inline; }
#frm_search .submit_search input { border: 0; position: absolute; top: -2px; right: 22px; width: 27px; height: 16px !important; }
.refinancing_text { position: absolute; top: 0px; left: 60px; font-size: 1.9em; line-height: 37px; color: #335511 }
#search { height: 17px; }

.clearfix { clear: both; }
.dashboard_items li { font-size: 1.3em; line-height: 21px; }
.dashboard_items { list-style-type: none; padding-top: 0px; padding-bottom: 0; margin-bottom: 0; }
.dashboard_description { padding-top: 2px; color: #777; font-style: italic; padding-left: 20px; }

.footer_links { width: 600px; }

.error_wrapper { margin-bottom: 5px; font-size: 1.5em !important; }
.error_wrapper p { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.error_wrapper td {font-size: 1.1em !important; color: green; }
.reviews_0 { display: none; }

#search_record { width: 200px; height: 24px; }
.search_record #find_button, .search_record #clear_button { margin-top: -3px; }
.buttons_row { margin: 5px 0; margin-left: 215px; }
#body_admin .buttons_row { margin-left: 215px; }

.text_smaller { font-size: 0.8em; }

.logo_text { position: absolute; top: -7px; left: 43px;font-size: 1.9em; line-height: 37px;color: #335511 }
.logo_text span { font-size: 0.4em; }
#description { height: 175px;}

#googlemap{ width:375px; height:300px; border:solid #ccc 1px;}

#googlemap div span { display: none; }

.text_refinance_now {
    position: absolute; left: 275px; top: 30px;
    font-size: 2em;
    width: 170px;
    color: red;
    line-height: 0.95em;
    text-align: center
}
.text_todays_rates {
    position: absolute; left: 260px; top: 145px;
    font-size: 1.2em;
    width: 185px;
    color: black;
    line-height: 0.95em;
    text-align: right
}
.text_percent_apr {
    position: absolute; left: 270px; top: 165px;
    font-size: 2.2em;
    width: 170px;
    color: red;
    line-height: 0.95em;
    text-align: right

}

#search { width: 150px;  }

.blocktheme-twitter .content { line-height: 18px; font-size: 1.1em; }

.topten {
    background-color:#FFFFFF;
    color:#333333;
    vertical-align:top;
    width: 100%;
    padding: 0;
    border-spacing: 0;

    border-collapse: collapse;
}
.topten thead tr td {
    background-color:#339933;
    /*    background-color:#92d543;*/
    font-size:1.2em;
    color: white; padding: 10px 15px;
}
.topten tr td {
    padding: 1px 4px;
    margin: 0;
    border: 1px solid #ddd;
    text-align: center;
}

table.top_offers {
    width: 100%;
    border-spacing: 0;
    background-color: white;
    border-collapse: collapse;
}
table.top_offers td { padding:0px;}
.top_offers_container { padding: 1px; }

.gmap_marker { text-align: left !important; }
.tmp_name {
    color: gray; font-style: italic; font-size: 0.9em;
    width: 115px; height: 24px; margin-left: 2px; margin-top: 3px; margin-right: 2px;
    line-height: 2em;
    padding-left: 4px !important;
}

.addthis_container {
    text-align: right;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.addthis_button_compact, .addthis_separator { display: none !important; }
.rightmap_container {
    right: 25px;top: 35px;position: absolute; width: 375px; text-align: right;
}
.welcome_text { text-align: right; padding: 10px; font-size: 1.2em; margin-top: 45px; margin-right: 20px; }


/*#content_inside p {
    margin-top: 15px;
}*/
.error p { margin: 0px !important; padding: 0 !important; text-align: left; }
.noborder input { border: none !important; }
.spage p { margin: 10px 0 !important;  }

.bubble_green {
    /*    background-color:#CCE6AA;*/
    /*    background-color: #e9f3dc;*/
    background-color: #ebebeb;
}
.bubble_light_gray {
    background-color: #f5f4f4;
}

.bubble_header { line-height: 1em; text-transform: uppercase; font-size: 1em; background-color: #fff; }

#header {
    /*    background-color: #82b43b !important;*/
    background-color: white !important;
}

#header_image {
    position: absolute;
    top: 0px;
    left: 0px;
}
div.hr {
    height: 10px;
    background: #fff url(../../images/hr.gif) repeat scroll center;
}
div.hr hr {
    display: none;
}
.bottom_section {
    width: 1041px;
    background-image: url(../../images/bottom_bg_shad.png);
    background-repeat: no-repeat;
}

.newsletter_signup_bubble_content input {
    height: 26px !important;
    width: 230px !important;
}

.home_bubble1 {
    float: left;
    width: 400px;
    height: 266px;
    background-image: url(../../images/home_bubble1.png);
}
.home_bubble2 {
    float: left;
    width: 400px;
    height: 161px;
    background-image: url(../../images/home_bubble2.png);
}

.home_bubble2 input {
    height:26px !important;
    width:206px !important;
}

.read_more {
    text-transform: uppercase;
}

.view_all {
    color: white;
    float: right;
    margin-top: 9px;
}

.view_all:hover {
    color: white;
}

.top_offers a {
    padding: 2px 10px;
}
