@charset "utf-8";
body {
	background: #78B1BD;
	margin: 0px;
	padding: 0px;
	font: .75em Geneva, Arial, Helvetica, sans-serif;
}
#top {
	background: #FFFFFF;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 7px 0px 0px;
}

#top #nav {
	padding-top: 5px;
	margin: 0px;
}

#nav li {
	display: inline;
	padding-right: 1.5em;
	color: #78B1BD;
	font-size: 1em;
}

#top #logo {
	position: absolute;
	right: 5px;
	top: 81px;
	border: 0px;
}

#nav a {
	color: #78B1BD;
	text-decoration: none;
	padding-right: 3px;
}
#nav a:hover {
	color: #325C65;
}

#nav a.active {
	color: #325C65;
}

#content {
	width: 100%;
	color: #231F1B;
	padding-top: 10px;
	min-width: 810px;
	}

p.newp {
	margin-bottom: 2.5em;
	}

#content #leftcol {
		width:45%;
		}
		
#content #leftcolservices {
	width: 370px;
		}
		
#content #leftcol, #content #leftcolservices {
	float: left;
	padding-left: 30px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	}
	
#content #rightcol {
		width: 45%;
		}
#content #rigthcolservices {
		width: 400px;
		}

#content #rightcol, #content #rightcolservices {
	float: right;
	padding-right: 30px;
	text-align: right;
	padding-top: 30px;
	}

#content h1 {
	font-size: 1.3em;
	line-height: 1.35em;
	padding-bottom: 1em;
}

#content a {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

#content p {
	line-height: 1.40em;
	padding-left: 1.5em;
}
.pintro {
	font-weight: bold;
	text-transform: uppercase;
}

#content img.photo {
	border: 1px dotted #716658;

}

#footer {
	height: 20px;
	color: #B3A79B;
	text-align: right;
	font-size: 0.9em;
	width: 100%;
	background: #231F1B;
	padding: 2px 0px 2px 0px;
	clear:both;
	position: relative;
	bottom: 0;
	margin-top: 3px;
	vertical-align: bottom;
	}

#footer a {
	margin-right: 15px;
	color: #938573;
	text-decoration: none;
	font-weight: bold;
}

.servicetitle {
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
	float: left;
	font-size: 1em;
}
#content #leftcolservices p {
	display: block;
	border-bottom: 1px dotted #294F56;
	padding-bottom: 2em;
}

.time {
	width: 100px;
	text-align: right;
	float: right;
}
#content #leftcolservices .lastp {
	border-bottom-style: none;
}
#footer #copyright {
	float: right;
}
#footer #email {
	float: left;
	padding-left: 7px;
}
