@charset "utf-8";

/* Global Stylesheet */
/* Developed by InMotion */


/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

@import url(nav.css);

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html {
	font: 62.5%/1.25 arial, helvetica, sans-serif;
}
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: #54641b url(../_img/page_bg2.gif) repeat-x top center;
}
p {
	margin: 8px 0; 
}

/* --------------------------------------- */
/* --( Global Classes )-- */
/* --------------------------------------- */

	/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

	#main_container {
		width: 911px;
		margin: 0 auto;
		background: url(../_img/content_bg2.gif) no-repeat top;
		min-height: 600px;
		height: auto !important;
		height: 600px;
	}
	
	#wrap {
		margin: 0 auto;
		background: url(../_img/wrap_bg.gif) repeat-y top center;
	}
/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

	/* --( Logo )-- */
		#header h1 {
			margin: 0;
			padding: 0 0 0 22px;
			float: left;
		}
		#header h1 a {
			display: block;
			width: 239px;
			height: 82px;
			text-indent: -3000px;
			background: url(../_img/head_logo3.gif) no-repeat;
		}
		
	/* --( Phone Number )-- */
		#header p {
			display: block;
			padding: 25px 17px 0 0;
			margin: 0;
			float: right;
			color: #96A652;
			text-align: right;
			font: 1.2em Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			font-style: italic;
			letter-spacing: .13em;
		}
		#header p a {
			color: #96A652;
			text-decoration: none;
		}
		#header p a:hover {
			text-decoration: underline;
		}
		
	/* --( Main Navigation )-- */
		#nav {
			margin: 0;
			padding: 0;
			width: 100%;
		}
		#nav ul,
		#nav ul li {
			margin: 0;
			padding: 0;
		}
		#nav ul {
			display: block;
			float: right;
			clear: right;
			padding: 0 44px 0 0;
			margin-top: -3px; 
		}
		#nav ul li {
			list-style: none;
			display: inline;
		}
		#nav ul li.normal_link a {
			display: block;
			float: left;
			width: 103px;
			text-align: center;
			padding: 13px 0 5px;
			color: #96A652;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg2.jpg);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			text-decoration: none;
		}
		#nav ul li.normal_link a:hover {
			background-position: -103px 0px;
		}
		#nav ul li.guides a {
			display: block;
			float: left;
			width: 183px;
			text-align: center;
			padding: 13px 0 5px;
			color: #96A652;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg_guides.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#nav ul li.guides a:hover {
			background-position: -183px 0px;
		}		
		#nav ul li.where a {
			display: block;
			float: left;
			width: 186px;
			text-align: center;
			padding: 13px 0 5px;
			color: #96A652;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg_where2.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#nav ul li.where a:hover {
			background-position: -186px 0px;
		}
		#nav ul li.tours a {
			display: block;
			float: left;
			width: 134px;
			text-align: center;
			padding: 13px 0 5px;
			color: #96A652;
			font: 1.2em Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			background-image: url(../_img/nav_bg_tours2.jpg);
			background-repeat: no-repeat;
			text-decoration: none;
		}
		#nav ul li.tours a:hover {
			background-position: -134px 0px;
		}
		/* --( Drop Down )-- */
			#nav ul li ul {
				background: #FFFFFF;
				border: 1px solid #CCCCCC;
			}
			#nav ul li ul li {
				border-bottom: 1px solid #CCCCCC;
			}
			#nav ul li.about_us ul {
				width: 100px; /* Define dropdown width */
			}
			#nav ul li.about_us ul li a {
				width: 92px; /* Subtract link padding L&R from dropdown width */
			}
			#nav ul li ul li a {
				width: auto;
				text-align: left;
				padding: 4px;
				color: #00add8;
				font: 1em Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				background: transparent;
				text-decoration: none;
			}
			#nav ul li ul li a:hover {
				background: #998d7a;
				color: #FFF;
			}
			#nav ul li:hover ul, /* pure CSS hover is removed below */
			#nav ul li.sfHover ul {
				top: 35px;
			}
		
/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

	#content {
		width: 620px;
		float: left;
		padding: 15px 0 0 17px;
	}
	#content .img {
		margin: 0;
	}
	#content h2 {
		font: 1.8em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #96A652;
	}
	#content h3 {
		font: 1.5em "Times New Roman", Times, serif;
		font-weight: normal;
		color: #666666;
	}
	#content p {
		line-height: 1.5em;
	}
	#content p .green {
		color: #96A652;
	}
	#content p strong {
		color: #808080;
	}
	#content .sep {
		display: block;
		height: 21px;
		margin: 10px 0;
		background: url(../_img/para_sep.gif) no-repeat center;
	}
	
/* --------------------------------------- */
/* --( Testimonials )-- */
/* --------------------------------------- */

	#testimonials {
		width: 248px;
		float: right;
		background-image: url(../_img/testimonial_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		min-height: 295px;
		height: auto !important;
		height: 295px;
		padding: 3px 11px 0 0;
	}
	#testimonials h3 {
		display: block;
		margin: 0;
		padding: 19px 0;
		text-indent: -3000px;
	}
	#testimonials p {
		padding: 0 17px;
		line-height: 1.5em;
	}
	#testimonials p.name {
		text-align: right;
		font-size: .9em;
	}
	
/* --------------------------------------- */
/* --( Feature )-- */
/* --------------------------------------- */

	#feature {
		width: 248px;
		float: right;
		clear: right;
		padding: 7px 11px 0 0;
		background-repeat: no-repeat;		
		background-position: 0px 7px;
		min-height: 157px;
		height: 157px;
	}
	#feature h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #415302;
		font-weight: normal;
		margin: 0;
		padding: 8px 0 8px;
	}
	#feature h3 a {
		color: #415302;
		text-decoration: underline;
	}
	#feature h3 a:hover {
		color: #FFFFFF;
	}
	#feature p {
		
		padding: 0 20px;
		line-height: 1.5em;
	}
	
/* --------------------------------------- */
/* --( Side Vertical Buttons )-- */
/* --------------------------------------- */

	.side_buttons {
		width: 248px;
		float: right;
		clear: right;
		padding: 7px 11px 0 0;
		background-repeat: no-repeat;
		background-position: 0px 7px;
		background-image: url(../_img/resources_bg.gif);
		height: 39px;
	}
	.side_buttons h3 {
		display: block;
		text-align: center;
		font: 1.7em "Times New Roman", Times, serif;
		color: #415302;
		font-weight: normal;
		margin: 0;
		padding: 8px 0;
	}
	.side_buttons h3 a {
		color: #415302;
		text-decoration: underline;
	}
	.side_buttons h3 a:hover {
		color: #FFFFFF;
	}
	
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

	#footer {
		clear: both;
		display: inline-block;
		width: 100%;
		background-color: #54641b;
		background-image: url(../_img/footer_bg2.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding: 36px 0 0 0;
	}
	#footer p {
		text-align: center;
		font-weight: bold;
		color: #c3cc9a;
		font-size: .95em;
		margin: 0;
		padding: 8px 0 0;
	}
	#footer p a {
		color: #c3cc9a;
		text-transform: uppercase;
		text-decoration: none;
	}
	#footer p a:hover {
		text-decoration: underline;
		color: #dbe5ae;
	}
	#footer p.credit a {
		color: #8f9d53;
		text-decoration: underline;
		text-transform: none;
	}