/*------------------------------------
Modified by Kevin - The HomeSlice Group
06-04-09

Color Swatches:
black text: 333333
Dark green: 497837
Orange: fdb800
Light Tan: ffffcd

------------------------------------*/

/*Reset Styles*/
*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        margin-left:auto;
        margin-right:auto;
        display:block;
				font-family:"Times New Roman", Times, serif;
				background:#b3b3b3;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight:bold;
	}

a {
	text-decoration:none;
}

a img{
	border:0px;
}

p, li{
	margin:0px;
	color:#333;
	font-size:12px;
	line-height:21px;
}
/*end reset styles*/


a[href$='.pdf'] { /*pdf icon next to pdf downloads, css 3.0, ignored elsewhere*/
background:transparent url(../../image/pdf-ico.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:21px;
}



h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#333;
	line-height:140%;
}

h1 {
	padding-top:25px;
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
	}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
	}
	
table {
	width:100%;
}
td {
	vertical-align:top;
}

/*general styles*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:80%;
	line-height:100%;
}
.textLight{
	color:#ffffcd;
}
.strong{
	font-weight:bold;
}
.objectCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.bottom-break {
	padding-bottom:10px;
}
.textBrown{
	color:#452609;
}
.txt_to_button{
	
	border:5px #000 inset;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	padding:5px;
}
a.txt_to_button:visited{
	color:#333;
}
ul.bulletList{
	padding-left:1.5em;
}
ul.bulletList li{
	
	list-style:disc outside;
	margin: 1.12em 0;
	
}
/*end general styles*/

	
input {
	border:solid 1px #000;
	padding:0px;
	margin:0px;
	font-size:10px;
	height:19px;
	}


select {
	padding:0px;
	margin:0px;
	font-size:9px;
	}


/*General divs*/

#webpage{
	margin:0px;
	text-align:center;
}
#container{
	width:990px;
	margin:0px auto;
	text-align:left;
	position:relative;
}

/*header*/
#header{
	background:url(../../image/bhrc-header.jpg)  no-repeat;
	width:990px;
	height:293px;
	}
#topBooking{
	width:145px;
	height:36px;
	position:absolute;
	right:97px;
	top:20px;
	text-align:center;
}
#topBooking a, #topBooking a:link, #topBooking a:visited{
	color:#ffffcd;
}
#topBooking a:hover{
	color:#fdb800;
}

/*content*/
#OutsideContent{
	width:850px;
	padding:0px;
	margin:0px;
	background:url(../../image/bg-repeat.jpg) repeat-y 10px 0;
	float:right;
	padding-right:4px;
	position:relative;
	
	
}
#content{
	top:-52px;
	width:918px;
	min-height:50px;
	position:relative;
	
}
* html #content{
	\width: 950px; /* for IE5 and IE6 in quirks mode*/
	w\idth: 950px; /* for IE6 in standards mode */
}

#contentBottom{
	background:url(../../image/bg-bottom.jpg) no-repeat;
	width:828px;
	height:19px;
	clear:both;
	position:relative;
	float:right;
	padding-right:4px;
}
#sidemenu{
	width:252px;
	float:left;
	position:relative;
	left:-136px;
	}
#sidemenu li{
width:252px;
height:30px;
width:258px;
background:url(../../image/sidebar-default.png) no-repeat;
}
#sidemenu ul.submenu li{
	background:url(../../image/sidebar-cabin.png) no-repeat 22px 0;
}
#sidemenu li.first{
	background:url(../../image/sidebar-one.png) no-repeat;
	}
#sidemenu li.second{
	background:url(../../image/sidebar-two.png) no-repeat;
	}
#sidemenu a, #sidemenu a:link,#sidemenu a:active {
	width:245px;
	height:15px;
	color:#ffffcd;
	padding:5px 15px 0 0;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	float:right;
}
#sidemenu ul ul li a:hover{
	color:#497837;
}

#sidemenu a:hover{
	color:#fdb800;
}


#contentFloat{
	float:left;
	width:665px;
	left:-106px;
	padding-top:20px;
	position:relative;
}
#searchbox{
	border-left: 1px solid #f3b92c;
}
#searchbox h2{
	background:url(../../image/avail-header.png) no-repeat 0 0;
	line-height:45px;
	padding-left:5px;
}
#searchbox table{
	border: 2px solid #f3b92c;
}

#searchbox table th{
	background: #f3b92c;
	font-size: 14px;
	font-variant: small-caps;
	padding: 0 0 2px 2px;
}

#searchbox .rbdr{
	border-right: 1px solid #f3b92c;
}

#searchbox td{
	padding: 3px 5px;
}

/*footer*/
#footer{
	width:780px;
	height:50px;
	float:right;
	border-top:2px solid #fdb800;
	text-align:center;
	position:relative;
	padding:0px;
	margin:0 25px 0 0;
}
#footer a, #footer a:link, #footer a:visited, #footer p{
	color:#000;
	font-size:10px;
	padding-top:3px;
}
#footer a:hover{
	color:#fdb800;
}


/*index*/
#indexFlash{
	width:665px;
	height:300px;
	margin-bottom:10px;
	position:relative;
	float:left;
}

/*cabins*/
#cabinsMenu{
	display:block;
	clear:both;
	
	width:400px;
}
#cabinsMenu img{
	border:1px solid #888;
	margin: 0 5px 5px 0;
	padding:2px;
	
}

/*misc classes*/
.small{
	font-size:12px;
	font-weight:bold;
}