*
{
	padding: 0px;
	margin: 0px;
}

br
{
	height:0;
}

html
{
	min-height:100%;
}

body
{
    font-size:100%;
    line-height: 1.125em;
	background: #827B60;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	min-height:100%
}


#container
{
	margin: 10px auto;
	width: 940px;
	text-align: left;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#header
{
	width: 920px;
	height: 120px;
	margin:10px;
	background-color: #E8E8D8;
	text-align:right;
}

#headerPic
{
	border:none;
}

#searchBar
{
	background-color: #E8E8D8;
	margin: 0px 10px 10px 10px;
	width: 920px;
	min-height:138px;
	clear:both;
}


#searchBarSmall
{
	background-color: #E8E8D8;
	width: 920px;
	margin: 0px 10px 10px 10px;
	clear:both;
}
#searchBarSmall p
{
	padding-left: 10px;
}

#smallSearchForm
{
	padding: 0px 10px 5px 10px;
}	

#searchBarSmall label
{
	margin: 0px 5px 0px 0px;
}

#searchBarSmall select
{
	margin: 0px 20px 0px 0px;
}

#searchBarSmall #searchtext
{
	padding: 0px 10px;
	font-size:0.9em;
}

#smallSearchRight
{
	float:right;
	font-size:0.9em;
	border-left: 1px dashed #000;
	padding: 23px;
}

#quickLinks
{
	background-color: #E8E8D8;
	font-size: 0.85em;
	width: 920px;
	margin: 0px 10px 10px 10px;
	padding: 15px 0px 5px 0px;
	clear:both;
}

#quickLinks .linksdiv
{
	float:left;
	padding: 0px 10px 10px 10px;
}

#quickLinks .linksmiddlediv
{
	float:left;
	padding: 0px 10px 10px 10px;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
}

#quickLinks .linksubdiv
{
	float:left;
	padding-right:40px;
}

#quickLinks ul
{
	font-size: 0.82em;
	list-style-type:none;
}

#quickLinks a
{
	white-space: nowrap;
}

#leftContent
{
	background-color: #E8E8D8;
	margin: 0px 10px 10px 10px;
	width: 160px;
	height: 610px;
	float:left;
	display:inline;
}

#mainContent
{
	background-color: #E8E8D8;
	margin: 0px 10px 10px 0px;
	width: 750px;
	min-height:610px;
	height:auto !important;
	height:610px;
	float:right;
	display:inline;
}

#intro
{
	margin: 10px;
	font-size:0.85em;
}

#intro p
{
	margin: 15px 0px;
}

#intro h1
{
	font-size:1em;
	display: inline;
}

.intropic
{
	border: 1px solid #000;
}

.homemainad
{
	float:right;
	border: 1px solid #000;
	margin: 15px 12px 5px 12px;
}

#footer
{
	clear: both;
	width: 900px;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	color: #000;
	background-color: #E8E8D8;
	font-size:0.7em;
}

.footerlinks li
{
	font-size:0.9em;
	display: inline;
	padding-right: 15px;
}

.footerlinks a
{
	white-space: nowrap;
	text-decoration:none;
}

.w3cimg
{
	border:0;
	width:88px;
	height:31px
}

/*nav bar*/
#navcontainer
{
	width: 920px;
	background-color: #E8E8D8;
	margin: 0px 10px 10px 10px;
	clear:both;
	float: left;
	display:inline;
}

#navcontainer ul
{
	float: left;
	border: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display:block;
	float:left;
	text-align:center;
}

#navcontainer ul li a
{
	padding-top:3px;
	background: #827B60;
	width: 118px;
	height: 24px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #000;
	color: #FFF8C6;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.0em;
}

#navcontainer ul li a:hover
{
	color: #827B60;
	background: #FFF8C6;
}

#navcontainer a:active
{
	background: #E8E5C6;
	color: #000;
}

#navcontainer li#active a
{
	background: #E8E5C6;
	color: #000;
}

/*search bar*/
form, label, input, select, textarea
{
	font-size : 0.9em;
}

#searchForm
{
	overflow:auto;
}

#leftfieldset
{
	width : 250px;
	padding : 4px;
	float: left;
	clear: left;
	min-height:130px;
}

#leftfieldset div
{
	padding: 3px;
	clear:both;
}

#leftfieldset label
{
	float: left;
}

#leftfieldset select, #leftfieldset input
{
	float: right;
}

#centerfieldset
{
	float: left;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	padding : 4px;
	text-align: right;
	width:310px;
	min-height:130px;
}

#centerfieldset div
{
	padding: 3px;
	clear:both;
}

#centerfieldset label
{
	float: left;
}
#centerfieldset select
{
	float: right;
}

#rightfieldset
{
	float: left;
	clear:right;
	padding: 4px;
	text-align: right;
	width:334px;
	min-height:130px;
}

.rightfield
{
	padding: 3px;
}

.dayinput
{
	min-width: 40px;
}

.monthinput
{
	min-width: 55px;
}

.yearinput
{
	min-width: 60px;
}

#submitdiv
{
	border-top: 1px dashed #000;
	text-align:center;
	padding-top:12px;
}
	
/*results*/
#resultsHeader
{
	margin:15px 10px 0px 10px;	
}

#resultsHeader h1
{
	font-size:1.4em;
}

#rowcount
{
	margin: 10px 0px;
	font-size: 0.8em;
	float:left;
}

.mainrow1
{
	background-color:#E8E8D8;
	padding:5px 0px 0px 10px;
	font-size:0.8em;
}

.mainrow2
{
	background-color:#E8E5C6;
	padding:5px 0px 0px 10px;
	font-size:0.8em;	
}

.subrow
{
	clear: left;
	margin-right:5px;
}

.subrowbottom
{
	clear: left;
	margin-bottom:10px;
}

.itemleft
{
	float: left;
	margin-right: 20px;
}

.itemright
{
	float: right;
}

.tourname
{
	float: left;
	margin-right: 20px;
}

.resultslogo
{
	float: right;
	clear: right;
	border: 1px solid #000;
	margin: 5px;
}

.resultslogo a img
{
	border:0;
}

a
{
	color:Navy;
    font-weight:bold;
}

a:hover
{
    text-decoration: underline;
}

#noresults
{
	height:270px;
	width:280px;
	margin-top:80px;
	padding: 20px 30px;
	text-align:center;
}

.resultsMainAd
{
	float: right;
	clear: right;
	
	margin: 10px 10px 20px 30px;
}

#sortForm
{
	float:right;
	clear:right;
	font-size:1em;
}

#searchPageLinks
{
	margin-left:10px;
}

#searchPageLinks a
{
	text-decoration: underline;
}

/*tour details*/
.detailspic
{
	float: right;
	clear: right;
	border: 1px solid #000;
	margin: 10px 10px 20px 10px;
}

.detailspic a img
{
	border:0;
}

.detailslinkimg
{
	border:0;
	vertical-align:middle;
}

#detailsLeftTopAd
{
	margin: 10px;
}

#detailsMainAd
{
	float: right;
	clear: right;
	margin: 0px 10px 15px 10px;
}
#detailsWeather
{
	float: right;
	clear: right;
	width: 200px;
	margin: 20px 0px 25px 40px;
	font-size:0.8em;
}

.detailstourop
{
	float: right;
	margin: 0px 10px;
}

.detailstitle
{
	margin: 20px 15px;
}

.detailstitle h1
{
	font-size:1.2em;	
	float:left;
	margin-right:20px;
	width:300px;
}

.detailscontent
{
	clear: left;
	margin: 5px 15px;
	font-size: 0.9em;
}

#nodates
{
	height:50px;
}

#pricetable
{
	clear: left;
	font-size: 0.9em;
	border-collapse:collapse;
	border-top: solid 10px #fff;
	border-right: solid 10px #fff;
	border-bottom: solid 10px #fff;
}

.pricerowhead
{
	font-weight:bold;
	padding: 5px;
	background-color:#E8E5C6;
}			

.pricerow1
{
	padding: 5px;
	background-color:#E8E5C6;
}

.pricerow2
{
	padding: 5px;
	background-color:#E8E8D8;
}

#pricetable td
{
	padding: 0px 15px;
}

#detailsAds
{
	padding:10px;
}
/*home*/
.featuredTour
{
	float: right;
	clear:right;
	width:468px;
	font-size:0.9em;
	background-color:#E8E5C6;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin:15px 0px 20px 15px;
}

#featuredTitle
{
	font-size:1em;	
	margin: 5px 10px;
	color: Navy;
}

.featuredcontent
{
	margin: 2px 10px;
	font-size: 0.9em;
}

/*contact*/
#contactIntro
{
	margin:20px;
	font-size:0.9em;
}
#contactIntro h1
{
	font-size:1.5em;
}

#contactIntro p
{
	margin-bottom: 10px;
}

#contactForm
{
	margin:20px;
	height:300px;
	font-size:0.9em;
	position:relative;
}

#contactForm label
{
	display: block;
	margin: 10px 0px;
}

#contactForm input, #contactForm textarea
{
	position: absolute;
	left: 160px;
}

#contactForm textarea
{
	width:400px;
	height:150px;
}

#contactSubmit
{
	top: 250px;
}

#contactRequired
{
	font-size:0.7em;
	float:right;
	margin-right:20px;
}

#contactSubmission
{
	margin: 60px;
	height:200px;
}

#contactSubmission p
{
	margin: 20px;
}

/*about*/
.aboutpic
{
	float:right;
	clear: right;
	border: 1px solid #000;
	margin: 15px 12px 5px 15px;
}

#abouttext
{
	margin: 10px;
	font-size:0.85em;
}

#abouttext h1
{
	font-size:1.6em;
}

#abouttext p
{
	margin: 10px 0px;
}

/*links*/
#linksintro
{
	font-size:0.82em;
	margin: 20px 15px;
}

#linksintro h1
{
	font-size:1.8em;
}

ul.linksList
{
	font-size:0.82em;
	margin: 10px 5px;
	display: block;
	list-style-type:none;
}

ul.linksList li
{
	display: block;
	padding: 5px 10px;
	list-style-type:none;
}

.linksAds
{
	padding:10px;
}

/*sitemap*/
#sitemapMain
{
	margin: 20px;
	font-size: 0.75em;
	
}

#sitemapMain a
{
	text-decoration:none;		
}

#sitemapMain a:hover
{
    text-decoration: underline;
}


#sitemapMain ul
{
	list-style-type:none;	
}

/*mapsearch*/
#mapHeader
{
	margin:15px 10px 30px 10px;	
	font-size:0.9em;
}

#mapHeader h1
{
	font-size:1.5em;	
}

#mapimg
{
	border:none;
}

/*tours*/
#toursdefault
{
	margin:20px;
	font-size:0.82em;
}

#toursdefault h1
{
	font-size:2.5em;
}

#toursdefault ul
{
	list-style-type:none;	
}

#toursdefault .linksdiv, #toursdefault .linksmiddlediv
{
	padding-bottom:40px;
}

#toursimages
{
	white-space: nowrap;
	float:right;
	clear: right;
	margin-left:10px;
}
	
.tourspic
{
	border: 1px solid #000;
	margin: 5px 10px 5px 0px;
}

/*trip planning*/
#planningtext
{
	margin: 20px;
	font-size:0.85em;
}

.planningpic
{
	float:right;
	clear: right;
	border: 1px solid #000;
	margin: 15px 15px 5px 15px;
}

