#top-banner-home1 {
    padding: 0;
    margin: 0;
    border: 0;
    height: 120px;
    background: #3F66A1 url("../images/homepage_top_banner.gif") no-repeat;	
	
}

.footer {
	  background-color: #666666;		  
	  position: relative;
	  padding-left: 156px; #padding-left: 154px; _padding-left: 154px;	  	  
	  padding-right: 155px; #padding-right: 154px; _padding-right: 154px; 
	  padding-bottom: 3px; #padding-bottom: 0px; _padding-bottom: 0px;
	  padding-top: 3px; #padding-top: 1px; _padding-top: 1px;
	  height: 21px; 
	  margin-top: -4px; #margin-top: 5px;  _margin-top: 5px;	
	  letter-spacing: 0.35em;
	}
	
.footer a {
	font-family: "Arial", san-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;		
}

/* class button is a common class for the click buttons */
a.button1   {
    font-family: "Arial", san-serif;             
    background: #bcbcbc url("../images/button_bg.gif") repeat-x;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;    
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #999999 #999999 #CCC;
    cursor: pointer;
    height: 20px;
    padding: 0px 23px 1px 23px;    		
}
         	
 a:hover.button1  {
	background: #fdfdfd url("../images/button_bg_over.gif") repeat-x;					
	border-color: #999999 #CCC #CCC #999999;
}

.onlySafari{
	margin-left: 1px;

}

@media screen and (-webkit-min-device-pixel-ratio:0){ 
.onlySafari {
 margin-left: 5px;
} 
}	