@charset "utf-8";
/*all*/
html, body {
	height: 100%;         /* required */
	margin: 0;
	padding: 0px;
	
}
.slideshow{
 	display: block;
    margin-left: auto;
    margin-right: auto;
    height: 510px;
    width: 1128px;
	z-index: -1;
	overflow:hidden;
}
#floater	{height:50%; margin-bottom:-320px;}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	#content {
		margin-left: -100px;
	}
}	
/* iPad [portrait + landscape] */
@media only screen and (device-width: 768px) and (orientation: portrait) {
	#content {
		margin-left: -60px;
	}
}
@media only screen and (device-width: 768px) and (orientation: landscape) {
	#content {
		margin-left: -320px;
		margin-top: -260px;
	}
}
#content	{clear:both; height:640px; position:relative;}/* ISSUE */
#bodycontent{
	
}
table{
	overflow: hidden;
}
#header{
height:110px;
width:980px; margin-left:auto; margin-right:auto;	
}
#footer{
    color: #30302F;
    font-size: 8px;
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 40px;
    padding-top: 8px;
    text-align: left;
    width: 980px;
}
#logo{
margin-top:12px;
float:left;	
}
img
{  border-style: none;
}
.spacer{
padding-left:16px;	
padding-right:16px;
}
/*HOME*/
#body{
	height: 510px;
}
.bodyimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }
table{
margin-bottom: 20px;
}
#footer span a, #footer a{
	color: #30302F;
	text-decoration:none;
}
#footer p{
 float: right;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 20px;
    margin: 0;
    width: 567px;
font-size:11px;
padding-top: 8px;
margin: -10px 0 0;
}
#footer {
    padding-top: 53px;
}
.slideshow{
position: relative; width: 1128px;
}
.dl-btn {
	margin-top: 75px;
}
.contact-icons{
	padding-top: 0;
	margin: -6px 0 26px 0;
}
