p.grey
{
    margin: 0px;
}

/* ----------=>flash container */
#flash_outer_container
{
    position: relative; 
    margin-bottom: 12px;    
}

#flash_outer_container_alt
{
    position: relative; 
    margin-bottom: 12px;    
}

#flash_outer_container div.flash_layer
{
    position: absolute;
    padding-bottom: 6px;
    width: 375px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    background: url(/es/images/ES_08_flash_layer_gradient.gif) no-repeat bottom left;
}

#flash_outer_container div.floatleft
{
    margin-top: 5px;
    width: 280px;
}

#flash_outer_container div.floatleft a
{
    color: #005f2a;
    font-weight: bold;
}

#flash_outer_container .hidden_flash_content_link
{
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffffff;
    padding: 5px 5px 8px 4px;
}

#flash_outer_container .hidden_flash_content_link_padding
{
    background: #ffffff url(/es/images/hr_dotted_grn.gif) repeat-x 0px 0px;
    padding: 0px 2px;
}

/* ----------=>featured item */
.featured_item_container
{
    padding: 8px 0px 18px 0px;
}

.featured_item_container p.grey
{       
    margin-top: 4px;
}

/* ----------=>section container */
.section_container.above_header
{
    margin-bottom: 15px;
}

.section_container div
{
    width: 180px;
}

.section_container p.grey
{    
    margin-bottom: 3px;
}

/* ----------=flash alt containers */
.flash_alt_container
{
    padding: 20px 0px;     
}

.flash_alt_image
{
    float: left;
    width: 94px;
}

.flash_alt_text
{
    float: left;
    width: 281px;
}

.flash_alt_text span.heading
{
    color: #0a7058;
    display: block;
    margin-bottom: 6px;
}

.flash_alt_text p
{
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    margin: 0px;
}

.flash_alt_text p.link_list_header
{    
    padding-top: 15px;
}

div.flash_content_container{
    position:relative;
    width:100%;
}

div.flash_content_container .challenge_img
{
    width:51px;
    float:left;
    padding:0px 15px 0px 0px;
}

div.flash_content_container .challenge_text
{
    width:300px;
    float:left;
    margin-bottom:15px;
}
    

.flash_content_container span.heading
{font-size:12px;}


/* ----------=>headers */

span.heading
{font-size:13px;}

span.heading
{font-size:12px;}

.header_drkgrn
{
    background-color: #0a7058;
    margin: 0px 0px 4px 0px;
    padding: 4px 0px 5px 8px;
    color: #ffffff;
    font-size:13px;
}

.header_midgrn
{
    background-color: #03a650;
    margin: 8px 0px 4px 0px;
    padding: 4px 0px 5px 8px;
    color: #ffffff;
    font-size:13px;
}

.header_lhtgrn
{
    background-color: #7abf46;
    margin: 8px 0px 4px 0px;
    padding: 4px 0px 5px 8px;
    color: #ffffff;
    font-size:13px;
}

.header_ylwgrn
{
    background-color: #d5e03c;
    margin: 8px 0px 4px 0px;
    padding: 4px 0px 5px 8px;
    color: #ffffff;
    font-size:13px;
}

/* ----------=>hr */
.hr_dotted_grn
{
    height: 3px;
    width: 100%;
    background: url(/es/images/hr_dotted_grn.gif) repeat-x top left;
    font-size: 0px;
}

/* ----------=>right hand modules */
div#rh_modules_container
{
    width: 180px;
    float: right;
}

.rh_module
{
    margin-bottom: 18px;
}

.rh_module span.heading
{
    display: block;
    margin-bottom: 2px;    
}

.rh_module p.grey
{
    margin: 6px 0px 4px 0px;
}

.rh_module a
{
    color: #7ac142;
}

.rh_module_green_line
{
    margin-bottom: 18px;
    border:1px solid #C4E26A;
    padding:6px 10px 12px 10px;
}

.rh_module_green_line span.heading
{
    display: block;
    margin-bottom: 2px;    
}

.rh_module_green_line p.grey
{
    margin: 6px 0px 4px 0px;
}

.rh_module_green_line a
{
    color: #7ac142;
}

/* ----------=>tool styles */
/* =>utility */
.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.clear
{
    clear: both;
    height: 1px;
}
.spacer
{
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

.noborder
{
    border: none !important;
}
.nodisplay
{
    display: none;
}

.nomargintop
{
    margin-top:0 !important;
}

/* =>debug */
.debug
{
    border: 1px solid red;
}
