/* Home page CSS */
#usp_box h2 {
    padding: 0px;    
}

.stamp_icons {
    width: 55px;
    height: 40px;
    float: left; 
}

.stamp_last {
        margin-bottom: 0px !important; 
  
}

.stamp_text_title {
    font-weight: bold; 
    font-size: 0.75em;
    padding-top: 0px;
    padding-bottom: 3px;   
}

.stamp_boxes {
    margin-bottom: 10px;;    
}
.stamp_icons { 
    width: 55px;
    height: 40px;
    float: left;  
    clear:right;
    display:inline;
    margin:0px 0 7px 0px;
    overflow:hidden;
    position:relative;
} 

/* Some CSS to help with the display of the JQuery generate home page bottom tabs section*/

#home_page_tabs  {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    font-size:0.8em;
    padding-bottom:10px;
    width:100%;
    float:left;
    position:relative
    -moz-border-radius:4px 4px 4px 4px;
    color:#222222;    
}

#home_page_tabs_list {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:gray;   
    margin:0;
    padding:0; 
    outline:medium none;
    -moz-border-radius:4px 4px 4px 4px;
    font-weight:bold;
    display:block;
    font-size:100%;
    line-height:1.3;
    list-style:none outside none;    
}

#home_page_tabs_list li {
    background:none repeat scroll 0 0 #D9D9D9;   
    border-bottom:0 none !important;
    float:left;
    list-style:none outside none;
    position:relative;
    top:1px;
    white-space:nowrap; 
    outline:medium none;
    border:1px solid #D3D3D3;
    color:#555555;
    font-weight:normal;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
}

.a_tab  {
    background-color:#FFFFFF;
    border:1px solid #AAAAAA;  
    float:left;  
    padding:1em 1.4em;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    color:#222222;
}

.a_tab a {
    color:#222222;
    text-decoration:none;    
}

