/* Reset */
html,  div, span, applet, object, iframe, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;} ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

/******************
Overall Site Styles
******************/
body {
	line-height: 1;
	color: black;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
form {
	background-color: #ecf1eb;
	border:none;
}


option {
	background-color: #ffffff;
	border:none;
}

a:link{
	color:#63804e;
	text-decoration:none;
	line-height: 16px;
}
a:visited{
	color:#63804e;
	text-decoration:none;
	line-height: 16px;
}
a:hover{
	color:#712822;
	text-decoration:none;
	line-height: 16px;
}
a:active{
	color:#712822;
	text-decoration:none;
	line-height: 16px;
}

#mainbody {
	padding-top: 24px;
}

#leftcolumn {
	float: left;
	width: 450px;
	
}

#leftcolumn h1{

	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3eee1;
	line-height: 32px;
}

#leftcolumn p{

	color: #2f2f2f;
	line-height: 18px;
	padding-top: 8px;
}
.clear {
	height: 1px;
	margin-top: 22px;
	margin-bottom: 22px;
	clear: both;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#rightcolumn {
	float: right;
	width: 470px;
}

#rightcolumn h1{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3eee1;
	line-height: 32px;
}
#rightcolumn h2{

	font-size: 14px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 100%;
}

#rightcolumn p{

	font-size: 11px;
	color: #2f2f2f;
	line-height: 16px;
}

#rightcolumn .featuredtrips{
font-size:11px;
 list-style-type: none;
color: #878787;
		
}
#rightcolumn .featuredtrips a{
	color:#878787;
	height: 72px;
	display: block;
	margin: 0;
	list-style-type: none;
	background-color:#fcf8eb;
	padding:10px;
	overflow:hidden;
	border-bottom:1px solid #fbf5e3;
	}

#rightcolumn .featuredtrips a:hover{
	background-color: #f4f0e4;
	color: #712822;
	border-bottom:1px solid #f3eee1;
	}


#rightcolumn .featuredtrips li h2{
padding:0px;
margin:0px;
}
	
#rightcolumn .featuredtrips p{
color:#7c794a;
font-size:18px;
padding:0px;
margin:0px;
}

#rightcolumn .readon{
font-size:10px;
text-align:right;
padding:10px 15px 10px 10px;
background:url(../images/buttons/readon.gif) right no-repeat;
display:block;
text-transform:uppercase;
}
		
	
	.big{
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif, "Gill Sans";
	color: #7c794a;
	font-weight: normal;
	font-style:italic;
	}



.more {
	font-size:10px;
	color:#d5c9a3;
	font-weight: bold;
		}

.more a:link, .more a:visited {
	font-size:10px;
	color:#d5c9a3;
	font-weight: bold;
	text-decoration: underline;
	}
	
.more a:hover {
	color: #ffe4b8;
	text-decoration: none;
	}
	
	#rightcolumn img {
	margin-right: 15px;
	float:left;
	margin-bottom: 15px;
	border: 1px solid #f0f0d1;
	padding: 5px;
	background-color: #ffffff;
	margin-left: 5px;
	}	
	
	/******************
New CSS
******************/
.photo_left {
	float: left;
	width: 102px;
	padding-top: 30px;
}
.photo_text {
	float: left;
	width: 343px;
	padding-top: 20px;
	margin-bottom: 24px;
}


#leftcolumn .photo_text a{
font-size:11px;
line-height:100%;
text-decoration:underline;
}
#leftcolumn .photo_text a:hover{
font-size:11px;
line-height:100%;
text-decoration:underline;
}



/*select Box*/

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}



/*select Box*/

select {
	width: 136px;
	height:auto;
	font-size:11px;
	color: #b2b6b2;
	background-color: #f8fdf7;
	border:none;
	padding:0px;
	margin:0px;
}



.select_trip {
	float: left;
	padding: 0px;
}
.select_date {
	float: left;
	padding: 0px;
}

.select_destination {
	float: left;
	padding: 0px;
}

.search_btn_index {
	clear: both;
	float: left;
}

img {
	border: none;
}

.sea_rch {
	width: 128px;
	height: 28px;
	font-size: 12px;
	color: #6c6e6b;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	float: left;
	clear: both;
}

.sea_rch img{
	border: none;
	float: left;
}

.advance {
	font-size: 12px;
	color: #6c6e6b;
	text-decoration: none;
	padding: 0px;
	margin:10px 0px 0px 0px;
	clear: both;
	float:left;
	width:408px;
	}
	
	
.advance img{
	float: left;
	}	
.advance a{
font-size:11px;
	margin-left: 10px;
	color:#a6aaa5;
	text-decoration:underline;
	}
	
	.advance a:hover{
	color:#000000;
	}	
	
	
.trip_trip {
	clear: both;
	width:408px;
	border: 1px solid #eeeade;
	background-color: #fcf8eb;
	padding: 10px;
	margin:0px;
	float:left;
}


.trip_trip:hover {
	border: 1px solid #ffffff;
	background-color: #f4f0e4;
	padding: 10px;
	margin:0px;
	float:left;
}
.trip_image {
	float: left;
}


.indextag {
	clear: both;
	width:408px;
	border: 1px solid #eeeade;
	background-color: #f3f6f2;
	padding: 10px;
	margin:0px;
	float:left;
}

.indextag:hover{
background-color:#fcf8eb;
}

#rightcolumn .indextag h1{
margin-bottom:10px;
}

#rightcolumn .indextag a{

font-size:12px;
text-decoration:none;
padding:0px 10px 0px 0px;
line-height:28px;
text-decoration:underline;
color:#787b78;
}
#rightcolumn .indextag a:hover{
color:#4d4f4d;
}

#rightcolumn .indextag a#color1{

font-size:12px;
text-decoration:none;
padding:0px 10px 0px 0px;
line-height:28px;
text-decoration:underline;
color:#8e823c;
}
#rightcolumn .indextag a#color1:hover{
color:#000000;
}

#rightcolumn .indextag a#small1{

font-size:11px;
text-decoration:none;
padding:0px 10px 0px 0px;
line-height:28px;
text-decoration:underline;
}
#rightcolumn .indextag a#big1{

font-size:18px;
text-decoration:none;
padding:0px 10px 0px 0px;
line-height:28px;
text-decoration:underline;
}

#rightcolumn .indextag a#big2{

font-size:22px;
text-decoration:none;
padding:0px 10px 0px 0px;
line-height:28px;
text-decoration:underline;
}


#search_index {
	background-color: #ecf1eb;
	padding:20px;
	margin-top:10px;
	float:right;
	width:430px;
	border-top:1px solid #dfe4de;
}


.search_elements {
	padding: 10px;
	margin: 0px;
	background-color:#f4f9f3;
	float:left;
	width:408px;
	border:#e7ebe6 1px solid;
	margin:0px 0px 10px 0px;
}

#search_index .search_elements h1{

border:none;
padding:0px;
margin:0px;
}

.index_search {
	margin-top: 11px;
	background-color: #f4f9f3;	
}


#search_index .trip_image img{
	border:none;
	margin:0px;
	padding:0px;
}

.trip_text_index {
	float: right;
	width: 315px;
	
	font-size:11px;
	color:#878787;
	line-height:16px;
}


#search_index .trip_text_index p{
	
	font-size:11px;
	color:#878787;
	line-height:16px;
	margin:0px;
	padding:0px 5px 0px 0px;
}


#search_index .trip_text_index h2{
	
	font-size:18px;
}


#search_index .testimonialphoto {
	float: left;
	width: 85px;
	background-image: url(../images/photo_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	display: block;
	border:none;
}

#search_index .testimonialphoto:hover {
	background-image: url(../images/photo_bg2.jpg);
}



#search_index .testimonialphoto img {
	padding: 0px;
	border: 4px solid #FFFFFF;
	margin: 4px;
}
