@charset "utf-8";

body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background: #04507e;
}

#headerwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(/custom/themes/default/images/header-tile.jpg);
	width: 100%;
	height: 74px;
	z-index: 0;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0px;
	left: -10px;
	background: url(/custom/themes/default/images/header.jpg);
	width: 704px;
	height: 74px;
	z-index: 10;
} 

#header #phone {
	position: absolute;
	top: 38px;
	left: 548px;
	font-size: 14px;
	color: #fff;
	
}


#header #emailtxtbox{
	position: absolute;
	top: 44px;
	left: 40px;
	width: 355px;
	border: 0px;
}

#header #emailsubmit{
	position: absolute;
	top: 45px;
	left: 432px;
	background: #000;
	color: #fff;
	border: 0px;
	width: 60px;
}

#emailsubmit:hover{
	color: #FF0000;
	cursor:pointer;

}


#topbox {
	position: relative;
	width: 659px;
	height: 243px;
	background: url(/custom/themes/default/images/topbox.gif);
	}

#topbox #left {
	position: absolute;
	left: 12px;
	top: 15px;
	width: 350px;
	margin-right: 10px;
}


#topbox #right {
	position: absolute;
	left: 367px;
	top: 15px;
	width: 276px;
}

	
	




#header #topnav {
	position: absolute;
	top: 5px;
	left: 530px;
	color: #ffbc00;
	font-size: 11px;
}


#container { 
	width: 100%;
	margin: 0 auto; 
	text-align: left; 
	background: #ffbc00;
} 

#contentarea { 
	width: 981px;
	margin: 0 auto; 
	text-align: left; 
	background:url(/custom/themes/default/images/content-tile.jpg) repeat-y;
} 


#sidebar1 {
	position: relative;
	float: left; 
	width: 280px;
	margin-right: 10px;
	z-index: 5;
}

#sidebar1 #sidenav{
	width: 265px;
	margin: 10px 0 10px 5px;
}

#homeright {
	float: left;
	position: relative;
	width: 315px;
	height: 306px;
/*	background: url(/custom/images/pages/home/2009/250promo.jpg);*/
	margin: 3px 0 0 0;
}


#homeright #txtbox {
	position: absolute;
	top: 230px;
	left: 18px;
	width: 255px;
	padding: 6px;
	font-size: 14px;
	border: 0px;

}

#homeright .submit {
	position: absolute;
	top: 270px;
	left: 195px;
	width: 100px;
}
	
	



#mainContent { 
	position: relative;
	float: left;
	width: 675px;
} 

#footerwrap {
	height: 123px;
	width: 100%;
	margin: 0 auto; 
	text-align: left;
	background:url(/custom/themes/default/images/footer-tile.jpg);
}
	
#footer { 
	margin: 0 auto;
	background: url(/custom/themes/default/images/footer.jpg);
	height: 123px;
	width: 981px;
} 

#footer #location {
	float: left;
	width: 139px;
	color: #fff;
	font-size: 11px;
	margin: 36px 15px 0 0;
	text-align: center;
}

#location h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	margin: 0px;
}

#location h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	margin: 0px;
	text-decoration:underline;
}

#location h2 a:hover{
	text-decoration: none;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
