@import url('basic.css');

/* STYLE */

body { background-color: #f8efe0; }

p.style2 {
	padding-top: 6px;
}

/* MAIN */

.pageWrapper {
	width: 800px;
	margin: 0 auto 0 auto; /* T R B L*/
	background: url('../images/pageWrapper.jpg') transparent top left no-repeat;
}

.page {
	width: 687px;
	text-align: left;	
	margin: 0 auto 0 auto;
}

/* HEADER */

.header {
	width: 687px;
	height: 107px;
	margin: 0 0 0 1px;
	padding: 0;
	background: url('../images/header.gif') transparent top left no-repeat;	
}

.address {
	padding: 20px 20px 0 0;
	text-align: right;
	font-size: 10px;
	color: #82663f;
}

.title {
	text-align: right;
	padding: 6px 20px 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #003876;
}

.title2 {
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 24px;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	color: #003876;
}

/* MENU */

.topMenu ul, li {
	padding: 0;
}

.topMenu {
	width: 687px;
	height: 39px;
	margin: 0 0 0 1px;
	padding: 3px 0 0 0;
	background: url('../images/topMenu.gif') transparent top left no-repeat;
	color: #82663f;
	font-size: 11px;
	text-align: center;
	line-height: 1.5em;
}

.topMenu ul { list-style: none; }	

.topMenu li { 
	display: inline;
	padding-right: 8px;
	background: url(../images/menuDivider.gif) transparent right center no-repeat;
	font-family: Lucida Sans;
}

.topMenu ul li.last { 
	display: inline;
	background: none;
}

.topMenu ul li a.selected {
	background: #dfcaad;
	color: #82663f;
}


.topMenu a {
	text-decoration: none;
	color: #82663f;
    padding: 1px 2px 1px 2px;
}

.topMenu a:hover {
	background: #dfcaad;
	color: #82663f;
}

/* LISTS */

ul.brown li {
	color: #81592a;
}

ul.brownspace li {
	color: #81592a;
	padding-top: 12px;
	padding-left: 0px;
}

ul.space li {
	padding-top: 12px;
}

/* CONTENT */

.mainFlashWindow {
	margin: 10px auto 0 auto;
	width: 650px;
	height: 283px;
}

.fullColumn {
	margin: 15px auto 15px auto;
	width: auto;
	overflow: auto;
	padding-bottom: 20px;
}


.dblColumn {
	margin: 15px auto 15px auto;
	width: auto;
	overflow: auto;
	padding-bottom: 20px;
}

.halfColumn {
	width: 300px;
	padding: 15px 20px;
	float: left;
}

.specialBadge {
	margin: 0 20px 0 auto;
	width: 203px;
/*	background: url('../images/special.gif') transparent top left no-repeat; */
	border: 1px solid #81592a;
	background-color: b18755;
	padding: 6px;
	float: right;
	overflow: auto;
}

.specialBadge h1 {
	background-color: #c8a668;
	color: #81592a;
	text-align: left;
	padding: 5px 15px;
	font-size: 16px;
}

.specialCopy {
	padding: 10px 15px;
	color: #81592a;
	font-size: 12px;
}

.specialPicture {
	padding: 10px 0px;
}

.specialCopy p {
	color: #81592a;
}

.specialCopy h2 {
	font-size: 12px;
	font-weight: bold;
	color: #c8a668;
	padding: 0;
	padding-bottom: 6px;
}

.leftContent, .content {
	width: 400px;
	height: 112px;
	margin: 18px;
	margin-top: 0;
}

.content {
	width: 650px;
	overflow: auto;
	height: auto;
}

#contentHome {
	padding-top: 135px;
}

#welcomeContent {
	background: url('../images/bd_welcome.gif') transparent top left no-repeat;
}

#accomodationsContent {
	background: url('../images/bd_accomodations.gif') transparent top left no-repeat;
}

#attractionsContent {
	background: url('../images/bd_attractions.gif') transparent top left no-repeat;
	margin-bottom: 0;
	border-bottom: 1px dotted #c8a668;
}

#attractionsContent .contentCopy {
	padding: 0;
	width: 340px;
	float: right;
}

#attractionsContent p {
	font-size: 15px;
}

.attractionsList h2 {
	padding-bottom: 20px;
}

.attractionsList li {
	padding-bottom: 6px;
}

#photoContent {
	background: url('../images/bd_photo.gif') transparent top left no-repeat;
}

#packagesContent {
	background: url('../images/bd_packages.gif') transparent top left no-repeat;
}

.package {
	overflow: auto;
	padding-bottom: 30px;
}

.package .details {
	float: left;
	width: 400px;
}

.package .photo {
	float: right;
}

#priorityContent {
	background: url('../images/bd_priority.gif') transparent top left no-repeat;
}

#priorityClub {
	border: none;
}

#priorityClub p {
	text-align: center;
}

#contactContent {
	background: url('../images/bd_contact.gif') transparent top left no-repeat;
}

.contentCopy {
	margin: 0 0 0 8px;
	padding-top: 120px;
	color: #003876;
	font-size: 13px;
	line-height: 1.5;
	float: left;
}

/* GALLERY */

.gallery {
	margin: 18px;
	overflow: auto;
	border-bottom: 1px dotted #82663f;
}

.gallery_item {
	float: left;
	padding: 0 24px 24px 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* FOOTER */

.footer { 

}

/* FLASH VIDEO */

.flashVideo {

}