html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

#logo {
	float: left;
	margin: 6px;
}

#contactinfo {
	float: right;
	height: 100px;
	margin: 10px;
	vertical-align: middle;
}

#content {
	clear: both;
}

#navigation {
	float: left;
	width: 150px;
	vertical-align: top;
	font-size: 15pt;
}

#navigation #navigationbuttons {
	margin: 5px 10px 0 8px;
}

#navigation #navigationbuttons div {
	margin: 6px 0;
}

#navigation a span {
	display: none;
}

#navigation a {
	display: block;
	margin: 2px 0;
	height: 25px;
	width: 150px;
	overflow: hidden;
}

#navigation .home a {
	background-image: url(../images/home.png);
}

#navigation .home a:hover {
	background-image: url(../images/home2.png);
}

#navigation .aboutus a {
	background-image: url(../images/aboutus.png);
}

#navigation .aboutus a:hover {
	background-image: url(../images/aboutus2.png);
}

#navigation .services a {
	background-image: url(../images/services.png);
}

#navigation .services a:hover {
	background-image: url(../images/services2.png);
}

#navigation .staff a {
	background-image: url(../images/staff.png);
}

#navigation .staff a:hover {
	background-image: url(../images/staff2.png);
}

#navigation .testimonials a {
	background-image: url(../images/testimonials.png);
}

#navigation .testimonials a:hover {
	background-image: url(../images/testimonials2.png);
}

#navigation .inquire a {
	background-image: url(../images/inquire.png);
}

#navigation .inquire a:hover {
	background-image: url(../images/inquire2.png);
}

#navigation .jobopenings a {
	background-image: url(../images/jobopenings.png);
}

#navigation .jobopenings a:hover {
	background-image: url(../images/jobopenings2.png);
}

#navigation .contact a {
	background-image: url(../images/contact.png);
}

#navigation .contact a:hover {
	background-image: url(../images/contact2.png);
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: .9em;
}

#home p, #aboutus p {
	margin: 15px 0;
	line-height: 1.5;
	text-indent: 30px;
	font-size: 12px;
	color: #600000;
}

#aboutus .left, #aboutus .right {
	float: left;
	width: 200px;
	margin: 5px;
	font-style: italic;
	font-size: 11px;
}

#aboutus .right {
	float: right;
}

#aboutus .left img, #aboutus .right img {
	border: 1px solid #22553E;
	margin-bottom: 3px;
}

#content a:link, #content a:active, #content a:visited {
	color: #600000;
	text-decoration: underline;
}

#content a:hover {
	color: #600000;
	text-decoration: none;
}

#testimonials .testimonial {
	margin: 15px 0;
	font-size: 14pt;
	color: #600000;
}

#testimonials .from {
	font-style: italic;
	text-align: right;
}

#inquire input {
	border: 1px solid #CCCC66;
	background-color: #FFFCED;
}

#inquire textarea {
	border: 1px solid #CCCC66;
	background-color: #FFFCED;
}

#inquire input.submit {
	border: 1px solid #CCCC66;
}

#services .header {
	font-style: italic;
	font-size: 16px;
	border-bottom: 2px solid #22553E;
	line-height: 1.3;
	color: #824C54;
}

#services .bottom {
	font-style: italic;
	font-size: 16px;
	color: #824C54;
	text-align: center;
}

#services ul {
	margin: 0 0 0 8px;
	padding-left: 0;
	list-style: none;
}

#services ul li {
	margin: 4px;
	padding-left: 25px;
	font-size: 12px;
	height: 20px;
	background-image: url(../images/square.png);
	background-repeat: no-repeat;
}

#services .photo, #inquire .photo {
	clear: right;
	float: right;
	width: 200px;
	margin-left: 10px;
	text-align: left;
	font-style: italic;
	font-size: 11px;
}

#services .photo img, #inquire .photo img {
	border: 1px solid #22553E;
	margin-bottom: 3px;
}

#jobs .job {
	margin-top: 20px;
}

#jobs .header {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #22553E;
	margin-bottom: 3px;
	color: #824C54;
}

#jobs .contact {
	float: right;
}

#jobs ul {
	margin: 0 0 0 8px;
	padding-left: 0;
	list-style: none;
}

#jobs ul li {
	margin: 4px;
	padding-left: 25px;
	background-image: url(../images/square.png);
	background-repeat: no-repeat;
}

#jobs .info {
	margin-top: 25px;
	line-height: 15pt;
	text-align: center;
	color: #2d2d2d;
}

#contact {
	text-align: center;
}

#contact .method {
	margin: 25px;
	float: left;
}

#contact .header {
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 5px;
}