/* Clever Camper */

body, html {
	margin: 0;
	padding: 0;
	background-color: #eaeaea;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	}

#wrapper {
	position: relative;
	margin: 0 auto 10px auto;
	padding: 10px 0 20px 0;
	width: 880px;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

#nav {
	position: relative;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#navTxtCHUCK {
	position: relative;
	padding: 0 0 0 290px;
	color: #a6c8e9;
	}

#navTxt {
	float:right;
	color: #a6c8e9;
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 153px;
	clear: both;
	}

#headerLogo {
	float: left;
	width: 240px;
	height: 153px;
	background-image: url(../layout/logo.png);
	background-repeat: no-repeat;
	}

#headerContent {
	float: left;
	width: 520px;
	height: 153px;
	}

#headerSlogan {
	position: relative;
	width: 520px;
	height: 153px;
	background-image: url(../layout/header_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #a6c8e9;
	}

/*#floatright {
	float:right;
}*/

#floatright{
	float:right;
	background-image: url(../layout/booknow.gif);
	width:80px;
	height:80px;
}
#floatright:hover{
	background-image: url(../layout/booknowon.gif);
	width:80px;
	height:80px;
}

#headerSloganTxt {
	position: relative;
	padding: 0 0 0 50px; /* 28px 0 0 50px; */
	}

#movie {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 390px;
	clear: both;
	}

#movieFlash {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 390px;
	clear: both;
	}

#movieImg {
	float: left;
	width: 756px;
	height: 386px;
	border-left: 4px solid #a6c8e9;
	border-bottom: 4px solid #a6c8e9;
	}

#movieMap {
	float: left;
	width: 752px;
	height: 386px;
	border-left: 4px solid #a6c8e9;
	border-right: 4px solid #a6c8e9;
	border-bottom: 4px solid #a6c8e9;
	}

#contentWrap {
	position: relative;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#contentSlogan {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff; /* to prevent margin collapse */
	clear: both;
	}

#contentBoxMain {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 760px;
	background-image: url(../layout/header_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #a6c8e9;
	border-top: 1px solid #ffffff; /* to prevent margin collapse */
	}

#contentBoxBottom {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 30px;
	background-image: url(../layout/box_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #a6c8e9;
	}

#colofon {
	position: relative;
	width: 760px;
	margin: 0 auto;
	}

#colofonLeft, colofonRight {
	float: left;
	width: 50%;
	}

h1 {
	font-size: 1.1em;
	margin: 0 30px 0px 30px;
	}
	
p {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	margin: 10px 30px 0px 30px;
	line-height: 1.4em;
	}

p.smalldetail {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	/*font-style: italic;*/
	margin: 0px;
	padding: 5px;
	line-height: 1.4em;
	}

p.smalldetailleft {
	float:left;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	/*font-style: italic;*/
	margin: 0px;
	padding: 5px 20px 0px 0px;
	line-height: 1.4em;
	}

p.smallPrint {
	font-size: .8em;
	}

p.red {
	color: #cf1d3d;
	}

p.center {
	text-align: center;
	margin: 0 20px 10px 0;
	padding-top: 0;
	color: #999999;
	}

p.tableLeft {
	margin: 5px 10px;
	text-align: left;
	}

p.tableCenter {
	margin: 0;
	text-align: center;
	}

p.tableCenterWhite {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 5px 10px;
	text-align: right;
	color:white;
	font-style: bold;
	font-size:1.1em;
	}

p.tableRight {
	margin: 5px 10px;
	text-align: right;
	}

p.sloganTxtB {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	margin: 10px 30px;
	color: #cf1d3d;
	}

p.sloganTxtC {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 1.8em;
	margin: 10px 30px;
	font-weight: bold;
	color: #cf1d3d;
	}

p.quotesTxt {
	font-family: "Georgia", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	margin: 0px;
	color: #000;
	}

p.normTxt {
	font-size: 0.9em;
	margin: 0px;
	color: #000;
	}

p.quotesTxt2 {
	font-family: "Georgia", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 0 30px;
	color: #000;
	}

p.quotesTxt3 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	color: #000;
	}

p.quotesTxt4 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	margin: 0 0 0 30px;
	padding: 0px;
	color: #000;
	}


p.quotesTxtBody2 {
	font-family: "Georgia", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	margin: 0 0 0 30px;
	color: #000;
	}

p.quotesTxtName2 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	margin: 0 0 0 30px;
	padding: 0px;
	color: #000;
	}



p.colofonTxtLeft {
	font-size: .8em;
	margin: 0 0 10px 0;
	color: #666666;
	text-align: left;
	}

p.colofonTxtRight {
	font-size: .8em;
	margin: 0 0 10px 0;
	color: #666666;
	text-align: right;
	}

p.colofonTxt {
	font-size: .8em;
	margin: 0 0 10px 0;
	color: #666666;
	text-align: right;
	}

td.paypal1 p
{
	margin: 0;
}

span.sloganTxtA {
	font-size: 3em;
	line-height: 62px; /*1.3em;*/ /* 1.2em; */
	color: #cf1d3d;
	}

span.sloganTxtB {
	font-size: 2em;
	color: #cf1d3d;
	}

img.slogan { margin:23px 0 0 0; }

a.regular:link {color: #cf1d3d;	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif; font-weight: bold; text-decoration: none; }
a.regular:visited {color: #cf1d3d; font-family: Tahoma, "Trebuchet MS", Arial, sans-serif; font-weight: bold; text-decoration: none; }
a.regular:hover {color: #cf1d3d; font-family: Tahoma, "Trebuchet MS", Arial, sans-serif; font-weight: bold; text-decoration: underline; }   
a.regular:active {color: #cf1d3d; font-family: Tahoma, "Trebuchet MS", Arial, sans-serif; font-weight: bold; text-decoration: none; } 

a.navigation:link {color: #cf1d3d; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-weight: bold; font-size: 1em; text-decoration: none;}
a.navigation:visited {color: #cf1d3d; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-weight: bold; font-size: 1em; text-decoration: none;}
a.navigation:hover {color: #cf1d3d; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-weight: bold; font-size: 1em; text-decoration: underline;}   
a.navigation:active {color:  #cf1d3d; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-weight: bold; font-size: 1em; text-decoration: none;} 

a.navigationBlue:link {color: #3b5998; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 1em; }
a.navigationBlue:visited {color: #3b5998; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;  font-size: 1em; }
a.navigationBlue:hover {color: #3b5998; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;  font-size: 1em; }   
a.navigationBlue:active {color: #3b5998; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;  font-size: 1em; } 

a.mapLinks:link {color: #999999; }
a.mapLinks:visited {color: #999999; }
a.mapLinks:hover {color: #cf1d3d; }   
a.mapLinks:active {color:  #999999; } 

a.colofon:link {font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; color: #666666; font-weight: normal; text-decoration: none;}
a.colofon:visited {font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; color: #666666; font-weight: normal; text-decoration: none;}
a.colofon:hover {font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; color: #cf1d3d; font-weight: normal; text-decoration: underline;}  
a.colofon:active {font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; color: #666666; font-weight: normal; text-decoration: none;} 

hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 2px;
	margin: 0 30px;
	border: none;
	}

ul.homepage { /* MW added */
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 5px 5px 5px 15px;
	padding: 0px;
	}

ul {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 5px 30px 0px 30px;
	padding-left: 20px;
	}

ul ul {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 30px 0px 0px;
	padding-left: 15px;
	}

img {
	margin: 0;
	border: none;
	}

img.content {
	margin: 10px 10px 10px 30px;
	}

img.left {
	float: left;
	margin: 10px 10px 10px 0;
	}
	
img.right {
	float: right;
	margin: 10px 30px 10px 10px;

	}
img.paypal {
	float: right;
	margin: 0;
	}

img.trans {
	margin: 15px 0 0 0;
	}

table.paypal {
	width: 700px;
	margin: 5px 30px 5px 30px;
	padding: 0;
	}
td.paypal1 {
	width: 66%;
	height: 50px;
	border: 1px solid #A6C8E9;
	margin:0;
	padding:0;
	vertical-align: top;
	}

td.paypal2 {
	width: 33%;
	height: 50px;
	border: 1px solid #A6C8E9;
	margin:0;
	padding:0;
	vertical-align: top;
	}


table {
	width: 700px;
	margin: 5px 30px;
	padding: 0;
	}

table.booknow { /* MW added */
	width: 480px;
	margin: 5px 0 0 160px;
	padding: 0;
	/*border:solid 1px #f0f;*/
	}
td.booknow { /* MW added */
	width: 50%;
	border: none;
	margin:0;
	padding:0;
	vertical-align: top;
	/*border:solid 1px #0ff;*/
	}

table.homepage { /* MW added */
	width: 360px;
	margin: 5px 0 0 140px;
	padding: 0;
	/*border:solid 1px #f0f;*/
	}

td.homepage { /* MW added */
	width: 50%;
	height: 20px;
	border: none;
	margin:0;
	padding:0;
	vertical-align: top;
	/*border:solid 1px #0ff;*/
	}
td.homepage p{ /* MW added */
	margin:0 0 0 4px;
	padding:0;
	/*border:solid 1px #00f;*/
}

td {
	width: 25%;
	height: 50px;
	border: 1px solid #ffffff;
	padding: 0;
	}

td.noBorder {
	width: 25%;
	height: 50px;
	border: none;
	}

td.noBorderQuote {
	width: 33%;
	height: 50px;
	border: 1px solid #A6C8E9;
	margin:0;
	padding:0;
	vertical-align: top;
	}

td.noBorderTxt {
	height: 20px;
	border: 1px solid #A6C8E9;
	margin:0;
	padding:0;
	vertical-align: top;
	}

table.formOutputTable {
	width: 600px;
	margin: 10px 40px;
	border-left: 2px solid #ffffff;
	}
	
td.formOutputLabel {
	width: 150px;
	height: auto;
	border: none;
	vertical-align: top;
	}

td.formOutput {
	width: 450px;
	height: auto;
	border: none;
	vertical-align: top;
	}

/* Contact Page */
#formBox {
	position: relative;
	width: 650px; /* MW 600 */
	margin: 10px auto 0 auto;
	}

form input, form textarea, form select {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	color: #000; /* MW #cf1d3d; */
	width: 250px;
	margin: 5px; 
	}

form {
	margin: 5px 0px; 
	padding: 0;
	min-width: 600px; 
	}

form fieldset {
	clear: both;
	border-top: 2px solid #cf1d3d;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	padding: 0 10px;
	}

form fieldset legend {
	font-size: 1.1em;
	color: #cf1d3d;
	font-weight: bold;
	padding-bottom: 4px;
	}

form label { 
	display: block;
	float: left; 
	width: 150px;
	padding: 0 10px 0 0; 
	margin: 5px 0px; 
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	text-align: right; 
}

form input#reset {
	margin-left: 0;
}

textarea { 
	overflow: auto; 
	}

pickerFloat {
	float: left;
	margin: 0;
	}
.infobox {
	color:#cf1d3d;
	border:solid 1px #cf1d3d;
	width:440px;
	height:70px;
	margin:0 0 0 165px;
	padding:5px;
	font-size:12px;
}

