/* CSS by Whistle Communications - http://www.whistlecommunications.co.uk */

/* ---------- index rules start here ---------- */

.clear {
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 5px;
}

#indexLeft {
	float:left; 
	width:176px; 
	padding-top: 10px;
}

#indexLeft .newsletter {
	background: #a59a7a;
}

#indexLeft .newsletter h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
	width: 166px;
	background: #5f5539;
}

#indexLeft .newsletter p {
	font-size: 1.1em;
	padding: 5px 10px 8px 10px;
}

#indexLeft .newsletter a, #left .newsletter a:visited {
	color: #fff;
	text-decoration: underline;
}

#indexLeft .newsletter a:hover {
	color: #5f5539;
	text-decoration: underline;
}

#indexRight {
	float: right;
	padding-top: 10px;
	margin-left: 5px;
}

.promo {
	display: block;
	width: 789px;
	height: 90px;
}



/* ---------- index accordion ---------- */

/* hide container until all is ready */
.accordionList{
	display: none;
}
/*Main Container*/
.accordion {
	width:980px;
	height: 365px;
}

.accordion ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}

.accordion li{
	display: inline;
	margin: 0px;
	padding:0px;
}

.accordion li .text {
	font-size: 1.2em;
	width: 220px;
	margin: 0px;
	padding: 110px 0 40px 43px;
	color: #5f5539;
}

.accordion li a, .accordion li a:visited {
	color: #5f5539;
	text-decoration: none;
	font-weight: bold;
}

.accordion li a:hover {
	color: #5f5539;
	text-decoration: underline;
}

/*Content Container*/
.container {
	width:980px;
	margin-left:0;
}

.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 365px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	padding: 0px;
}
/* Handle*/
.handle{
	float: left;
	width: 50px;
	height: 365px;
	margin: 0px;
	margin-right: 0px;
}

.handleOver img{
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}

.contentIntro {	
	background:#a59a7a url(../images/BR-accordWelcome.jpg) no-repeat;
	height: 365px;
}

.contentBedrooms {	
	background:#a59a7a url(../images/BR-accordBedrooms.jpg) no-repeat;
	height: 365px;
}

.contentDining {	
	background:#a59a7a url(../images/BR-accordDining.jpg) no-repeat;
	height: 365px;
}

.contentBusiness {	
	background:#a59a7a url(../images/BR-accordBusiness.jpg) no-repeat;
	height: 365px;
}

.contentWeddings {	
	background:#a59a7a url(../images/BR-accordWeddings.jpg) no-repeat;
	height: 365px;
}

.contentEvents {	
	background:#a59a7a url(../images/BR-accordEvents.jpg) no-repeat;
	height: 365px;
}