

/* Three column layout */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color:#000;
	text-align:center;
	background: url(../images/topshad.gif) no-repeat center 6px;
}

/* typography */

p {
	font-size: 1em;
	padding: 4px 0px 10px;
}
img{
	border:none;
}
#columnOne h2{
	color: #dd7218;
	text-align: center;
	font-size: 1.8em;
	font-weight: 200;
	letter-spacing: .05em;
}
#columnOne h3{
	color: #dd7218;
	text-align: left;
	font-size: 1.05em;
	font-weight: 600;
	padding:8px 0;
}
#columnOne h4{
	color: #3F6D8A;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
	padding: 8px 0 8px 0;
}
#columnOne h5{
	color: #666;
	text-align: left;
	font-size: .95em;
	font-weight: 600;
	padding: 8px 0 8px 0;
}
#columnOne p{
	color:#333;
}
#columnOne strong {
	color:#555;
	font-weight:600;
}
#columnOne ul {
	margin:10px 0;
}
#columnOne ul li {
	margin:0 25px;
	list-style:	square;
	line-height:1.6em;
}
#columnOne ol li{
	margin:0 25px;
	list-style:	decimal;
	line-height:1.6em;
}
#columnOne a{
	color: #dd7218;
	text-decoration: none;
	font-weight: 400;
}
#columnOne a:hover{
	text-decoration:underline;
}
#columnOne blockquote {
	margin: 15px 15px 0 15px;
	font-style: italic;
	font-size:1.1em;
	color:#666;
	width:380px
}
#columnThree h2, p, li{
	line-height:1.4em;
}
#columnThree h2{
	color: #E37B14;
	font-size: 1.1em;
	font-weight: 200;
	letter-spacing: .025em;
	text-transform: uppercase;
}
#columnThree a{
	color:#000;
}
#columnThree a:hover{
	text-decoration:underline;
}
/* layout structure */
#wrap {
	width:780px;
	margin:15px auto 0 auto;
	text-align:left;
overflow:hidden;
background-image: url(../images/sideshad.gif);
background-repeat: repeat-y; }
/* kludgey non-semantic divs to manage crappy visual design shadows */
#wrapindent{
	margin:0 10px 0 8px;
}
#wrapBottom{
	background: url(../images/bottomshad.gif) no-repeat center bottom;
	clear:both;
}
/* Bannersection */
#branding{

}
#trailsHeader{
background:#fff url(../images/trails-banner.jpg) no-repeat right top;
height:79px;
}
#trailsHeader img{
float:left;
margin-left:0;
}
#trailsHeader h1{
	text-indent:-4000px;
	font-size:1em;
	line-height:1%;
	color:#000;
}

/* Content Columns */

#innerwrap {
	float:left;
	width:620px;
}
#columnOne{
	float:right;
	width:490px;
 	background: #fff;
}
#columnOne div{
	padding:15px 30px 0 30px;
}
#columnTwo{
	float:left;
	width:129px;
	background: url(../images/trailsNavBack.gif) repeat-y left top;
border-right:1px solid #aaa;
}
#columnTwo div{
	padding:0;
}
#columnThree{
	float:right;
	width:139px;
	background: #f3f4fc;
border-left: 1px #aaa dashed; 
}
#columnThree div{
	padding:5px;
}
.column3content{
	background:#fff;
	margin:5px;
	border:1px #E37B14 solid;
}
.column3content ul,li{
	list-style:none;
}
.column3content li{
	padding:6px 0;
}
#footer{
	clear: both;
	width: 780px;
	margin: -1px auto 20px auto;
	text-align: left;
	background: url(../images/bottomshad.gif) no-repeat center top;
}
#footer div{
	padding:25px 15px;
	line-height:135%;
	font-size:.9em;
}
#footer a{
	color:#000;
}
.sitemap{
	float:right;
	text-align:right;
}
.sitemap a{
	text-decoration:none;
	border:none}
#footer abbr{
	float:left;
	padding-bottom:20px;
}
#footer abbr a{
	text-decoration: underline;
}
/* additional image rules */
#columnOne img{
/* maximum width for an image in this column is 430px 
with no left or right padding or margins */
float:right;
}
#columnOne .displayImg{
/* width for this image is 422px */
	margin:15px 4px;
}
#columnOne .displayImgMap{
/* width for this image is 422px */
	margin:15px 67px;
}
#columnOne .pdfImg{
	float:none;
	border:none;
}
.sitemap img{
	margin:10px 0 0 10px;
}

/* equal height columns */

#wrap, #innerwrap {
	overflow:hidden;
}
#columnOne, #columnTwo, #columnThree,#innerwrap{
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
.buzzPic{
 width:120px;
	margin:24px 4px;
}
.trailmap{
	float:right;
	padding:10px 0 10px 20px;
}
.sponsors{
	clear:both;
}
.sponsors img{
	padding:8px 20px;
}
.sponsors p{
padding-left:68px;
}

