/*
Theme Name: Deactivate the Florida Disaster Loan
Theme URI: http://localhost/Florida_disaster
Author: O3Interfaces
Author URI: http://o3interfaces.com
Description: The Florida Small Business Emergency Bridge Loan Program has been activated by an Executive Order of the Governor of Florida to provide a source of expedient cash flow to small businesses impacted by Tropical Storm Debby.
Version: 1.0 Beta Version
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

body{
    background: #CCCCCC;
}

html{    
    /*color: #555555;*/
    color: #333;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /*font-family: sans-serif, arial, Helvetica;*/
}

#header_plus_menu{
    width: 100%;
    text-align: center;
    float: left;
    /*margin: 0 0 0 515px;*/
}

#header{
    width: 100%;
    float: left;
    text-align: center;
}

#main_top_menu{
    float: left;
    width: 782px;
    margin: 0 0 0 562px;
}

#left_content_wrapper{
    /*height: 200px;*/
    border: #EEF0F1 solid 1px;
}

#left_content_header{
    background: #EEF0F1 url('images/headerbg.gif') repeat-x left bottom;
    height: 28px;
}

#header_h1_margin{
    padding: 7px 0 0 8px;
}

#content{
    width: 758px;
    /*margin: 0 0 0 562px;*/
    background: white;
/*    float: left;*/
    overflow: hidden;
    margin: 0 auto;
    padding: 11px;
    padding-bottom: 0px;
    font-size: 11.5px;
    line-height: 19px;
}

#left_content{
    width: 32%;
    float: left;
}
#right_content{
    width: 67%;
    float: left;
    margin-left: 5px;
}

#main_menu{
    background: url('images/menu.png') repeat-y;
    float: left;
    height: 27px;
}

#main_menu li:first-child{
    padding: 0 0 0 30px;
}

#main_menu li:last-child{
    padding: 0 30px 0 25px;
}
#main_menu >li{
    list-style: none;
    float: left;
    padding: 0 0 0 25px;
    line-height: 27px;
}

#main_menu > li > a{
    color: white;
    font-weight: bold;
}

#main_menu li a{
    font-family: Verdana, 'Trebuchet MS', Sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

#main_menu li a:hover{
    background: #ECECEC;
    color: black;
}

.submit_btn{
    background: #AD1E3A;
    color: white;
    font-weight: bold;
}

#bottom_menu{
    margin-left: 128px;
    
}
#bottom_menu li{
    list-style: none;
    float: left;
}

#bottom_menu li a{
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #25408F;
    font-size: 12px;
    font-weight: bold;
}
#bottom_menu li a:hover{
    text-decoration: none;
    color: gray;
}

#footer{
    text-align: center;
    width: 782px;
    margin: 14px auto 32px auto;
}


#footer_text p{
    color: #AD1E3A;
    font-size: 0.74em;
}

#main{
    width: 780px;
    /*margin: 0 0 0 562px;*/
    background: white;
/*    float: left;*/
    overflow: hidden;
    margin: 0 auto;
    /*height: 500px;*/
    font-size: 11.5px;
    line-height: 19px;
}

#index_left_content{
    float: left;
    width: 66%;
    margin: 14px;
}

#index_right_content{
    float: left;
    width: 30%;
    margin-top: 14px;
}


ul.square_filled{
    list-style-type: disc;
    margin-left: 25px;
}


ul.square_filled_double_left_margin{
    list-style-type: disc;
    margin-left: 50px;
}

.margin_top_bottom_10{
    margin: 10px 0 10px 0;
}

ol.Integer_style{
    list-style-type: decimal;
    margin-left: 25px;
}

b{
    font-weight: bold;
}

.margin_bottom_7{
    margin-bottom: 7px;
}

.margin_bottom_10{
    margin-bottom: 10px;
}

.margin_bottom_15{
    margin-bottom: 15px;
}

.margin_bottom_20{
    margin-bottom: 20px;
}

.list_style_none{
    list-style: none;
    margin-left: 25px;
}

.margin_left_25{
    margin-left: 25px;
}

.margin_left_5{
    margin-left: 5px;
}

.list_style_none_left{
    list-style: none;
    margin-left: 15px;
}

li:first-child{
    margin-top: 5px;
}

li:last-child{
    margin-bottom: 5px;
}


.margin_top_4_bottom_22{
    margin: 4px 0 22px 0;
}