@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, 
object, iframe, h1, h2, h3, h4, 
h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, 
code, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, dd, dl, 
dt, li, ol, ul, fieldset, form, label, 
legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F6F6F6;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#content {
	width: 800px;
	float: left;
	padding: 0 50px;
	display: inline;
}

#header {
	height: 280px;
}

#header.home {
	background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;
}

#header.about {
	background-image: url(../images/header-about.jpg);
	background-repeat: no-repeat;
}

#header.services {
	background-image: url(../images/header-services.jpg);
	background-repeat: no-repeat;
}

#header.links {
	background-image: url(../images/header-links.jpg);
	background-repeat: no-repeat;
}

#header.contact {
	background-image: url(../images/header-contact.jpg);
	background-repeat: no-repeat;
}

#logo {
	background-image: url(../images/header-logo.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 0 335px;
	width: 363px;
	height: 135px;
	display: inline;
}

#nav {
	float: left;
	margin: 126px 0 0 7px;
	width: 360px;
	display: inline;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a:link, #nav ul li a:visited {
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a.active {
	background-position: 0 -18px;
}

a.nav-home {
	background-image: url(../images/nav-home.gif);
	width: 65px;
}

a.nav-about {
	background-image: url(../images/nav-about.gif);
	width: 69px;
}

a.nav-services {
	background-image: url(../images/nav-services.gif);
	width: 80px;
}

a.nav-links {
	background-image: url(../images/nav-links.gif);
	width: 61px;
}

a.nav-contact {
	background-image: url(../images/nav-contact.gif);
	width: 85px;
}

#line {
	background-color: #E6E6E6;
	width: 640px;
	height: 1px;
	margin: 18px 0 0 30px;
	float: left;
	display: inline;
}

#intro {
	margin: 50px 0 0 55px;
	width: 590px;
}

#title {
	margin: 25px 0 0 0;
	width: 200px;
	float: left;
	text-align: right;
	display: inline;
}

#subnav {
	margin: 12px 1px 0 0;
}

#subnav ul li {
	list-style: none;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#subnav ul li a:link, #subnav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E2310;
	text-decoration: none;
}

#subnav ul li a:hover, #subnav ul li a:active {
	color: #000000;
}

#text {
	margin: 27px 0 20px 35px;
	width: 415px;
	float: left;
	display: inline;
}

.entry {
	padding: 0 0 15px 0;
	display: block;
	float: left;
}

.entry-date {
	font-size: 11px;
	color: #555555;
	padding: 0 0 15px;
}

.entry-body {
	font-size: 12px;
	color: #000000;
}

.entry-links p {
	font-size: 14px;
	font-weight: normal;
	color: #444444;
}

.services-list {
	padding: 0 30px 15px 0;
	display: block;
	float: left;
}

.services-list ul {
	list-style-type: none;
}


.services-list ul li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 0 11px;
}

.entry-staff {
	padding: 0 0 30px 0;
	display: block;
	float: left;
	width: 415px;
}

.entry-staff img {
	float: right;
	padding: 0 0 10px 10px;
}

.entry-staff ul {
	list-style-type: none;
}

.entry-staff ul li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 11px;
	line-height: 15px;
	width: 415px;
}

p {
	font-size: 12px;
	color: #000000;
	padding: 0 0 15px 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #444444;
	padding-bottom: 15px;
	clear: both;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #444444;
}

a, a:link, a:visited {
	font-size: 12px;
	color: #6E2310;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

img.staff {
	padding: 0 0 20px 0;
}