@CHARSET "ISO-8859-1";

BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #686868;
	margin:0px;
	padding:0px;
	text-align:center;
}

BODY /* Mozilla Firefox alignment */{ text-align: -moz-center; }

BODY DIV {text-align:left;}

#townlist{width:100%; text-align:center; background-color:#686868; padding:6px;}
#townlist UL {margin:0px;}
#townlist LI:first-child { border-left:1px solid white; }
#townlist LI{
	display:inline;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left: 5px;
	font-size:8pt;
	border-right:1px solid white;
}

#townlist A{color: white; text-decoration:none;}
#townlist A:hover{text-decoration:underline;}
#townlist .webuild {display:none;}




#myBody{
	width:975px;
	background-color: white;
}

#banner{
	text-align:center;
	background-image: url("images/banner.gif");
	background-position: top left;
	background-repeat: no-repeat;

}

#banner h1{
	font-weight:bold;
	color: white;
	width:975px;
	height: 344px;
	font-size:24px;
	line-height: 635px;
	vertical-align: bottom;


}

#keyline{
	margin:0px;
	margin-top:15px;
	width:800px;
/*	float:left;
	display:block; */
}
#keyline UL LI{

	font-size: 12pt;
	font-weight:700;
	color: #111032;
	margin:10px;
	list-style-image: url("images/list-arrows.gif");
	line-height: 23px;
	vertical-align:top;
	margin-top:20px;

}


#welcome{
	background-image: url("images/welcome-bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width:700px;
	margin:10px;
	padding:15px;
}




#questions {
	float:left;
	width:450px;
}
.qanda {

	margin:20px;
	margin-right:50px;

}

.qanda .theQuestion A{
  font-weight:700;
  color: black;
  text-decoration: none;
  cursor:pointer;
}

.qanda .theQuestion A:hover{ text-decoration: underline; }


.qanda .theAnswer{
	color:#686868;
	font-weight:normal;
	font-size:8pt;
}


#left {width:750px;}
#right {width:200px; background-color:#D2D2D8; padding:5px;}

.floatit{float:left;}


#offer h3 {margin:0px; padding:0px; font-size:12pt; padding-left:3px;}
#offer h3 a{  cursor:hand; color:black; text-decoration:none; margin:0px; padding:0px;}
#offer h3 a:hover{  text-decoration:underline;}
#offer p {color:#686868; font-size:8pt; padding-left:3px;}



#excuses h3 {margin:0px; padding:0px; font-size:12pt;}
#excuses h3 a{  cursor:hand; color:black; text-decoration:none; margin:0px; padding:0px;}
#excuses h3 a:hover{  text-decoration:underline;}
#excuses p {color:#686868; font-size:8pt; padding:0px; margin:0px;}


.testimonial{
	font-size:10pt;
	font-style:italic;
}


#menuLinks{display:none;}

#menu {
	width:100%;
	border-bottom: 1px solid #111032;
	padding:0px;
	padding-bottom:10px;
}

#menu UL{ margin: 0px; padding:0px;}

#menu UL LI {
	display: inline;
	margin:0px;
	padding:0px;
	padding-left:30px;

}

#menu UL LI A{
	color: #111032;
	font-weight:400;
	text-decoration: none;
}

#menu UL LI A:hover{ text-decoration:underline}

#clientstatement{
	width:100%;
	text-align:center;
	font-size:9pt;
	color: #686868;
	margin:5px;
}

#sitemap {
	width:100%;
	text-align:center;
	background-color:#686868;
	font-size:8pt;
}

#sitemap A{color: white; text-decoration:none;}
#sitemap A:hover{text-decoration:underline;}

