	/*==============================================================================
	   Global Styles
		==============================================================================*/

	  *{
	  	margin: 0; padding: 0;
	  }
	  body {
	  	font-size: 70%;
	  	background-color: #333333;
	  	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	  	background-image: url("images/bgtile_B.gif");
	  	background-repeat: repeat-x;
	  	margin-bottom: 20px;
	  	background-position: bottom;
	  	height: 100%;
	  }
	  h1, h2,p {
	  		margin-bottom: .75em;		
	 }
	 h3, h4, h5, h6{
	 	margin-bottom: .5em;	
	 }

	/*==============================================================================
	    Layout 
		==============================================================================*/
	 

	   #wrapper{
	  	width: 950px;
	  	margin: 0 auto;
	  	/*padding-bottom: 50px;*/
	  	/*background-color: #e1dac7;*/
	  	background: #e1dac7 url(images/leftnavborder.gif) repeat-y 50% 0;
	  	height: 100%;	
	  }	


	  #masthead{
	  height: 65px;
	  width: 950px;
	  display: block;
	  background-image: url(images/masthead.gif);
	  background-repeat: no-repeat;
	  margin: 0;
	  padding: 0;  
	  }
	
	  #navbar{
	  	background-color: #D7DD78;
	  	height: 28px;
	  	width: 950px;
	  	padding: 0;
	  	margin: 0;
	  }
	   #heading{
	  	background-color: #3e3e3e;
	  	display: block;
	  	background-repeat: no-repeat;
	  	height: 40px;
	  	width: 935px;
	  	padding-left: 15px;
	  	padding-top: 10px;
	  	
	  }
	  #mainimage{
	  	background-repeat: no-repeat;
	  	height: 475px;
	  	width: 950px;
	  	padding: 0;
	  	margin: 0;
	  	
	  }
	  #mainimage img{
	  	display: block;
	  }
	  #graybar{
	  	background-color: #81837e;
	  	height: 58px;
	  	width: 920px;
	  	padding-top: 10px;
	  	padding-left: 15px;
	  	padding-right: 15px;
	  	margin: 0;
	  }
 	  
 	  #leftCol{
 	  	height: 100%;
 	  	background-image: url(images/leftbg2.gif);
 	  	background-repeat: repeat-y;
 	  	background-position: 50% 0;
 	  	display: block;
		width: 220px;
		float: left;
		border-right: 1px solid #81837e;
		margin: 0;
		/*border: 1px solid red;*/
		position: relative;
		}
	#centerCol{
			background-image: url(images/centerbg.gif);
 	  		background-repeat: repeat;
			margin: 0 0 0 230px;
			padding:0;
			position: relative;
			height: 100%;
		
		}

		#footer{
			clear: both;
			background-color: #81837e; 
			/*border-top: 3px solid #3e3e3e;*/
			padding-top: 25px;
			height: 50px;
			text-align: right;
			padding-right: 15px;
			color: #d7dd78;
			}
	/*==============================================================================
		Center Column styles
		==============================================================================*/
		#centerColContent{
			background-image: url(images/centerbg.gif);
 	  		background-repeat: repeat;
			padding: 30px 15px 0 15px;
			height: 100%;
		}
		

	/*==============================================================================
		generic Body text and headings ( master.css code)
		==============================================================================*/
p{
	font-size: 120%;
	color: #3e3e3e;
}
.italic{
	font-style: italic;
}
p.small{
	font-size: 90%;
	color: white;
}
p.largecaption{
	color: #3bb141;
	font-family: Garamond, georgia, serif;
	font-size:  150%;
	line-height: 170%;
	width: 250px;
	padding-left: 10px;
}
p.smallcaption{
	color: red;
	font-size: 90%;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
h1{
	font-size: 230%;
	color: #888831;
	font-family: Garamond, georgia, serif;
	font-weight: 700;
}

.intro{
	color: #888831;
	font-size: 180%;
	font-weight: 800;
	font-family: Garamond, georgia, serif;

}

.title{
	color: #D7DD78;
}
.number{
	color: #e03821;
	font-weight: bold;
}
.inlinesub{
	color: #888831;
	font-size: 70%;
	font-weight: 800;
	font-family: Garamond, georgia, serif;

}
.subhead{
	color: #888831;
 	font-size: 130%;
	font-weight: bold;
	font-family: Garamond, georgia, serif;
	text-transform: none;
}

h2{
	color: #5f5e5e;
	font-size: 110%;
	text-transform: none;
	font-weight: bold;
	text-transform: uppercase;
	
	
}
h2.special{
	text-transform: none;
}
h2.leftnav{
	background-color: #e03821;
/* 	background-color: #3e3e3e;
 */	color: #d7dd78;
	padding: 5px 5px 5px 10px;	
	margin-bottom: 0;
}

h3{
	color: #969c55;
}

/*==============================================================================
		footnote styles ... not to be confused with 'footer'
		==============================================================================*/
sup{
	color: red;
}
span.footnotenumber{
	color: red;
	font-size: 110%;
	font-weight: bold;
	padding-right: 5px;
}
.footnotesmall{
	color: black;
	font-size: 90%;
	line-height: 130%;
	padding-top: 8px;
	padding-bottom: 25px;
}

/*==============================================================================
		lists
		==============================================================================*/
	ol#introoverview{
		color:#3E3E3E;
		font-size:120%;
		padding-left: 5%;
		padding-bottom: 1%;
	}

		

	/*==============================================================================
		Links for Subnavigation on left side
		
		==============================================================================*/


p.leftsubnav1 {
	background-color: #b1aea2;
	color: white;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	font-weight: normal;
	color: #3e3e3e;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
p.leftsubnav1  a{
	display: block;
	padding: 5px 5px 5px 10px;
}

p.leftsubnav1  a:link{
	display: block;
	background-color: #81837e;
	text-decoration: none;
	color: #333333;
	}
p.leftsubnav1 a:visited{
	display: block;
	background-color: #81837e;
	text-decoration: none;
	color: #333333;
	}
p.leftsubnav1 a:hover{
	display: block;
	background-color: #3e3e3e;
	text-decoration: none;
	color: white;
	}		
p.leftsubnav1on{
	display: block;
	text-decoration: none;
	color: #333333;	
	background-color: #3e3e3e;
	color: white;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 500;
}
		
ul.leftsubnav2 li{
	background-color: #b1aea2;
	color: #cbc5a1;
	padding: 5px 5px 5px 20px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	list-style-type: none;
	margin-top: 1px;
	padding: 0;
}

ul.leftsubnav2 li a{
	display: block;
	padding: 5px 0 5px 15px;
	font-size: 110%;

}

ul.leftsubnav2 li a:link{
	background-color: #b1aea2;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	list-style-type: none;
	font-size: 110%;
	margin-top: 1px;
}
ul.leftsubnav2 li a:visited{
	background-color: #b1aea2;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	list-style-type: none;
	font-size: 110%;
	margin-top: 1px;
}
ul.leftsubnav2 li a:hover{
	background-color: #81837e;
	color: white;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	list-style-type: none;
	font-size: 110%;
	margin-top: 1px;
}
ul.leftsubnav2 li a:active{
	background-color: #b1aea2;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	list-style-type: none;
	font-size: 110%;
	margin-top: 1px;
}		


/*========same page link==============================*/



p.samepage {
	
	color: white;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0;	
	font-weight: normal;
	color: #3e3e3e;
	font-size: 120%;
	
	font-weight: 500;
}
p.samepage  a{
	display: block;
	padding: 5px 5px 5px 10px;
}

p.samepage  a:link{
	display: block;
	
	text-decoration: none;
	color: #333333;
	}
p.samepage a:visited{
	display: block;
	
	text-decoration: none;
	color: #333333;
	}
p.samepage a:hover{
	display: block;
	
	text-decoration: none;
	color: white;
	}


		
/*========= links======================================*/		
a:link{
	 	color: #d7dd78;
		text-decoration: none;
		}
a:visited{
/* 		color: #c3c86d;
 */		/* color: #969c55;
 */ 	 	color: #d7dd78;
		text-decoration: underline;
		}
a:hover{
		color: white;
		text-decoration: underline;	
	}	
a:visited{
/* 		color: #969c55;
 */		color: #d7dd78;
		text-decoration: underline;
}



	
/*========= main content links======================================*/

#centerColContent a:link{
		color: #888831;
		/* color: #2f943d; */
		text-decoration: underline;
		}
#centerColContent a:visited{
		color: #888831;
		/* color: #2f943d; */
		text-decoration: underline;
		}
#centerColContent a:hover{
		color: white;
		text-decoration: underline;	
	}	
#centerColContent h2 a:active{
		color: #888831;
		/* color: #2f943d; */
		text-decoration: underline;
}

	
#centerColContent h2 a:link{
		color: #969c55;
		text-decoration: underline;
		}
#centerColContent h2 a:visited{
		color: #969c55;
		text-decoration: underline;
		}
#centerColContent h2 a:hover{
		color: white;
		text-decoration: underline;	
	}	
#centerColContent h2 a:active{
		color: #969c55;
		text-decoration: underline;
}	

html > body hr {
background-color:#b1aea2;
border:0px solid #b1aea2;
height:1px;
margin: 20px 0px 35px 0;
width:100%;
}

	 	
.leftimage{
	padding: 30px;
} 
#quickfacts{
	padding-left: 15px;}
#miles{
	padding-left: 25px;}	