/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Teal			#2dc6c7
Deep Green		#4f8182
Super-light OJ	#f3e0c3
Light Orange	#e8c288
Deep Orange		#ffa218

-------------------------------------------------------*/

/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #f3e0c3;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#container {
	background: url(../images/layout/container-bg.jpg) center top repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 980px;
}
	
#mast {
	background: url(../images/layout/mast-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 120px;
	width: 980px;
}

#header {
	clear: both;
	float: left;
	height: 310px;
	overflow: hidden;
	width: 980px;
}
	
#nav {
	background: url(../images/layout/nav-bg.jpg) center;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 980px;
}
	
#content {
	clear: both;
	display: inline;
	float: left;
	margin: 0 40px;
	width: 900px;
}
	
#footer {
	background: url(../images/layout/footer-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 90px;
	padding-top: 35px;
	text-align: center;
	width: 980px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

h1 {
	color: #4f8182;
	font-size: 1.5em;
	margin: 7px auto 6px auto;
}

h2 {
	background: #4f8182;
	color: #fff;
	font-size: 1.3em;
	margin: 10px auto;
	padding: 4px 10px;
}

h3 {
	color: #4f8182;
	font-size: 1.1em;
	margin: 15px auto -8px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #4f8182;
	font-weight: bold;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}

label {
	display: inline-block;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}

q {

}

/*-------------------------------------------------------
	#mast
-------------------------------------------------------*/

.logo-link {
	display: inline;
	float: left;
	height: 100px;
	margin-top: 20px;
	margin-left: 30px;
	text-indent: -999em;
	width: 460px;
}

#mast .contact-info {
	display: inline;
	float: right;
	height: 100px;
	margin-top: 20px;
	margin-right: 30px;
	text-align: right;
	width: 460px;
}

#mast .contact-info h1 {
	margin: 0;
}

#mast .contact-info h2 {
	background: none;
	color: #333;
	font-size: 11pt;
	margin: 0 0 -10px 0;
}

/*-------------------------------------------------------
	#nav
-------------------------------------------------------*/

#nav * {
	list-style: none;
	margin: 0;
	padding: 0 ;
}

#nav ul {
	margin: 0 20px;
	width: 940px;
}

#nav li {
	float: left;
}

#nav a {
	color: #fff;
	display: block;
	font-size: 11pt;
	text-shadow: 0.1em 0.1em 0.05em #333;
	padding: 0 21px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav ul li:first-child a {
	padding: 0 23px 0 24px;
}

#nav a:hover {
	background: #4f8182;
}

#nav a.down {
	background: #006600;
	cursor: default;
}

/*-------------------------------------------------------
	#contact-form
-------------------------------------------------------*/

#contact-form * {
	list-style-type: none;
}

#contact-form {
	border: solid 1px #4f8182;
	float: right;
	margin-right: 80px;
	margin-left: auto;
	padding: 10px 10px 25px 10px;
	text-align: left;
	width: 330px;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
}

#contact-form input, #contact-form textarea {
	border: 1px solid #4f8182;
	padding: 3px;
}

#contact-form #submit {
	background: #4f8182;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	margin-top: 25px;
	text-shadow: 0 0 .2em #333;
	text-transform: uppercase;
}

#contact-form h1 { 
	background: #4f8182;
	color: #fff;
	clear: both;
	font-size: 14pt;
	margin: -10px -10px 5px -10px;
	padding: 5px;
	text-align: center;
	text-shadow: 0 0 .2em #333;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}



/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#content img {
	border: 1px solid #4f8182;
	margin: 3px;
	padding: 2px;
}

#content img.quote {
	border: none;
	margin: 0;
	padding: 0;
}

#content .float-r {
	float: right;
	margin: 0 0 10px 20px;
}

#content .float-l {
	float: left;
	margin: 0 10px 20px 0;
}

#content .float-c {
	display: block;
	text-align: center;
}

.caption {
	color: #333;
	font-size: .8em;
	margin: 0 10px;
}

.w-300 {
	width: 300px;
}

.one-third {
	display: inline;
	float: left;
	margin: 10px;
	width: 280px;
}

.attraction {
	float: left;
	margin: 10px;
	width: 430px;
}

.attraction-group {
	clear: both;
	float: left;
	width: 900px;
}

.attraction-group h2 {
	clear: both;
}

.testimonial {
	background: #fdf9f3;
	border: 1px solid #e8c288;
	margin: 25px 100px;
	padding: 0 10px;
}

.testimonial h3 {
	margin: 5px auto;
}

#content .contact-info {
	text-align: center;
}

#content .contact-info label {
	width: 50px;
}

.hours {
	text-align: center;
}

.hours label {
	width: 180px;
}

.rates-table {
	border: 1px solid #666;
	margin: 10px auto;
	width: 500px;
}

.rates-table th, .rates-table td {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 3px;
	text-align: center;
	vertical-align: top;
	width: 25%;
}

.rates-table th {
	background: #ffa218;
	color: #fff;
	text-shadow: 0 0 .1em #333;
}

.rates-table caption {
	color: #666;
	font-size: .9em;
	text-align: center;
}

.gallery, .gallery * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery li {
	float: left;
	height: 250px;
	margin-bottom: 15px;
	text-align: center;
	width: 300px;
}

.gallery span {
	display: block;
	height: 200px;
}

.gallery img {
	width: 275px;
	max-height: 190px;
}

.center {
	text-align: center;
}

.dei {
	font-size: .9em;
	font-weight: normal;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

