@charset "UTF-8";
/* CSS Document */

@import url("/stylesheets/cmxform.css");

* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */


body{
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('/images/bg.gif') repeat;
	color: #000000;
}

.tours-link {
  font-size: 13px;
}

/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 1.6em;
	color: #000000;
}

h2 { 
	font-size: 1.4em;
	color: #64944A;
}

h3 { 
	font-size: 1.3em; 
	color: #9ac185;
}

h4 { 
	font-size: 1.2em; 
	color: #777777;
}

h5 { 
	font-size: 1.1em; 
	color: #a0a0a0;
}

p { 
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, p, ul, ol { margin-bottom: 15px; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #cccccc;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #cccccc;
	clear: right;
}

ul { 
	list-style-type: disc;
	margin-left: 30px;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('/images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #006838;
	text-decoration: none; 
}

a:hover { 
	color: #666666; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

span.mailto { 
	text-decoration: dashed; 
	color: #2c85bc; 
}
 
a.mailto { 
	color: #2c85bc;
	text-decoration: none; 
}
   
a.mailto:hover { 
	color: #2c85bc;
	text-decoration: underline; 
} 

a.back {
	height: 20px;
	display: block;
	text-align: right;
	border-bottom: 1px dashed #cccccc;
}

a:hover.back {
	color: #2c85bc; 
	text-decoration: underline; 
}

dl {}

dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #ff8f93; 
}

dd {
	line-height: 1.6em;
	margin-bottom: 15px;
}


/*-----------------------
Container
----------------------*/
#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 222px;
}

/*-----------------------
Header
----------------------*/
.header {
	height: 199px;
	width: 900px;
	background-color: #F5F5F5;
	background-image: url('/images/header1.png');
}


/*-----------------------
Nav
----------------------*/
div#nav {
	height: 28px;
}

div#nav ul { 	
	list-style-type: none;
	margin: 0;
}

div#nav ul li {
	display: block;
	float: left;
}

div#nav ul li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 28px;
}

div#nav ul li#home a {
	width: 147px;
	background: url('/images/nav/home.gif') 0 0 no-repeat;
}

div#nav ul li#about a {
	width: 150px;
	background: url('/images/nav/about.gif') 0 0 no-repeat;
}

div#nav ul li#tours a {
	width: 150px;
	background: url('/images/nav/tours.gif') 0 0 no-repeat;
}

div#nav ul li#accommodation a {
	width: 152px;
	background: url('/images/nav/accommodation.gif') 0 0 no-repeat;
}

div#nav ul li#vehicles a {
	width: 151px;
	background: url('/images/nav/vehicles.gif') 0 0 no-repeat;
}

div#nav ul li#contact a {
	width: 150px;
	background: url('/images/nav/contact.gif') 0 0 no-repeat;
}


/* -- Rollover -- */
div#nav ul li#home a:hover,
div#nav ul li#about a:hover,
div#nav ul li#tours a:hover,
div#nav ul li#accommodation a:hover,
div#nav ul li#vehicles a:hover,
div#nav ul li#contact a:hover {
	background-position: 0 -28px !important;
}

/* -- Active -- */
div#nav li a:hover.home, 
body.home1 div#nav li#home a,
body.about div#nav li#about a,
body.tours div#nav li#tours a,
body.accommodation div#nav li#accommodation a,
body.vehicles div#nav li#vehicles a,
body.contact div#nav li#contact a.contact {
	background-position: 0 -28px !important;
}


/*-----------------------
Content
----------------------*/
div#content {
	width: 900px;
	height: auto;
	background: url('/images/bg-content.gif') top center repeat-y;
	font-size: 1.1em;
	position: relative;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-- left content --*/
#left-content {
	width: 191px;
	float: left;
}

/*-- right content --*/
#right-content {
	width: 449px;
	float: left;
	padding: 30px 20px;
}

#right-content1 {
	width: 660px;
	float: left;
	padding: 30px 20px;
}

#right-box {
 width: 220px;
 float: left;
 padding: 30px 0 0 0;
}

#right-info {
	width: 181px;
	padding-top: 15px;
}

#left-list {
	width: 300px;
	float: left;
}

.holder {
	float: left;
	margin: 10px;
}

.scroll-pane1,
.scroll-pane2,
.scroll-pane3,
.scroll-pane4,
.scroll-pane5,
.scroll-pane6 {
	width: 650px;
	overflow: auto;
	background: #ffffff;
	float: left;
	height: 340px;
	padding-right: 10px;
}



/*-----------------------
Footer
----------------------*/
#footer { 
	width: 900px;
	margin: 0 auto;
}

#footer-box {
	width: 700px;
	color: #666666;
	padding: 5px 0 0 195px;
	position: relative;
}

#flare {
	width: 477px;
	height: 181px;
	background: url('/images/bg-flare.png') no-repeat;
	position: absolute;
	top: -54px;
	right: -220px;
}

#footer-links {
	width: 600px;
	float: left;
}

#footer-links a {
	color: #666666;
	text-decoration: none;
}

#footer-links a:hover {
	color: #006838;
	text-decoration: underline;
}

#wflogo {
	width: 100px;
	float: left;
}


/*-----------------------
Misc
----------------------*/
div#breadcrumb {
	height: 30px;
	margin-bottom: 1.5em;
}

div#breadcrumb a { 
	color: #006838;
	text-decoration: none; 
}

div#breadcrumb a:hover { 
	color: #666666; 
	text-decoration: underline; 
}


/* ---- slideshow ----*/
.header #slideshow {
	background-image: url('/images/header1.png');
	background-color: #F5F5F5;
	height:199px;
}

#slideshow {
	width: 200px;
	height: 181px;
}

#slideshow img { 
	display: none; 
	border: 0; 
}
#slideshow img#first { display: block; }
.home {
	clear: right;
	float: left;
}


/* ---- gallery ---- */
div#gallery { 
	width: 300px; 
	float: left;
	background: red;
}

div#gallery ul.gallery-list {
	list-style-type: none;
}

div#gallery ul li {
	display: inline;
	padding: 0 10px;
	float: left;
}

div#gallery ul li a img {
	border: 5px solid #be714e;
}

div#gallery ul li a:hover img {
	border: 5px solid #fbb054;
}

div.gallery-caption {
	text-align: center;
	margin-top: 5px;
}

div.caption {
	font: 1em "Verdana";
	color: #ffffff;
	text-align: left;
	display: block;
	clear: both;
}


div.button-call {}

div.button-call a {
	display: block;
	background-color: #006838;
	color: #ffffff;
	padding: 5px;
	width: 70px;
	text-align: center;
	font-weight: bold;
}

div.button-call a:hover {
	background-color: #666666;
	text-decoration: none;
}

ul#list-gallery {
	list-style-type: none;
	margin: 0;
	width: 520px;
}
ul#list-gallery li {
	float: left;
	padding: 0 20px 15px 0;
	width: 140px;
	height: 220px;
}

div.button-back {
	margin-bottom: 15px;
}

div.button-back a {
	display: block;
	background-color: #006838;
	color: #ffffff;
	padding: 5px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

div.button-back a:hover {
	background-color: #666666;
	text-decoration: none;
}

