/* ---- Master CSS File for MTT Honduras ---- */

/* --- Colors Used ---

Tan: F2F0DF
Red: 9E0B0E
Grey: 9A9A9A
Orange: F26522
Green: 598527
Yellow: F5D74D

* --- /

/*------------------------------------------- 
UTILITIES 
-------------------------------------------*/
* {
	margin: 0;
	padding: 0;
/*	border: 1px solid #ddd; */
}

body {
	background: #fff;
	font-family: Georgia, serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

.clear {
	clear: both;
}

.clearL {
	clear: left;
}

.clearR {
	clear: right;
}

a {
	border: none;	
	color: #F26522;
	text-decoration: none;
}

a:hover {
	border:none;
	color: #F26522;
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	border: 0;
	border-bottom: 1px dotted #333;
}

input:focus, textarea:focus{
	background: #F3F3CE;
}

/*------------------------------------------- 
TEXT - GENERAL 
-------------------------------------------*/
p {
	padding-bottom: 1em;
}

h2 {
	color: #9E0B0E;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 15px;
}

h3 {
	color: #598527;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 3px;
	display: inline;
}

h3 a {
	color: #598527;
	text-decoration: none;
}

h3 a:hover {
	color: #598527;
	text-decoration: underline;
}

h4 {
	color: #9E0B0E;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	display: block;
}

.disclaimerItalic {
	color: #9E0B0E;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

/*------------------------------------------- 
MAIN STRUCTURAL DIVS 
-------------------------------------------*/
#wrapper {
	width: 996px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 130px;
	position: relative;
}

#main {
	background: #F2F0DF;
	margin-top: 10px;
}


/*------------------------------------------- 
TITLE BANNERS
-------------------------------------------*/
#titleBannerHome {
	height: 110px;
	background: url("../images/Banner_Home.jpg") no-repeat;
}

#titleBannerAbout {
	height: 110px;
	background: url("../images/Banner_About.jpg") no-repeat;
}

#titleBannerTours {
	height: 110px;
	background: url("../images/Banner_Tours.jpg") no-repeat;
}

#titleBannerContact {
	height: 110px;
	background: url("../images/Banner_Contact.jpg") no-repeat;
}


.titleBanner {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	padding-top: 35px;
	padding-left: 45px;
}

/*------------------------------------------- 
CONTACT FORM 
-------------------------------------------*/
.contactBody {
	padding-top: 20px;
	padding-left: 100px;
	float: left;
	font-size: 11px;
	line-height: 11px;
	width: 600px;
}

.contactBody h2 {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

.bottomContact {
	border-top: 1px dotted #333;
	margin-top: 5px;
	padding-top: 10px;
}

.bottomContact table {
	width: 100%;
	padding: 5px;
	background: #F8F8EE;
}

.bottomContact table tr td {
	vertical-align: top;
	width: 100px;
}

.bottomContact fieldset {
	border: none;
	padding: 0px;
}

.bottomContact fieldset legend {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
}

.bottomContact fieldset input {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.leftContactBox {
	float: left;
}

.rightContactBox {
	padding-left: 20px;
	float: left;
}

.contactBody input, .contactBody textarea {
	margin-top: 5px;
	margin-bottom: 10px;
}

.contactSide {
	padding: 20px;
	width: 25%;
	float:right;
}

/*------------------------------------------- 
TOUR ENTRY 
-------------------------------------------*/
.tourEntry {
	background: #F2F0DF;
	margin: 10px 0;
	padding: 20px;
}

.tourImage {
	width: 301px;
	float: left;
}

.tourImage img {
	border: 8px solid #fff;
}

.tourBody {
	width: 610px;
	margin-left: 35px;
	float: left;
}

.tourCopy {
	width: 400px;
	float: left;
}

.tourTitle {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

.tourTitle h2 {
	padding-bottom: 7px;
}

.departArrive {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding-bottom: 10px;
}

.tourDetails {
	width: 380px;
	background:	#F9F8EF;
	padding: 10px;
}

.col1 {
	width: 185px;
	border-right: 1px dotted #333;
	float: left;
}

.col2 {
	float:left;
	padding-left: 10px;
}


ul.inclusions {
	padding: 5px 10px;
	list-style: none outside url("../images/bullet.gif");
}

ul.inclusions li {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 3px;
	margin-left: 3px;
}

.prices {
	width: 150px;
	float: right;
}

.prices table {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	border-spacing: 5px 2px;
	border-collapse: separate;
	padding: 5px;
	margin-bottom: 15px;
}

.prices td.left {
	text-align: right;
	padding-right: 10px;
}

.prices ul {
	width: 80%;
	list-style: square outside;
	color: #9E0B0E;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	padding-left: 20px;
}

.prices ul li {
	padding-bottom: 6px;
}

/*------------------------------------------- 
SUBNAV 
-------------------------------------------*/
#subNav {
	height: 50px;
	background: #535353 url("../images/Subnav_Bground.gif") repeat-x;
}

#subNav ul {
	padding-left: 40px;
	list-style-type: none;
}

#subNav li {
	float:left;
	font-size: 14px;
	font-weight: bold;
	color: #B4B4B4;
	margin-top: 15px;
}
#subNav li a {
	color: #B4B4B4;
	text-decoration: none;
	padding: 0 5px;
}

#subNav li a:hover {
	color: #F5D74D;
	text-decoration: none;
}

.activeSubNav {
	color: #F5D74D;
	padding: 0 5px;
}

/*------------------------------------------- 
FOOTER 
-------------------------------------------*/
#footer {
	color: #9A9A9A;
	font-size: 10px;
	left: 40px;
	position: absolute;
}

/*------------------------------------------- 
LOGO 
-------------------------------------------*/
#logo {
	margin-top: 30px;
	margin-left: 40px;
	position: absolute;
}

#logo h1 {
	background: #fff url("../images/MTT_Logo.gif") no-repeat;
	text-indent: -9000px;
	width: 315px;
	height: 61px;
}

#logo h1 a {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}

/*------------------------------------------- 
MAIN NAV
-------------------------------------------*/
#nav {
	right: 25px;
	bottom: 3px;
	position: absolute;
}

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
	color: #9A9A9A;
	font-size: 14px;
}

#nav a {
	border: none;
	color: #9A9A9A;
	text-decoration: none;
}

#nav a:hover {
	border:none;
	color: #F26522;
	text-decoration: none;
}

.active_nav {
	color: #F26522;
}

.spacer {
	padding: 0 10px;
}


/*------------------------------------------- 
MAIN BODY OF SITE
-------------------------------------------*/
.bgImage {
	margin-top: -10px;
	float:right;
}

.bgImageAbout {
	margin-top: -10px;
	float:right;
	position: absolute;
	bottom: 0;
	right: 0;
}

.bodyCopy {
	width: 385px;
	padding-top: 50px;
	padding-left: 100px;
	padding-bottom: 30px;
}

