@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;
}
#footer a{
	text-decoration:underline!important;
}

#footer a:hover{
	text-decoration:none!important;
}

/*--------------------------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%;
}
.width65{
	width:65%;
}

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


.red{
	color:#A81C1C;
}

.button{
	display:inline-block;
	background:url(../images/button_left.jpg) left center no-repeat;
}

.button a{
	display:inline-block;
	background:url(../images/button_right.jpg) right center no-repeat;
	color:#fff!important;
	text-decoration:none!important;
	font-weight:bold;
	text-transform:uppercase;
	font-size:88%;
	text-shadow: 1px 1px 1px #0f2973;
	padding:8px 15px;
}

.right{
	text-align:right;
	float:right;
	padding:5px;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}

#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#eee; cursor:wait;}

/* Container */
#confirm-container {height:175px; width:600px; font: 16px Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../images/header.gif) repeat-x; color:#fff; font-weight:bold;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:12px; margin:0; padding:12px 4px 12px 8px; line-height:18px;}
#confirm-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; font-size:12px; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../images/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}

