/* INNOVA.css */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

p {
	font-size:12px;
	margin-bottom:10px;
}

ul {
	margin-bottom:18px;
	margin-left:25px;
	padding-left:0px;
}

li {
	font-size:12px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:5px;
}

h1 {
	color: #273550;
	font-size:18px;
	margin-bottom:14px;
	margin-top:0px;
}

h2 {
	color: #273550;
	font-size:15px;
	margin-bottom:14px;
	margin-top:0px;
}

h3 {
	color: #273550;
	font-size:14px;
	margin-bottom:14px;
	margin-top:0px;
}
	
h4 {
	color: #273550;
}

h6 a {
	color:#000;
	font-size:14px;	
	font-weigth:bold;
}

/* LINKS */
a:link, a:visited {
	cursor:pointer;
	text-decoration:underline;
	color:#273550;
}
a:hover, a:active {
	cursor:pointer;
	text-decoration:underline;
	color:#DEC17B;
}

a.noUnderline:link, a.noUnderline:visited {
	cursor:pointer;
	text-decoration:none;
	color:#273550;
}
a.noUnderline:hover, a.noUnderline:active {
	cursor:pointer;
	text-decoration:none;
	color:#DEC17B;
}

a.footerLinks:link, a.footerLinks:visited {
	cursor:pointer;
	text-decoration:none;
	color:#273550;
}
a.footerLinks:hover, a.footerLinks:active {
	cursor:pointer;
	text-decoration:underline;
	color:#273550;
}

/* MENU LINKS */
ul.navigation a:link, ul.navigation a:visited
{
	color:#273550;
	text-decoration: none;
}

ul.navigation a:hover, ul.navigation a:active
{
	color:#FFF;
	text-decoration: none;
}
/*************/
/* TABLE FORMATTING */
.standard {
	background-color:transparent;
}
table.standard {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
}
table.standard tr.tr1 {
	background-color: #444;
}
table.standard td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	font-size:13px;
}
table.standard td.td1 {
	background-color: #444;
}

/* TABLE FORMATTING */
.motorhome {
	background-color:transparent;
}
table.motorhome {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
}
table.motorhome tr td.highlight {
	background-color: #ECCC86;
}
table.motorhome td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
}
table.motorhome td.td1 {
	background-color: #444;
}

/* TABLE TRY BEFORE BUY */
.tryBeforeBuy {
	background-color:transparent;
}
table.tryBeforeBuy {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
}
table.tryBeforeBuy tr.tr1 {
	background-color: #eccc86;
}
table.tryBeforeBuy td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	font-size:13px;
}
table.tryBeforeBuy td.td1 {
	background-color: #444;
}

/* TABLEVAN PRICES */
div.vanPrices
{
	margin-bottom:15px;
}

.vanPrices {
	background-color:transparent;
}
table.vanPrices {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
}
table.vanPrices tr.tr1 {
	background-color: #eccc86;
}
table.vanPrices td
{
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:1px;
}
table.vanPrices td.td1 {
	background-color: #444;
}

table.vanPrices td.top
{

}



/* Use above table with the following:

<table class="standard" cellspacing="0" cellpadding="0" border="0">
   <tbody>
   
     <tr class="tr1">
       <td class="td1">TEXT</td>
    </tr>

  </tbody>
</table>

*/



/* PDF BULLET POINT */
ul.pdf {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

ul.pdf li {
	background-image:url(/png/li-pdf.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px solid #000;
	padding-left:24px;
	margin-bottom:14px;
}


/*SLIDING INFORMATION BOXES */

div.blindHeader {
	width:738px;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	cursor:pointer;
	font-size:14px;
	background-color:#444;
}

div.blindReveal {
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	width:748px;
}

div.blindReveal p {
	font-size:12px;
}

div.twoColumnRight .noBorder
{
	border:0px;
}

/* NAVIGATION TABLE */
/* IE7 */
*:first-child+html table.navigation
{
	width:900px;
}

/* IE6 */
* html table.navigation
{
	width:900px;
}

table.navigation tr td
{
	padding-right:3px;
}

table.navigation tr td.noRightPadding
{
	padding-right:0px;
}



/* Use above boxes with the following:

<script type="text/javascript" language="javascript" src="webplan/webplan-includes/prototype/prototype.js"></script>
<script type="text/javascript" language="javascript" src="webplan/webplan-includes/scriptaculous/scriptaculous.js"></script>

			<div id="Header5" class="blindHeader" onclick="Effect.toggle('Reveal5', 'blind');">TITLE</div>
			<div id="Reveal5" class="blindReveal" style="display:none;height:100px;width:748px;">
				<div style="padding:5px;width:738px;">
					<p>INFORMATION</p>
				</div>
			</div>
			
*/