body { 
	margin:0px; 
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
img { border: none; } 
body a{
	color:#1E08F7;
	text-decoration: underline;
}
body a:hover{
	color:#000000;
	text-decoration: none;
}
form{
	margin:0px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	color:#AE0000;
}

h2{
	font-size: 13px;
	font-weight: bold;
	color: #eeeed0;
	margin-bottom: 6px;
}
/* -----layout----- */
#wrap {
	margin:0px auto;
   	width:977px;
	background-color: #000000;
}
#header{
	height:120px;
	clear: both;
	margin-bottom:-1px;
	position:relative;
	z-index:10;
}

#content{
	border: 2px solid #B7B7B7;
	background-color: #FFFFFF;
	
}
.contentPadding{
padding:10px 15px

}
#footer {
	height: 53px;
	width:980px;
	margin:0px auto;
	margin-top:15px;
	clear: both;
}
/* ----- header ----- */
#topAddress{
	text-align: right;
	margin-left: 330px;
	height: 96px;
	padding-top:3px;
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;;
}
#topNav {
	height: 22px;
	float: right;
	width: 647px;
}

.phoneText{
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;
}
.addressText{
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ----- content ----- */
#contentLeft{
	width: 237px;
	height:249px;
	float: left;
	background-image:url(../img/splash/bg_search.gif);
	background-color: #0C2336;
	background-repeat: no-repeat;
}
#contentRight{
	float: right;
	width: 735px;
}
#specialContent{
	margin-top: 26px;
	color:#FFFFFF;
}
.blockSpecials1 {
	float: left;
	height: 218px;
	width: 315px;
	background-image:url(../img/splash/bg_special1.jpg);
	background-repeat: no-repeat;
	position:relative;
}
.blockSpecials2 {
	float: left;
	height: 218px;
	width: 315px;
	background-image:url(../img/splash/bg_special2.jpg);
	background-repeat: no-repeat;
	margin:0px 16px;
	position:relative;
}
.blockSpecials3 {
	float: left;
	height: 218px;
	width: 315px;
	background-image:url(../img/splash/bg_special3.jpg);
	background-repeat: no-repeat;
	position:relative;
}
/* -----footer----- */
#footerNav {
	float:left;
	width: 700px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	}
#footerNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#footerNav li{
	margin:0px 3px;
	float:left
	
}
#footerNav li a{
	margin:0px 5px;
	float:left;
	color: #FFFFFF;
	text-decoration: none;
	display: block;	
}
#footerNav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	
}
#netLabs {
	float:right;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
	color:#FFFFFF;
	width: 220px;
}
#netLabs a{
	color: #FFFFFF;
	text-decoration:none;
}
/* -----styles ----- */
.fineprint{
	font-size:11px;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		