@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;
}

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: 				200px;
	position:			fixed;
	top:				0px;
	left:				0px;
	float: 				left;

}
	#left-menu-logo {
	  padding-top: 38px;
	  padding-left: 20px;
	}

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

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

}



/* Left menu Navigation */

#left-menu-nav {
	width: 200px;
	margin-top: 12px;
	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_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;
			}
#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;
}



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

	#transparent-div {
		width: 792px;
	}

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

	}
	
	.alpha-bot {
		clear: both;
		width: 792px;
		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: 760px;
		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: 752px;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: #FFFFFF;
	}	
	
	.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: 760px;
		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")
	}



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


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

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


#body-content-container {
	width: 752px;
	background: url(../theme/winter/body-content-container.gif) repeat-y;
	
}

	#body-content-left {
		width: 552px;
		float:left;
	}
		
	
	#body-content-right {
		width: 190px;
		float:right;

	}
	
	#title {
		margin-bottom: 10px;
	}

	#packages {
		width: 546px;
	}
	

	
	#packages img {
		
	}

	#sub-title {
		background-color:#20422a;
		width: 485px;
		margin-top: 12px;
		padding-top: 6px;
		padding-left: 45px;
		height: 26px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 19px;
	}
	
	#content-text {
		width: 535px;
		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: 13px;
		
		padding-bottom: 15px;
		
		width: 530px;
	}
	
	#index-inthepress {
	
		margin-top: 10px;
		width: 530px;
		
	}
	
	.inthepress-magazine {
		margin-right: 10px;
		margin-top: -5px;
		float: left;
	}
	
	.intepress-title-one {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #20422a;
		font-size: 17px;
	}
	
	.intepress-title-two {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #20422a;
		font-size: 13px;
		letter-spacing: -1px;
	}
	
	.inthepress-text {
		margin-top: 5px;
		font-family: Trebuchet MS;
		color: #3b3d23;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.4em;
		font-size: 13px;
	}
	
	#video-buttons {
	
		width: 544px;
				
	}
	
	#video-buttons img {
		
	}
	
	#testimonials {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #3b3d23;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.4em;
		font-size: 13px;
		
		padding-bottom: 20px;
		border-bottom: #a5a37c 1px solid;
		margin-bottom: 15px;
	}
	
	#testimonials img {
		margin-left: 20px;
		margin-bottom: 12px;
	}
	
	/*.testm-sig {
		margin-top: 12px;
		text-align: right;
		font-style: italic;
		margin-right: 10px;
	}*/


	#content-right-buttons a {
		outline: none;
	}
		
	#content-right-buttons img {

	}


	/* Interior pages */

	
	#content-right-book {
		padding-bottom: 15px;
		border-bottom: #a5a37c 1px solid;
	}
	
	#content-right-buttons-interior {

	}
	#content-right-buttons-interior img {

	}
	
	#media_title {
		margin-bottom: 4px;
	}
	
	#main-body-title {
		width: 740px;
		height: 32px;
		padding-top: 3px;
		padding-left: 12px;
		margin-bottom: 10px;
		font-family: Georgia;
		color: #FFFFFF;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		font-size: 2.5em;
	}
	
	#interior-content {
		width: 532px;
		margin-bottom: 20px;
	}
	
	#interior-content a {
		outline: none;
	}
	
	#interior-content ul {
		padding-left: 40px;
	}
	
	#packages-content {
		width: 535px;
		margin-bottom: 10px;
	}	
	
	.interior-index {
		width: 530px;
	}
	
	#interior-content-text {
		margin-top: 20px;
		
		font-family: Trebuchet MS;
		font-size: 13px;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.4em;
	}
	
	.index-link {
		font-weight: bold;
		text-decoration: none;
	}
	
	#interior-img-float {
		float: right;
		width: 145px;
		margin-left: 0px;
	}
	
	.pad-top-15 {
		margin-top: 15px;
	}
	
	.pad-top-25 {
		margin-top: 25px;
	}

	.pad-top-2 {
		margin-top: 2px;
	}
		
	.pad-top-10 {
		margin-top: 10px;
	}
	
	.pad-bottom-10 {
		margin-bottom: 10px;
	}
	
	.pad-bottom-11 {
		margin-bottom: 11px;
	}
	
	.pad-bottom-20 {
		margin-bottom: 20px;
	}	
	
	.pad-bottom-40 {
		margin-bottom: 40px;
	}	
	
	.pad-left-1 {
		margin-left: 1px;
	}
	
	.pad-right-10 {
		margin-right: 10px;
	}
	
	.pad-right-11 {
		margin-right: 11px;
	}
	
	.pad-right-12 {
		margin-right: 12px;
	}
	
	.pad-none {
		margin:0;
		padding: 0;
	}
	
	.index-buttons-divider {
		margin-top: 1px;
		margin-bottom: 20px;
	}
	
	/* Expanding divs */
	
	.more_head {
		cursor: pointer;
	}


/* Testimonials box */

.testimonial_box {
	width: 535px;
}

	.testimonial_box_top {
		height: 6px;
		background: url("../images/testimonials/box_top.gif") no-repeat;
		line-height: 0;
		font-size: 0;
	}
	
	.testimonial_box_middle {
		background:url("../images/testimonials/box_repeat.gif") repeat-y;
		padding: 10px;
	}
	
	.testimonial_box_middle .guests_say {
		width: 515px;
		margin-bottom: 13px;
	}
	
	.testimonial_box_bottom {
		height: 6px;
		background: url("../images/testimonials/box_bottom.gif") no-repeat;
		line-height: 0;
		font-size: 0;
	}
	
.testimonial_text {
		font-family: Trebuchet MS;
		color: #3b3d23;
		text-decoration: none;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.4em;
		font-size: 13px;
}

.testimonial_text p {
	margin: 0;
}

.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: 7px;
		margin-right: 30px;
		text-align: right;
}

.package-description {
	padding-bottom: 10px;
	border-bottom: 1px solid #a6a18b;
	padding-top: 5px;
}

#body-content-left {
		font-family: Trebuchet MS;
		text-decoration: none;
		word-spacing: normal;
		letter-spacing: 0;
		line-height: 1.4em;
		font-size: 13px;
}

.package-block {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #a6a18b;
	width: 535px;
}

.pb-float-left {
	float: left;
	padding-right: 7px;
}

.pb-float-right {
	float: right;
	padding-left: 7px;
}

.pb-float-header-right {
	float: right;
	width: 404px;
	margin-bottom: 10px;
}
.pb-float-header-left {
	float: left;
	width: 404px;
	margin-bottom: 10px;
}

.package-block-nb {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
		width: 535px;
}
.clear {
	clear:both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.hide {
	display:none;
}

#copyright {
	margin-left:auto;  
	margin-right:auto;
	margin-bottom: 15px;
		width: 776px;
}

	/* Newsletter Sign-up Form */
	#newsletter {
		float:right;
		margin-top: 8px;
		margin-bottom: 8px;
		width: 776px;
		text-align:right;
	}
	
	#newsletter form {
		margin: 0;
	}
	
	#newsletter input{
		float: left;
		display: block;
	}

	#newsletter label {
		display: block;
		width: 150px;
		float: left;
		width: 400px;
		padding-top: 3px;
		text-align:right;
		font-size: 14px;
		color: #FFFFFF;
	}
	
	#newsletter_link #ea {
		width: 140px;
	}
	
	#newsletter_link #Submit {
	margin-left: 2px;
		width: 30px;
	}
	
	#newsletter_link .email_ital {
		font-style:italic;
	}
	
	.submitbtn {
	 margin-left: 5px;
	}
	
	/* Footer links/buttons hack */
	
	
	#footer_buttons {
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	background-color: #eae7bc;
	height: 90px;
	}
	
	.page_divider {
		border-bottom: #a6a18b 1px solid; 
		width: 535px;
		height: 0;
		line-height: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	
	.gallery_l_col {
	float: left;
	width: 265px;
	text-align: center;
	}
	
	.gallery_r_col {
		float: right;
		width: 265px;
		text-align: center;
	}
	
	
/* verticle centering hack */

.area_box {
	width: 530px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table; 
	overflow: hidden;
	height: 150px;
}

	.area_box .left {
		float: left;
		width: 265px;
		position: relative;
		height: 150px;
		text-align: center;
		
	}
	
		.area_box .l1 {
			display: table-cell;
			vertical-align: middle;
			height: 150px;
					background-color: #996600;
		}
		
	.area_box .right {
		float: right;
		width: 265px;
		height: 150px;
	}
	
	.med {font-size: 16px;}
	
	h2 {
		font-size: large;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}


.tn_photo {
	text-align:center;
	float: left;
	margin: 13px;
	width: 150px;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

