/* ------------------------ Elements ------------------------ */

html * {
	margin: 0px;
	padding: 0px;
}

body {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: black;
	background-color: #DFD6B2;
	background-image: url(../images/bhc_bkgrnd.jpg);
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #776f4f;
}

a:hover, a:active {
	text-decoration: underline;
	color: #776f4f;
}

p {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1 {
	font-style: normal;
	font-size: 40px;
	font-weight: normal;
	line-height: 46px;
	color: #4D4935;
	margin-bottom: 30px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	color: #4D4935;
	margin-bottom: 30px;
}

/* ------------------------ Container ------------------------ */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------ Headers ------------------------ */

#header	{
	width: 100%;
	height: 355px;
}

#header ul {
	height: 25px;
	width: auto;
	padding: 0px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 30px;
	list-style-type: none;
	float: right;
}

#header li {
	height: 25px;
	width: auto;
	padding-left: 15px;
	margin-right: 15px;
	display: inline;
	text-align: center;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #D0C7A3;
	border-style: solid;
	float: left;
}

#header li a {
	text-decoration: none;
	color: white;
	display: block;
}

#header li a:hover {
	color: #DFD6B2;
	font-style: italic;
}

/* ------------------------ Content ------------------------ */

#content {
	padding-right: 35px;
	padding-left: 35px;
	text-align: left;
	width: 890px;
	padding-top: 30px;
}

#content ul, ol {
	list-style-position: outside;
	padding-right: 80px;
	padding-left: 80px;
	margin-bottom: 30px;
}

#content ul {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content li {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* ------------------------ Footer ------------------------ */

#footer {
	background-image: url(../images/bhc_footer_bkgrnd.jpg);
	margin-bottom: 30px;
	height: 110px;
	width: 960px;
}

.footer_credentials {
	float: left;
	display: block;
	height: 110px;
	width: 280px;
}

.footer_contact {
	float: right;
	display: block;
	height: 110px;
	width: 600px;
}

/* ------------------------ Miscellaneous ------------------------ */

.box_third {
	float: right;
	background-image: url(../images/bhc_box_third_top.png);
	background-repeat: no-repeat;
	width: 310px;
	height: auto;
	padding-top: 45px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.box_third .mid {
	padding-bottom: 1px;
	background-image: url(../images/bhc_box_third_mid.png);
	width: 100%;
}

.box_third .btm {
	height: 45px;
	width: 100%;
	background-image: url(../images/bhc_box_third_btm.png);
}

.line_box {
	padding-top: 30px;
	margin-bottom: 30px;
	border-top-color: #9a926b;
	border-top-style: dotted;
	border-top-width: 1px;
	width: 100%;
}

.line_box .content {
	padding-top: 0px;
	float: right;
	width: 710px;
}

.line_box .left_pic {
	margin-bottom: 0px;
}

.line_box .content p {
	padding-left: 0px;
	margin-bottom: 0px;
}

.right_pic {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.left_pic {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

.testimonial {
	padding-right: 45px;
	padding-left: 45px;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 20px;
}

.testimonial_author {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	width: 160px;
	border-top-color: #4D4935;
	border-top-style: dotted;
	border-top-width: 1px;
	text-align: right;
	font-size: 16px;
	color: #4D4935;
}

.caption {
	margin-right: 30px;
	float: left;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	width: 300px;
	font-size: 12px;
}

.caption p {
	width: 270px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 15px;
}

.photo_gallery {
	margin-bottom: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-top: 25px;
	background-color: #4D4935;
	height: auto;
	width: 830px;
}

.photo_gallery .gallery_title {
	text-align: left;
	float: left;
	color: #FFFFFF;
	height: 62px;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.photo_gallery .gallery_title h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 39px;
	color: #DFD6B2;
	margin-top: 0px;
	padding: 0px;
}

.photo_gallery .gallery_title p {
	text-align: center;
	font-style: italic;
	line-height: 23px;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

.photo_gallery .gallery_thumbs {
	height: 62px;
	float: right;
	width: 540px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.photo_gallery .gallery_thumbs img {
	margin-left: 15px;
	float: left;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}