body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #030303;
	background-color: #bdb6b0;
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
p {
	margin:0;
	padding:8px 0 4px 0;
}
a, a:visited {
	color:white;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.button, a.button:visited {
	/*line-height:24px;*/
	background-color:#58524c;
	padding:2px 30px 2px 30px;
	font-size: 16px;
	color: #bdb7b2;
	text-transform: uppercase;
	text-decoration:none;
}
a.button:hover { 
	background-color:#6e675f;
	border:1px solid #58524c;
	text-decoration:none;
	padding:2px 29px 2px 31px;
}
#main {
	width:850px;
	padding:0;
	text-align:left;
	margin:0 auto;
}
#header {
	height:143px;
}
#header img {
	display:block;
	float:left;
}
#headerlinks {
	width:300px;
	color:#ffffff;
	display:block;
	float:right;
	text-align:right;
	padding:110px 15px 0 0;
	
}
#navbar {
	height:50px;
	background-color: #E0DCD9;
}
#intcontent {
	background-color:#89817a;
	padding:16px;
	background-image: url(../images/bg-intcontent.png);
	background-repeat: repeat-x;
	background-position: center top;
	min-height:350px;
}
#intcontentright {
	width:630px;
	display:block;
	float:right;
	padding:0px 15px 15px 15px;
	text-align:justify;
}
#intcontentright h1 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e0dcd9;	
	border-bottom:1px solid #e0dcd9;
	width:630px;
	padding:0;
	margin:0 0 15px 0;
}
#sidenav {
	width:146px;
	height:362px;
	float:left;
	background-color:#887f76;
	background-image: url(../images/bg-sidenav-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#e0dcd9;
}
#sidenav p { 
	padding:15px 8px 8px 15px;
}
#promo {
	height:363px;
}
#homecontent {
	min-height:150px;
}
#homebox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58524c;
	font-size: 34px;
	width:220px;
	height:110px;
	display:block;
	float:left;
	padding:25px 30px 40px 40px;
}
#homebox1 p {
	padding:0;
	margin:0;
}
#homebox2 {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #e0dcd9;
	font-size: 14px;
	width:556px;
	display:block;
	float:right;
	padding:15px 0 5px 0;;
	margin:21px 0 21px 0;
	border:1px solid #e0dcd9;
	text-align:justify;
}
#homebox2 p {
	padding:0 15px 10px 15px;
	margin:0;
}
#footer {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #e0dcd9;
	font-size: 14px;
	border-top:1px solid #e0dcd9;
	text-align:center;
	padding:30px;
	margin:20px 0;
	
}
#phototable {
	background-image: url(../images/bg-phototable.png);
	background-repeat: no-repeat;
	background-position: center center;	
	width:618px;
	height:142px;
	margin:10px 0 10px 0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
.dark {
	color:#000000;
}










.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 146px; /* width of menu (don't forget to add border with below!) */
/*border-left: 8px solid #887f76;  thick left border of menu */

}

.slidedoormenu li{
/*border-bottom: 1px solid #885b5c;  Gray border beneath each menu item */
}

.slidedoormenu li a{
	display: block;
	color: #000000;
	width: auto;
	/*border-bottom: 1px solid #9d958d;  9d958d border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: white;
	background-image: url(../images/bg-sidenav.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -146px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}






#contactForm {
/*	display:block;
	float:left;*/
}
#contactForm label, td.label {
	display:block;
	clear:both;
	font-weight:bold;
	padding-top:10px;
/*	float:left;
	background-color:#a7a099;
	width:150px;
	height:20px;
	padding:4px;
	margin:2px;*/
}
#contactForm input, #contactForm textarea {
	display:block;
	clear:both;
/*	float:left;*/
	width:380px;
	height:18px;
	padding:4px;
	margin:2px;
}
#contactForm select {
	display:block;
/*	float:left;*/
	width:390px;
	height:27px;
	padding:4px;
	margin:2px;
}
#contactForm textarea {
	height:120px;
	width:460px;
}
#contactForm div {
clear:both;
}
#contactForm #submit {
/*	display:block;
	float:left;*/
	width:100px;
	height:28px;
	padding:0;
/*	margin:2px 2px 2px 323px;*/
}

#checkboxes input {
	display:inline;
	width:14px;
	height:14px;
}
