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

#container {
	width: 800px;
}
#header {
	width: 800px;
	height: 205px;
	float: left;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 74px;
	width: 274px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 74px;
	width: 526px;
}
/* ===== NAV ================================================== */

#nav {
	height: 74px;
	float: left;
}
#navContainer {
	height: 128px;
}

#nav  li {
	list-style-type: none;
	display: inline;
	float:left;
	background-position: left bottom;
}
#nav ul {
	margin: 0px;
	padding-top: 43px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#nav a {
	display:block;
	height: 31px;
}

a.navHome {
	background: url("../images/navHome.jpg") no-repeat left bottom;
	width: 88px;
}

a.navUs {
	background: url("../images/navAbout.jpg") no-repeat left bottom;
	width: 122px;
	height:31px;
}

a.navServices {
	background: url("../images/navServices.jpg") no-repeat left bottom;
	width: 120px;
}

a.navBoard {
	background: url("../images/navBoard.jpg") no-repeat left bottom;
	width: 176px;
}

#subnav a:hover,
#subnav li.on a,
#nav a:hover,
#nav li.on a {
	background-position: left top;
}

.clearBoth {
	clear: both;
}
.hide {
display:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #813738;
	font-size: 20px;
	padding-left: 22px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 15px;
	line-height: 24px;
}
#photosRight {
	float: left;
}
#content01 {
	float: left;
	width: 800px;
	clear: both;
	height: auto;
}
#leftCol {
	float: left;
	width: 520px;
	height: 450px;
}
#leftColLong {
	float: left;
	width: 520px;
	height: auto;
	margin-bottom: 25px;
}

#footer {
	clear: both;
	float: left;
	width: 800px;
	background-image: url(../images/footer_hr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:11px;
	color:#000000;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li a:link, #footer ul li a:visited {
	text-decoration:none;
	font-size:11px;
	color:#000000;
	}
#footer ul li a:hover {
	text-decoration:underline;
	}
p {
	padding-left: 22px;
	line-height: 18px;
	padding-right: 22px;
}
#photos {
	float: left;
	height: 131px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#rightCol {
	float: left;
	width: 280px;
	padding-top: 12px;
	padding-left: 0px;
	margin: 0px;
}
#rightCol p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.textRed {
	color: #864242;
}
#rightCol a:link, #rightCol a:visited {
	text-decoration: underline;
	color: #864242;
}
#rightCol a:hover {
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#leftCol ul, #leftColLong  ul {
	padding-right: 35px;
}
#leftCol ul li, #leftColLong ul li {
	margin-left: 0px;
	line-height: 18px;
}
