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

/**************************************************** Main Layout*/
html, body {
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
}
#backdiv{
	height: 100%;
	width:100%;
	/*background-color: #FAF4EB;*/	/*background-color: #5E4B40;*/
}
#maindiv {
	width: 953px; /*960*/
	margin-left: auto;
	margin-right: auto;
	padding-top:30px;
}
.left{
	width:355px;
}
.right{
	width:580px;
}
.center{
	/*width:7px;
	height:733px;
	background-image: url(../graphics/s.gif);
	background-repeat: repeat-y;*/
	display:none;
}
.floater{
	float:left;
}
.topLeft{
	background-color: #5F5C53;
	height:350px;
}
.menuLeft{
	background-color: #1D4178;
	height:22px;
}
.bottomLeft{
	height:363px;
	background-color: #234F8E;
}
.topRight{
	height:350px;
	background-color: #474747;
}
.menuRight{
	background-color: #67635A;
	height:22px;
}
.bottomRight{
	height:363px;
	background-color: #F1F0EE;
}
/**************************************************** Main Menu*/
.menuLeft a:link, .menuLeft a:visited{
	display:block;
	margin-top:4px;
	float:right;
	text-decoration: none;
	margin-right:30px;
	margin-left:19px;
	color: #97B7E6;
}
.menuRight a:link, .menuRight a:visited{
	display:block;
	margin-top:4px;
	float:left;
	text-decoration: none;
	margin-right:30px;
	margin-left:30px;
	color: #ACACA4;
}
a.brown:hover{
	color: #FFF;
}
a.green:hover{
	color: #7F7;
}
a.orange:hover{
	color: #F90;
}
a.pink:hover{
	color: #FF79FF;
}
a.blue:hover{
	color: #E4DFDA;
}
a.violet:hover{
	color: #740EFE;
}
a.green-2:hover{
	color: #070;
}
a.pink-2:hover{
	color: #9B009B;
}


a.activated-brown:link {
	color: #FFF;
}
a.activated-green:link {
	color: #7F7;
}
a.activated-orange:link {
	color: #F90;
}
a.activated-pink:link {
	color: #FF79FF;
}
a.activated-blue:link {
	color: #E4DFDA;
}
a.activated-violet:link {
	color: #740EFE;
}
a.activated-green-2:link {
	color: #070;
}
a.activated-pink-2:link {
	color: #9B009B;
}


/**************************************************** Logo*/
.logo{
	float:left;
	width:100%;
	text-align:center;
	margin-top:198px;
}
.logo img{
	border:0;
}
/**************************************************** Contents */
body{
	color: #67635A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bottomLeftContent{
	height:255px;
	color: #6694D9;
	text-align: right;
	padding-top:27px;/*60*/
	padding-right:40px;
}
.bottomLeftContent a:link, .bottomLeftContent a:visited{
	color: #6694D9;
}
.bottomLeftContent a:hover{
	color: #BED1EF;
}
.bottomLeftContent h1{
	color: #6694D9;
}
.bottomLeftCredits{
	color: #6694D9;
	font-size: 10px;
	text-align:right;
	padding-right:5px;
	margin-top:25px;
}
.bottomLeftCreditsHome{
	color: #6694D9;
	font-size: 10px;
	text-align:right;
	padding-right:5px;
	margin-top:65px;
}
.trip-advisor-winner{
	text-align:center;
	text-align:right;
	padding-right:40px;
}

/*.bottomLeftContent .moreVisible a:link, .bottomLeftContent .moreVisible a:visited{
	color: #B0C8EC;
}
.bottomLeftContent .moreVisible a:hover{
	color: #FFF;
}*/

.column1{
	margin-top:20px;
	width:250px;
	height:243px;
	float:left;
	background-image: url(../graphics/s2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding:30px;
}
.column2{
	margin-top:20px;
	width:210px;
	float:left;
	padding:30px;
}
.column0{
	width:517px;
	padding:30px;
}
.columnR{
	width:517px;
	padding:30px;
	padding-top:20px;
}


/*Within content columns*/
.column{
	float:left;
	width:260px;
}
.fullWidth{
	float:left;
	width:100%;
}


h1{
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	color: #67635A;
}
h2{
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
	color: #67635A;
	margin-bottom:16px;
}



.brown{
	color: #854703;
}
.green{
	color: #090;
}
.red{
	color: #F00;
}
.pink{
	color: #F0F;
}
.blue{
	color: #2C5FAB;
}
.violet{
	color: #9547FE;
}
.orange{
	color: #F88C16;	
}
.bold{
	font-weight: bold;	
}
a:link, a:visited{
	color: #67635A;
	text-decoration:none;
}
a:hover{
	color: #21201D;
}
.embeddedPhotos{
	float:left;
	margin-right:25px;
	margin-top:3px;
	border-color: #B5A487;
	border-width: 6px;
	border-style: solid;
}


.lightText{
	color: #A29D95;
}

img{
	border-style: none;	
}

/*----------- Lists -------------*/

ul{
	list-style-type: square;
	/*margin: 0px;*/
	padding-left: 13px;
	color: #1D4178;
}
ul.light{
	list-style-type: square;
	/*margin: 0px;*/
	padding-left: 13px;
	color: #9C978D;
}
li{
	/*color: #666;*/
}
.listGreyText{
	color: #666;
}



/*----- Tables -------*/
.regularCell{
	text-align: center;
	background-color: #DDD3C0;
	color: #67635A;
}
.theTable{
	width:100%;
}
.mainTable{
	
	padding:5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.subTable{
	padding:3px;
	background-color: #DDD3C0;
	text-align: center;
	color: #67635A;
}
.leftCell{
	padding:3px;
	background-color: #B5A487;
	color: #FFF;
	text-align: right;
}

#map_canvas{
	float:left;
	width:100%;
	height:363px;
}
.subWrapperSized #map_canvas{
	float:left;
	width:100%;
	height:341px;
}

/**************************************************** Slider */

.columnSlider{
	width:580px;
}


.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 580px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 341px;
	clear: both;
	
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 580px; /* Also specified in  .stripViewer  above */
	/*text-align: justify;*/
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
	
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display:none;
}
.stripNavL, .stripNavR {
	display:none;
}
.cross-link{
	
}
.next-button{
	width:530px;
	margin-top:8px;
	text-align:right;
	
}

.subWrapperSized{
	width:520px;
	height:280px;
	overflow:hidden;
}

.subWrapperSized-large{
	width:520px;
	height:320px;
	overflow:hidden;
}

.subWrapperSized-2{
	width:520px;
	height:280px;
	overflow:hidden;
	padding:30px;
	padding-top:25px;
}

.subWrapperSized-long{
	width:100%;
	height:330px;
	overflow:hidden;
}

/*sub menu*/
.subMenu{
	float:left;
	width:100%;
	height:22px;
	background-color: #B5A487;
}
.subMenu a:link, .subMenu a:visited{
	display:block;
	margin-top:4px;
	float:left;
	text-decoration: none;
	margin-right:30px;
	margin-left:25px;
	color: #FFF;
}
.subMenu a:hover{
	color: #67635A;
}

.subMenuTiny{
	float:left;
	width:100%;
	height:22px;
	background-color: #B5A487;
}
.subMenuTiny a:link, .subMenuTiny a:visited{
	display:block;
	margin-top:4px;
	float:left;
	text-decoration: none;
	margin-right:10px;
	margin-left:13px;
	color: #FFF;
}
.subMenuTiny a:hover{
	color: #67635A;
}
/**************************************************** */