/************************************************************
	GENERIC
************************************************************/
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: white;
	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
#window{
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 11;
    display: none;
}
.map_link{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.page_wrapper {
	padding-bottom: 145px;
}
#container {
	position: relative;
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	background: url('../images/page_backgrounds/background.gif') repeat left top;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}

/************************************************************
	HEADER
************************************************************/
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	height: 84px;
	z-index: 10;
	background: url(../images/header.png) no-repeat center top;
	margin: auto;
}
#header .wrapper {
	position: relative;
}

#header #logo {
	position: absolute;
	top: 15px;
	left: 36px;
}

#header #sprinterLogo {
	position: absolute;
	top: 10px;
	right: 36px;
}
#header #headerText {
	position: absolute;
	top: 30px;
	right: 105px;
}


/************************************************************
	FOOTER
************************************************************/
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 138px;
	padding: 10px 0 0 0;
	background: url(../images/footer.png) left top;
	z-index: 1;
	line-height: 11px;
}
#footer .wrapper {
	text-align: center;
	position: relative;
}

#footer #van {
	position: absolute;
	right: 40px;
	top: 5px;
}

#footer a {
	color: #986667;
}

#footer #social {
	display:block;
	float: left;
	padding: 25px 0 0 0;
}
#footer #social a {
	text-decoration: none;
}
#footer #social img{
	vertical-align: middle;
}
	
#footer #copyright {
	position: absolute;
	top: 80px;
	left: 0px;
	color: #986667;
	text-align: left;
}
/************************************************************
	Park List
************************************************************/
#top_parks {
	position: relative;
	left: 384px;
	width: 232px;
	z-index: 2;
}
#top_park_list{
	position: relative;
	top: 15px;
	width: 232px;
	height: 36px;
	background: url(../images/nav_top.gif) no-repeat center top;
}
#park_list{
	height: 300px;
	width: 231px;
	text-align: left;
	overflow: auto;
	background: #FFFFFF;
	display: none;
	position: relative;
}
#top_parks .top_parks_wrapper {
	position: absolute;
	top: 51px;
}
.seperate_park {
	padding: 2px 0 2px 2px;
	width: 211px;
	font-family: Arial;
	font-weight: bolder;
	float: left;
}
.seperate_park a:hover{
	background: #f1d5a7;
}
.seperate_park a {
	text-decoration: none; 
	color: #000000;
	display: block;
	width: 100%;
	height: 41px;
	padding: 5px 0 0 0;
}
.seperate_park a img {
	margin: -5px 5px 0 0;
}
.seperate_park a strong{
	text-decoration: none;
	color: #adafb2;
}
#bottom_park_list{
	height: 9px;
	width: 231px;
	background: url(../images/nav_bottom.gif) no-repeat center top;
}
/************************************************************
	Map
************************************************************/
#map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#popup{
	position: absolute;
	display: none;
	width: 310px;
	z-index: 1;
	overflow: hidden;
}
#title{
	background: url(../images/map_header.png) no-repeat center top;
	position: relative;
	height: 26px;
	overflow: hidden;
	padding: 5px 0 0 10px;
	color: #FFFFFF;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	line-height: 150%;
}
#content{
	background: url(../images/map_content.png) no-repeat center top;
	height: 137px;
}
#content .links{
	position: relative;
	top: 20px;
	left: 30px;
}
#content .like{
	position: absolute;
	bottom: 3px;
	left: 15px;
}
#content .text{
	padding: 15px 10px 10px 0;
	float: right;
	width: 175px;
	height: 100px;
	overflow: hidden;
}
#content .text a{
	font-weight: bold;
	padding-top: 6px;
	display: block;
	color: #005555;
}
#content .image{
	float: left;
	width: 105px;
	padding: 12px 0 10px 10px;
}
#key {
	position: absolute;
	top: 124px;
	right: 5px;
	z-index: 1;
}

/************************************************************
	Navigation
************************************************************/

#navigation {
	position: absolute;
	top: 84px;
	left: 0;
	width: 80%;
	z-index: 1;
}
#navigation ul {
	list-style: none;
	padding: 0 0 0 375px;
	margin: 0;
}
#navigation ul li {
	float: left;
	align: center;
}
#navigation ul li a {
	display: block;
	width: 80px;
	text-align: center;
	height: 30px;
	padding: 7px 3px 0 0;
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
	background: url(../images/button.gif) no-repeat center top;
}
/************************************************************
	Home Page
************************************************************/
#index{
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url('../images/page_backgrounds/sand.jpg') repeat top left;
	text-align: left;
	border-bottom: solid 5px #fff;
	border: solid 5px #fff;
	border-top: 0;
}
#index_top {
	position: relative;
	background: url('../images/page_backgrounds/index_background2.jpg') no-repeat top left;
	height: 426px;
	margin: 0 -5px;
}
#index #photos{
	position: relative;
	top: 190px;
	right: 20px;
	text-align: right;
}

#index #heading{
	position: relative;
	top: 155px;
	left: 75px;
	width: 430px;	
}
#index_content {
	overlow: hidden;
	width: 970px;
}
#index #explore{
	margin: 15px 0 0 20px;
}
#index .copy{
	padding: 40px 0 0 70px;
	width: 475px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
#index #lined_map{
	margin: 30px 45px 0 0;
	text-align: right;
	float: right;
}
#index #links{
	position: relative;
	clear: both;
	padding: 50px 0 0 65px;
    vertical-align: text-top;
	width: 500px;
}
#index #links #share {
	position: relative;
	left: 240px;
	bottom: 23px;
	width: 100px;
}
#choice{
	position: absolute;
	top: 150px;
	left: 32%;
	width: 480px;
	height: 175px;
	background: url('../images/interact/background.png') no-repeat center;
	z-index: 12;
	display: none;
}
#choice #interact_div{
	width: 480px;
	padding: 15px 0 0 10px;   
}
#choice #interact_div #close_box{
	position: absolute;
	top: 17px;
	right: 19px;
}
#choice #facebook_choice{
	position: absolute;
	left: 20px;
	top: 75px;
	vertical-align: middle;
	border: dashed #000000 1px;
	width:200px;
	text-align: center;
	padding-left: 8px;
}
#choice #twitter_choice{
	position: absolute;
	right: 20px;
	top: 75px;
	text-align: left;
	border: dashed #000000 1px;
	width:200px;
	padding-left: 10px;
}
#thanks{
	background: url('../images/thankyou.jpg');
	height: 360px;
	width: 740px;
	padding: 30px 30px 10px 30px;
	position: absolute;
	top: 150px;
	z-index: 100;
	display: none;
	font: 11px Arial;
	line-height: 14px;
}
#close_thanks{
	position: absolute;
	top: 0px;
	right: 0px;
}
#explore_thanks{
	padding-top: 20px;
}
/************************************************************
	COUNTER
************************************************************/
#counter {
	position: relative;
	top: -50px;
	left: 625px;
	width: 318px;
	height: 59px;
	background: url(../images/counter.png) no-repeat center top;
	
}
#counter .number {
	display: block;
	color: #660000;
	font-size: 22px;
	padding: 15px 0 0 0;
	text-align: center;
	float: left;
	text-decoration: none;
}
#counter .number em {
	display: none;
}
#counter .number.parks {
	width: 65px;
}
#counter .number.days {
	width: 76px;
}
#counter .number.miles {
	width: 110px;
}
#counter .number.avg {
	width: 64px;
}

/************************************************************
	people
************************************************************/
#people{
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url('../images/page_backgrounds/sand.jpg') left top;
	text-align: left;
	border-bottom: solid 5px #fff;
	border: solid 5px #fff;
	border-top: 0;
}
#people_top {
	background-image: url('../images/page_backgrounds/people_background_top.jpg');
	position: relative;
	width: 979px;
	margin: 0 -5px;
}
#people #photo{
	position: relative;
	top: 100px;
	right: 20px;
	text-align: right;
}
#people .heading{
	position: relative;
	top: 5px;
	left: 30px;
}
#people .copy{
	position: relative;
	top: 40px;
	left: 60px;
	width: 460px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}
#people #interact{
	position: relative;
	top: 0px;
	left: 775px;
	width: 175px;
}
#people .rob_and_jan {
	margin-top: 38px;
	width: 100%;
	border-collapse: collapse;
	height: 543px;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
}
#people #rob{
	width: 432px;
	background-color: #91ac7b;
	line-height: 18px;
	font-size: 12px;
	padding: 25px;
	border-right: solid 5px #fff;
}
#people #jan{
	background-color: #a8b6b8;
	line-height: 18px;
	font-size: 12px;
	padding: 25px;
}
#people #rob img, #people #jan img{
	padding: 0 0 10px 10px;
}


/************************************************************
	Ride
************************************************************/
#ride{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
	background-image: url('../images/page_backgrounds/ride_background.jpg');
	background-repeat:no-repeat;
	text-align: left;
	border-bottom: solid 5px #fff;
}
#ride .photos{
	padding: 40px 25px 0 0;
	text-align: right;
}
#ride .heading{
	margin: -142px 0 0 25px;
}
#ride .copy{
	margin: 30px 0 0 50px;
	width: 405px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}
#ride .links{
	width: 500px;
	padding: 40px 0 0 0;
    text-align: center;
}
#mercedes .image{
	float: left;
	width: 405px;
}
#mercedes .text{
	float: right;
	width: 282px;
	padding: 30px 73px 0 30px;
	font: Verdana 10px;
	line-height: 15px;
}
#airstream, #mercedes{
	margin: 12px 22px 0 0;
	width: 800px;
	height: 390px;
	border: 5px solid #FFFFFF;
	overflow: hidden;
	background: url('../images/page_backgrounds/sand.jpg') repeat top left;
}
#airstream .image{
	float: left;
	width: 405px;
}
#airstream .text{
	float: right;
	width: 302px;
	padding: 30px 53px 0 30px;
	font: Verdana 10px;
	line-height: 15px;
}
#close{
	position: absolute;
	top: 185px;
	left: 1040px;
}
/************************************************************
	GALLERY
************************************************************/
#ride #gallery {
	position: absolute;
	top: 390px;
	right: 9px;
	width: 450px;
	
}

#gallery .thumb {
	width: 70px;
	float: left;
	border: 1px dotted #7b6230;
	padding: 4px ;
	margin: 5px;
	        
}
/************************************************************
	Word
************************************************************/
#word{
	position: relative;
	width: 969px;
	margin: 0 auto;
	background: url('../images/page_backgrounds/word_background_main.jpg') repeat-y top left;
	text-align: left;
	padding: 0 0 40px 0;
	border: solid 5px #fff;
	border-top: 0;
}
#word_top {
	background: url('../images/page_backgrounds/word_background_top.jpg') repeat-y;
	height: 132px;
	position: relative;
	margin: 0 -5px;
}
#word #article{
	position: relative;
	top: 20px;
	left: 25px;
	overflow: hidden;
	width: 650px;
}
#word #article .heading {
	float: left;
	width: 650px;
}
#word #article .title{
	padding: 15px 0 5px 0;
}
#word #article .content{
	font-size: 11px;
	line-height: 17px;
}
#word #article .content img{
	position: relative;
	border: 1px dashed #7b6230 !important;
	padding: 8px !important;
	margin: 5px 15px 5px 5px !important;
}
#word .social{
	padding: 20px 0 30px 0;
	width: 600px;
	vertical-align: middle;
}

#word #sidebar{
	position: absolute;
	top: 150px;
	right: 25px;
	width: 230px;
	float: right;
}

#word #twitter_div{
	background-color: #fbe1ae;
}
#word #twitter_div ul {
	list-style: none;
}
#word #twitter_div ul li {
	align: center;
}
#word .article_links a{
	text-decoration: none;
}
/************************************************************
	Park
************************************************************/
#park{
	position: relative;
	width: 969px;
	margin: 0 auto;
	background: url('../images/page_backgrounds/park_background_main.jpg') repeat-y top left;
	text-align: left;
	padding: 0 0 40px 0;
	border: solid 5px #fff;
	border-top: 0;
}
#park_top{
	position: relative;
	margin: 0 -5px;
	height: 450px;
}
#park #cover{
	position: absolute;
	top: 210px;
	z-index: 4;
}
#park .heading{
	position: absolute;
	top: 323px;
	left: 25px;
	z-index: 5;
}
#park #contain{
	overflow: hidden;
	width: 970px;
}
#park #park_content{
	margin: 0 0 0 0;
	overflow: hidden;
	width: 705px;
	float: left;
}
#park #descrip_container{
	overflow: hidden;
	width: 660px;
	padding: 0 25px 0 25px;
	margin: 5px;
}
#park .description{
	overflow: hidden;
	width: 370px;
	float: left;
	line-height: 15px;
}
#park #specifics{
	width: 230px;
	float: right;
	background: #f9e5c6;
	margin: 5px;
	border: dotted 1px #000000;
	padding: 10px 5px 10px 15px;
	line-height: 17px;
}
#park #brown{
	color: #663300;
}
#park #notes{
	padding: 20px 0 0 25px;
}
#park #video{
	padding: 20px 0 0 25px;
}
#park #buzz{
	float:right;
	width: 220px;
	padding: 25px 24px 0 0;
}
#park #twitter_div{
	width: 230px;
	float: left;
	margin: 0 auto;
}
#park #screen{
	position: absolute;
	top: 280px;
	right: 0px;
	width:500px;
	padding:0;
	z-index: 11;
}		
#park #screen li{
	float:left;
	list-style:none;
}
#park #screen .jq-ss-crop{
	margin:5px 5px;
	padding: 2px 4px 2px 4px;
	float:left;				
}
#park #screen #left, #park #screen #right{
	margin-top:50px;
	display:block;
	text-decoration:none;
}
#park #screen #view{
	margin:20px;
	width:380px;
	height:80px;
	overflow:hidden;
}
#park #screen #images{
	width:3818px !important;
	width:3822px;
	padding:0;
}
#park #screen #images li img{
	border:0;
}

/****************************************************************
	Slide Show
****************************************************************/
#people #screen{
	margin: 0 auto;
	width: 940px;
	padding: 15px 0 0 30px;
	overflow: hidden;
	background: url('../images/page_backgrounds/gold.jpg') left top;
}
#people #screen li{
	float:left;
	list-style:none;
}
#people #screen .jq-ss-crop{
	margin: 5px 5px;
	padding: 2px 4px 2px 4px;
	float:left;				
}
#people #screen #left,#people #screen #right{
	margin-top:75px;
	display:block;
	text-decoration:none;
}
#people #screen #view{
	margin:20px;
	width:800px;
	height:150px;
	overflow:hidden;
}
#people #screen #images{
	width:3818px !important;
	width:3822px;
	padding:0;
}
#people #screen #images li img{
	border:0;
}
