@charset "utf-8";
/* CSS Document */

/* MAIN */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	background-color: #041e51;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: bold;
	color: #041e51;
}
h2 {
	color: #041e51;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	color: #041e51;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
a {
	color: #041e51;
}
a:hover {
	color: #3199f1;
}
a img {
	border: 0px;
}
#clouds {
	background-image: url(images/bg-clouds.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
}
#container {
	width: 930px;
	padding: 10px 10px 40px 10px;
	margin: 0px auto;
	background-image: url(images/bg-container.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* HEADER */
#header {
	background-color: #041e51;
}
#headercontainer {
	width: 930px;
	padding: 0px 10px;
	margin: 0px auto;
}
#headerleft {
	float: left;
	width: 715px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #78cbff;
	text-align: right;
}
#logo {
	float: left;
	padding: 20px 0px 25px 0px;
}
#tagline {
	padding-top: 50px;
}
#calltoday {
	background-image: url(images/bg-call-today.gif); 
	background-repeat: no-repeat;
	float: right; 
	width: 135px; 
	height: 56px;
	padding: 51px 0px 0px 65px;
	font-size: 14px;
	font-weight: bold;
	color: #78cbff;
}
#calltoday span {
	font-size: 18px;
}

/* NAV */
.mainmenu {
	list-style: none;
	padding: 0;
	margin: 0
}

.mainmenu li {
	float: left;
	margin: 0;
	background: #052769 url(images/bg-navleft.gif) no-repeat left top;
	margin-right: 2px;
} 
.mainmenu a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bg-navright.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
} 
.mainmenu li:hover {
	float: left;
	margin: 0;
	background: #052769 url(images/bg-navleft-white.gif) no-repeat left top;
	margin-right: 2px;
}
.mainmenu li:hover a {
	color: #041e51;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bg-navright-white.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mainmenu .mainmenu_currentpage {
	float: left;
	margin: 0;
	background: #052769 url(images/bg-navleft-white.gif) no-repeat left top;
	margin-right: 2px;
}
.mainmenu .mainmenu_currentpage a  {
	display: block;
	float: left;
	color: #041e51;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bg-navright-white.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#breadcrumbs {
	background-color: #fff;
	width: 100%;
}
#breadcrumbscontainer {
	width: 930px;
	margin: 0px auto;
	color: #bbb;
	font-size: 10px;
	padding: 5px 10px;
}

/* FEATURED AREA */
#featured {
	background-image: url(images/feature-rvsingrass.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 310px;
}
#featured h1 {
	margin: 0px;
}
#featured p {
	font-size: 14px;
	line-height: 20px;
	color: #041e51;
	margin: 10px 0px;
	width: 700px;
}
.banner {
	width: 158px;
	height: 76px;
	background-image: url(images/bg-banner.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 30px 0px 10px 35px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
}
.banner h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px;
}

/* RV TYPES */
#rvtypes {
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 20px 0px 15px 0px;
	margin: 10px 0px 20px 0px;
}
.typecategory {
	text-align: center;
	width: 132px;
	float: left;
}
.typecategory img {
	margin-bottom: 5px;
}
.typecategory a {
	font-size: 13px;
	color: #041e51;
	font-weight: bold;
	text-decoration: none;
}
.typecategory a:hover {
	text-decoration: underline;
	color: #041e51;
}

/* CONTENT AREA */
#content {
	margin: 20px 0px;
}
.leftpic {
	float: left;
	margin-right: 10px;
}
.copyHighlight {
	color: #CC0000;
}
.strong {
	font-weight: bold;
	color: #041e51;
}

/* BOXES */
#boxesbtm {
	width: 930px;
	background-image: url(images/bg-boxes-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}
#boxestop {
	width: 930px;
	background-image: url(images/bg-boxes.gif);
	background-repeat: no-repeat;
}
#manufacturers {
	width: 595px;
	padding: 6px;
	float: left;
}
.manuflogo {
	float: left;
	width: 92px;
	height:90px;
	margin: 25px 0px 0px 6px;
	text-align: center;
}
.manuflogo img {
	margin-bottom: 10px;
}
.manuflogo a {
	color: #9f9f9f;
	font-size: 10px;
}
.manuflogo a:hover {
	color: #95baed;
}
#search {
	width: 284px;
	padding: 10px;
	float: right;
}

/* FEATURED RVS */
#featuredrvs {
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	padding: 10px 0px;
	margin: 10px 0px;
	text-align: left;
}
#featuredrvs hr {
	height: 0px;
	border: 0px;
	border-top: 1px dotted #d7d7d7;
}
#featuredrvs img {
	float: left;
	margin-right: 10px;
}
#featuredrvs br {
	display: none;
}
#featuredrvs h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#featuredrvs strong {
	padding-top: 10px;
}

/* FOOTER */
#footer {
	background-color: #041e51;
	color: #78cbff;
}
#footer a {
	color: #78cbff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footercontainer {
	width: 930px;
	padding: 20px 10px 40px 10px;
	margin: 0px auto;
}
#footerleft {
	float: left;
	width: 350px;
}
#footercontact {
	float: right;
	width: 554px;
	height: 92px;
	padding: 10px;
	background-image: url(images/bg-footercontact.gif);
	background-repeat: no-repeat;
}
#footercontact h2 {
	color: #fff;
}
#footercontact a {
	color: #d2eeff;
	text-decoration: underline;
}
#footercontact a:hover {
	color: #fff;
}
#contactmail {
	float: left;
	width: 150px;
	background-image: url(images/contact-mail.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-top: 15px;
}
#contactphone {
	float: left;
	width: 150px;
	height: 41px;
	background-image: url(images/contact-phone.gif);
	background-repeat: no-repeat;
	padding-left: 45px; 
	margin-top: 15px;
}
#contacthours {
	float: left;
	width: 110px;
	background-image: url(images/contact-hours.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-top: 15px;
}
.backToTop {
	font-size: 12px;
	font-weight: normal;
}
.backToTop a {
	color: #fff;
}
.backToTop a:hover {
	color: #3199f1;
}