@charset "utf-8";

body {
	font-size: 1.0em;
}

#header {
	height: 225px;
	background-image: url(../images/cloud.jpg);
	background-repeat: repeat-x;
}

#header #banner {
	width: 960px;
	margin: 0px auto 0px auto;
}

#header #buttons {
	float:left;
	height:225px;
	width:100px;
	text-align: center;
}

.top10px {
	margin-top: 10px;
}

.top15px {
	margin-top: 15px;
}

.top20px {
	margin-top: 20px;
}

.top40px {
	margin-top: 40px;
}

.top50px {
	margin-top: 50px;
}

#logo {
	width: 225px;
	height: 225px;
	float: left;
}

#torso {
	background-image: url(../images/containerBG.gif);
	clear:both;
	padding-bottom: 15px;
}

#text-top {
	background-image: url(../images/text-top.png);
	width: 960px;
	height: 30px;
	margin: 0px auto 0px auto;
	clear: both;
}

#text-bottom {
	background-image: url(../images/text-bottom.png);
	width: 960px;
	height: 30px;
	clear: both;
	margin: 0px auto 0px auto;
}

#gridContainer {
	background-image: url(../images/text-body.png);
	margin: 0px auto 0px auto;
	padding: 20px 0 20px 0;
	width: 960px;
	overflow: hidden;
	min-height: 450px;
	color: #000;
}

.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}

#gridContainer .shadow {
	margin-top: -25px;
}

#footer {
	width: 100%;
	margin-top: 20px;
	text-align:center;
	color:#000;
	overflow: hidden;
	font-size: .7em;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 15px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #6a6a6a;
}

#designLink {
    color:#888;
}

#designLink a {
	color:#888;
	font-weight: bold;
	text-decoration: none;
}

#designLink a:hover {
	color: #6a6a6a;
}

/* -----[ imageMenu ]----- */

#imageMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	float: right;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	margin: 0px;
}

#imageMenu ul li {
	float: left;
	margin: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 118px;
	height: 200px;
	margin: 0px;
}

#imageMenu ul li.about a {
	background: url(../images/about.jpg) repeat scroll 0%;
}

#imageMenu ul li.tours a {
	background: url(../images/tours.jpg) repeat scroll 0%;
}

#imageMenu ul li.transportation a {
	background: url(../images/transportation.jpg) repeat scroll 0%;
}

#imageMenu ul li.custom a {
	background: url(../images/custom.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(../images/contact.jpg) repeat scroll 0%;
}

div.about, div.tours, div.transportation, div.custom, div.contact {
}

div.hide {
	display: none;
	clear: both;
}

div.show {
	display: block;
	clear: both;
}

div.center-text {
	text-align: center;
}

#torso a {
	font-weight: bold;
	text-decoration: none;
	color: #4a82cd;
}

#torso a:hover {
	font-weight: bold;
	color: #2e61a7;
	text-decoration: none;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4a82cd;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4a82cd;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4a82cd;
}

div.testimonial {
	width: 430px;
	margin: 0 0 15px 0;
	padding: 15px 10px 0px 15px;
	border: 2px solid #4a82cd;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

span.quote {
	font-style:italic;
}

small {
	font-size:.5em;
}

div.specialEvent {
	border: 1px dashed #999;
	padding: 5px;
	margin-bottom: 10px;
}

div.specialEvent .eventTitle {
	font-size: 1.2em;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
}

div.specialEvent .eventDetails {
	padding: 0;
}
