/* CSS Document */

body {
	background-image: url(images/bodyBG.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}.wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	padding-right: 21px;
	padding-bottom: 20px;
}

/*------------------- Mast head ------------------*/
.masthead {
	padding-top: 35px;
	padding-bottom: 18px;
	text-align: right;
	display: block;
	height: 203px;
}
#logo {
}
#emailtab {
	margin-top: 5px;
	margin-right: 22px;
}
#statictab {
	margin-top: 21px;
	margin-right: 22px;
}
/*------------------------------------------------*/


/*------------- Nav Menu ------------*/
.navmenu {
	margin-bottom: 15px;
	height: 45px;
	padding: 0px;
	margin-left: -6px;
}
.navmenu ul {
	margin: 0px;
	padding: 0px;
}
.navmenu li {
	float: left;
	list-style-type: none;
}
.navmenu li a {
	background-image: url(images/Nav-blue.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 94px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
	line-height: 14px;
	margin-left: 6px;
}
.navmenu li a:hover {
	background-position: center -5px;
	padding-top: 5px;
}
#home .wrapper .navmenu #home,
#value .wrapper .navmenu #value,
#why .wrapper .navmenu #why,
#questions .wrapper .navmenu #questions,
#customers .wrapper .navmenu #customers,
#find .wrapper .navmenu #find,
#about .wrapper .navmenu #about,
#contact .wrapper .navmenu #contact {
	background-image: url(images/Nav-green.png);
	background-position: center -5px;
	padding-top: 5px;
}
/*------------------------------------------------*/

.content {
	font-size: 18px;
	line-height: 22px;
}
.content a:link, .content a:visited {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.content a:hover {
font-size: 18px;
	line-height: 22px;
	color: #79B51C;
	text-decoration: none;
}	
#customers em {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #38752C;
}

/*-------------- forms ----------------*/
form legend {
	color: #6A9827;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
form label {
	font-size: 12px;
	color: #084472;
	font-weight: bold;
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	line-height: 14px;
	padding-top: 7px;
}
form input, form textarea {
	margin-left: 15px;
	color: #084472;
	background-color: #DFFBB9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 4px;
	font-weight: bold;
	width: auto;
	font-size: 12px;
	margin-bottom: 5px;
}
form input:focus, form textarea:focus, form input:hover, form textarea:hover {
	background-color:#3570B2;
	color: #FFFFFF;
}

.error {
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 20px;
	margin-top: 30px;
	border: thin solid #FF0000;
}
/*---- form button ----*/
button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}
button.submitBtn { 
  background:url(images/formbutton/btn_green_right.gif) right no-repeat; 
  font-size:1.3em; 
}
button.submitBtn span { 
  height:50px; 
  line-height:50px;
  background:url(images/formbutton/btn_green_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(images/formbutton/btn_green_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(images/formbutton/btn_green_left_hover.gif) left no-repeat; 
}
/*---- form button ----*/


form.usedmotorhome {
	width: 40%;
	padding: 10px;
	float: left;
}
form.newmotorhome {
	width: 40%;
	padding: 10px;
	float: left;
}


/*------------------------------------------------*/


form.valuation {
	width: 318px;
	background-image: url(images/valuationBG.png);
	float: right;
	text-align: center;
	padding-top: 215px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-repeat: no-repeat;
}
#slidingDiv {
	background-image: url(images/valuationslideBG.png);
	display: none;
}
.valuationhidden {
	width: 296px;
	color: #FFFFFF;
	z-index: 100;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: normal;
	background-image: url(images/valuationBottomCurve.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#static form.valuation {
	background-image: url(images/valuationBG-static.png);
}
#static #slidingDiv {
	background-image: url(images/valuationslideBG-static.png);
}
#static .valuationhidden {
	background-image: url(images/valuationBottomCurve-static.png);
}
.valuationhidden legend {
	color: #FFFFFF;
}
.valuationhidden label {
	color: #FFFFFF;
}
.valuationhidden input, .valuationhidden textarea {
	width: 120px;
	margin-left: -15px;
}
#modelplate {
	width: 274px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Brush Script MT', Phyllis, 'Lucida Handwriting', cursive;
	font-weight: bold;
	color: #090909;
	font-size: 50px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: oblique;
	background-color: #FFFFFF;
	background-image: url(images/CaravanModel.png);
	text-shadow: #CCCCCC 2px 2px 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#static #modelplate {
	background-image: url(images/CaravanModel-static.png);
	background-color: transparent;
}
#valueproceed {
	background-image: url(images/valuesubmit.png);
	height: 39px;
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer;	
	display: block;
	text-decoration: none;
}
#static #valueproceed {
	background-image: url(images/valuesubmit-static.png);
	background-color: transparent;
}

h1 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -23px;
	margin-left: 0px;
}

h5 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}

/*----------------- footer -----------------*/
.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 858px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	font-size: 12px;
	height: 20px;
	display: block;
	color: #79B51C;
}
.footer a {
	color: #79B51C;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 2px;
}
.footer a:hover {
	color: #0E71B4;
} 
#legals a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0E71B4;
}
/*-----------------------------------------*/
#off {
display:none;
}

