@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	text-align: center;
}

#body {
	width: 950px;
	margin: auto;
	background-color: #FFF;
}
#superheader {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: 40px center;
	height: 60px;
}
h1 {
	margin-left:-9999px;
}
#subheader {
	background-color: #000;
	text-align: right;
}
#body #navbar {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
}
#banner {
	background-image: url(../images/banner.gif);
	height: 159px;
	background-repeat: repeat;
}
#navbar ul li {
	float: left;
	list-style-type: none;
}

#leftcol, #midcol, #rightcol {
	float: left;
	width: 296px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline;
}
#footer {
	clear: both;
	background-image: url(../images/footer.png);
	background-position: center bottom;
	height: 186px;
	background-repeat: no-repeat;
	text-align: center;
}
.bottom {
	color: #666;
	padding-top: 60px;
	text-align: center;
}
#clear {
	clear: both;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	color: #800000;
	text-align: left;
}
.thanks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #333333;
	text-align: center;
}



/*classes for nav links*/
#navbar a {
	text-indent: -9999px;
	
}
a.home {
	width: 229px;
	display: block;
	height: 68px;
}
a.service {
	width: 258px;
	display: block;
	height: 68px;
}
a.about {
	width: 224px;
	display: block;
	height: 68px;
}
a.contact {
	width: 238px;
	display: block;
	height: 68px;
}
a:hover.home {
	width: 229px;
	display: block;
	height: 68px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a:hover.service {
	width: 258px;
	display: block;
	height: 68px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -229px bottom;
}
a:hover.about {
	width: 224px;
	display: block;
	height: 68px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -487px bottom;
}
a:hover.contact {
	width: 238px;
	display: block;
	height: 68px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -711px bottom;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #800000;
}
#conmain {
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: left;
}
label.labmain {
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
	vertical-align: top;
}


.top {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#conmain fieldset {
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
}
#abmain {
	padding: 30px;
}
#servmain {
	padding: 30px;
}
.input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666;
}
#adone   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 50px;
}
