/*** Navigation rules ***/


/* Section/side nav */

IMG.header {
	display: block;
	margin: 0;
	margin-bottom: 2px;
	border: 0;
	padding: 0;
	}

#wrapperNavSection { /* make absolute on final design */
	width: 170px;
	float: left;
	padding-top: 0;
	font-size: .8em;
	}

#wrapperNav {
	position: relative;
	width: 154px;
	margin-top: 0;
	border: 2px solid #e6f2f2;
	/*
	border-right: 2px solid #e6f2f2;
	border-bottom: 2px solid #e6f2f2;
	border-left: 2px solid #e6f2f2;
	*/
	padding: 6px;
	background: #fff;
	}	

ul#navSection {
	position: relative;
	width: 154px;
	margin: 0;
	padding: 0;	
	background: #e6f2f2 url(../img/bg-rental.gif);
	list-style-type: none;
	}		
	
#navSection li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#navSection li a, #navSection li a:visited {
	position: relative;
	display: block;
	margin-top: -2px;
	border-top: 2px solid #fff; 
	border-bottom: 2px solid #fff;
	padding: 5px 2px 4px 4px;
	background: #e6f2f2 url(../img/bg-rental-sub.gif) no-repeat;
	background-position: left 1px;
	line-height: 1.1em;
	text-decoration: none;
	text-indent: 22px;
	font-family: Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 1.05em;
	color: #000;
	}	
	
#navSection li a:hover {
	color: #000;
	background: #9cc url(../img/bg-rental-sub-hover.gif) no-repeat;
	background-position: left 1px;
	}

#navSection li.current a, #navSection li.current a:visited {
	border-bottom: 2px solid #9cc;
	background: #9cc url(../img/bg-rental-sub-on.gif) no-repeat;
	background-position: left 1px;
	color: #000;
	}	
	
#navSection ul {
	position: relative;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-left: 0;
	padding-left: 0;
	background: #e6f2f2 url(../img/bg-rental.gif);
	}	

#navSection .l2 li a, #navSection .l2 li a:visited {
	position: relative;
	display: block;
	border-top: 0 none;
	border-bottom: 0 none;
	padding: 1px 2px 3px 8px;
	background: transparent none;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	text-indent: 0;
	font-weight: normal;
	font-size: .89em;
	line-height: 1.1em;
	color: #000;
	}
	
#navSection li ul.l2 li a:hover {
	background: transparent url(../00.gif) no-repeat;
	text-decoration: underline;
	color: #000;
	}
	
#navSection li.current ul.l2 li.current a {
	background: transparent url(../00.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
	
#navSection li a IMG {
	vertical-align: middle;
	}
	
 #navSection li.current li a, #navSection li.current li a:visited {
	background: transparent url(../00.gif) no-repeat;
	}		
	
	
/*---- BANNERS ----*/

.banner {
	background: #fff;
	border-top: 2px solid #f0eed5;
	border-bottom: 2px solid #f0eed5;
	padding-top: 6px;
	padding-bottom: 6px;
	}
	
.inset {
	position: relative;
	margin: 0 6px;
	padding: 0;
	}
	
#wrapperNavSection .banner {
	position: relative;
	border-top: 0 none;
	border-right: 2px solid #e6f2f2;
	border-bottom: 2px solid #e6f2f2;
	border-left: 2px solid #e6f2f2;
	}
	
#wrapperNavSection .banner div {
	text-align: center;
	background: #e5f1f1;
	}
	
#wrapperNavSection .banner div.nofill {
	background: #fff;
	}	
	
.banner IMG {
	display: block;
	margin: 0 auto;
	}
	
.banner p {
	position: relative;
	margin-bottom: 0;
	padding-bottom: .2em;
	line-height: 1.2em;
	text-align: center;
	/*font-size: .69em;*/
	}
	
.para p {
	text-align: left;
	}
	
.banner a, .banner a:visited {
	text-decoration: none;
	color: #000;
	}
	
.banner a:hover {
	text-decoration: underline;
	color: #000;
	}	
	
#wrapperNavSection .banner p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	font-size: .85em;
	}

#wrapperInstance .banner p {
	font-size: .69em;
	}	
	
.banner .inset {
	/*padding-bottom: .2em;*/
	}
	
.bottom {
	padding-bottom: .2em;
	}	
	
/*---- FOOTER ----*/
#navFooter {
	margin-left: 184px;
	margin-top: .4em;
	}
	
#navFooter p {
	position: relative;
	float: left;
	margin-right: -160px;
	margin-top: 0;
	margin-bottom: 0;
	color: #f0e5bf;
	font-size: .69em;
	}
	
#navFooter p span.black {
	color: #333;
	}

#navFooter a {
	text-decoration: none;
	color: #000;
	}
	
#navFooter a:hover {
	text-decoration: underline;
	}

#navFooter IMG.seal {
	display: block;
	float: right;
	padding-top: 0;
	padding-right: 10px;
	}
	
.sine {
	clear: both;
	height: 28px;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	background: #fff url(../img/bg-sine.gif) repeat-x;
	}	
	
