@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}

div{
	margin:0;
	padding:0;
}

#container{
	position:relative;
	width:1000px;
	margin:auto;
}

#header{
	background:#fff url(../images/header.jpg) top repeat-x;
	position:relative;
	padding:10px;
	height:125px;
}

#logo{
	position:absolute;
	left: 57px;
	top: 16px;
}

#email{
	position:absolute;
	background:url(../images/email.gif) left center no-repeat;
	color:#fff;
	width:250px;
	height:32px;
	left: 667px;
	top: 85px;
	font-weight:bold;
	padding:15px 3px 5px 65px;
}

#info{
	font-size:1.1em;
}

#phone{
	position:absolute;
	background:url(../images/phone.gif) left center no-repeat;
	width:100px;
	color:#fff;
	height:32px;
	left: 823px;
	top: 84px;
	font-weight:bold;
	padding:18px 3px 3px 65px;
}

#requestBox{
	position:absolute;
	background:url(../images/request_box.gif) top center no-repeat;
	height:320px;
	width:237px;
	left: 61px;
	top: -37px;
	z-index:1000;
	font-size:.895em;
}

#requestBoxContent{
	padding:15px;
	color:#fff;
}

#navContainer{
	background:#6981a0 url(../images/nav.jpg) bottom repeat-x;
	color:#fff;
	min-height:32px;
}

*html #navContainer{
	height:32px;
}

#banner{
	background:#96aac5 url(../images/banner.jpg) top repeat-x;
	height:270px;
	position:relative;
}

#boxesBody{
	background:url(../images/box_body.gif) center repeat-y;
}

#boxesBodyBottom{
	background:url(../images/box_bottom.gif) center bottom no-repeat;
	padding-bottom:10px;
}

#boxesBodyTop{
	background:url(../images/boxes_top.jpg) center top no-repeat;
	height:10px;
}


*html #boxesBody{
	background:url(../images/box_body.gif) right repeat-y;
}

*html #boxesBodyBottom{
	background:url(../images/box_bottom.gif) right bottom no-repeat;
	padding-bottom:10px;
	margin:auto;
}

*html #boxesBodyTop{
	background:url(../images/boxes_top.jpg) right top no-repeat;
	height:10px;
}

#contentContainerBack{
    background:#fff url(../images/content.jpg) top repeat-x;
}

#contentContainer{
	padding:15px;
	width:900px;
	margin:auto;
	position:relative;
	padding-top:15px;
}

#leftContent{
	float:left;
	width:65.5%;
	padding:5px;
	border-right:1px solid #d5dde8;
}

#rightContent{
	float:right;
	width:29.5%;
	padding:5px 5px 5px 15px;
}

#footer{
	clear:both;
	text-align:center;
	border-top:1px solid #d5dde8;
	padding:15px;
	margin-top:20px;
}


/*--------------------------INTERIOR PAGE DESIGN------------------------*/


#requestBoxInt{
	background:url(../images/request_box.gif) top center no-repeat;
	height:320px;
	width:237px;
	font-size:.895em;

}





/*--------------------------CLASSES------------------------*/

.nolist{	
	list-style:none;
}

.lightBlueBox{
	/*background:url(../images/light_blue_box.gif) top center no-repeat;*/
	width:262px;
	margin:9px;
	/*height:183px;*/
	padding: 0px 10px;
	padding-bottom:0px;
}





.clear{
	clear:both;
}


.floatLeft{
	float:left;
}	

.floatRight{
	float:right;
}	

.padding5{
	padding:5px;
}

.padding10{
	padding:10px;
}


.borderNone{
	border:none;
}

.paddingTop50{
	padding:3px;
	padding-top:50px;
	
}

.paddingTop5{
	padding-top:5px;
}

.paddingRight10{
	padding:5px 10px 5px 0px; 
}

.paddingLeft10{
	padding:5px 0px 5px 10px;
}


.width5{
	width:5%;
}
.width20{
	width:20%;
}
.width30{
	width:30%;
}
.width32{
	width:32%;
}
.width33{
	width:33%;
}
.width38{
	width:38%;
}
.width35{
	width:35%;
}
.width36{
	width:36.95%;
}
.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49%;
}
.width42{
	width:42%;
}
.width50{
	width:50%;
}
.width53{
	width:53%;
}
.width55{
	width:55%;
}
.width60{
	width:60%;
}

.width90{
	width:90%;
}
.width95{
	width:95%;
}
