* { margin:0; padding:0; }

body {
	font-family: sans-serif, verdana, arial, helvetica, sans-serif;
}

#mainwrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#tracks {
	z-index:0;
	position: absolute; 
	left: 80px; 
	top: 10px; 
	height: 400px; 
	width: 100px; 
}

#navbarback {
	z-index:1;
	position: absolute;  
	top: -30px;
	left:-30px;
}

#navbar {
	z-index:2;
	position: relative;
	float:left;
	margin-left:-640px;
	width:210px; 
}

#navbarimage {
	margin-left:35px;
	margin-top:50px;	
}

#header {
	position:relative;
	z-index:2;
	width:800px;
}

#logo {
	position:relative;
	z-index:2;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#topad {
	position:relative;
	z-index:2;
	float:right;
	margin-top:10px; 
}

#googleads {
	z-index:2;
	position: relative; 
	float:right;
	
	width: 120px; 
	height:600px;
}



#content {	
	position:relative;
	float:left; 
	margin-top:30px;
	margin-left: 210px;
	width:430px;
	color: #cccccc;
	min-height:600px;
	display:inline;
}


#intro p{
	font-weight:500;
	font-size: 14px;
	text-indent: 1.5em;
	margin-bottom:5px;
}

#intro h3 {
	font-family:times,serif,arial;
	font-size: 1.8em;
	color: #ffffff;
	margin-bottom:0px;
	margin-top:0px;
}

#intro h4 {
	font-family:arial;
	font-size: 1.2em;
	color: #cccccc;
	border-bottom:2px solid #834f1d;
	margin-bottom:5px;
}

#intro a {
	text-decoration:none;
}

#maptext h5 {
	font-family:arial;
	font-size: 1.2em;
	color: #ffffff;
	margin-bottom:25px;
}

#map {
	margin-top:20px;
}

#maptext {
	
	
	margin-top:29px;
}

#mapimage {
	float:right;
	margin-left:15px;
	margin-right:10px;
}

	
/*------------- footer --------------*/
#footer {
	margin-top:30px;
	width:800px;
	position:relative;
	z-index:2;
	text-align:center;
	clear:both;
}

#footlinks {
	z-index:2;
	position:relative;
	margin:auto;
}

#footer p {
	font-size:.7em;
	font-family: verdana, arial, helvetica, sans-serif;
	/*padding-left:20px;*/
	padding-bottom:15px;
	color:#ffffff;
}

#footer ul {
	padding-top:2px;
	font-family: verdana, arial, helvetica, sans-serif;
	list-style-type:none;
	font-size:.7em;
	padding:5px 0 2px 0px;
}

#footer li {
	margin-right: 10px;
	display:inline;
}

#footer a {
	text-decoration:none;
}

#footer a:link {
	color:#ffffff;
}

#footer a:visited {
	color:#ffffff;
}

#footer a:hover {
	color:#aaaaaa;
}

/*------------- regions --------------*/

#regions {
	margin-top: 0px;
	margin-left:30px;
}


#regions ul {
	text-align:left;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	list-style-type:decimal;
	font-size:1em;
	padding:0px 0 2px 0px;
}

#regions li {
	margin-bottom:5px;
}

#regions a {
	text-decoration:none;
}

#regions a:link {
	color:#cede42;
}
#regions a:visited {
	color:#cede42;
}
#regions a:hover {
	color:#aaaaaa;
}

a:link {
	color:#cede42;
}
a:visited {
	color:#cede42;
}
a:hover {
	color:#aaaaaa;
}

#parks {
	position:relative;
	z-index:2;
	
	margin-left:100px;
	margin-right:100px;
}

.thispark {
	color:#ffffff;
	padding-bottom:15px;

	border-top:2px solid #834f1d;
}

.thispark h2 {
	margin-top:10px;
}

.thispark ul {
	margin-left:20px;
}

#bottomad {
	z-index:2;
	position:relative;
	margin-top:15px;
	margin-bottom: 10px;
	margin-left:0px;
}

#middlewrap {
	position:relative;
	width:800px;
	z-index:2;
}	
	
/* -------------------- regions text color on main page ----------------------- */

#regionsmain {
	margin-top: -20px;
}


#regionsmain ul {
	text-align:center;
	padding-top:2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	list-style-type:circle;
	font-size:1em;
	padding:5px 0 2px 0px;
}

#regionsmain li {
	margin-bottom:5px;
}

#regionsmain a {
	text-decoration:none;
}


.reg1 a:link {
	color:#cede42;
}
.reg1 a:visited {
	color:#cede42;
}
.reg1 a:hover {
	color:#aaaaaa;
}

.reg2 a:link {
	color:#94aec7;
}
.reg2 a:visited {
	color:#94aec7;
}
.reg2 a:hover {
	color:#aaaaaa;
}

.reg3 a:link {
	color:#fec521;
}
.reg3 a:visited {
	color:#fec521;
}
.reg3 a:hover {
	color:#aaaaaa;
}

.reg4 a:link {
	color:#ff8c53;
}
.reg4 a:visited {
	color:#ff8c53;
}
.reg4 a:hover {
	color:#aaaaaa;
}

.reg5 a:link {
	color:#b7efa6;
}
.reg5 a:visited {
	color:#b7efa6;
}
.reg5 a:hover {
	color:#aaaaaa;
}

	
	
	


/* CSS Document */
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
