/* CSS Document */

body {
	/*this is for the general body specifications*/
	margin:0px;
	background-color: #FFFFFF;
	background-image:url(imgs/bg_top1.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family: Tahoma;
	font-size: 12px;
	overflow-x: hidden;
}

iframe {
	overflow:hidden;
}

table {
	/*this is for the general table specification*/
	border: 0px;
}

img {
	border-style: none;	
}

a, a:link, a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color:#006699;
}

h1 a:hover {
	color: #003300;
	text-decoration: none;
}

h2 {
	font-size:14px;
	line-height:14px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

#noscript {
	background-color:#003300;
	color:#FFFFFF; 
	font-size:24px; 
	font-weight:bold; width:790px; 
	position:relative; 
	text-align:justify; 
	padding:15px; 
	margin-left:auto; 
	margin-right:auto;
}

	#cssdropdown, #cssdropdown ul { 
		list-style: none; 
	}
	
	#cssdropdown img {
		width:163px;		
	}

	#cssdropdown, #cssdropdown * { 
		padding: 0; 
		margin: 0; 		
	}
	
	/* Head Links */
	#cssdropdown li.headlink { 
		width: 163px; 
		float: left; 
		margin-left: -1px; 
		border: 1px #CCCCCC solid; 
		background-color: #e9e9e9; 
		text-align: center;  
		vertical-align: middle;
	}
	
		#cssdropdown li.headlink a { 
			display: block; 
			padding: 5px; 
			padding-top:5px;
			padding-bottom:5px;
			text-decoration: none;
			height:30px;
			color: #003399;
		}
		
	/* Child lists and links */
	#cssdropdown li.headlink ul { 
		width: 164px; 
		display: none; 
		text-align: left; 
		position: absolute;	
		z-index:999;	
	}
	
		#cssdropdown li.headlink:hover ul { 
			display: block; 
		}
	
	#cssdropdown li.headlink ul li a { 
		padding: 10px; 
		height: 15px; 
		border-bottom:1px solid #999999;		
		background-image:url(imgs/bg_button_mainnav_child.gif);
		background-repeat:repeat-x;
		border-left:1px solid #999999;
		border-right:1px solid #999999;		
	}
	
	#cssdropdown li.headlink ul li a:hover {
		background-image:url(imgs/bg_button_mainnav_child_hover.gif);
		background-repeat:repeat-x;
	}
	
	/* Pretty styling */
	#cssdropdown a { 
		color: white; 
	} 
	
	#cssdropdown ul li a:hover { 
		text-decoration: none; 
	}
	
	#cssdropdown li.headlink { 
		background-color: white; 
	}
	
	#cssdropdown li.headlink ul { 
		background-color: #FFFFFF;
	}

/* *************************************** */
/* *************************************** */
/* the css for the top part of the table of the pages */
/* *************************************** */
/* *************************************** */


#tbl_1 {
	/*this is for the main table, thus 1*/
	width: 820px;
	background-image:url(imgs/bg_top2.jpg);
	background-repeat:no-repeat;
}

	#tbl_td_top {
		/*this is for the top most TD of tbl_1*/
		vertical-align:top;
		text-align:left;
		width: 820px;
	}

		#tbl_td_top_div {
			/*this is for the DIV inside tbl_td_top*/
			position:relative;
			height: 60px;
		}

			#title_head {
				position:absolute;
				top:8px;
				left:0px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:35px;
				font-weight:bold;
				letter-spacing: -2px;
				margin:0 auto;	
				padding-left: 10px;
				height:50px;
				line-height:50px;
				width:320px;
				vertical-align:middle;
			}	
			
			#title_head a, #title_head a:link, #title_head a:visited {
				color: #000000;
				text-decoration:none;
			}		
			
			#title_head a:hover {
				color: #006600;
				text-decoration:none;
			}					
			
			#nav_top_compare {				
				position:absolute;
				top:22px;
				left:350px;
				margin:0 auto;	
				padding-right: 5px;
				font-family: Tahoma;
				width:225px;
				line-height:20px;
				text-align: left;
				text-indent:12px;
				padding-top:4px;
				background-image:url('imgs/bg_button_a.gif');
				background-repeat: no-repeat;
			}
			
				#nav_top_compare a {
					color: #0066FF;
					display: block;
					float: left;
					font: normal 14px arial, sans-serif;
					font-weight:bold;
					height: 30px;
					margin-right: 6px;
					text-decoration: none;
				}
				
				#nav_top_compare a:hover {
					position:absolute;				
					display:block;
					background-image:url('imgs/bg_button_a_hover.gif');
					background-repeat:no-repeat;
					margin:0 auto;
					width:225px;
					left:0px;
					top:0px;
					height: 30px;
					margin-right: 6px;
					text-decoration: none;					
					line-height:25px;
				}
							
				#nav_top_compare a, a:link, a:visited {
					color: #0066FF;
					text-decoration:none;
				}				

			#nav_top_freephone {
				position:absolute;
				top:10px;
				left:582px;
				margin:0 auto;	
				padding-right: 5px;
				padding-top: 5px;
				font-size: 20px;
				line-height:18px;
				text-align:center;
			}
			
				#nav_top_freephone a, a:link, a:visited {
					color: #006699;
					text-decoration: underline;
				}
			
		
			#nav_top {
				text-align:right;
				position:absolute;
				top:10px;
				right:0px;
				margin:0 auto;	
				padding-right: 5px;
				padding-top: 5px;
				font-size: 13px;
			}
			
			#nav_top a {
				font-weight: bold;
			}
			
			#nav_top a:hover {
				text-decoration: none;
			}
			
	
		#tbl_td_nav_main_div2 {
			text-align: center;
			width:825px;
			position:relative;	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			display: block;
			height:208px;
		}
		
			#tbl_td_nav_main_div2 a {
			}		
			
			#tbl_td_nav_main_div2 a:hover {
				display:block;
				background-color:#CCCCCC;
			}

		#tbl_td_spacer {
			/* this is the spacer cell that goes between the pics of the picture navigation*/
			height: 5px;
			width: 100%;
		}

		#tbl_td_nav_main_welcome {
			line-height:35px;
			vertical-align:middle;
			text-align: left;
			width: 820px;
			background-image:url(imgs/bg_nav_top_green.jpg);
			background-repeat:repeat-x;
			height:35px;
			padding-left:18px;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
		}			

		#tbl_td_nav_main_spacer {
			vertical-align:top;
			height: 180px;
			width: 5px;
		}




/* *************************************** */
/* *************************************** */
/* the css for the main table of the pages */
/* *************************************** */
/* *************************************** */

#tbl_2 {
	/*this is for the main table, thus 2*/
	width: 860px;
}

	#tbl_main_content {
		width: 100%;
		line-height:20px;
	}
	
		#tbl_main_content table {
			width: 780px;
			padding:0px;
			margin:0px;			
		}
		
			#tbl_main_content table #comparetour_spacer {
				height: 10px;
			}
		
			#tbl_main_content table #comparetour_name {
				width:430px;
				vertical-align:middle;
				border-bottom:1px solid #666666;
				border-right:1px solid #666666;				
			}
			
			#tbl_main_content table #comparetour_date {
				width:60px;
				text-align: center;
				border-bottom:1px solid #666666;				
				border-right:1px solid #666666;
				line-height:15px;
			}
			
			#tbl_main_content table #comparetour_code {
				padding-left:5px;
				border-bottom:1px solid #666666;				
			}
			
			#tbl_main_content table #comparetour_title {
				font-weight:bold;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				vertical-align:middle;
				border-bottom:1px solid #666666;
				border-right:1px solid #666666;
				border-top:1px solid #666666;
				border-left:1px solid #666666;
				padding-left:5px;
				background-color: #CCCCCC;				
			}

			#tbl_main_content table #comparetour_title_code {
				font-weight:bold;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				text-align:center;		
				vertical-align:middle;			
				border-bottom:1px solid #666666;						
				border-top:1px solid #666666;
				border-right:1px solid #666666;
				background-color:#CCCCCC;
			}					

			#tbl_main_content table #comparetour_dates {
				font-weight:bold;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				text-align:center;			
				border-bottom:1px solid #666666;
				border-right:1px solid #666666;
				border-top:1px solid #666666;				
				background-color: #CCCCCC;
			}		
			
			#tbl_main_content table #comparetour_dates_month {
				font-weight:bold;
				font-family:Arial, Helvetica, sans-serif;
				text-align:center;			
				border-bottom:1px solid #666666;
				border-right:1px solid #666666;
				background-color: #DFDFDF;
			}
			
		
		#tbl_main_content table ul {
			list-style:disc;
			margin-left: 5px;
			padding-left: 10px;
			margin-top:2px;
			padding-top:2px;
			margin-bottom:4px;
			padding-bottom:4px;
		}
			
			#tbl_main_content table #twocol_pagetitle {
				padding-bottom:10px;
			}
		
			#tbl_main_content table #twocol1 {
				width:451px;
				text-align:left;
				vertical-align:top;
			}							
			
				#tbl_main_content table #twocol1 #twocol1_text {
					width:410px;
					margin-left:10px;
				}					
				
						#tbl_main_content table #twocol1 #twocol1_text span {	
							font-weight:bold;
							font-size:13px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							display:block;
						}
				
				#tbl_main_content table #twocol2 #twocol2_text {
					width:320px;
					margin-left:10px;
				}											
						
				#tbl_main_content table #twocol1 #twocol1_comparetour, #twocol1_tourdetails {	
					display:block;
					float:left;				
					width: 100%;
					font-family: Tahoma;
					font-size: 20px;
					font-weight:bold;				
					text-align: left;
					line-height: 45px;
					height: 50px;
					vertical-align: middle;
					text-indent: 20px;
					background-image:url(imgs/button_green_long_orange_fineprint.gif);
					background-repeat:no-repeat;
				}
				
				#twocol1_tourdetails {
					background-image:url(imgs/button_green_long.gif);
					background-repeat:no-repeat;				
				}
				
					#tbl_main_content table #twocol1 #twocol1_comparetour a, #twocol1_tourdetails a {	
						display:block;
						float:left;				
						width: 100%;
					}				
			
					#tbl_main_content table #twocol1 #twocol1_comparetour a:hover {	
						display:block;
						float:left;				
						width: 100%;
						background-image:url(imgs/button_green_long_orange_fineprint_hover.gif);
						background-repeat:no-repeat;
						color: #000000;
					}
			
				#tbl_main_content table #twocol1 #twocol1_linkstoothertours {		
					display:block;
					float:left;				
					width: 100%;
					font-family: Tahoma;
					font-size: 20px;
					font-weight:bold;				
					text-align: left;
					line-height: 45px;
					height: 50px;
					vertical-align: middle;
					text-indent: 20px;
					background-image:url(imgs/button_green_long.gif);
					background-repeat:no-repeat;
				}
				
				#tbl_main_content table #twocol1 #twocol1_highlights {		
					display:block;
					float:left;				
					width: 100%;
					font-family: Tahoma;
					font-size: 20px;
					font-weight:bold;				
					text-align: left;
					line-height: 45px;
					height: 50px;
					vertical-align: middle;
					text-indent: 20px;
					background-image:url(imgs/button_green_long.gif);
					background-repeat:no-repeat;
				}
				
				#tbl_main_content table #twocol1 #twocol1_itinerary {		
					display:block;
					float:left;				
					width: 100%;
					font-family: Tahoma;
					font-size: 20px;
					font-weight:bold;				
					text-align: left;
					line-height: 45px;
					height: 50px;
					vertical-align: middle;
					text-indent: 20px;
					background-image:url(imgs/button_green_long.gif);
					background-repeat:no-repeat;
				}
			
			#tbl_main_content table #twocol2 {
				width:340px;
				vertical-align:top;
			}								
			
				#twocol2_phone {
					text-indent:35px;
					padding-bottom:10px;
				}
			
				#tbl_main_content table #twocol2 #twocol2_comparetour, #twocol2_departuredate {	
					display:block;
					float:left;				
					width: 100%;
					font-family: Tahoma;
					font-size: 18px;
					font-weight:bold;				
					text-align: left;
					line-height: 35px;
					height: 50px;
					vertical-align: middle;
					text-indent: 15px;
					background-image:url(imgs/button_green_short_orange_fineprint.gif);
					background-repeat:no-repeat;
				}
					
					#twocol2_departuredate {
						background-image:url(imgs/button_green_short.gif);
						background-repeat:no-repeat;
						line-height:50px;
						font-size:20px;
					}
					
					#twocol2_departuredate a {
						display:block;
						float:left;				
						width: 100%;						
					}
					
					#twocol2_departuredate a:hover{
						background-image:url(imgs/button_green_short_hover.gif);
						background-repeat:no-repeat;
					}
					
												
					#tbl_main_content table #twocol2 #twocol2_comparetour a {	
						display:block;
						float:left;				
						width: 100%;
						height:50px;
					}				
			
					#tbl_main_content table #twocol2 #twocol2_comparetour a:hover {	
						display:block;
						float:left;				
						width: 100%;
						background-image:url(imgs/button_green_short_orange_fineprint_hover.gif);
						background-repeat:no-repeat;
						color: #000000;
						height: 50px;
					}
			
				#tbl_main_content table #twocol2 #twocol2_comparetour_contact {	
					display:block;
					float:left;				
					width: 100%;
					font-family: Tahoma;
					font-size: 20px;
					font-weight:bold;				
					text-align: left;
					line-height: 50px;
					height: 50px;
					vertical-align: middle;
					text-indent: 14px;
					padding-bottom:10px;
				}						
				
					#twocol2_comparetour_contact_left, #twocol2_comparetour_contact_right	{
						float:left;
						width:160px;
						display:block;
						background-image:url(imgs/button_veryshort_yellow.gif);
						background-repeat:no-repeat;
						background-position:center;
					}
					
						#twocol2_comparetour_contact_left a, #twocol2_comparetour_contact_right a {
							display:block;
							float:left;				
							width: 100%;						
						}					
						
						#twocol2_comparetour_contact_left a:hover, #twocol2_comparetour_contact_right a:hover {
							background-image:url(imgs/button_veryshort_yellow_hover.gif);
							background-repeat:no-repeat;
							background-position:center;
							color: #000000;							
						}
					

					#tbl_main_content table #twocol2 #twocol2_comparetour_contact #twocol2_comparetour_contact_right {
						text-indent:28px;					
					}													

				#tbl_main_content table #twocol2 img {
					width:340px;
					padding-bottom:10px;					
				}								

				#tbl_main_content table #twocol2 #twocol2_map {
					display:block;
					width:100%;
				}											
		
			input, select, textarea {
				border:1px solid #666666;						
			}
		
			input, select {
				height: 20px;
				line-height: 20px;
				vertical-align: middle;
				font-size: 14px;
			}		
		
				#tbl_main_content table #error {
					border:2px solid #FF0000;
					background-color:#FFFF99;
				}
					
				#tbl_main_content table form #rowElem{
					width: 100%;
					float: left;
					height: 30px;
					line-height: 30px;
					vertical-align: middle;
				} 
				
					#tbl_main_content table form #rowElem label {
						width: 200px;
						float: left;
						line-height: 20px;
						vertical-align: middle;
						font-size: 14px;
					} 			

					#tbl_main_content table form #rowElem input {
						width: 250px;
						font-family:Tahoma;
					}				
					
					#tbl_main_content table form #rowElem select {
						width: 255px;
						font-family:Tahoma;
					}	
											
					#tbl_main_content table form #rowElem #button{				
						width: 100px;
						height: 28px;
						font-family:Tahoma;
						font-size:12px;							
					}
				
			
				#tbl_main_content table form #rowElem_textarea{
					width: 100%;
					float: left;
					margin-bottom: 5px;	
				} 

					#tbl_main_content table form #rowElem_textarea label{
						width: 200px;
						float: left;
						font-size: 14px;					
					} 			
			
					#tbl_main_content table form #rowElem_textarea textarea{
						display:inline;
						width: 253px;					
						float: left;
						font-family:Tahoma;
						font-size:13px;	
						height:180px;
					} 												
			
				#tbl_main_content table form #rowElemspacer{
					width: 100%;
					float: left;
					height: 2px;
					line-height: 2px;
					vertical-align: middle;
					background-color:#CCCCCC;
					margin-bottom:5px;
				} 			
																
			#tbl_main_content #map {
				padding-right:0px;
				padding-left:5px;
				width: 770px;
				height: 360px;
				float: left;
			}			


			#tbl_main_content #index_list {
				width:90%;
				padding-left: 30px;
			}	
			
			#tbl_main_content #index_list td{
				text-align:left;
				vertical-align:top;
			}	
			
			#tbl_main_content h1 {
				font-size:18px;
				line-height:20px;
				display: inline;
			}
			
				#tbl_main_content #h1bottom {
					height: 25px;
				}
			
			#tbl_main_content p {
				margin-top:10px;
				margin-bottom:12px;
			}
		
	#tbl_td_nav_body_outside_left_td {
		vertical-align:top;
		width:20px;	
		background-image:url(imgs/bg_mainbody_btm_left.jpg);			
		background-repeat:repeat-y;		
	}

		#tbl_td_nav_body_left_td {
			vertical-align:top;
			width:20px;
			background-color: #FFFFFF;		
			background-image:url(imgs/bg_mainbody_inside_bottom.jpg);
			background-repeat:repeat-x;
			background-position:bottom;		
		}
	
		/*this the main body of the page*/
		#tbl_td_nav_body_td {
			text-align: left;
			vertical-align:top;
			width:820px;
			background-position: 0px 1px;
			background-image:url(imgs/bg_mainbody_inside.jpg);
			background-repeat:repeat-x;
			background-size:1px;
			padding:8px;
			margin:0px;			
		}
		
			/*this the footer of the main body of the page*/
			#tbl_td_nav_body_td_footer {
				margin-top:20px;
				margin-bottom:10px;
				width:100%;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-align: center;
				line-height: 25px;
			}
			
				#tbl_td_nav_body_td_footer a, a:link, a:visited {
					color: #006699;
					text-decoration: underline;					
				}

				#tbl_td_nav_body_td_footer a:hover {
					text-decoration: none;					
				}

				#tbl_td_nav_body_td_footer_date {
					float:left; 
					height:18px; 
					vertical-align:top; 
					line-height:18px; 
					width:415px; 
					text-align:right;
				}

			#tbl_td_nav_body_td_footer_contact {
				margin-top:10px;
				margin-bottom:10px;
				width:100%;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
				line-height: 25px;
			}


			#tbl_td_nav_body_td_footer_copyright {
				margin-top:10px;
				margin-bottom:10px;
				width:100%;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				text-align: center;
				line-height: 15px;
				color: #333333;
			}
									
			
		#tbl_td_nav_body_right_td {
			vertical-align:top;
			width:20px;
			background-color: #FFFFFF;
			background-image:url(imgs/bg_mainbody_inside_bottom.jpg);
			background-repeat:repeat-x;
			background-position:bottom;					
		}	

	#tbl_td_nav_body_outside_right_td {
		vertical-align:top;
		width:20px;
		background-image:url(imgs/bg_mainbody_btm_right.jpg);
		background-repeat:repeat-y;					
	}	

/* *************************************** */
/* *************************************** */
/* the css for the bottom part of table of the pages */
/* *************************************** */
/* *************************************** */

#tbl_3 {
	/*this is for the main table, thus 1*/
	width:860px;
}	
		#tbl_3_td_nav_left_td {
			width:20px;
			background-image:url(imgs/bg_mainbody_btm_corner_up_left.jpg);
			background-repeat:no-repeat;
		}
		
		/*this the entire gray area inside the huge square, bottom page*/
		#tbl_3_td_nav_body_td {
			width: 822px;		
			text-align: left;
			vertical-align:top;
			height:11px;
			background-image:url(imgs/bg_mainbody_inside_bottom.jpg);
			background-repeat:repeat-x;
			background-position:bottom;
		}				
		#tbl_3_td_nav_right_td {
			width:20px;
			background-image:url(imgs/bg_mainbody_btm_corner_up_right.jpg);
			background-repeat:no-repeat;
		}
		
		
		#tbl_3_td_nav_left_btm_td {
			width:20px;
			height:20px;
			background-image:url(imgs/bg_mainbody_btm_corner_left.jpg);
			background-repeat:no-repeat;
		}
		#tbl_3_td_nav_body_btm_td {
			width: 822px;		
			background-image:url(imgs/bg_mainbody_btm_btm.jpg);
			background-repeat:repeat-x;
		}				
			#tbl_3_td_nav_body_btm_td table {
				border: 0px;
				width: 822px;
				height: 20px;
			}
				#tbl_3_td_nav_body_btm_td_tbl_left {
					width: 410px;
					text-align: left;
					vertical-align:top;
				}
				
				#tbl_3_td_nav_body_btm_td_tbl_right {
					width: 410px;
					text-align: right;	
					vertical-align: top;			
				}				
		#tbl_3_td_nav_right_btm_td {
			width:20px;
			height:20px;
			background-image:url(imgs/bg_mainbody_btm_corner_right.jpg);
			background-repeat:no-repeat;
		}						
