@charset "utf-8";
/* CSS Document */
.col_left{
	float: left;
	width: 642px;
	position: relative;
}
.col_right{
	float: right;
	width: 250px;
	position: relative;
}
.yellowHeader{
	display: block;
	margin: 0px 14px 0px 0px;
	padding: 0px;
	background-color: #F6CB1F;
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
/* Tours */
#tours_header{
	background-image: url(../img/tours_header.png);
}
#tours{
	margin-bottom: 17px;
	position: relative;
}
.tour{
	width: 200px;
	height: 150px;
	float: left;
	margin: 14px 14px 0px 0px;
	position: relative;
	background: url(../img/stripe.png) #D4D4D4;
}
.tour .details{
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	color: #FFF;
	background: url(../img/black50.png) repeat;
	left: 0px;
	overflow: hidden;
}
.details a{
	color: #FFF;
	text-decoration: none;
}
.tour .title{
	font-size: 15px;
	font-weight: bold;
	margin: 3px 6px 0px;
	display: block;
}
.tour .description{
	font-size: 11px;
	margin-left: 7px;
	display: block;
}
/* End Tours */
#grand_canyon_header{
	background-image: url(../img/grand_canyon_header.png);
}
/* Right Column */
.blueHeader{
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #41B2FF;
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
#search_header{
	background-image: url(../img/search_header.png);
	margin-top: 15px;
}
#login_header{
	background-image: url(../img/login_header.png);
	margin-top: 15px;
}
input.large{
	border: 4px solid #CECECE;
	height: 20px;
	width: 170px;
	padding: 4px;
	font-size: 15px;
	color: #7F7F7F;
	margin-top: 10px;
	margin-right: 5px;
}
input.go{
	width: 48px;
	height: 29px;
	background: transparent url(../img/go_btn.png);
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	text-indent: -1000em;
}
.login_register{
	width: 185px;
	height: 24px;
	text-align: right;
}
.login_register a{
	font-size: 12px;
	color: #276A9C;
}
.list h4{
	padding: 0px;
	margin: 15px 0px 5px 0px;
	text-transform: uppercase;
	color: #3B84AE;
}
.list{
	font-size: 13px;
}
#rss_icon{
	width: 100px;
	height: 29px;
	background: url(../img/rss_icon.png);
	margin-top: 30px;
	margin-bottom: 5px;
}
.main_text_head{
	margin-right: 15px;
}