@charset "utf-8";
/* CSS Document */

body {

	padding: 		0;
	margin: 		0;
	font-size: 13px;
	font-size: 1em;
}

html { font: 10px/1.4 'Lucida Grande', Verdana, sans-serif; color: #444;}

/*
#preload {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	position: absolute;
	z-index: 999;
}
*/
img {
	border: 0;
	margin: 0;
}

img.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
		color: #3b3d23;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #FFFFFF;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}


#page-wrapper {

	width:				1000px;
	overflow:			hidden;
	padding-bottom:		10px;
	
}

#left-menu-wrapper {
	width: 				205px;
	position:			fixed;
	top:				0px;
	left:				0px;
	float: 				left;

}
	#left-menu-logo {
	  padding-top: 30px;
	  padding-left: 0px;
	}

	#left-menu-content {
	  width: 200px;
	}

#main-float {
	position:			relative;
	width:				786px;
	padding-top:		30px;
	margin-left:		205px;
	

}



/* Left menu Navigation */

#left-menu-nav {
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
}

	#left-menu-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#left-menu-nav li {
		display: inline;
		margin: 0;
	
	}
	
	#left-menu-nav ul a:hover{
		color: #CC0000;
	}
	
	#left-menu-nav ul a{

		display: block;
		margin-left: 0px;
		color: #FFFFFF;
		
		text-indent: -999em;

	}
	
	#left-menu-nav .default-menu {
		margin-bottom: 15px;
	}
	
	#left-menu-nav ul ul a{
		padding-left: 10px;
		font-size: 13px;
		text-transform: none;
		text-indent: -999em;

		
	}
	
	#left-menu-nav ul a#SelectNav {
		color: #323232;
	}

	.nav_lens {

		margin-bottom: 8px;
		width: 175px;
	}
	
		.nav_lens a {
			width: 175px;
			height: 32px;
		}
	
	.nav_lens_custom {

		margin-bottom: 8px;
		width: 175px;
	}
	
		.nav_lens_custom a {
			width: 175px;
			height: 32px;
		}
	

	.nav_lens_top {
		width: 175px;
	}
	
		.nav_lens_top a {
			width: 175px;
			height: 32px;
		}
	

	
		.nav_sub_lens {
			margin-left: 48px;
			width: 153px;
			height: 22px;
		}
	
			.nav_sub_lens a {
				width: 143px;
				height: 22px;
			}
			

		.nav_sub_lens_custom {
			margin-left: 48px;
			width: 153px;
			height: 22px;
		}
	
			.nav_sub_lens_custom a {
				width: 143px;
				height: 22px;
			}			
		
			
#left-menu-nav .top-sub-menu {
	margin-bottom: 4px;
}

#left-menu-nav .bottom-sub-menu {
	margin-bottom: 4px;
}




/* Main header frame */

#main-header-frame {
	width: 786px;

}

/* 



Notes to change the header frame width:

main-header-frame is the containter, this
can be set to the total combined width of 
all objects in the container: 786px

Transparent div is another container, I
forget what that is.. but whatever: 786px

The actual content width is set at: 746px

Corner pieces are square! 8px width/height frame, 8px width/height drop shadow
left/right frame: 16px (includes 8px of frame, 8 px of drop shadow)

Top of frame

+---+----------------------------------+---+
^ Top ^

Top/bottom has no inner margin
Left margin (16px) + Inner width + right margin (16px) = 786px
In this case, innner width is equal to 754px (786-16-16)

Replace value in:

alpha-top-center
alpha-bot-center

Middle frame

+---+-+------------------------------+-+---+
^ Frame ^

The whole frame consists of the following:
| 16px | 4px margin |    746px (content)    | 4px margin | 16px |
Total: 786px

Content box size is actually: 746px

In the very middle, al_mid_bg.png sets 
the width. The file must be resized to spec. (Current 786px)

alpha-top-center
alpha-bot-center


16px: 
.alpha-top-left
.alpha-top-right
.alpha-bottom-left
.alpha-bottom-right

4px:
.alpha-mid-center

746px:
.alpha-mid-center

The frame containers must be set to the complete width

786px: 
.transparent-div
.alpha-top
.alpha-mid
.alpha-bot
#main-float

*/

/*
================================
Start Alpha drop shadow 
================================
*/

	#transparent-div {
		width: 786px;
	}

	.alpha-top {
		width: 786px;
		height: 16px;
	}
	
	.alpha-mid {
		float: left;
		width: 786px;
		background: url("../images/default/alphaframe/al_mid_bg.png") repeat-y;
	}
	
	.alpha-bot {
		clear: both;
		width: 786px;
		height: 16px;
	}
	
	


	.alpha-top-left {
		float:left;
		width: 16px;
		height: 16px;
		background-image: url("../images/default/alphaframe/al_top_l.png");
	}
	
	.alpha-top-center {
		float:left;
		width: 754px;
		height: 16px;
		background: url("../images/default/alphaframe/al_top_m.png") repeat-x;
		line-height: 0;
	}
	
	.alpha-top-right {
		float:left;
		width: 16px;
		height: 16px;
		background-image: url("../images/default/alphaframe/al_top_r.png");
	}
	
	
	.alpha-mid-center {
		float:left;
		width: 746px;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 4px;
		padding-bottom: 4px;
		/*
		Debug
		background-color: #FFFFFF;
		background-color:#00FF00;*/
	}	
	
	.alpha-mid-center-inner {
		/* position: relative; */
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	
	
	
	.alpha-bot-left {
		float:left;
		width: 16px;
		height: 16px;
		background-image: url("../images/default/alphaframe/al_bot_l.png")
	}
	
	.alpha-bot-center {
		float:left;
		width: 754px;
		height: 16px;
		background: url("../images/default/alphaframe/al_bot_m.png") repeat-x;
	}
	
	.alpha-bot-right {
		float:left;
		width: 16px;
		height: 16px;
		background-image: url("../images/default/alphaframe/al_bot_r.png")
	}



/* Custom design frame - index page */
.alpha-top-left-custom {
	float:left;
	width: 16px;
	height: 17px;
	background-image: url("../images/default/alphaframe_custom/custom_al_top_l.png");
}

.alpha-top-right-custom {
	float:left;
	width: 16px;
	height: 17px;
	background-image: url("../images/default/alphaframe_custom/custom_al_top_r.png");
}

.alpha-top-center-custom {
	float:left;
	width: 754px;
	height: 17px;
	background: url("../images/default/alphaframe_custom/custom_al_top_m.png");
}



.alpha-mid-custom {
	float: left;
	width: 786px;
	background: url("../images/default/alphaframe_custom/custom_al_mid_bg.png") repeat-y;
}

.alpha-mid-center-custom {
	float:left;
	width: 770px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline; /* Silly IE hack */

}

.alpha-mid-custom-bg {
	width: 786px;
	float:left;
	background: url("../images/default/alphaframe_custom/custom_al_top_m_fade.png") top left no-repeat;
}


.alpha-bot-left-custom {
	float:left;
	width: 16px;
	height: 16px;
	background-image: url("../images/default/alphaframe_custom/custom_al_bot_l.png");
}

.alpha-bot-center-custom {
	float:left;
	width: 754px;
	height: 16px;
	background: url("../images/default/alphaframe_custom/custom_al_bot_m.png");
}

.alpha-bot-right-custom {
	float:left;
	width: 16px;
	height: 16px;
	background-image: url("../images/default/alphaframe_custom/custom_al_bot_r.png");
}


/* Custom design frame - interior pages */

.alpha-top-left-custom-int {
	float:left;
	width: 16px;
	height: 16px;
	background-image: url("../images/default/alphaframe/al_top_l.png");
}

.alpha-top-right-custom-int {
	float:left;
	width: 16px;
	height: 16px;
	background-image: url("../images/default/alphaframe/al_top_r.png");
}

.alpha-top-center-custom-int {
	float:left;
	width: 754px;
	height: 16px;
	background: url("../images/default/alphaframe/al_top_m.png");
}



.alpha-mid-custom-int {
	float: left;
	width: 786px;
	background: url("../images/default/alphaframe_custom/custom_al_mid_bg.png") repeat-y;
}

.alpha-mid-center-custom-int {
	float:left;
	width: 770px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline; /* Silly IE hack */

}

.alpha-mid-custom-bg-int {
	width: 786px;
	float:left;
	background: url("../images/default/alphaframe_custom/custom_al_top_m_fade.png") top left no-repeat;
}


.alpha-bot-left-custom-int {
	float:left;
	width: 16px;
	height: 16px;
	background-image: url("../images/default/alphaframe_custom/custom_al_bot_l.png");
}

.alpha-bot-center-custom-int {
	float:left;
	width: 754px;
	height: 16px;
	background: url("../images/default/alphaframe_custom/custom_al_bot_m.png");
}

.alpha-bot-right-custom-int {
	float:left;
	width: 16px;
	height: 16px;
	background-image: url("../images/default/alphaframe_custom/custom_al_bot_r.png");
}




/*
================================
End Alpha drop shadow 
================================
*/


#temp-main-body-head {
	background-color:#e6e6e5;
	width: 746px;
	padding: 17px;
}

#temp-main-body-content {
	background-color:#e6e6e5;
	width: 746px;
	padding: 17px;
	margin-top: 15px;
}


/* Custom body content area - index page */

#language_box {
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
}

#body-content-container-custom {
	width: 770px;
	display: inline; /* Silly IE hack */
}

	#body-content-left-custom {
		width: 545px;
		float:left;
		margin-left: 12px;
		display: inline; /* Silly IE hack */
	}

	#body-content-right-custom {
		width: 213px;
		float:right;
		padding-bottom: 14px;
		display: inline; /* Silly IE hack */
	}
	
	#interior-content-custom {
		width: 534px;
		margin-left: 12px;
		margin-right: 11px;
		margin-top: 0px;
		display: inline; /* Silly IE hack */
	}
	
	
#right-menu-newsletter 
{
	margin-top: 8px;
}
	#right-menu-newsletter form {
		margin:0px;
	}
	
		#right-menu-newsletter #go_button {
			margin-top: 0px;
		}
		
	#newsl_email {
		float: left;
		margin-left: 20px;
		display: inline; /* Silly IE hack */
	}
	#newsl_submit {
		float: left;
		margin-left: 3px;
		display: inline; /* Silly IE hack */
	}
	
#index-header-text {
	margin-left: 7px;
	margin-top: 8px;
	margin-bottom: 4px;
	line-height: 0;
}

#index-header-buttons {
	height: 125px;
	margin-bottom: 14px;
}	

	#index-header-buttons img {
		float: left;
	}
	
		.index_b1 {
		}
		
		.index_b2 {
			margin-left: 11px;
		}
		
		.index_b3 {
			margin-left: 11px;
		}
		
		.index_b4 {
			margin-left: 11px;
		}
#index-header-title {
	line-height: 0;
	margin-bottom: 15px;
}


#index-text {
	margin-top: 15px;
	font-family: Trebuchet MS;
	color: #3b3d23;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 12px;
	width: 530px;
}

#read_more {
	font-family: Trebuchet MS;
	color: #3b3d23;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 12px;
}	

/* END Custom body content area - index page */

/* Custom body content area - interior page */


#body-content-container-custom-int {
	width: 770px;
	display: inline; /* Silly IE hack */
}

	#body-content-left-custom-int {
		width: 545px;
		float:left;
		margin-left: 12px;
		display: inline; /* Silly IE hack */
	}

	#body-content-right-custom-int {
		width: 213px;
		float:right;
		padding-bottom: 14px;
		display: inline; /* Silly IE hack */
	}
	
	#interior-content-header-int{
		width: 770px;
		height: 50px;
		background-color: #FFFFFF;
		float: left;
	}
		#interior-content-title-int{
			width: 746px;
			height: 35px;
			margin-top: 4px;
			margin-bottom: 11px;
			padding-left: 12px;
			padding-right: 12px;
			float: left;
		}
		
		#interior-content-title-int-text{
			width: 734px;
			height: 35px;
			margin-top: 4px;
			margin-bottom: 11px;
			margin-left: 12px;
			margin-right: 12px;
			float: left;
			
			padding-top: 3px;
			padding-left: 12px;
			font-family: Georgia;
			text-decoration: none;
			word-spacing: normal;
			text-align: left;
			letter-spacing: 0;
			line-height: 1.2em;
			font-size: 2.5em;
			color: #FFFFFF;
		}		
	
	#interior-content-custom-int {
		width: 534px;
		margin-left: 12px;
		margin-right: 11px;
		margin-top: 0px;
		display: inline; /* Silly IE hack */
	}
	
	
#right-menu-newsletter 
{
	margin-top: 8px;
}
	#right-menu-newsletter form {
		margin:0px;
	}
	
		#right-menu-newsletter #go_button {
			margin-top: 0px;
		}
		
	#newsl_email {
		float: left;
		margin-left: 20px;
		display: inline; /* Silly IE hack */
	}
	#newsl_submit {
		float: left;
		margin-left: 3px;
		display: inline; /* Silly IE hack */
	}
	
#interior-text {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3d23;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 14px;
	width: 530px;
}
	#interior-text-smaller {
		margin-top: 15px;
		font-family: Arial, Helvetica, sans-serif;
		color: #3b3d23;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.4em;
		font-size: 12px;
		width: 530px;
	}
		.interior-image-amenities-img {
			margin-top: 10px;
		}
		.interior-image-amenities-p {
			margin-top: 10px;
			margin-bottom: 30px;
		}

	#interior-text p {
		margin-top: 10px;
	}

.interior-buttons-divider {
	margin-top: 1px;
	margin-bottom: 20px;
}

#interior-gallery {
	width: 533px;
}
	#interior-gallery img {
		margin-bottom: 11px;
	}
	#interior-gallery .center {
		margin-left: 11px;
		margin-right: 11px;
	}

/* END Custom body content area - interior page */


/* Interior pages styles */

#content-text {
	margin-top: 8px;
}


	#interior-img-single {
		float: left;
		width: 533px;
		margin-left: 0px;
	}

	#interior-img-float {
		float: right;
		width: 145px;
		margin-left: 0px;
		margin-right: 12px;
		display: inline; /* Silly IE hack */
	}
	
	#interior-img-large-float {
		float: left;
		width: 145px;
		margin-left: 0px;
	}
	

/* All pages */

/* Testimonials box */

#testimonial-box {
	width: 510px;
	height: 87px;
	margin-top: 17px;	
	padding: 30px 12px 0px 12px;
	background: url(../images/testimonials/background.jpg) no-repeat;
}


.testm-sig {
		font-family: Trebuchet MS;
		color: #3b3d23;
		text-decoration: none;
		word-spacing: normal;
		letter-spacing: 0;
		line-height: 1.4em;
		font-size: 13px;
		font-style:italic;
		margin-top: 0px;
		margin-right: 5px;
		text-align: right;
		float: right;
}

/* Other styles */	

	.index-link {
		font-weight: bold;
		text-decoration: none;
	}
	
	.index-buttons-divider {
		margin-top: 1px;
		margin-bottom: 20px;
	}
	
	/* Expanding divs */
	
	.more_head {
		cursor: pointer;
	}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

	.pad-top-10 {
		margin-top: 10px;
	}
