body {
	background-image: url(images/page_background.jpg);

	background-repeat:no-repeat;
	background-position : top center;
	background-attachment : fixed;
	
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#666;
	margin:0px;
	background-color:#fff;
	
}
a:focus {
	outline: none;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#2b529c;
text-decoration:none;
}
a:hover {
color:#111;
text-decoration:none;
}

/* Slideshow
----------------------------------------------------------------------------------------------------*/
#slideshow {
    position:relative;
    height:350px;
    width : 700px;
z-index: 1;}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 22px;
	letter-spacing:-1px;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	letter-spacing:-1px;
}
.top_heading { font-size : 22px; 	font-weight:bold;
}

h3 {
	font-size: 18px;
	letter-spacing:-1px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {

	list-style-type: square;

}

li {
	margin-left: 10px;

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	
}

/* NavItems
----------------------------------------------------------------------------------------------------*/
.home, .trips, .schedule, .pricing, .res, .prep, .contact_nav, .meet {
	text-indent : -999px;
	overflow : hidden;
}

.home {	background-image: url(images/nav/home.gif); }
.home:hover {background-image: url(images/nav/home_up.gif); }

.trips {	background-image: url(images/nav/trips.gif); }
.trips:hover {background-image: url(images/nav/trips_up.gif); }

.schedule {	background-image: url(images/nav/schedule.gif); }
.schedule:hover {background-image: url(images/nav/schedule_up.gif); }

.pricing {	background-image: url(images/nav/pricing.gif); }
.pricing:hover {background-image: url(images/nav/pricing_up.gif); }

.res {	background-image: url(images/nav/res.gif); }
.res:hover {background-image: url(images/nav/res_up.gif); }

.prep {	background-image: url(images/nav/prep.gif); }
.prep:hover {background-image: url(images/nav/prep_up.gif); }

.contact_nav {	background-image: url(images/nav/contact.gif); }
.contact_nav:hover {background-image: url(images/nav/contact_up.gif); }

.meet {	background-image: url(images/nav/meet_up.gif); }
.meet:hover {background-image: url(images/nav/meet.gif); }
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 20px 20px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 20px 10px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #ccc;
	background-color:#eee;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-right:3px solid #ccc;
	font-size:12px;
	color:#555;
	
}
.vspace{
height:40px;
}

/* Genral style
----------------------------------------------------------------------------------------------------*/

/*Image borders*/
.thumbnail-border{
border:1px solid #eee;
padding:2px;
}
.biggerimg-border{
border:1px solid #eee;
padding:8px;
margin-bottom:20px;
}
/*horizontal divider line*/
.h-divider{
	background-image: url(images/h-divider.png);
	background-repeat: no-repeat;
	background-position: center center;	
	height:39px;
}

/*view more button style*/
a.view-more{
	background-image: url(images/view-more.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
a.view-more:hover{
	background-image: url(images/view-more-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/*view more button style for alternate home page*/
a.view-more2{
	background-image: url(images/view-more1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
a.view-more2:hover{
	background-image: url(images/view-more1-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/*home page title icons for h3*/

h1.page-title{
color:#336699;

}

.title-info{
background:#fff;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
padding:10px 0;
margin:10px 0 20px 0;
}

h3{
color:#000;

}
/* icons for home page titles*/
h3.title-icon1{
	background-image: url(images/globe.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:40px;

}
h3.title-icon2{
	background-image: url(images/presentation.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:40px;
}
h3.title-icon3{
	background-image: url(images/dollar.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:40px;
}
/*header*/
#header{
height:124px;
width : 960px;
margin:15px auto 0 auto;
padding : 0 10px;
background-image: url(images/header_bg.jpg);
display:block;
}

.logo{
float:left;
margin : 0 0 0 10px;
}

.logo h3 {margin : 0px;}

.contact-topright{
float:right;
margin:5px 20px 0 0 ;
width:auto;
}

.book {	background : url(images/book_bg.gif) no-repeat;
background-position : left;
color : #237ead;
line-height : 34px; padding : 0 0 0 120px;}

.book:hover {background : url(images/book_bg_hover.gif) no-repeat; color : #33657e;}

/*left navigation*/
ul.navigation{
}

	ul.navigation li{
	margin-left:0px;
	list-style-type:none;
	}
	
	
.mid-wrapper{
	background-image: url(images/h-divider-wide.png);
	background-color : #fff;
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
	float:left;
	padding:10px 0 ;
	width:auto;

}

/*---------------------slider--------------------*/

.slider-frame{
	width:700px;
	height: 400px;
	background-image: url(images/shadow-slider.png);
	background-repeat: no-repeat;
	margin-bottom:10px;	
}

/*table data style*/

table.table-data {
color:#666;
}

table.table-data th{
background-color:#dedede;
padding:3px 5px;
border:1px solid #eee;
color:#111;

}
table.table-data td{
background-color:#f9f9f9;
border:1px solid #eee;
padding:3px 5px;
text-align:center;

}

/*gallery  style*/
ul.gallery {
	margin:0px;
	padding:0px;
	list-style:none;

}
	ul.gallery li{
		list-style:none;
		margin:0px;
	
	}
	
		

/* sidebar section elements style
----------------------------------------------------------------------------------------------------*/
.tm-section{
margin:20px 0;

}

	.tm-section p.quote{
		background-image: url(images/testimonial-quote.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-color : #f9f9f9;
		border-bottom : 1px solid #e5e5e5;
		padding: 10px 20px 10px 10px;
		font-size:11px;
		color:#999;
		
	}

ul.follow-us{
list-style:none;
	
}
	ul.follow-us li{
	margin:0px;
	padding:3px 0;
	}
		li.facebook{
			background-image: url(images/facebook.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:16px;
		}
		li.twitter{
			background-image: url(images/twitter.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:16px;
		}
		 li.rss{
			background-image: url(images/rss.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left:16px;
		}

/*Right column / section*/

#right-column{	
	background-image: url(images/v-divider.png);
	background-repeat: repeat-y;
	background-position: 20px top;

}

/*blog*/
.post h3{

}
.post small{
margin:0;
padding:0px;
}

.entry p{
margin:10px 0;
}

.post {
margin-bottom:30px;
float:left;
width:auto;

}

.navigation a{
border:1px solid #eee;
padding:5px;
background-color:#f9f9f9;
font-weight:bold;
width:50px;
height:50px;
}
.navigation a.current{
background-color:#777;
color:#fff;

}


/*portfolio 2*/

.portfolio-2{
margin-bottom:30px;
float:left;
width:auto;
}


/*Contact form  style*************************************************************/

#column1 input{
	padding:2px 5px;
	border:1px solid #ccc;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	height:20px;
	width:150px;
	background-color:#eee;


}

textarea{
	width: 20em;
	padding:2px 5px;
	border:1px solid #ccc;
	background-image: url(images/grad-strip.jpg);
	background-repeat: repeat-x;
	background-color:#eee;




}
 .submit {
	border:none;	
	width:83px;
	height:23px;	
	background-image:none;
	
	
}

.red {
	color:red;
	font-weight:700;
}
.form-col1 {
	
	width:150px;	
	float:left;
	display:block;
	text-align:left;
	font-weight:700;

}
.message {background-color:#eee;
	border:1px solid #ccc; color:#333;display:none;width:460px;padding:10px; margin-bottom:30px;}
	.contact {text-align:right;}
	.contact ul {list-style-type:none;width:390px;}
	.contact li {list-style-type:none;}
	.contact input {width:260px;}
	.contact textarea {width:260px;}


/*Footer section*/

.footer{
	padding:10px 0px;
	border-top:1px solid #ccc;
	float:left;
	width:100%;
	margin:0px 0px;
}

#footer_cap {
	background-image: url(/images/footer_cap.png);
	margin : 0 auto 100px auto;
	height: 20px;
	width: 980px;
}
	.copy{
	width:45%;
	float:left;
	
	}
	.copy p{
	margin:0px;
	}
	ul.footer-links{	
	float:right;
	width:auto;
	}

	ul.footer-links li{
	display:inline;
	margin-left:0px;		
	}

		ul.footer-links li a{
		
		padding:0px 10px;
		margin-left:0px;	
		
		}
		/*footer link active/ current page link*/
		ul.footer-links li.current a{
		color:#000;
		
		}
		
/* Reservations style */
.title-info table td { padding: 3px;}
.grid_table td {padding : 5px 8px !important;}
.grid_table {padding : 10px ; background : #f6fdff; border : 1px solid #ccc;}

.park {
	background: #fff url(/images/park_bg.png) 5px center no-repeat !important;
	padding-left: 35px !important;
}
h1 .park {
	height : 30px ; width : 28px; display : block; margin : 0 10px 0 0 ; float : left;
	padding :0px !important;
		background: transparent url(/images/park_bg.png) 5px center no-repeat !important;

}

.error { font-size : 16px; padding : 10px; font-weight : bold; background : #ff9999; border : 1px solid #cc0000; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; color : #000; }
.status {margin : 10px; }

