/* CSS Document */
body{
	font-family:Tahoma;
	font-size: 14px;
	font-style:italic;
	color: #000000;
	margin:0px;
	padding:0px;
}
.main{
	/* future use */
}
.main .innerMain{
	width:1003px;
	margin:0px auto;
	background:url(../images/mainBg.jpg) repeat left top;
}
.innerMain .clear{ 
	clear:both;
}
.innerMain img{
	margin:0px;
	padding:0px;
}
.innerMain .images{
	margin:0px;
	padding:0px;
	float:left;
}
.innerMain .header{
	/* future use */
}
.header .innerHeader{
	float:left;
}
.innerHeader .leftPanel{
	float:left;
	width:23px;
}
.innerHeader .centerPanel{
	float:left;
	width:864px;
	padding: 0px 0px 0px 90px;
}
.centerPanel .left{
	width:603px;
	float:left; 
}
.left .mainContent{
	/* future use */
}
.mainContent .innerContent{
	width:603px;
	float:left; 	
}
.innerContent .contentLeft{
	float:left;
	width:134px;
}
.innerContent .contentRight{
	float:left;
	width:469px;
}
.contentRight .content{
	float:left;
	width:415px;
	padding: 3px 47px 0px 5px;
	background:url(../images/content3.jpg) no-repeat left top;
	color:#6E6D69;
	height:210px;
	line-height:170%;
	font-weight:bold;
}
.centerPanel .right{
	width:253px;
	float:left;
	padding: 76px 0px 0px 0px;
}
/*.right .text{
	float:left;
	width:230px;
	background:url(../images/home2.jpg) no-repeat left center;
	height:83px;
	padding: 0px 0px 0px 23px;
}
.text .innerText{ 
	color:#950800;
	width:190px;
	float:left;
	padding:0px 0px 3px 0px;
	font-family:"Times New Roman";
	font-size:16px;
}*/
.text .phoneNo{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	font-style:normal;
	padding:3px 0px 0px 0px;
	float:left;
}
.innerHeader .rightPanel{
	float:left;
	width:26px;
	margin:0px;
}
.centerPanel  .footer{
	height:37px;
	line-height:37px;
	width:603px;
	text-align:center;
	font-style:normal;
	font-size:13px;
}
 .footer .footerText{
	color:#000000;
	font-weight:bold;
	padding: 0px 6px 0px 0px;
	background:url(../images/footerSpacer.jpg) no-repeat right center;
 }