@charset "utf-8";
/* CSS Document */

/* ----------------- General & parent frame styles ----------------- */

	* {
		padding: 0;
		margin: 0;
	}
	
	body {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1;
		letter-spacing: 1px;
		background: #2B292C;
		color: #646567;
	}
	
	img {
		border: none;	
	}
	
	#wrapper_language {
		padding-bottom:10px;
	}
	/*
	#wrapper_language {
		margin: 0px auto;
		width: 960px;
		position: relative;
	}


	#language_select {
		background-color:#19171A;
		position: absolute;
		right: 0px;
		top: 0;
		width:180px;
		height:20px;
		text-align:center;
		padding-top:5px;
	}
	*/
	
	#wrapper {
		margin: 0px auto;
		width: 960px; /* 960 - padding */
		position:absolute;
		/* top: 50%; */
		left: 50%;
		height:670px; /* 690 - padding */
		/* margin-top: -345px; */ /*set to a negative number 1/2 of your height*/
		margin-left: -480px; /*set to a negative number 1/2 of your width*/
		
		top: 40px;
		margin-top: 0px;
	}
	
	#wrapper_centre {
		background-color:#19171A;
		padding: 10px 10px 0px 10px; /* top,right,bot,left */
	}
	#wrapper_header {
		width:940px;
		height:139px; /* 140 - padding */
		border-bottom: 1px solid #646567;
	}

	
	
	
	#wrapper_content {
	/*background-color:#BFBFBF;*/ /*debug*/
		
		padding-top:10px;
		/*padding-bottom:10px;*/
		width:940px;
		height:490px; /* 500 - border-top & padding-top */
	}
	#bodyContainer {
		width: 940px;
		height: 480px;
		overflow: hidden;
		position: relative;
		/* background: transparent url(../images/_image01.jpg); */
	}
	#textContainer {
		background-color:#19171A;
		position: absolute;
		left: 0px;
		top: 0;
		/*background: transparent url(../images/transblock_white.png);*/
		width: 280px;/*300px; - padding */
		height: 340px;/*350px; - padding */
		padding: 0px 10px 10px 10px; /* top,right,bot,left */
		/*padding: 15px;*/
		z-index: 100;
	}
	#textContainer h1, #bodyContainer #extraInfo h1, h1 {
		color:#9D9EA0;
		font-size: 18px; /*20px;*/
		line-height:20px;
		padding-bottom:10px;
		font-weight: normal;
		font-family: "Times Regular", "Times New Roman", Times, serif;
	}
	#textContainer h1 > .subH1 {
		font-size: 16px;
		font-weight: normal;
		font-family: "Times Regular", "Times New Roman", Times, serif;
	}
	#bodyContainer .ad-gallery h1 {
		padding-bottom:10px;
	}
	#textContainer p {
		color:#9D9EA0;
		line-height:13px;
		padding-bottom:10px;
	}
	
	h2, .font_title {
		font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	}
	
	
	
	#footer {
	/*background-color:#BFBFBF;*/ /*debug*/
		border-top: 1px solid #646567;
		height:29px; /* 40 - border-top, padding */
		width:940px;
		font-size: 10px;
		/*color: #B6B6B6;*/
		position: relative;
		padding-top:10px;
		/*padding: 5px 0 0;*/
	}
	#wrapper_copyright {
	/*background-color:#BFBFBF;*/ /*debug*/
		padding-top:10px;
		text-align:right;
	}

/* grids within terms and conditions pages */
.terms_grid {
	margin-left: 20px;
}

.terms_grid td, .terms_grid th {
	text-align: center;
}

.terms_grid th {
	font-weight: bold;
}
	
	.grey1 {
		color:#646567;
	}
	.grey2 {
		color:#9D9EA0;
	}
	.grey3 {
		color:#BCBDBF;
	}
	
	.vsmall {
		font-size:10px;
	}
	.vsmall_1 {
		font-size:9px;
	}
	.vsmall_footer {
		font-size:9px;
		line-height:11px;
	}
	.xtra_lineheight {
		line-height:11px;
	}
	
	.size10 {
		font-size:10px;
	}
	.small {
		font-size:12px;
	}
	.medium {
		font-size:14px;
	}

	p, li {
		line-height:12px;
		color:#9D9EA0;
		/*padding-bottom:10px;*/
	}
	
	#jscrol p, #jscrol {
		font-size: 10px;
		color:#9D9EA0;
	}
	
	#form input, #form select
	{
		color: #ffffff;
		background: #646567;
		border: 1px solid #646567;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	.form_alert {
		color:#FF0000;
	}
	.form_submit {
		cursor:pointer;
		cursor:hand;
	}













#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

#footerLogo {
	position: absolute;
	right: 47px;
	top: 1px;
	background: url(../images/yellowstone_lodge_logobox.gif) no-repeat #1F3239;
	width: 250px;
	height: 80px;	
}




	#extraInfo {
			background-color:#19171A;
			position: absolute;
			left: 0px;
			top: 0;
			/*background: transparent url(../images/transblock_white.png);*/
			width: 280px;/*220px; - padding */
			height: 20px;/*30px; - padding */
			padding: 0px 10px 10px 10px; /* top,right,bot,left */
			z-index: 100;
	}
/*
#extraInfo {
	position: absolute;
	right: 47px;
	bottom: 0;
	background: transparent url(../images/transblock_white.png);
	width: 420px;
	height: 390px;	
	padding: 30px;
	z-index: 100;
}
*/

#extraInfo h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#extraInfo h1 > .subH1 {
	font-size: 12px;
	font-weight: normal;
}

#extraInfo p {
	line-height: 1.7;
}

#extraInfo_static {
	position: absolute;
	right: 47px;
	bottom: 0;
	background: transparent url(../images/transblock_white.png);
	width: 420px;
	height: 390px;	
	padding: 30px;
	z-index: 100;
}

#extraInfo_static  h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#extraInfo_static  h1 > .subH1 {
	font-size: 12px;
	font-weight: normal;
}

#extraInfo_static  p {
	line-height: 1.7;
}

#largeInfo {
	position: absolute;
	right: 0px;
	bottom: 0;
	background: transparent url(../images/transblock_white.png);
	width: 890px;
	height: 390px;	
	padding: 30px;
	z-index: 100;
}

#largeInfo h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#largeInfo h1 > .subH1 {
	font-size: 12px;
	font-weight: normal;
}

#largeInfo p {
	line-height: 1.7;
}

a, a:visited {
	color: #111;
	text-decoration: underline;
}

a:active, a:focus {
	outline: 0;
}

#menu {
	height: 4em;
	width: 80em;
	margin-bottom: 10px;
	font-size: 11px;
}
#menutop {
	position:relative;
	z-index:101;
}

#menu li
{
	display: inline;
	margin: 0 0em;
}

#menu ul {
	list-style: none;
}

#menu li a
{
	height: 4.5em;
	line-height: 4.5em;
	padding: 10px 0px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover
{
	background: url(../images/tri_icon.png) no-repeat center top;
}

#menu li a.current {
	background: url(../images/tri_icon.png) no-repeat center top;
}

#menu li span
{
	height: 4.5em;
	line-height: 4.5em;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 

a.moreLink {
	position: absolute;
	color: #666;
	cursor: pointer;
	font-size: 9px;
	text-decoration: none;
	bottom: 10px;
	right: 15px;
	font-weight: bold;
}

a.lessLink {
	position: absolute;
	color: #666;
	cursor: pointer;
	font-size: 9px;
	text-decoration: none;
	top: 15px;
	right: 15px;
	font-weight: bold;
}

a:hover.moreLink, a:hover.lessLink {
	color: #666;
}

.smallPrint {
	letter-spacing: 0;
}

table.prices * {
	padding: 6px 2px;
	font-size: 10px;
	letter-spacing: 0;
}

table.prices td {
	font-size: 9px;	
	text-align: center;
}

table.prices th {
	background: #1F3239;
	color: #FFF;
	border-right: 2px solid #000;	
	letter-spacing: 1px;
}

table.prices td.dt, td.dt_end {
	background: #999;
	color: #FFF;
	border-bottom: 1px solid #777;
	font-weight: bold;
}

table.prices td.dt_end {
	border-right: 2px solid #777;	
}

table.prices td.bk {
	background:	#CC0000;
	color: #FF0000;
}

table.prices td.opt {
	background:	#FFE8E8;
}


table.prices td.prc_end {
	border-right: 2px solid #CCC;
}

table.prices td.na {
	color: #999;	
}

table.prices td.prc, td.prc_end {
	border-bottom: 1px solid #CCC;	
}

table.prices td.inf {
	font-size: 9px;	
	text-align: left;
	color: #777;
}

table.prices td.start {
	border-left: none;	
}

.scroll {
	overflow: auto;
}

#simplegallery1{ /*CSS for sample Gallery*/
	position: relative;
	visibility: hidden;
	z-index: 1;
}
 
					
	a:link, #wrapper_copyright a:link {
		color:#646567; /*9d9ea0*/
		text-decoration: none;
	}
	a:visited, #wrapper_copyright a:visited {
		color:#646567; /*9d9ea0*/
		text-decoration: none;
	}
	a:hover, #wrapper_copyright a:link {
		color:#FFFFFF;
		text-decoration: none; /*underline*/
	}
	a:active, #wrapper_copyright a:active {
		text-decoration: none;
	}
	
	
	#wrapper_copyright a:link,
	#wrapper_copyright a:visited  {
		color:#646567;
	}
	#wrapper_copyright a:hover{
		color:#FFF;
	}
	
	
	#jscrol ul li, .body_text ul li {
		margin-left: 15px;
		color: #9D9EA0;
	}
	
	.body_text, .body_text td {
		line-height:12px;
		color:#9D9EA0;	
	}
	