body{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	background-color: #FFFFFF;
	font-family: Arial;
	text-align: left;
	color: #000000;
}



#container td {
	text-align:left;
}

#container{
	width:950px;
	margin: 0 auto 0 auto;
	padding:0;
	background-color:#FFFFFF;
	text-align:left;
}

#title h2{
	color:#00CCFF;
	font-size:11pt;
}

#header{

}

#sub_header{

}

#content{
	background-color:#FFFFFF;
	width:913px;
}

#footer{

}

.right{
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
}

img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* NAV - top horizontal navigation bar dropdowns */
	#nav, #nav ul {padding: 0;margin: 0;list-style: none;background-color:#2b2b2b;}
	#nav {font-weight:bold;height:0px;font: bold 100% arial;margin: 0;background:none;padding-left:0;}
	#nav li {position:relative;float: left;display:block;margin: 0;}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {text-decoration:none;cursor:pointer;color:#fff;display: block;}
	#nav a:hover {color:#000}

	#nav li ul {border-left: 1px solid #999;border-right: 1px solid #999;background: #f6f6f6;width:20.8em;font-size:100%;position: absolute;font-weight:normal;left: -999em}
	#nav li:hover ul, #nav li.sfhover ul {left: 0;z-index:99999}
	
	#nav li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
	#nav li li.last {border-bottom:none}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#000;padding: 3px 10px 2px;width:19em}
	#nav li li a:hover {color:#fff;background:#eb504e}
	
	#nav li.active {background: #eb504e;}
	#nav li.active ul {border-left: 1px solid #870000;border-right: 1px solid #870000;background: #eb504e}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {}
	#nav li.active a:hover {color:#000}
	
	#nav li.active li {border:none;border-top: 1px solid #c15c5c;border-bottom: 1px solid #870000}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#fff}
	#nav li.active li a:hover {background: #fff;color:#000}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color:#000;font-weight:bold;background: #fff}

	/* hide from IE mac \*/
	#nav li {width:180px;}
	/* end hiding from IE5 mac */


/* BRAD: */

/* BUTTONS */


.spacer{
	background-image:url(/images/general_layout/spacer_black_grey.jpg);
	border-top: 1px solid #2b2b2b;
	height:2px;
	font-size:1px;
	clear:both;
}


/* LOGIN BAR */

#loginBar{
	height: 28px;
	width:913px;
	background-color: #2b2b2b;
	text-align: left;
}

#loginBar .left{
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-top: 1px;
}

#loginBar .right{
	float: right;
	width: 200px;
	padding-top: 6px;
	vertical-align: middle;
	text-align:right;
	padding-right:10px;
}


/* Logo Bar (blue bar with logos) */

#logoBarContainer{
	width:913px;
	background-image: url(/images/general_layout/top_bar_background.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height:84px;
}

#logoBarContainer img{
	padding:5px 5px 0 5px;
}


/* MAIN INFORMATION LINKS */

/* sifr and rollover*/

	tr.linksContainer td{
		background-color:#FFFFFF;
		text-align: left;
		background-color: #397DBC;
		color: #FFFFFF;
	}
	tr.linksContainerOver{
		background-color:#EC4F4F;
		cursor:pointer;
	}
	tr.linksContainerOn{
		background-color:#b22828;
		cursor:pointer;
		color:#FFFFFF;
	}

#mainInfoContainer{
	color: #000000;
	background-color: #ffffff;
	width: 913px;
}

.mainInfoLinks{
	float: left;
	width: 270px;
	text-align: left;
}


.linkDescriptionImage{
	text-align:center;
	width:107px;
	padding:5px;
}

.linkDescription{
	width: 270px;
	vertical-align: top;
	text-align: left;
	padding-bottom:10px;
}

.linkDescription h1{
	
	font-size: 15px;
	height:33px;
	color: #2b2b2b;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.linkDescription a:hover h1{
	color: #00FF00;
}


.linkDescription p{
	
	font-size: 11px;
	color: #2b2b2b;
	font-weight:normal;
	margin: 0;
	padding-right: 10px;
}

	
	
/* MAIN INFORMATION */

#information{
	float:left;
	text-align: left;
	width: 670px;
	overflow:auto;
}


#informationBar{
	background-color: #2b2b2b;
	text-align: left;
	height: 28px;
	padding-left: 10px;
	padding-top: 1px;
}

.infoText{
	
	font-size: 16px;
	color: #ec4f4f;
	font-weight: bold;
	padding-left: 3px;
	position:relative;
	top:-4px;
}


.mainContent{

}


/* FOOTER */

.footer{
	height: 28px;
	background-color: #394af1;
	text-align: left;
}

.footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.footer p{
	color: #ffffff;
	
	font-size: 11px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

.footer h1{
	color: #ffffff;
	
	font-size: 7px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

.bottomBlue{
	width: 100%;
	height: 51px;
	background-image: url(/images/general_layout/bottom_bar_background2.jpg);
	background-repeat:repeat-x;
}










/* MAIN CONTENT */

/* 
	width: 442px;
	height: 303px;
*/
.mainContentLeft{
	float:left;
	background-image: url(/images/general_layout/mainContent_left.jpg);
	background-repeat:no-repeat;
	width: 442px;
	height: 250px;
}


.mainContentRight{
	float:left;
	background-image: url(/images/general_layout/mainContent_right.jpg);
	background-repeat: repeat-x;
	height: 250px;
	text-align: left;
}

.bookingEngine{
	padding-top: 28px;
	padding-left: 135px;
	text-align: left;
}

.bookingEngine select, .bookingEngine td, .bookingEngine input{
	font-size:9px;
}

.destinationBookingEngine{
	padding-top: 28px;
	padding-left: 390px;
	text-align: left;
}

.destinationBookingEngine select, .destinationBookingEngine td, .destinationBookingEngine input{
	font-size:9px;
}

.dropdown{
	padding-bottom: 6px;
	padding-top: 1px;
}

.dropdownText{
	font-size: 11px;
	color: #2b2b2b;
	font-weight:normal;
	border: 0px;
	margin: 0;
}


.video{
	float:left;
	padding-top: 23px;
	padding-left: 135px;
	text-align: left;
}





/* DESTINATION */

.destinationLeft{
	float:left;
	background-image: url(/images/general_layout/cancun_left2.jpg);
	background-repeat:no-repeat;
	height: 244px;
	width: 689px;
	text-align: left;
}

.destinationLeft .booking{
	padding-top: 104px;
	padding-left: 500px;
	text-align: left;
}

.destinationRight{
	float:left;
	background-color: #005BAA;	
	height: 244px;
	width: 224px;
	text-align: left;
}

.destinationRight .subPage{
	padding-top: 9px;
	padding-left: 3px;
	text-align: left;
}

.subPage .blackBar{
	float: left;
	background-color: #2b2b2b;
	text-align: left;
	height: 15px;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
}

/* GENERAL PAGE */

.generalContent{
	background-color: #ffffff;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	width: 913px;
	color: #2b2b2b;
}

#jobsContainer{
	text-align:left;
	padding:5px;
}

#jobsContainer h4.toggleUp{
	/* backgroundImage */
	background-image:url(/images/general_layout/toggle_up.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px;
	padding-left:20px;
	cursor:pointer;
}

#jobsContainer h4.toggleDown{
	/* backgroundImage */
	background-image:url(/images/general_layout/toggle_down.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px;
	padding-left:20px;
	cursor:pointer;
}

#jobsContainer p{
	margin-bottom:10px;
}


/*
 scroll bar
*/
div.marqueeView{
	position:relative;
	color:red;
	width:493px;
	vertical-align: middle;
	overflow:hidden;
	top:6px;
	height:28px;
}
span.marquee{
	white-space:nowrap;
	overflow:hidden;
	position:absolute;
	left:0px;
}

/*

     Menu bar on left hand side

*/

#linksContainerMenu{
	background-color:#68676c;
	width:430px;
}
#linksContainerMenuFiller{
	margin:2px;
	background-image:url('http://beta.ststravel.com/images/mainContentMenuFiller.gif');
	background-repeat:repeat-x;
	width:426px;
}
a.linksContainerMenu{
	border-style:solid;
	border-width:5px;
	border-color:#ffffff;
	background-position: 0% 50%;
	background-repeat:no-repeat;
	display:block;
	width: 416px;
	height:88px;
	overflow:hidden;
	text-decoration:none;
	color:#000000;
	
}
a.linksContainerMenu:hover{
	border-color:#397dbc;
	text-decoration:none;
}
div.linksContainerMenu{
	padding-left:128px;
	width:290px;
	height:88px;
	overflow:hidden;
}
div.linksContainerMenu h1{
	
	color:#043961;
	font-size:17px;
	margin-top:0px;
	margin-bottom:2px;
}
div.linksContainerMenu span.text{
	
	font-size:10px;
}


.left_column{
	width: 288px;
	float: left;
	margin-left: 2px;
	margin-top: 0px;
}
.right_column {
	background-color:#FFFFFF;
	border-right:0 none;
	float:left;
	width:713px;
/*	margin-left: 10px;*/
	text-align:left;
	
}

.main_content{
	width: 695px;
}

/* New Styles for 2008 

/* 2 main columns*/
	.bookingNavColumn{
		float:left;
		width:288px;
		padding:0 0 0 5px;
	}

	.featuresColumn{
	
		float:right;
		margin-right: 0px;
		margin-left: 0px;
		width:695px;

	}

	.bookingNavColumn form{
		margin:0;		
	}


.centerText{
		text-align:center;
}



/* Feature Show */	
	.featureShow{
		background-color:#000000;
		padding-top:10px;
		color:#ec4f4f;
	}
		
	.featureImage{
		border:1px solid #FFFFFF;
		background-color:#999999;
		height:181px;
		width:646px;
		margin:0 auto 0 auto;
	}
	
	.featureTitle{
		font-size:16px;
		font-weight:bold;
		padding:10px;
		float:left;
	}
	
	.featureNav{
		float:right;
		padding:10px 0;
	}
	.featureNav img{
		vertical-align:bottom;
	}
	
	.featureNavNumber a, .featureNavNumber a:hover, .featureNavNumber a:link, .featureNavNumber a:active, .featureNavNumber a:visited{
		color:#ec4f4f;
		font-size:16px;
		font-weight:bold;
		padding-right:20px;
		text-decoration:none;
	}
	
	.featureNavButton{
		padding-right:13px;
	}
	
	/* More features */
	.right_column h5{
		color: #ff9933;
	}
	.right_column a{
		color: blue;
		font-weight: normal;
	}
	.right_column h1{
		color: #FFFFFF;
		text-transform: none;
		padding: 4px 0px 4px 10px;
		margin: 0px;
		margin-top: 0px;
		font-size: 11pt;
		
		text-align: left;
	}
	div.home-div-header h2{
		color: #FFFFFF;
		text-transform: none;
		padding: 4px 0px 4px 10px;
		margin: 0px;
		margin-top: 0px;
		font-size: 11pt;
		font-family: arial;
		text-align: left;
	}
	.home-div-content{
		padding: 10px 0px 0px 10px;
	}
	.featuresColumn div.home-div-header{
		background-image: url("/shared_code/images/netres/hotels/bg_header_rc.jpg");
		height: 27px;
	}
	.right_column div.home-div-header{
		background-image: url("/shared_code/images/netres/hotels/bg_header_rc.jpg");
		height: 27px;
	}

	.featuresColumn h1 a{
		color:#FFFFFF;
		text-decoration:none;
	}
	.right_column h1 a{
		color:#FFFFFF;
		text-decoration:none;
	}
		
	#destination h1{
	
		
		background-color:#FFFFFF;
		font-size: 19px;
		color: #0158a8;
		font-weight: bold;
		margin: 0;
		padding: 0;	
	}		
		
	.featuresColumn h2{
		color:#696c66;
		text-transform:uppercase;
		font-size:14px;
	}
	.rightColumn h2{
		color:#696c66;
		text-transform:uppercase;
		font-size:14px;
	}
	.featuresColumn a{
		color:#0066cc;
		text-decoration:none;
	}
	.rightColumn a{
		color:#0066cc;
		text-decoration:none;
	}
	.featuresColumn p{
		text-align: left;
	}
	.rightColumn p{
		text-align: left;
	}
	
	/* Sub-features */
	.subFeatureBox{
		 float:left;
		 width:208px;
		 margin:5px 10px 0 0;
	}
	
	.subFeatureMore{
		text-align:right;
		margin:0;
	}
	
	.subFeatureMore a{		
		text-decoration:underline;
	}
	
	.last{
		 margin-right:0;
		 margin-bottom:0;
	}
/* Two Features */

	.twoFeatureBox{
		
	}
	.twoFeatureBox h1,h2,h3,h4,h5,h6{
		text-align: left;
	}
	.twoFeatureBox h2{
		color: #333;
		font-size: 11pt;
		text-transform: none;
	}
	.twoFeatureBox h2 a{
		color: #333;
		font-size: 11pt;
		
		font-weight: bold;
		text-decoration: none;
	}
		.twoFeatureBox{
		 float:left;
		 width:290px;
		 margin: 0;
		 color: #333;
		 text-align:left;
		border-radius: 10px 10px 10px 10px; 
		-moz-border-radius:10px; /* Firefox 3.6 and earlier */
		border: 2px solid #CCCCCC; 
		padding: 10px;		 
	}
	.twoFeatureBoxLeft{
		margin-right: 10px;
	}
	
	.highlightedBorder{
		border: 2px solid #3ed1f2; 
	}
	.highlightedFeature{
		background-color: #fbc928; 
	}
.twoFeatureBox a{		
		text-decoration:underline;
	}



/* Three Features */
	.threeFeatureBox{
		
	}
	.threeFeatureBox h1,h2,h3,h4,h5,h6{
		text-align: left;
	}
	.threeFeatureBox h2{
		color: #000000;
		font-size: 8pt;
		text-transform: none;
	}
	.threeFeatureBox h2 a{
		color: #000000;
		font-size: 8pt;
		
		font-weight: bold;
		text-decoration: none;
	}
	.threeFeatureBox{
		 float:left;
		 width:206px;
		 margin:5px 5px 0 0;
		 text-align:left;
	}
	
	.threeFeatureBox a{		
		text-decoration:underline;
	}
	
		/* Four-features */
	.hotelFeatureBox h1,h2,h3,h4,h5,h6{
		text-align: left;
	}
	.fourFeatureBox{
		 float:left;
		 width:154px;
		 margin:5px 10px 0 0;
	}
	
	.fourFeatureMore{
		text-align:right;
	}
	
	.fourFeatureMore a{		
		text-decoration:underline;
	}

/* Transparent PNG file support for IE*/

	.transparent_image img{ 
	
		behavior: url(/shared_code/stylesheets/iepngfix.php) 

	}
	
	/* Home */
	
	div.home-div{
		padding: 5px 10px 5px 0px;
	}
	/* End Home */
	
