
/*** Header and logos ***/
#site_logo{
	margin-bottom:10px;
	padding-top:20px;
	width:443px;
	float:left;
	position: relative;
}

#print_logo{
	display:none
}

#account_toolbar{
	margin-bottom:20px;
	float:right;
	line-height:2em;
	height:2em;
	font-size:1.2em;
	background-color:#003051;

	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 12px;
}

ul#toolbar_actions{
	margin:0
}

ul#toolbar_actions li{
	float:left;

}
	
ul#toolbar_actions li.last_item{
	border:none
}

ul#toolbar_actions li a{
	display:block;
	color:#fff;
	padding:2px 10px;
	text-decoration: none;
}


/*** Stuff ***/

.first{margin-left:0;padding-left:0}
.last{margin-right:0;padding-right:0}
.top{margin-top:0; padding-top:0}
.bottom{margin-bottom:0;padding-bottom:0}
.bolden{font-weight:bold !important}


/*** Serach Form ***/
#search_form{
	clear:right;
	float:right;
	width:270px;
	height:30px
}

#search_form input.text{
	display:inline;
	width:210px;
	color:#888;
	float:left;
	border-color:#225da1;
	height: 15px;
	padding: 2px 2px 2px 3px;
}

#search_form input.button,#footer_search input.button{
	font-size:1.4em;
	padding:2px 5px;
	background-image:none;
	color:#fff;
	cursor:pointer;
	float:right;
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;

}

#search_form input.button:hover,#footer_search input.button:hover{
	background-color:#225da1
}
	
#footer_search input.button{
	margin-top:5px;
	float:left
}

a.button{
	border:1px solid #ccc;
	color:#555;
	background:#eee url('../images/buttons/gray_gradient.gif') repeat-x left bottom;
	font-size:1.2em;
	padding:3px 10px;
	margin-right:5px;
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px
}

a.button:hover{
	background:none;
	background-color:#bbb;
	color:#fff;
	border-color:#aaa
}

/*** Top  Navigation ***/



/*** Nav Menu ***/
#clear{
	clear:both;
	height:1px;	
}

ul#main_nav{
	clear:both;
	height:0px;
	background:#22558e;
	}
	
* html ul#main_nav{
	clear: none;
	height:-1px;
	background:none;
	margin: 5px 0px 0px 0px;
	}
	
.text{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align:justify;
	padding-right: 5px;
}

.text ul{
	padding-left: 25px;
}

.text ul li{
	list-style:square;
}

.text td{
	padding: 3px;
}

.text1 td{
	padding: 3px;
}

.text1{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align:justify;
	padding-right: 5px;
}

.text1 ul{
	padding-left: 0px;
}

.text1 ul li{
	list-style:square;
}

h3{
	font-weight: bold;
	font-size: 13px;
}

/*** Featured Trips ***/

.leftimg{
	padding: 2px 2px 2px 0px;
	border: 1px solid #e5e5e5;
	margin: 0px 5px 2px 0px;
	float: left;
}

.fimg{
	padding: 2px 2px 2px 0px;
	border: 0;
	margin: 0px 5px 2px 0px;
	float: left;
}

.rightimg{
	padding: 5px;
	border: 1px solid #e5e5e5;
	margin: 5px 0px 5px 15px;
	float: right;
}

#featuredbox {
	padding: 2px 5px 5px 10px;
	line-height: 1.6em;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	text-align:justify;	
}

.featurebox {
	height:auto;
	padding: 2px;
	padding-left: 0px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	padding-bottom: 5px;
	text-align:justify;
}

.featurebox-in {
	height:auto;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin-bottom: 5px;
	text-align:justify;
	border: 1px solid #EEEEEE;
	background: #fcfeff;
}

/*** round box ***/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/corners1280x18.gif'); 
	height: 9px;      
	font-size: 2px; 
	}
.top-left, .bottom-left { 
	margin-right: 9px; 
	}
.top-right, .bottom-right { 
	margin-left: 9px; 
	margin-top: -9px; 
	}
.top-right {
	background-position: 100% 0;  
	}
.bottom-left  { 
	background-position: 0 -9px; 
	}
.bottom-right { 
	background-position: 100% -9px;
	}
.inside {
	border-left: 1px solid #C00000;
	border-right: 1px solid #C00000;
	background: #EFEFEF;  
	color: #000000;  
	padding-left: 10px;
	padding-right:10px; 
	}
.notopgap    { margin-top: 0; } 
.nobottomgap { margin-bottom: 0; }


/*** promotion menu ***/

.framemenu{
background-color: white;
border-bottom-width: 0;
width: 95%;
}

* html .framemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 95%;
}

.framemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.framemenu a{
font: normal 13px Verdana;
padding: 5px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #ededed;
}

.framemenu a:visited{
color: #595959;
}

html>body .framemenu a{ /*Non IE rule*/
width: auto;
}

.framemenu a:hover{
background-color: #F8FBBD;
color: black;
}


/* itinerary */

.itinerary_1{
	display:block;
	padding:3px;
	text-align:left;
	margin-top:3px; margin-bottom:3px;
	border-bottom:solid 1px #EEEEEE;
	background-color:#F6F6F6;

}
.itinerary_2{
	display:block;
	background-color:#DFEBF5;
	padding:3px;
	text-align:left;
	margin-top:3px; margin-bottom:3px;
	border-bottom:solid 1px #B4D7F4;
}



/* Ajax */


.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0px;
font: normal 12px Arial, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 100%;
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px;
margin-right: 1px;
border-left: 1px solid #9aa1b5;
border-right: 1px solid #9aa1b5;
border-top: 1px solid #9aa1b5;
border-bottom: 1px solid #e4e7f0;
color: #00175c;
background: #e4e7f0 url(../ajaxtabs/shade.gif) top left repeat-x;
margin-bottom: 0px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.ajbox {
	border: 1px solid #9aa1b5;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #f9fafc;
	
	}
	
.ajbox p{

	margin: 0px 0px 0px 0px;

	
	}
	
.ajbox ul {
	padding-left: 25px;
	
	}
	
.trip_facts{

	border-bottom:dotted 1px #B4D4D4;
}
.trip_data{

	border-bottom:dotted 1px #B4D4D4;
}


.grid{
	background-color:#F1F1F1;
}

.gridTitle{
	background-color:#336699;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	line-height:18px;
	padding-left:8px;
}

.gridData{
	background-color:#FFFFFF;
	color:#000000;
}

.switchcontent {
	height:auto;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin-bottom: 5px;
	text-align:justify;
	border: 1px solid #EEEEEE;
	background: #fcfeff;
	}

.title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333399;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #eeeeee;
	}
	


.imgtop{
	padding: 4px;
	border: 1px solid #eeeeee;
	margin: 0px 0px 10px 0px;
	background: #fcfeff;
}

a.mylink{
	color: #0F4A89;
	text-decoration: none;
	}
	
a.mylink:visited {
	color: #00346c;
	text-decoration: none;
	}
a.mylink:hover {
	color: #CC6600;
	}
a.mylink:visited:hover {
	color: #CC6600;
	}


	.myform p{
	width: 450px;
	left: auto;
	right: auto;
	margin: 0;
	padding: 7px 0 5px 0;
	padding-left: 170px; 
	border-top: 1px solid #e6e0d0;
	height: 1%;
}

.myform label{
	font-weight: bold;
	float: left;
	margin-left: -160px; 
	width: 150px; 
}

.myform input[type="text"]{ 
	width: 145px;
}

.myform textarea{
	width: 200px;
	height: 70px;
}
