body {
	background-color: #acaa97;	
	margin: 0 auto;
	padding: 0;
	width: 800px;
	font: normal normal 13px/16px Georgia, "Times New Roman", Times, serif;
	color: #626052;
}
a {
	color: #667b35;
}
a:hover {
	color: #405215;
}

#container {
	width: 800px;
	background: #acaa97 url('/images/bg-page.jpg') top left repeat-y;
}

/*Header Start */
#header {
	width: 800px;
	height: 165px;
	background: #acaa97 url('/images/bhg-letterhead.jpg') top center no-repeat;	
}

.header-padding {
	text-align: right;
	padding: 50px 60px 0 0;
	color: #686f48;
	line-height: 16px;
	font-size:12px;
}

/*Header End*/

/*Navigation Start*/
#navigation {
	width: 769px;
	margin: 0 13px 0 18px;
	height: 40px;
	background-color: #dbeab7;	
}
#navigation a {
	line-height: 40px;
	text-decoration: none;
	padding: 0 12px 0 12px;
	font-size: 14px;
	display: block;
	color: #69832d;
	float: left;
}
#navigation a:hover {
	color: #f0f4e5;
	background-color: #bbd382;
}

/*Navigation End*/

/*Footer Start*/
#address {
	width: 769px;
	margin: 20px 13px 0 18px;
	padding: 15px 0;
	text-align: center;
	color: #69832d;
	background-color: #dbeab7;
	line-height: 14px;
	font-size:12px;	
}

#footer {
	width: 800px;
	height: 121px;
	background: #acaa97 url('/images/footer.jpg') top center no-repeat;	
}

.footer-padding {
	text-align: left;
	padding: 25px 0 0 80px;
	color: #686f48;
	line-height: 16px;
	font-size:12px;
}
/*Footer End*/


#main-content {
	padding: 0 80px 20px 80px;
}

/*General Font Styles Start */
h1 {
	text-align: center;
	font-size:40px;
}
h2 {
	margin-top: 30px;  
	color: #336699; 
	font-weight: normal; 
	font-size: 32px;
	text-align: center;
}
h4 {
	padding-bottom: 5px; 
	margin-bottom: 5px; 
	color: #003366; 
	font-size: 18px; 
	text-align: center;
}

h5 {
	font-size: 18px;
	margin:0;
	padding:0;
	font-weight:normal; 
}

.fancy {
	padding: 10px 0;
	color: #90580f;
}

.intro {
	color: #336699; 
	font-size: 18px; 
	line-height: 18px;
	padding: 20px 40px;
}

.bluegray {
	color:#446688;
}

.lightblue {
	color:#6677aa;
}

.fourteen {
	font-size:14px;
	line-height:16px;
}

.sixteenbluegray {
	color:#446688;
	font-size:16px;
	line-height:18px;
}
/* General Font Styles End */

/*Photo Gallery Divs and Styles Start */
#photogallery {
	text-align: center;
}
.photorow {
	margin: 8px 0;
}
.photorow img {
	margin: 0 4px;
	border:none;
}
/*Photo Gallery Divs and Styles End */

/*Home Page Divs and Styles Start*/
#borderedbox {
	margin:25px 0 0 0;
	padding:0 20px 0 20px;
	border:1px solid #acaa97;
	line-height: 22px;
}
.homelist {
	padding: 0;
	margin: 0 0 0 15px;
}

img.reception{
	float:left;
	padding:5px 10px 45px 10px;
	margin:0;
}


img.left{
	float:left;
	padding:5px 10px 10px 10px;
	margin:0;
}

img.right{
	float:right;
	padding:5px 10px 10px 10px;
	margin:0;
}

table.padding {
	padding:5px 0 10px 10px;
	margin:0;
}

/*Home Page Divs and Styles  End*/

/*Location Div and Style Start */
#map {
	width: 570px; 
	height: 450px; 
	border: 5px solid #DEDEF0;
	line-height: 12px;
}
	
#map a {
	border-bottom: 1px solid;
}
/*Location Div and Style End */

/*History Div and Styles Start */
#historycontent {
	width:580px;
	text-align:left;
}

.historyanchorlinks {
	font-size:14px;
	line-height:22px;
}
/*History Div End */


table.center {
	text-align:center;
	border:none;
}

.blogcallout {
	 width: 310px; 
	 margin: 0 0 10px 0; 
	 padding: 10px 20px; 
	 background-color: #e1ebc2; 
	 color: #000000;
}




