@charset "utf-8";
/* layout Document */
body{
	text-align:center;
	background-color:#000000;
	margin:0;
	font-family:"Trebuchet MS", Tahoma, Arial;
}

h1{
	font-size: 13pt;
	color:#ff9900;
	margin:0;
}

h2{
	font-size:12pt;
	color:#FFFFFF;
	margin-top:0;
}

label{
	display:block;
	color:#FFFFFF;
	font-size:10pt;
	margin-top:5px;
}
.iH {
	display:none;
	}

/*-----Header Area------*/

#header{
	width:720px;
	margin:0px auto;
	text-align:left;
}

#header img{
	display:block;
}

#repeater{
	width:100%;
	height:30px;
	background-image:url(../images/header-repeat.jpg);
	background-repeat:repeat-x;
	float:left;
}

.rInfo{
	width:720px;
	text-align:left;
	color:#000000;
	margin:0 auto;
}

.rInfo span.leftSide{
	width:45%;
	display:inline;
	color:#000000;
	font-size:21px;
	float:left;
	margin:3px 0px 0px 10px;
}

.rInfo span.rightSide{
	float:right;
	display:inline;
	text-align:right;
	width:45%;
	color:#000000;
	font-size:21px;
	margin:3px 20px 0px 0px;
}

/*---Content Area------*/

#content{
	width:709px;
	display:block;
	text-align:left;
	margin:15px auto;
}

#right-content{
	width:290px;
	float:right;
	margin-left:20px;
}

#right-content ul{
	color:white; 
	font-size:13px;
	display:inline; 
	float:left;
	margin-top:10px;
}

.gray{
	background-color:#333333;
	padding-top:10px;
	padding-bottom:2px;
}


p {
	color:#FFFFFF;
	font-size:10pt;
}

span{
	color:#FFFF00;
}

ul{
	color:#FFFFFF;
	font-size:10pt;
}

ul li{
	line-height:1.2;
	color:#F2F2F2;
}

/*------Navigation-------*/
#nav{
	width:708px;
	text-align:left;
	margin:0;
	margin:0 auto 15px auto;
}

.tab{
	background-image:url(../images/nav-bg.jpg);
	color:white;
	display:block;
	float:left;
	font-size:16px;
	height:36px;
	margin-right:8px;
	padding-top:12px;
	text-decoration:none;
	width:110px;
	text-align:center;
}

.special{
	background-image:url(../images/nav-bg.jpg);
	color:white;
	display:block;
	float:left;
	font-size:16px;
	height:41px;
	margin-right:8px;
	padding-top:7px;
	text-decoration:none;
	width:110px;
	text-align:center;
	line-height:1;
}

.tab:hover{
	background-image:url(../images/nav-bg-hover.jpg);
}

.special:hover{
	background-image:url(../images/nav-bg-hover.jpg);
}

/*-----Footer-------*/
#footer{
	display:block;
	width:720px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	height:37px;
	margin:10px auto;
	text-align:left;
	padding-top:10px;
}

#footer span.leftSide{
	width:45%;
	display:inline;
	color:#000000;
	font-size:11px;
	float:left;
	margin:2px 0px 0px 10px;
}

#footer span.rightSide{
	float:right;
	display:inline;
	text-align:right;
	width:45%;
	color:#000000;
	font-size:11px;
	margin:2px 20px 0px 0px;
}

#footer span.rightSide a{	
	color:#000000;
	text-decoration:none;
}

#footer span.rightSide a:hover{	
	text-decoration:underline;
}

.cityServiced{
	width:709px;
	text-align:center;
	margin:10px auto;
	color:#777777;
}

/*----General Classes----*/
.right{
	float:right;
}

.titleBorder{
	background-image:url(../images/underline-border.jpg);
	width:397px;
	height:3px;
}

.rightH1{
	margin-left:10px;
	margin-bottom:0px;
}

.clear{
	margin:0;
	clear:both;
}

.question{
	color:#FF0;
	font-size:11pt;	
	font-weight:bold;
}

.answers li{
	margin-bottom:5px;	
}

.SHPoint{
	color:#F90;
	font-weight:bold;	
}

.testHeader{
	font-size:15px;
	padding-top:15px;
}

.qutation{
	float:left;	
	width:40px;
}

.testimonialImage{
	width:290px;
	background-color:#414b9b;
	margin-top:20px;
	padding-bottom:5px;
}

.testimonialImage img{
	margin:5px;
}

.testimonialImage p{
	margin:5px;
	font-style:italic;
}

.formLink{
	color:#FFFF00;
	text-decoration:none;
}

.formLink:hover{
	text-decoration:underline;
}
