* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans-serif;	
}

body {
	background-color: #3E3E3E;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#container {
	width: 900px;
	margin: 15px auto;
	overflow: auto;
}


#header {
	width: 900px;
	overflow: auto;
}

#logo {
	width: 130px;
	float: left;
}

#contact {
	width: 770px;
	height: 50px;
	float: left;
	text-align: right;
}

#contact p {
	font-size: 0.85em;
	color: #fe5439;
}

#contact a {
	color: #ffffff;
	text-decoration: none;
}

#contact a:hover {
	color: #3EC6D3;
	text-decoration: underline;
}

#tagline {
	width: 730px;
	float: left;
	margin: 0 0 0 40px;
	height: 50px;
}

#tagline h1 {
	color: #ffffff;
	font-size: 1.2em;
}

#navigation {
	width: 760px;
	height: 61px;
	float: left;
	margin: 0 0 0 10px;
	background-image: url(../images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#navigation ul {
	text-align: center;
	list-style: none;
	margin: 15px 0 0 0;
	font-size: 0.95em;
}

#navigation ul li {
	border-left: 1px solid #FFFFFF;
	display: inline;
}

#navigation ul li.first {
	border-left: 0px;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px;
}

#navigation ul li a:hover {
	color: #3981fe;
	text-decoration: underline;
}

#navigation ul li a.navon {
	color: #92baff;
}



#content {
	width: 900px;
	overflow: auto;
	margin: 30px 0;
}

#features {
	width: 130px;
	float: left;
}

#subnav {
	width: 130px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/subnav-bg.gif);
}

#subnav ul {
	list-style: none;
}


#subnav ul li a {
	display: block;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	width: 100px;
	padding: 5px 15px;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#subnav ul li a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #3981fe;
}

#subnav ul li a.subnavon {
	color: #495365;
	background-color:#ffffff;
	background-image: url(../images/subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}

#subnav ul li a.subnavon:hover {
	color: #3E3E3E;
}


#subnav h4 {
	width: 130px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/subnav-top.gif);
	background-color: #424242;
}




#features .feature {
	width: 130px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#features .feature h3 {
	padding: 5px 15px;
	font-size: 0.9em;
	color: #3e3e3e;
}

#features .feature p {
	padding: 0 15px 5px 15px;
	font-size: 0.75em;
}

#features .feature a {
	color: #FFFFFF;
	text-decoration: none;
}

#features .feature a:hover {
	color: #3e3e3e;
	text-decoration: none;
}



#features .feature h4 {
	width: 130px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: top center;
}

#features .blue {
	background-image: url(../images/feature-bg-blue.gif);
}

#features .blue h4 {
	background-image: url(../images/feature-top-blue.gif);
	background-color: #424242;
}

#features .yellow {
	background-image: url(../images/feature-bg-yellow.gif);
}

#features .yellow h4 {
	background-image: url(../images/feature-top-yellow.gif);
	background-color: #424242;
}

#features .grey {
	background-image: url(../images/feature-bg-grey.gif);
}

#features .grey h4 {
	background-image: url(../images/feature-top-grey.gif);
	background-color: #404040;
}

#features img {
	padding: 0 0 5px 0;
}

#credits {
	width: 130px;
	float: left;
	margin: 10px 0 0 0;
}

#text {
	width: 730px;
	margin: 0 0 0 40px;
	float: left;
	overflow: auto;
}


#bar {
	width: 730px;
	margin: 0 0 30px 0;
	overflow: auto;
	clear: both;
}


#small-splash {
	width: 576px;
	height: 246px;
	float: left;
	background-position: center center;
	border: 2px solid #FFFFFF;
	overflow: auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#small-splash h2 {
	font-size: 1.6em;
	margin: 15px 0 0 15px;
	color: #ffffff;
	text-shadow: #000000 0 2px 2px;
}


#text h3 {
	padding: 10px;
	border: 2px solid #FFFFFF;
	background-color: #3981FE;
	width: 706px;
	font-size: 1em;
	color: #FFFFFF;
	background-image: url(../images/text-h3-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 0 1em 0;
	// text-shadow: #666666 1px 1px 1px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#text p {
	color: #CCCCCC;
	font-size: 0.85em;
	line-height: 130%;
	margin: 0 0 1em 0;
}

#text p.large-image {
	margin: 0 0 1.6em 0;
}

#text p.large-image img {
	border: 1px solid white;
}


#text p strong {
	color: #FFFFFF;
}

#text a {
	color: #3FC6D4;
	text-decoration: none;
}

#text a:hover {
	color: #3981fe;
	text-decoration: underline;
}

#text ul {
	margin: 0 0 1em 40px;
}

#text ul li {
	color: #CCCCCC;
	margin: 0 0 3px 0;
	font-size: 0.85em;
}

#text p .staff-pic {
	border: 1px solid white;
	clear: both;
	margin: 0 0 10px 10px;
	width: 60px;	
}

#text p .right-pic {
	border: 1px solid white;
	clear: both;
	margin: 0 0 10px 10px;	
}

#quicklinks {
	width: 120px;
	float: left;
	height: 250px;
	overflow: auto;
	margin: 0 0 0 30px;
}

#quicklinks h4 {
	border-bottom: 1px solid #3c3c3c;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #3981fe;
}


#quicklinks ul {
	list-style: none;
	margin: 0;
}

#quicklinks ul li {
	margin-bottom: 15px;
}


#quicklinks ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#quicklinks ul li a:hover {
	color: #3FC6D4;
	text-decoration: underline;
}


#splash {
	width: 730px;
	height: 403px;
	margin: 0 0 0 40px;
	float: left;
	background-image: url(../images/splash-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: auto;
}

#splash #picture-box {
	float: left;
	width: 726px;
	height: 350px;
	border: 2px solid #FFFFFF;
}

#splash #picture-box ul {
	width: 726px;
	height: 350px;
	overflow: hidden;
	list-style: none;
}

#splash #title {
	float: left;
	width: 270px;
	height: 40px;
}

#splash #title h3 {
	color: #FFFFFF;
	margin: 7px 0 0 20px;
	font-weight: normal;
}

#splash #tours {
	float: left;
	width: 460px;
	height: 20px;
	padding: 10px 0;
}

#splash #tours p {
	font-size: 1em;
}

#splash #tours a {
	color: #ffffff;
	text-decoration: none;
}


#splash #tours a:hover {
	color: #ffffff;
	font-weight: bold;
}












#footer {
	width: 900px;
	min-height: 50px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: auto;
}


#footer p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #3981fe;
	text-decoration: underline;
}


#legal {
	width: 235px;
	float: left;
	margin: 10px 0 0 15px;
}

#social {
	width: 400px;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
}

#commun {
	width: 235px;
	float: left;
	margin: 10px 15px 0 0;
	text-align: right;
}





#mailform input, #mailform textarea {
	padding: 10px;
	border: 1px solid #000000;
	width: 250px;
}

#mailform input#bouncer {
	display: none;
}



table.current-tours {
	margin: 0 0 30px 0;	
}

table.current-tours td {
	color: #CCCCCC;
	font-size: 0.85em;
	line-height: 130%;
	padding: 5px 0;
}

table.current-tours td.date {
	width: 125px;
}
