htm {
	overflow-y: scroll;	
}

body {
	color: #54402f;
	font-family: Arial, Helvetica, sans-serif;
	background: #2f180e url(../images/main_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	overflow-y: scroll;
}

td, p, li {
	font-size: 12px;
	vertical-align: top;
}

img {
	border: none;
}

a {
	color: #A45715;
	text-decoration: none;
}

a:visited {
	color: #A45715;
	text-decoration: none;
}

a:hover {
	color: #54402f;
	text-decoration: underline;
}

a:visited:hover {
	color: #54402f;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #a45715;
	font-family: verdana;
	font-weight: normal;
	border-bottom: 1px dotted #977c63;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #5e4937;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}



/* ------------------------------------------------------------------------------------------------------------ INDEX STYLES ------------ */

.index_top_wide {
	background: url(../images/index_top_wide_bg.jpg) 50% 0 no-repeat;
	height: 47px;
}

.index_top_wrapper {
	width: 954px;
	margin: 0 auto;
}

.index_middle_wide {
	background: url(../images/index_middle_wide_bg.jpg) 50% 0 no-repeat;
	height: 507px;
}

.index_middle_wrapper {
	width: 954px;
	margin: 0 auto;
}

.index_flash {
	width: 684px;
	float: right;
	padding: 8px 0 0 0;
}

.index_left {
	width: 176px;
	float: left;
	padding: 88px 0 40px 48px;
}

.index_logo {
	margin: 0 0 30px 0;	
}

.index_left p {
	color: #6a584a;
	font-size: 12px;
	line-height: 24px;
}

.index_content_y {
	background: url(../images/index_content_y_bg.jpg) 50% 0 repeat-y;	
}

.index_content_wide {
	background: url(../images/index_content_wide_bg.jpg) 50% 0 no-repeat;
	min-height: 115px;
}

.index_content {
	width: 275px;
	margin: 0 auto;
	padding: 5px 367px 1px 312px;
}

.index_footer_wide {
	background: url(../images/index_footer_wide_bg.jpg) 50% 0 no-repeat;	
}

.index_footer_wrapper {
	width: 294px;
	margin: 0 auto;
	padding: 0 0 150px 660px;
	color: #644f41;
	font-size: 9px;
	line-height: 14px;
}

.index_footer_wrapper a, .index_footer_wrapper a:visited {
	color: #644f41;	
}

.index_footer_wrapper a:hover, .index_footer_wrapper a:visited:hover {
	color: #ac998c;	
}

#bk_logo {
	float: right;
	margin: -41px 15px 0 0;
}

	
	
/* ------------------------------------------------------------------------------------------------------------ SUB STYLES ------------ */

.top_wide {
	background: url(../images/top_wide_bg.jpg) 50% 0 no-repeat;
	height: 47px;
}

.top_wrapper {
	width: 954px;
	margin: 0 auto;
}

.content_y {
	background: url(../images/content_y_wide_bg.jpg) 50% 0 repeat-y;	
}

.content_bottom {
	background: url(../images/content_bottom_wide_bg.jpg) 50% 100% no-repeat;
}

.content_top {
	background: url(../images/content_top_wide_bg.jpg) 50% 0 no-repeat;
	min-height: 600px;
}

.content_wrapper {
	margin: 0 auto;
}

.content_wrapper #left {
	padding: 0 0 0 45px;
}

.logo {
	display: block;
	margin: -40px 0 0 0;
}

.content_wrapper #right {
	padding: 0px 60px 70px 0;
}

.content_wrapper #right_wide {
	padding: 0px 60px 70px 60px;
}

.gallery_col {
	width: 246px;
	margin: 21px 0 0 0;
	float: left;
}

#gallery_content {
	width: 335px;
	padding: 45px 0 0 25px;
	float: left;
}

.content_wrapper p {
	line-height: 18px;	
}

.footer_wide {
	background: url(../images/footer_wide_bg.jpg) 50% 0 no-repeat;	
}

.footer_wrapper {
	width: 294px;
	margin: 0 auto;
	padding: 30px 0 150px 660px;
	color: #644f41;
	font-size: 9px;
	line-height: 14px;
	display: none;
}

.footer_wrapper a, .footer_wrapper a:visited {
	color: #644f41;	
}

.footer_wrapper a:hover, .footer_wrapper a:visited:hover {
	color: #ac998c;	
}

.crumbs {
	color: #bca796;
	font-size: 10px;
	text-transform: lowercase;
	width: 450px;
	float: left;
	display: none;
}

.crumbs a, .crumbs a:visited {
	color: #bca796;	
}

.crumbs a:hover, .crumbs a:visited:hover {
	color: #7e6551;	
}

.actions {
	width: 120px;
	float: right;
	height: 21px;
	overflow: hidden;
}

#icon_email {
	width: 25px;
	height: 21px;
	background: url(../images/icon_email.png) no-repeat;
	display: inline-block;
}

#icon_email:hover {
	background: url(../images/icon_email.png) 0 100% no-repeat;
}

#icon_favorite {
	width: 27px;
	height: 21px;
	background: url(../images/icon_favorite.png) no-repeat;
	display: inline-block;
}

#icon_favorite:hover {
	background: url(../images/icon_favorite.png) 0 100% no-repeat;
}

#icon_print {
	width: 26px;
	height: 21px;
	background: url(../images/icon_print.png) no-repeat;
	display: inline-block;
}

#icon_print:hover {
	background: url(../images/icon_print.png) 0 100% no-repeat;
}

#icon_larger {
	width: 17px;
	height: 21px;
	background: url(../images/icon_larger.png) no-repeat;
	display: inline-block;
}

#icon_larger:hover {
	background: url(../images/icon_larger.png) 0 100% no-repeat;
}

#icon_smaller {
	width: 11px;
	height: 21px;
	background: url(../images/icon_smaller.png) no-repeat;
	display: inline-block;
}

#icon_smaller:hover {
	background: url(../images/icon_smaller.png) 0 100% no-repeat;
}
	


/* ------------------------------------------------------------------------------------------------------------ SITEWIDE STYLES ------------ */

.wide_wrapper {
	background: url(../images/wide_wrapper_bg.jpg) 50% 0 no-repeat;	
}

.wrapper {
	width: 954px;
	margin: 0 auto;
}

.search {
	float: right;
	width: 135px;
	padding: 18px 0 0 0;
}

#main-search-box {
	width: 98px;
	border: 1px solid #6a584a;
	text-align: right;
	background: #4a3c33;
	color: #948275;
	height: 15px;
	padding: 1px 3px 0 0;
	margin: 0 2px 0 0;
	float: left;
}

.go_button {
	float: left;	
}

.clearer {
	clear: both;	
}
	

/* ------------------------------------------------------------------------------------------------------------ TEASER STYLES ------------ */

.tsr-pg-title {
	font-weight:bold;
	font-size: 12px;
	margin: 0;
	display: none;
	}
	
.tsr-pg-title a:link {
	color: #fff; 
	text-decoration: none; 
	}
	
.tsr-pg-title a:visited {
	color: #fff; 
	text-decoration: none; 
	}
	
.tsr-pg-title a:hover {
	color: #f0e2d6; 
	}
	
.tsr-pg-title a:visited:hover {
	color: #f0e2d6; 
	}
	
#left .tsr-pg-title a:link {
	color: #775f56; 
	text-decoration: none; 
	}
	
#left .tsr-pg-title a:visited {
	color: #775f56; 
	text-decoration: none; 
	}
	
#left .tsr-pg-title a:hover {
	color: #412c24; 
	}
	
#left .tsr-pg-title a:visited:hover {
	color: #412c24; 
	}
	
.tsr-pg-abstract {
	color:#3d2b20;
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 16px;
	display: none;
	}
	
	#left .tsr-pg-abstract {
	color:#987f6b;
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 16px;
	display: none;
	}
	
	
	
/* ------------------------------------------------------------------------------------------------------------ SEARCH RESULTS CSS ------------ */

div.search-result {
	padding: 12px 0px;	border-bottom: 1px solid #dcd3cc;
}

h2.search-pg-title {
	color: #fff; font-size: 13px; font-weight: bold; margin: 0; padding: 0;
}

h2.search-pg-title a {
	text-decoration: none;
}

p.search-pg-abstract {
	font-weight: normal; margin: 0; padding: 0 0 15px 0;
}

.search-highlight {
	font-weight: bold; background-color: #dcd3cc;
}

.search-pg-loc {
	font-size: 11px; font-weight: normal; font-style: italic;
}

.search-pg-edited {
	font-size: 11px; font-weight: normal; font-style: italic; padding: 0 0 25px 0;
}

.pagination {
	margin-top: 10px;	
}

.pagination a {
	padding: 2px;
	border: 1px solid #dcd3cc;
}

	


/* ------------------------------------------------------------------------------------------------------------ PHOTO AREA CSS ------------ */

.photo-area {
	float: right;
	}
	
.photo-area img {
	display: block;
	}
	
#photo {
	background-color: #ccc;
	width: 240px;
	border: 3px solid #dcc9b7;
	height: 240px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	}
	
#photo img {
	width: 240px;
	height: 240px;
}
	
#photo-caption {
	color: #000;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	background-color: #ccc;
	padding: 7px 7px 8px 8px;
	margin: 0;
	}
	
#hoverpopup0 {
	position: absolute;
	width: 415px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hoverpopup0 img {
	width: 415px;	
}
	
#hover-position0 {
	position: relative;
	top: -251px;
	left: 246px;
	display: none;
	}
	
#hoverpopup1 {
	position: absolute;
	width: 415px;
	display: none;
	border-bottom: 20px solid #fff;
	}
	
#hoverpopup1 img {
	width: 415px;	
}
	
#hover-position1 {
	position: relative;
	top: -502px;
	left: 246px;
	display: none;
	}
	
#hoverpopup2 {
	position: absolute;
	width: 415px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hoverpopup2 img {
	width: 415px;	
}
	
#hover-position2 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}
	
#hoverpopup3 {
	position: absolute;
	width: 415px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hoverpopup3 img {
	width: 415px;	
}
	
#hover-position3 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}
	
#hoverpopup4 {
	position: absolute;
	width: 415px;
	border-bottom: 15px solid #fff;
	display: none;
	}
	
#hoverpopup4 img {
	width: 415px;	
}

#hover-position4 {
	position: relative;
	top: -330px;
	left: 165px;
	display: none;
	}


/* ------------------------------------------------------------------------------------------------------------ DROPDOWN MENU CSS ------------ */

.navigation {
	margin: 0;
	padding: 21px 0 0 40px;
	height: 13px;
	text-transform: uppercase;
	display: none;
}

#nav, #nav ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#nav a {
	display: block;
	color: #d7bfa9;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
	
#nav a.daddy {
	background: transparent;
	padding: 0;
	}
	
#nav a:hover.daddy {
	background: transparent;
	}
	
#nav li {
	width: auto;
	background: transparent;
	padding: 0 14px 0 0;
	margin: 0 14px 0 0;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	border-right: 1px solid #d7bfa9;
	}
	
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 177px;
	w\idth: 177px;
	padding: 13px 0 0 10px;
	margin: 0 0 0 -15px;
	text-align: left;
	border-bottom: 1px solid #3e2f22;
	}
	
#nav li li {
	border-bottom: 1px solid #3e2f22;
	margin: 0 -10px 0 -10px;
	width: 170px;
	padding: 0 0 0 15px;
	line-height: 25px;
	background: #5a493b;
	font-size: 11px;
	border-right: 1px solid #3e2f22;
	border-left: 1px solid #3e2f22;
	}
	
#nav li li:hover {
	}
	
#nav li ul a {
	width: 145px;
	w\idth: 145px;
	}
	
#nav li ul a:hover {
	
	}
	
#nav li ul ul {
	margin: -1px 0 0 171px;
	border-top: 1px solid #3e2f22;
	padding-top: 0;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
	}
	
#nav li:hover, #nav li.sfhover {
	
	}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:visited:hover {
	color: #fff;
	text-decoration: none;
	}
	
#nav li:hover, #nav li.hover {
    position: static;
	}
	


#nav_home, #nav_home ul {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#nav_home a {
	display: block;
	color: #d7bfa9;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}
	
#nav_home a.daddy {
	background: transparent;
	padding: 0;
	}
	
#nav_home a:hover.daddy {
	background: transparent;
	}
	
#nav_home li {
	width: auto;
	background: transparent;
	padding: 0 14px 0 0;
	margin: 0 14px 0 0;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	border-right: 1px solid #d7bfa9;
	}

#nav_home a:hover {
	color: #fff;
	text-decoration: none;
	}
