@charset "utf-8";
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B96C3B;
	color: #333333;
}
a {
	color: #000;
}
h1 {
	font-size: 24px;
}
.twoColFixLtHdr #container {
	width: 980px;
	min-height: 100%;
	height: auto !important;
    height: 100%;
	background-color: #FAF6F0;
	margin: 0 auto -60px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	height: 200px;
	border: 1px solid #F4E9BB;
	background-color: #F8F0D1;
	background-image: url(../images/headerlogo.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 5px 15px 15px;
	font-size: 22px;
	border: 1px solid #F8F0D1;
	background-color: #F8F3DE;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0;
	list-style-type: none;
	padding: 6px;
}
.twoColFixLtHdr #sidebar1 ul li{
	width: 100%;
	line-height: 28px;
}
.twoColFixLtHdr #sidebar1 ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	white-space: nowrap;
}
.thispage, .twoColFixLtHdr #sidebar1 ul li a:hover {
	background-color: #F0E3b0;
}
.twoColFixLtHdr #mainContent {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 212px;
	padding: 15px;
	min-height: 400px;
}
.twoColFixLtHdr #container #mainContent div p {
	text-align: justify;
	text-indent: 1.5em;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent div img {
	float: right;
	display: inline;
	margin-top: 15px;
	margin-left: 16px;
	margin-bottom: 6px;
}
.twoColFixLtHdr #container #mainContent .supplies td {
	border: 2px solid #F4E9BB;
	background-color: #FAF5EF;
}
.twoColFixLtHdr #container #footer, #push{
	height: 60px;
}
.twoColFixLtHdr #container #footer p {
	text-align: center;
}

/* lets replace the textual links with images...*/
.twoColFixLtHdr #container #sidebar1 #home {
	background-image: url(../images/nav/hHome.gif);
}
.twoColFixLtHdr #container #sidebar1 #serv {
	background-image: url(../images/nav/hServ.gif);
}
.twoColFixLtHdr #container #sidebar1 #staff {
	background-image: url(../images/nav/hStaff.gif);
}
.twoColFixLtHdr #container #sidebar1 #expct {
	background-image: url(../images/nav/hExpect.gif);
}
.twoColFixLtHdr #container #sidebar1 #forms {
	background-image: url(../images/nav/hForms.gif);
}
.twoColFixLtHdr #container #sidebar1 #supp {
	background-image: url(../images/nav/hSupp.gif);
}
.twoColFixLtHdr #container #sidebar1 #res {
	background-image: url(../images/nav/hRes.gif);
}
.twoColFixLtHdr #container #sidebar1 #contact {
	background-image: url(../images/nav/hContact.gif);
}
.twoColFixLtHdr #container #sidebar1 a {
	background-repeat: no-repeat;
	height: 35px;
	background-position: left center;
}
/* now that they're replaced, turn off the text so we don't see it in the background... */
.twoColFixLtHdr #container #sidebar1 span {
	display: none;
}
