@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url('/images/bg.jpg') center top;
	background-repeat:repeat-x;	
}
div#mainbg {
	background:url(/images/mainbg.png) center top;
	background-repeat:no-repeat;
	width:1024px;
}
div#interior {
	background-image:url(/images/intbg.jpg);
	background-repeat:no-repeat;
	padding:10px 85px;
	text-align:left;
}
div#interior880 {
	width:880px;
}
div.interior440 {
	width:420px;
	float:left;
	padding:0 4px;
}
.formleft {
	width:200px;
	float:left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding:3px;
	font-weight:bold;
}
.formright {
	width:200px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding:3px;
}	
		
div#header {
	width:1024px;
	position:absolute;
	z-index:5;
}
div#footertext {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	color:#333333;
	width:560px;
}
div#footertext a:link { color: #333333; text-decoration: underline;   }
div#footertext a:visited { color: #333333; text-decoration: underline;  }
div#footertext a:hover { color: #990000; text-decoration: underline; }
div#footertext a:active { color: #333333; text-decoration: underline; }	

.text14 {
	text-align:left;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 8px;
}	
.text14 a:link { color: #333333; text-decoration: underline;   }
.text14 a:visited { color: #333333; text-decoration: underline;  }
.text14 a:hover { color: #990000; text-decoration: underline; }
.text14 a:active { color: #333333; text-decoration: underline; }		
div.scrollregion { 
	width:540px;
	padding:5px 0 0 15px;
}
div.itinerary { 
	width:640px;
	padding:5px 30px;
}
	
.triptitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	text-align:left;
	font-weight:bold;
}
.tripdesc { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	padding-right:10px;
}	
div.photo {
	background-image:url(/images/shadowbg.png);
	background-repeat:no-repeat;
	width:130px;
	height:95px;
	float:left;
	padding:10px 0 0 10px;
}
div.photoint {
	background-image:url(/images/shadowbg.png);
	background-repeat:no-repeat;
	width:130px;
	height:95px;
	float:left;
	padding:10px 0 0 10px;
	height:150px;
}	
/* BEGIN MAIN STRUCTURE */	
div#columnwrap {
	width:880px; 
	}
div#column1 {
	width:320px;
	float:left;
	}
div#column2 {
	width:560px;
	float:left;
	text-align:left;
	}		

div.clearfloats {
	clear:both;
	}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display: inline-block;
	}

/* backslash hack hides from IE mac \*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* end backslash hack */		

/* END MAIN STRUCTURE */