/****************************************
	Tour Header Banner
****************************************/

 #tour_header_wrapper {
 	background: url(../images/tour_header_bg.jpg) repeat-x;
 	height: 167px;
 	margin-left: -75px;
 }
 #tour_header {
  	height:167px;
  	width: 960px;
	background: url(../images/tour_banner.jpg) no-repeat;
	margin:0 auto;

  	}
 #tour_header h1{
 	font-size:40px;
	margin:0px;
	padding:20px 0px 0px 185px;
	color:#fff;
 	}

/***************************************
	Tour Pagination	
***************************************/

#tour_pagination_head {
	margin:0px;
	padding:10px 0px 0px 185px;
	}
#tour_pagination_head a{
	display:block;	
	text-decoration:none;
	text-align:center;
	float:left;	
	color:#fff;
	font-size: 22px;
	font-weight: normal;
	padding-top: 9px;
	height: 37px;
	}
a.pagination_bg_head  {
	background: url(/images/tour_pagination_head.gif) no-repeat -45px 0px;
	width:43px;;
	}
a.pagination_bg_head_curr  {
	background:url(../images/tour_pagination_head.gif) 0px 0px no-repeat;
	width:43px;
	}
				
/*********************************
	tour side bar
*********************************/

#tour_sidebar {
	position:absolute;
	z-index:10000;
	top:142px;
	margin-left: 650px;
	background: url(../images/tour_sidebar_bg.gif) repeat-y;
	}
#tour_sidebar #sidebar_header {
	background: url(../images/tour_sidebar_header.gif) no-repeat 7px 0;
	height: 5px;
	margin-left: 0;
	}
#tour_sidebar h1 {
	font-size: 18px;
	color:#fff;
	margin: 10px 0 0 24px;
	}
			
/*************************************
	Tour Primary Content
**************************************/	

#tour_content_wrapper {
	float:left;
	width:625px;
	overflow: hidden;
	margin:0;
	font-size: 14px;
	}
#tour_content_wrapper h1 {
	color:#fff;
	font-size: 28px;
	margin: 0;
}
#tour_content_wrapper p {
	color:#BFCFD1;
	margin-top: 10px;
	line-height: 1.2em;
}
#tour_content_header {
	background:url(../images/tour_content_header.gif) top no-repeat;
	width:625px;
	height:10px;
	overflow:hidden;
	margin: 20px 0 0 0;
	}  	
#tour_content {
	background: url(../images/tour_content_bg.gif) top repeat-y;
	width:625px;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
}
#tour_content_header, #tour_content, #tour_pagination_footer {
	margin-left: -5px;
	}	
#tour_content li {
	list-style: none;
	height: 89px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding: 0 15px;
	clear: both;
	display: block;
	}
#tour_content li img {
	float: left;
	margin: 0 40px 0 13px; 
}
#tour_content li h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#30393D;
	font-weight: normal;
	margin: 0;
}
#tour_content li p {
	margin: 5px 20px 5px 0;
	color: #546366;
	font-size: 12px;
	background: url(../images/tour_separator.gif) repeat-x bottom;
	height: 64px;
	overflow: hidden;
	line-height: 1.2em;
	
}
#tour_content li p#last_p {
	background: none;
}
#tour_pagination_footer {
	padding:20px 0 0;
	height: 68px;
	width: 625px;
	clear:both;
	overflow:hidden;
	background: url(../images/tour_content_footer.gif) no-repeat;
	}

#tour_pagination_footer li{
	list-style-type:none;
	float:left;
	margin:0px 19px 0px 0px;
	 }	
	 
#tour_pagination_footer li a{
	font-size:14px;
	font-weight:bold;
	display:block;	
	text-decoration:none;
	text-align:center;
	float:left;	
	}	 
#tour_previous_gray {
	background:url(../images/tour_previous_gray.jpg	) no-repeat;
	width:192px;
	height:36px;
	color:#283033;
	padding:11px 0 0 20px;
	margin-left: 25px;
	}
*html #tour_previous_gray {
	margin-left: 13px;
	} 
#tour_previous {
	background:url(../images/tour_previous_btn.jpg) no-repeat;
	width:192px;
	height:36px;
	color:#0071bc;
	padding:11px 0 0 20px;
	margin-left: 25px;
	}		
*html #tour_previous {
	margin-left: 13px;
	} 	
#tour_next {	
	background:url(../images/tour_next_btn.jpg) no-repeat;
	width:202px;
	height:37px;
	color:#0071bc;
	padding:11px 10px 0 0;	
	}	
.pagination_bg_foot_curr {
	background:url(../images/page_no_foot.gif) 0px 0px no-repeat;
	width:37px;
	height:35px;
	color: #fff;
	padding-top: 9px;
	}	

.pagination_bg_foot {
	background:url(../images/page_no_foot.gif) -36px 0px no-repeat;
	width:36px;
	height:35px;
	color: #fff;
	padding-top: 9px;
	}	
#tour_pagination_footer li a#signup {	
	background:url(../images/tour_signup_btn.jpg) no-repeat;
	width:280px;
	height:34px;
	font-size: 18px;
	color:#0071bc;
	padding:11px 20px 0 0;	
	margin: -5px 0 0 165px;
	}
*html #tour_pagination_footer li a#signup {	
	margin: -5px 0 0 85px;
	}
