/* styles RV Idaho June 05
------------------------------------------------------------------------*/

html{
height:100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align:left;   /* for ie */
}

td,p,ul,caption,label,li, ul, ol, h1, h3, h4, h5, h6, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0;
	text-align:left;
}

h1{
	font-size: 16px;
	color: #036;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	border-bottom: 1px dotted #036;
	line-height: 20px;
	margin-bottom: 10px;
}

h2{
	font-size: 12px;
	color: #06C;
}

img{ 
 border: 0px;
 display: none;
}

a:link, a:visited{
	color: #00F;
	text-decoration: none;
}

a:hover, a:active{  /* Netscape 4 ignores hover and active states */
	color: #00F;
	text-decoration:underline;
	}

/*   =layout 
-------------------------------------------------------- */
#pagecontainer{
	text-align:left;
	width: 570px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
	
.logo{
	display: none;
}	
	
.header {
	display: none;
}

/* this allows for bg color to stretch to bottom of sidebar-a when content is short */
.enclose{
	background:transparent;
	width:570px;
	margin: 0px;
}

.sidebar-a {
	display: none;
 }
 
.iewrapper{ /* this div is needed to get rid of ie6 3 pixel float gap */
	margin-left:0px;
}

.maincol{
	/*width:570px;*/
} 

#floatfix{
	width:100%;
 	float:right; 
	}

 .contentimgholder{
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
 }
 
 .content {
 	width:100%; /*set for ie */
	padding: 5px;
	line-height: 1.5em;
	background: #fff;
	border: 5px solid #fff;
	 /* for ie */
}

html>body .content{ /* feed the other browsers */
	/*width:550px;*/
	width:auto;
}

.subheader{
	display: none;
}

/* =hack ie 3 pixel gap (holly hack)
-------------------------------------------------------------------*/

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .sidebar-a{
  /*display: none;*/
  }
 
* html .iewrapper{
  /*display: none;*/
  }

/* End hide from IE5/mac */

.bannerads {
	display: none;
}

/* =footer
-----------------------------------------------------------*/

.footer {
	display: none;
}

.footerleft {
	display: none;
}
.footerright {
	display: none;
}

.footernav{
	display: none;
}

address{
	font-style: normal;
}

.visitidlogo{
	display: none;
}


/* =content
-----------------------------------------------------------*/

.content ul{
    list-style-type: image;
    list-style-image:url(../images/site/arrow1_blk.gif);
}

.content li{
}




/* =subheader 
------------------------------------*/


.search{
	display:none;
}


.mininav{
 	display:none;
}

/* helper
---------------------------------------------------------------------*/

.clearboth{
	clear: both;
}


.sectionheader {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	height: 30px;
	width: 175px;
	color: #006699;
	border-bottom: 1px dotted #666666;
}
.sectionheader span {
	padding-left: 3px;
}

.hide { 
	display: none; 
	}
	
.show {
	 display: block; 
	 }
	


 /* =form styles  
 --------------------------------------------------------- */
 div.form {
 }
 
 div.form div.row {
  clear: right;
  padding-top: 2px;
  height: 25px;
  border-bottom: 1px solid #BBBBBB;
  }

div.form div.row label {
  float: left;
  width: 200px;
  text-align: right;
  margin-top: 2px;
  }

div.form div.row span.formw {
  float: right;
  width: 330px;
  text-align: left;
  } 
  
  div.checklist{
 
	padding: 10px;
	margin:5px;

 } 
  
div.checklist table{
	margin-left: auto;
	margin-right: auto;
	
}  
  
 div.checklist label
{

float: none;
display: block;
margin: 0px;
width: auto;
}
  


/* =tables
-----------------------------------------------------------------------*/

/* table data default -----------------*/
/* border-spacing not supported by ie, set this in table tag in html
example:  cellspacing="0" width="300" -- css does the rest---*/
.tbldata {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 100%;
	background-color:#F1EBD5;
}

.tbldata th {
	background-color: #D8D3B0;
	color: #066;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

.tbldata td {
	padding: 3px;
	background: #D8D3B0;	/* set bg color on td with a class */

}

.tbldata td.highlight {
	padding-left: 3px;
	background-color: #CCCCCC;
	font-weight: bold;
	border: 1px solid #fff;
	/* set bg color on td with a class */

}


/* =units for detail page
---------------------*/

.tblunits {
	
	background-color:#fff;
}

.tblunits th {
	background-color: #D8D3B0;
	color: #066;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #5D7C8C;
}

.tblunits td {
	padding: 3px;
	background-color: #fff;

	/* set bg color on td with a class */

}




/* =jumplinks 
------------------------------------------------------------------------*/

ol{
	margin: 5px;
	list-style: decimal inside;
}

.content ul{
	margin:5px;
	list-style:disc inside;
}




