/* Layout */

body {
	background: #fee9ab url(img/bg.png) repeat-x;
	margin: 0 auto;
	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
	color: #000;
}

#outerWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;		
}

.blank_row {
	width: 960px;
	height: 20px;
	line-height: 20px;
}

#outerWrapper #contentWrapper {
	background: url(img/pagebg.png);
	min-height:0;
}

#outerWrapper #contentWrapper #header {
	background: url(img/header.png);
	height: 300px;
}
/* Navigation */
#outerWrapper #contentWrapper #header #navigationbar {
	padding-top: 245px;
	height: 35px;
}

#outerWrapper #contentWrapper #header #navigationbar .navigation {
	height: 35px;
	width: 670px;
	float: right;
}
	
#outerWrapper #contentWrapper #header #navigationbar .navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#outerWrapper #contentWrapper #header #navigationbar .navigation ul li {
	height: 35px;
	width: 100px;
	padding: 0 10px 0 0;
	margin: 0px;
	float: left;
	display: block;
}
	
#outerWrapper #contentWrapper #header #navigationbar .navigation ul li a {
	width: 100px;
	height: 30px;
	display: block;
	padding: 5px 0 0 0;
	background: url(img/button.png);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#outerWrapper #contentWrapper #header #navigationbar .navigation ul li a:hover {
	background-position: -100px;
	color: #846528;
}


#outerWrapper #contentWrapper #content {
	float: left;
	width: 630px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 0 50px;
}

#outerWrapper #contentWrapper #content .mfg {
	float: left;
	width: 550px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 0 50px;
	border: solid 3px #900;
} 
#outerWrapper #contentWrapper #content h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}

#outerWrapper #contentWrapper #content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #c0dff8;
	font-weight: bold;
	font-size: 16px;
}

#outerWrapper #contentWrapper #content ul {
	margin-left: 25px;
	list-style-image:url(bullet.png) no-repeat;
	font-size: 105%;
	line-height: 20px;
}

#outerWrapper #contentWrapper #content ul li {
	font-size: 105%;
	line-height: 20px;
}

#outerWrapper #contentWrapper #content ul li 
#outerWrapper #contentWrapper #content #flpn {
	table-layout: fixed;
	width: 630px;
}

#outerWrapper #contentWrapper #content .bullet {
	list-style-position: outside;
	list-style-image:url(bullet.png) no-repeat;
	list-style-type: square;
	margin-left: 25px;
}

#outerWrapper #contentWrapper #content .tagline {
	color: #FF0;	
	font-size: 18px;
	margin-bottom: 8px;
}


#outerWrapper #contentWrapper #rightbar {
	background: url(img/sidebar-bg.png) repeat-y;
	float: right;
	margin: 0 15px 0 0;
	width: 235px;
	font-size: 12px;
}
#outerWrapper #contentWrapper #rightbar-top {
	width: 235px;
	background: url(img/sidebar-top.png) no-repeat;
	height: 10px;
}

#outerWrapper #contentWrapper #rightbar-text {
	margin: 0 10px 5px 5px;
	padding: 5px;
	color: #0f3154;
}

#outerWrapper #contentWrapper #rightbar-bottom {
	width: 235px;
	background: url(img/sidebar-bottom.png) no-repeat;
	height: 15px;
}

#outerWrapper #contentWrapper #rightbar-text a, a:visited {
	color: #0a67af;
	text-decoration: none;
}

#outerWrapper #contentWrapper #rightbar-text a:active, a:hover {
	color: #012948;
}

#outerWrapper #contentWrapper #rightbar h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #e5931e;
}
#outerWrapper #contentWrapper #rightbar .guarantee {
	font-size: 15px;
	font-weight: bold;
	color: #F30100;	
	padding: 3px;
	border: 1px solid #258178;
	background-color: #E4F1FA;
	text-align:center;
}

#outerWrapper #contentWrapper #rightbar ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-image:url(bullet.png)
}

#outerWrapper #contentWrapper #rightbar .bullet {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-image:url(bullet.png) no-repeat;
}

#outerWrapper #contentWrapper .sidebarlt {
	padding: 6px;
	border: 1px solid #258178;
	background-color: #C0DAED;
	color: #000;
}
#outerWrapper #contentWrapper .sidebardk {
	color: #333;
	border: 1px solid #258178;
	padding: 6px;
	background-color: #FFF;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #000;
}

#footer {
	background: url(img/footer.png) bottom no-repeat;
	height: 10px;
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
#footer a, a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #24629B;
	text-decoration: underline;
}
#footer-text {
	margin: 0 10px 0 50px;
	padding: 20px 0 15px 0;
}

/* Text and Styling */

a:link,
a:visited {
	color: #04487F;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
}
/* Featured RVs */

#content .featureboxes img {
	border: 1px solid #012948;
}
/* FOR TOP TEN REASONS -- NEEDED INDENTION*/
#content .featureboxes2 {
	margin: 10px 10px 0 55px;	
} 
#content .left-box {
	float: left;
	width: 199px;
	margin-right: 4px;
}

#content .middle-box {
	float: left;
	width: 199px;
	margin-right: 4px;
}

#content .right-box {
	float: left;
	width: 199px;
}

.featuretitle {
	font-size: 15px;
	font-weight: bold;
	color: #012948;
	display: block;
}

.featuretitle2 {
	font-size: 15px;
	font-weight: bold;
	color: #012948;
	display: block;
	width: 385px;
} 

/* FOR TOP TEN REASONS -- NEEDED INDENTION*/
.featuretopten {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}

.imgl {
	float: left;
	margin: 4px;
	border: 0;
}
.imgr {
	float: right;
	margin: 4px;
	border: 0;
}

.imgl-b {
	float: left;
	margin: 4px;
	border: 2px groove #666;
}
.imgr-r {
	float: right;
	margin: 4px;
	border: 2px groove #666;
}

.b {
	font-weight: bold;
}
.bcolor {
	font-weight: bold;
	color: #1D507E;
	text-align: center;
}

.bhighlight {
	font-weight: 500;
	color: #D4F0F8;
	font-size: 14px;
}

.bhighlight2 {
	color: #012948;
	font-size: 16px;
}

.bottomTxt { 
	clear: both;
}.odd {
	background-color: #ADCEE7;
}
