/* HTML------------------------ */

body{
	background-image:url(images/bgImage.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	font-size: 22px;
	width:95%;
	border-bottom: 1px #22396b solid;
	color: #778ec1;
	margin-left:-15px;
}

h2{
	font-size: 16px;
	color: #778ec1;

}

.formLabels{
	font-size: 10px;
}

.redText{
	color: red;
}

/* layout---------------------- */

.container{
	width:700px;
	margin: auto;
	background-color:white;

}

.topHeader{
	width:700px;
	height:120px;
	margin:auto;
}

.navBar{
	width:98%;
	height: 40px;
	margin: auto;
	
}

.banner{
	width:98%;
	height: 240px;
	margin: auto;
	background-color:#CCCCCC;
}

.content{
	width:100%;
	background-color:white;
}

.contentLeft{
	float:left;
	margin: 20px 5px 20px 30px;
	padding-bottom: 30px;
	width: 435px;
	background-color: white;
}

.contentLeft p.question{
	color: #778ec1;
}

.contentLeft p.answer{
	color: #333333;
	font-size:11px;
	margin-left:10px;

}

.quickInquirySent{
	width: 230px;
	height: 146px;
	background-image:url(images/quickInquirySent.jpg);
	background-repeat: no-repeat;
}

.quickInquirySent p{
	position: relative;
	top:45px;
	margin:5px;
	font-size:11px;
	font-style: italic;
	text-align: center;	
}

.quickInquiry{
	width: 230px;
	height: 330px;
	background-image:url(images/quick_inquiry_bg.jpg);
	background-repeat: no-repeat;
}

.quickInquiry span{
	position: relative;
	top:34px;
}

.quickInquiry p{
	margin: 0 8px 4px 7px;
	font-size:11px;
	font-style: italic;
	color:#999999;
	text-align: center;	
}

.specialServices{
	width: 230px;
	height: 200px;
	background-image:url(images/specialServices.jpg);
	background-repeat: no-repeat;
	border: 0px white solid;
	margin:0;
}

.specialServicesList{ 
	margin-top: 0px;
	position: relative;
	top:40px;
	
}

.specialServices span{
	margin-top: 40px;
}

.specialServices span.fform{ 
	margin-top: 40px;
}

.contentRight{
	margin:20px 5px 0 0;
	float:right;
	width: 225px;
}

.footer{
	width:100%;
	height:5px;
	clear: both;
	margin-top:0px;
	background-image:url(images/footer.jpg);
}


/* menu bar------------------- */

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:14px;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid white;
	
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
	
ul#menu li a{
	display:block;
	float:left;
	color:white;
	border-right: 1px #22396b solid;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
	
ul#menu li a.first{
	display:block;
	float:left;
	color:white;
	border-right: 1px #22396b solid;
	border-left: 1px #22396b solid;
	text-decoration:none;
	font-weight:bold;
	padding:12px 19px 0 19px;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
	
ul#menu li a.last{
	display:block;
	float:left;
	color:white;
	
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 21px;
	height:24px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
	
ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") repeat-x top right;	
	}
