/* CSS common to all pages */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size:100%;
}

div, p, li, td, dd, dt, label, select, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}

a img { border: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #ebe393;
}


/* LAYOUT */
body {
	background-color: #6c8351;
}

div#body {
	min-height: 500px;
	background: url(../_img/page/top-r.gif) repeat-x #091822;
}

div#footer {
	min-height: 150px;
	background: url(../_img/page/bot-r.gif) repeat-x #6c8351;
}


div#body,
div#footer {
	text-align: center; /* FOR IE */
}

div#body div.wrap,
div#footer div.wrap {
	width: 975px;
	margin: 0 auto;
	text-align: left; /* FOR IE */
}

div#footer div.wrap {
	padding: 40px 0 0 0;
}

div#main {
	width: 661px;
	float: left;
	/* background-color: #F00; */
}

div#side {
	width: 314px;
	float: left;
	/* background-color: #0F0; */
}

/* /LAYOUT */


/* HEADER */
div#header {
	height: 112px;
	background: url(../_img/page/top.jpg) no-repeat;
	position: relative;
}

div#header h2 {
	width: 534px;
	height: 62px;
	
	position: absolute;
	top: 29px;
	left: 31px;
}

div#header h2 a {
	display: block;
	height: 62px;
	
	background: url(../_img/page/welcome.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#header p.sd {
	width: 115px;
	height: 45px;
	
	position: absolute;
	top: 46px;
	left: 690px;
}

div#header p.sd a {
	display: block;
	height: 45px;
	
	background: url(../_img/page/logo-top-sd.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#header p.bh {
	width: 130px;
	height: 45px;
	
	position: absolute;
	top: 46px;
	left: 821px;
}

div#header p.bh a {
	display: block;
	height: 45px;
	
	background: url(../_img/page/logo-top-bh.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}
/* /HEADER */




/* TABS */
div.maintabs {
	padding: 1px 0;
	position: relative;
	z-index: 1; /* FOR IE */
}

div.maintabs div.box {
	padding: 16px 0 16px 16px;
	z-index: 10;
	margin: 21px 0 20px 0;
	border-top: 1px solid #93b1c2;
}

div.maintabs div.home { background-color: #506e69; }
div.maintabs div.adventure { background-color: #6c8351; }
div.maintabs div.history { background-color: #7e4a1e; }
div.maintabs div.vacation { background-color: #284e63; }

ul.tabs { list-style-type: none; }

ul.tabs li {
	display: block;
	
	width: 124px;
	height: 21px;
	
	border: 1px solid #93b1c2;
	
	position: absolute;
	top: 0px;
	z-index: 5;
}

ul.tabs li.selected { border-bottom: none; height: 22px; }

ul.tabs li a {
	display: block;
	padding: 5px 0 0 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

ul.tabs li.home { left: 10px; width: 75px; background-color: #506e69; }
ul.tabs li.adventure { left: 95px; width: 150px; background-color: #6c8351; }
ul.tabs li.history { left: 255px; width: 100px; background-color: #7e4a1e; }
ul.tabs li.vacation { left: 365px; width: 130px; background-color: #284e63; }
ul.tabs li.makeover { left: 500px; width: 150px; background-color: #4E5E37; }

div.maintabs h1 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0.5em;
}
/* /TABS */




/* VIDEO PLAYER */
ul.ytthumbs {
	list-style-type: none;
	width: 140px;
	height: 295px;
	overflow: auto;
	
	background-color: #f4f0e6;
	float: left;
	position: relative;
}

ul.ytthumbs li {
	display: block;
	margin: 10px 0 10px 10px;
}

ul.ytthumbs a {
	display: block;
	width: 90px;
	height: 53px;
	border: 2px solid #999999;
	
	overflow: hidden;
}

ul.ytthumbs a img {
	width: 90px;
	height: 70px;
	margin-top: -10px;
}

ul.ytthumbs li.selected a {
	border: 2px solid #F00;
}

div.player {
	margin: 0 0 0 149px;
}
/* /VIDEO PLAYER */



/* PACKAGES */
div.package {
	margin-bottom: 20px;
	border-bottom: 1px solid #3d474d;
	position: relative;
}

div.package div.image {
	position: relative;
	width: 230px;
	float: left;
}

div.package div.image small {
	margin: 0 0 0 12px;
	color: #82968f;
}

div.package h2,
div.package p {
	margin: 0 0 1em 250px;
}

div.package h2 {
	font-size: 24px;
	color: #bad676;
	margin-bottom: 0.3em;
}

div.package p.price {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #a97243;
	margin-bottom: 0.3em;
}

div.package p.details {
	clear: left;
}

div.packages p.more,
div.package p.details {
	background: url(../_img/page/arr.gif) 0px 5px no-repeat transparent;
	font-weight: bold;
	padding-left: 10px;
}
/* /PACKAGES */









/* SIDEBAR */
div#side h3.title {
	margin: 0 0 0 10px;
	width: 269px;
	height: 58px;
	
	background: url(../_img/page/book.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#side div.gmap {
	padding-left: 20px;
	margin-bottom: 10px;
	
}

div#side div.gmap small {
	display: block;
}

div#side div.gmap a:link,
div#side div.gmap a:visited,
div#side div.gmap a:active,
div#side div.gmap a:hover {
	color: #FFF;
}

p.stamp,
div.stamp {
	margin-bottom: 20px;
}
/* /SIDEBAR */



/* INNTOPIA */
div.inntopia { width: 283px; margin-left: 20px; background: url(../_img/page/inntopia/rep.gif) repeat-y; }
div.inntopia div.t { background: url(../_img/page/inntopia/top.gif) left top no-repeat; }
div.inntopia div.b { background: url(../_img/page/inntopia/bot.gif) left bottom no-repeat; padding: 12px 13px; }
/* /INNTOPIA */



/* STAMP */
div.bhtb { background: url(../_img/page/stamps/yellow/rep.gif) repeat-y; }
div.bhtb div.t { background: url(../_img/page/stamps/yellow/top.gif) left top no-repeat; }
div.bhtb div.b { background: url(../_img/page/stamps/yellow/bot.gif) left bottom no-repeat; padding: 15px 10px 10px 20px; }
/* STAMP */


/* BHDS Blog */
div.bhtb h3 {
	width: 152px;
	height: 21px;
	
	background: url(../_img/page/stamps/bhtb.gif) no-repeat;
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div.blog {
	border-top: 1px solid #b6ae50;
	padding: 10px;
}

div.bhtb p, div.bhtb li { color: #091822; }

div.bhtb h4,
div.bhtb p.author { color: #213d00; }

div.bhtb p.author { margin-bottom: 1em; }

div.bhtb h4 { font-size: 18px; }

div.bhtb a:link,
div.bhtb a:active,
div.bhtb a:visited,
div.bhtb a:hover {
	color: #7f4009;
}

div.bhtb ul.links {
	list-style-type: none;
	position: relative;
	
	border-top: 1px solid #091822;
	margin-top: 10px;
	
	height: 20px;
}

div.bhtb ul.links li {
	display: block;
	position: absolute;
	
	width: 130px;
	height: 26px;
	
	text-align: center;
	padding: 5px 0 0 0;
}

div.bhtb li.more {
	border-left: 1px solid #091822;
	left: 131px;
}

div.bhtb ul.links li a {
	font-weight: bold;
	background: url(../_img/page/arr2.gif) 0px 5px no-repeat;
	padding-left: 7px;
}
/* /BHDS Blog */


/* SIDEBAR TRAVEL */
div#travel {
	width: 314px;
	height: 111px;
	
	background: url(../_img/page/stamps/travel/bg.gif) no-repeat;
	
	position: relative;
}

div#travel h3 {
	width: 151px;
	height: 19px;
	
	position: absolute;
	left: 18px;
	top: 14px;
	
	background: url(../_img/page/stamps/travel/travel.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#travel ul { list-style-type: none; }
div#travel li {
	display: block;
	
	position: absolute;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#travel li.flights {
	width: 88px;
	height: 63px;
	
	position: absolute;
	left: 43px;
	top: 44px;
	
}

div#travel li.flights a {
	display: block;
	
	height: 63px;
	background: url(../_img/page/stamps/travel/flights.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}


div#travel li.rentals {
	width: 129px;
	height: 59px;
	
	position: absolute;
	left: 165px;
	top: 44px;
}

div#travel li.rentals a {
	display: block;
	
	height: 59px;
	background: url(../_img/page/stamps/travel/rentals.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}
/* /SIDEBAR TRAVEL */




/* SIDEBAR GUIDES */
div#guide {
	width: 314px;
	height: 201px;
	
	background: url(../_img/page/stamps/guides/bg.gif) no-repeat;
	
	position: relative;
}

div#guide h3 {
	width: 193px;
	height: 22px;
	
	position: absolute;
	left: 18px;
	top: 15px;
	
	background: url(../_img/page/stamps/guides/title.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#guide ul { list-style-type: none; }
div#guide li {
	display: block;
	
	position: absolute;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#guide li.sd {
	width: 142px;
	height: 164px;
	
	position: absolute;
	left: 18px;
	top: 37px;
	
}

div#guide li.sd a {
	display: block;
	
	height: 164px;
	background: url(../_img/page/stamps/guides/sd.jpg) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#guide li.bh {
	width: 144px;
	height: 164px;
	
	position: absolute;
	left: 160px;
	top: 37px;
	
}

div#guide li.bh a {
	display: block;
	
	height: 164px;
	background: url(../_img/page/stamps/guides/bh.jpg) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}
/* SIDEBAR GUIDES */





/* SIDEBAR MISC */
p#signup {
	width: 314px;
	height: 48px;
}

p#signup a {
	display: block;
	height: 48px;
	
	background: url(../_img/page/stamps/signup.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

p#package {
	width: 314px;
	height: 93px;
}

p#package a {
	display: block;
	height: 93px;
	
	background: url(../_img/page/stamps/byobhvp.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

p#cams {
	width: 314px;
	height: 51px;
}

p#cams a {
	display: block;
	height: 51px;
	
	background: url(../_img/page/stamps/cams.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}
/* /SIDEBAR MISC */







/* FOOTER */
div#footer { padding: 1px 0; }

div#footer div.logos {
	position: relative;
}

div#footer div.logos p {
	height: 95px;
	
	position: absolute;
	top: 0px;
}

div#footer div.logos a {
	display: block;
	height: 95px;
}

div#footer div.logos p.sd {
	width: 118px;
	left: 839px;
	
	background: url(../_img/page/footer/sd.gif) no-repeat;

	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

div#footer div.logos p.bh {
	width: 153px;
	left: 661px;
	
	background: url(../_img/page/footer/bh.gif) no-repeat;

	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}


div#footer div.partners ul { list-style-type: none; }
div#footer div.partners li {
	display: block;
	text-transform: uppercase;
	line-height: 2em;
}

div#footer div.partners ul.left {
	width: 310px;
	float: left;
}

div#footer div.partners ul.right {
	margin: 0 0 0 320px;
}

div#footer  p.copyright {
	color: #374b1f;
	margin-bottom: 30px;
}
/* FOOTER */




/* WEBCAM */

div.nontab {
	border-top: 1px solid #93b1c2;
	background-color: #091822;
	margin-top: 20px;
	padding: 10px 20px 0;
	z-index: 10;
}

div.webcam {
	margin-bottom: 20px;
	border-bottom: 1px solid #3d474d;
}

div.webcam div.image {
	width: 230px;
	float: left;
}

div.nontab h2 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.2em;
}

div.nontab h1 {
	font-size: 24px;
	color: #bad676;
	margin-bottom: 0.5em;
}


div.webcam div.image small {
	margin: 0 0 0 12px;
	color: #82968f;
}

div.webcam h2,
div.webcam p {
	margin: 0 0 1em 250px;
}

div.webcam h2 {
	font-size: 24px;
	color: #bad676;
	margin-bottom: 0.3em;
}

div.webcam p.location {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #a97243;
	margin-bottom: 0.3em;
}

div.webcam p.details {
	clear: left;
}

div.webcam p.more,
div.webcam p.details {
	background: url(../_img/page/arr.gif) 0px 5px no-repeat transparent;
	font-weight: bold;
	padding-left: 10px;
}

/* /WEBCAM */

