html, body {
	background: #fff;
	font: 11px Georgia, serif;
	color: #575757;
}

a:link {color: #857448;}
a:visited {color: #857448;}
a:active {color: #857448;}
a {text-decoration: none;}

h1 {
	font: 20px Arial, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

h2 {
	text-transform: uppercase;
	font: bold 11px Arial, sans-serif;
	color: #000;
}

h3 {
	font-size: 11px; font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, sans-serif; font-weight: bold;
	margin-bottom: -1em;
}

ul.bulletedlist li {
	font-family: Arial, sans-serif; font-weight: bold;
	background: url(/images/bullet.png) no-repeat 0 center;
	padding-left: 8px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.basiclist {
	list-style: disc outside;
	margin: 2em;
	width: 525px;
}

.marginbottom {
	margin-bottom: 1em;
}

.hidden {
	display: none;
	margin-left: -10000px;
}

/* --------------------------------------
  Header
  --------------------------------------- */

#header {
	border-top: 9px solid #857448;
	margin-bottom: 22px;
}

.center {
	margin: 0 auto;
	width: 860px;
}

#logo {
	margin-top: 26px;
	float: left;
}

/* --------------------------------------
  Nav
  --------------------------------------- */

#nav {
	margin-top: 97px;
	font: 10px Arial, sans-serif;
	letter-spacing: .12em;
	float: right;
	margin-right: 0;
}

#nav li {
	display: inline;
	text-transform: uppercase;
	padding-right: 37px;
}

li.lastitem {
	padding-right: 0 !important;
}

#nav li.contact {
	padding-right: 0;
}

#bodyhome #nav li.home a, #bodyabout #nav li.about a, #bodyservices #nav li.services a, #bodycontactus #nav li.contactus a {
	color: #000;
}

#nav a:hover { 
	color: #000;
}

/* --------------------------------------
  Banner/Login
  --------------------------------------- */

#banner {
	background: #000 url("/images/bannerbg.jpg") no-repeat scroll center top;
	height: 197px;
	clear: both;
}

#bannertext {
	margin-top: 57px;
	float: left;
}

#login {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	width: 259px; height: 197px;
	float: right;
}

form {
	margin: 19px 0 0 20px;
	width: 221px;
	font: 11px Arial, sans-serif;
}

legend {
	text-transform: uppercase;
	font: bold 11px Arial, sans-serif;
	letter-spacing: .02em;
	margin-bottom: 1em;
}

.textfield {
	width: 215px; height: 19px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	margin-bottom: 12px;
	padding: 2px;
}

#formbottom {
	position: relative;
	top: 17px;
}

#submit {
	position: absolute;
	left: 163px;
	top: 0;
}

.forgotpassword {
	text-align: right;
	font-size: 10px;
	line-height: 0;
}

/* --------------------------------------
  Services Sub Nav
  --------------------------------------- */	

#subnav {
	background: #000;
	height: 26px;
	border-top: 1px solid #373737;
}

#serviceslinks {
	font: 10px Arial, sans-serif; font-weight: bold;
	letter-spacing: .02em;
	line-height: 24px;
}

#serviceslinks li {
	display: inline;
	text-transform: uppercase;
	padding: 6px 12px 7px 10px;
	border-right: 1px solid #373737;
	height: 25px;
}

li#servicelink1 {
	padding-left: 0;
}

li#servicelink4 {
	padding-right: 0;
	border: none;
}

.bodyservice1 #servicelink1 a, .bodyservice2 #servicelink2 a, .bodyservice3 #servicelink3 a, .bodyservice4 #servicelink4 a {
	color: #fff;
}

#subnav a:hover { 
	color: #fff;
}

/* --------------------------------------
  Main Body
  --------------------------------------- */

#main {
	width: 560px;
	margin: 40px 40px 40px 0;
	line-height: 19px;
	float: left;
}

#services {
	margin-top: 30px;
}

#serviceslist {
	font-size: 10px;
	margin-top: 10px;
	line-height: 16px;
}

#serviceslist a {
	font-family: Arial, sans-serif; font-weight: bold;
}

#serviceslist p {
	width: 223px;
}

#serviceslist li {
	padding: 13px 0 0 13px;
	float: left;
	background-color: #f2f2f2;
	width: 227px; height: 193px;
	margin: 0 40px 40px 0;
}

#service2, #service4 {
	margin-right: 0;
}

#serviceslist #service1 img {
	margin: 20px 0 0 30px;
}

#serviceslist #service2 img {
	margin: 14px 0 0 33px;
}

#serviceslist #service3 img {
	margin: 23px 0 0 24px;
}

#serviceslist #service4 img {
	margin: 17px 0 0 77px;
}

#mainright {
	margin: 40px 0 75px 0;
	line-height: 19px;
	float: left;
	width: 560px;
}

.topmargin {
	margin-top: 20px;
}

.bodyservice3 li {
	margin-bottom: 1em;
}

.contacttextfield {
	width: 256px; height: 19px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	margin-bottom: 12px;
	padding: 2px;
}

form#contactform {
	margin: 0;
	width: 400px;
	font: 11px Arial, sans-serif;
}

textarea {
	width: 385px; height: 160px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	margin-bottom: 12px;
	font: 11px Arial, sans-serif;
	padding: 5px;
}

#contactsubmit {
	float: right;
}

/* ----------dialog-------------- */
#dialog {
	cursor: pointer;
	width: 220px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -75px;
	background: #fff;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 6px solid #ddd;
}

#dialog p {
	padding: 0px 30px 20px 30px;
	font: 11px Arial, sans-serif;
	line-height: 1.5em;
}

#dialog img {
	margin-left: 195px;
}

/* --------------------------------------
  Sidebars
  --------------------------------------- */

#rightcolumn {
	float: left;
	width: 259px;
	margin-top: 40px;
	line-height: 19px;
}

#questions {
	background: url(/images/phone.jpg) no-repeat 200px 37px;
	width: 259px; height: 160px;
}

#callus {
	font-family: Arial, sans-serif; font-size: 14px;
}

#phonenumber {
	font-family: Arial, sans-serif; font-size: 16px; font-weight: bold;
	color: #000;
}

#hours {
	font-style: italic;
	color: #000;
}

#message {
	font-family: Arial, sans-serif; font-style: italic;
	margin-top: 5px;
}

#go {
	font-style: normal; font-weight: bold;
	background: url(/images/bullet.png) no-repeat 19px center;
	padding-right: 7px;
}

ul#news {
	margin-top: 19px;
}

#news li {
	margin-bottom: 20px;
}

.newsitem {
	border-top: 1px dotted #cbcbcb;
	padding-top: 5px;
}

.morenews {
	background: url(/images/bullet.png) no-repeat 92px center;
	padding-right: 7px;
	font-weight: bold; font-family: Arial, sans-serif;
	float: right;
}

#leftcolumn {
	margin: 40px 40px 0 0;
	line-height: 19px;
	float: left;
	width: 260px;
}

#serviceslistsmall {
	font-size: 12px;
	margin-top: 20px;
}

#serviceslistsmall a {
	font-family: Arial, sans-serif; font-weight: bold;
}

#serviceslistsmall a:hover {
	color: #000;
}

#serviceslistsmall li {
	margin-bottom: 30px;
	height: 60px;
}

li.service1small {
	background: url(/images/service1small.png) no-repeat 0 center;
	padding-left: 90px;
	line-height: 58px;
}

li.service2small {
	background: url(/images/service2small.png) no-repeat 0 center;
	padding-left: 90px;
}

li.service3small {
	background: url(/images/service3small.jpg) no-repeat 0 center;
	padding-left: 90px;
}

li.service4small {
	background: url(/images/service4small.jpg) no-repeat 0 center;
	padding-left: 50px;
}

.bodyservice1 li.service1small a, .bodyservice2 li.service2small a, .bodyservice3 li.service3small a, .bodyservice4 li.service4small a {
	color: #000;	
}

#bodycontactus #leftcolumn {
	font-family: Arial, sans-serif;
}

li.phone {
	background: url(/images/phone.png) no-repeat 0 center;
	padding-left: 17px;
}

li.cell {
	background: url(/images/cell.png) no-repeat 0 center;
	padding-left: 17px;
}

/* --------------------------------------
  Footer
  --------------------------------------- */

#footer {
	text-align: center;
	font-family: Arial, sans-serif;
	line-height: 25px;
	margin-bottom: 30px;
	clear: both;
}

#footerlinks li {
	display: inline;
	padding-right: 20px;
}

#contactinfo li {
	display: inline;
	padding-right: 10px;
}

#contactinfo li strong {
	color: #857448;
}