@charset "utf-8";
/* CSS Document */
body {
	background-color: #170C00;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.homefeatured {
	width: 275px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: 20px;
	color: #036;
	margin-top: 5px;
}
.footer {
	
	color:#FFF;	
}
.footer a {
	color:#FFF;
}
.footer a:hover {
	color:#FC6;
}
.footer a:visited {
	color:#CCC;
}.servicespics {
	width: 300px;
	margin-right: 0px;
	margin-top: 8px;
}
.servicestext {
	margin-left: 300px;
	margin-top: 10px;
	height: 199px;
}
.dividerLine {
	height: 1px;
	background-color:#999;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.bottompics {
	margin-right: 35px;
}
.bioLink {
	font-size: 14px;
}
a {
	color:#000;
}
a:visited {
	color:#333;
}
a:hover {
	color:#F90;
}
.contactField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 14px;
	width: 325px;
	border: 1px solid #333333;
	margin-bottom: 3px;
}
.contactArea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 150px;
	width: 325px;
	border: 1px solid #333333;
	margin-bottom: 3px;
}
.contactButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 20px;
	width: 325px;
	border: 1px solid #333333;
}

