body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bodybg.jpg);
}
li {
	padding-left:5px;
	margin-left:5px;
}
#centercol ul {
	padding-top: 15px;
}

.top10 #container {
	width: 780px;
	padding: 15px 20px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.top10 #header {
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(images/logo-repeat.gif);
	height: 87px;
}
.top10 #header ul {
	float: right;
	padding-top: 20px;
	padding-right: 5px;
}
.top10 #header ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}

.top10 #mainContent {
	padding: 0;
	margin-top: 5px;
	
}

.imagefloatright {
	float: right;
}

#rightbar {
	display: block;
	float: right;
	width: 172px;
	padding: 0px;
	z-index:9999;
}
#rightbar img {
	padding-bottom: 10px;
}


.top10 #footer {
	padding: 0 10px;
	background-color: #FF8800;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00216B;
	clear:both;
	font-size:11px;
	text-align:center;
}
.top10 #footer p {
	margin: 0; 
	padding: 10px 0;
	color: #FFF;
}
.top10 #footer a {
color:#FFF;
}
#centercol {
	margin-right: 190px;
}
#mainContent p {
	line-height: 20px;
}
li a.active   {
	font-weight:bold;
}
.greyborder {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.hastings {
	color: #FF9900;
	padding-left: 15px;
}
p {
	margin-top: 10px;
}
.top10  div#shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
font-size:1.8em;
}
h2 {
font-size:1.6em;
}
h3 {
	font-size:1.4em;
	margin-top: 15px;
}
.tariffs {
	background-color: #EDEDED;
	padding: 5px;
	margin: 15px 0 15px 0;
	border: 1px solid #CCCCCC;
}
.tariffs p {
padding:0px;
margin:0px;
}

h4 {
font-size:1.2em;
}
table, td, tr, th {
font-size:1em;
}
ul {
	padding-left: 10px;
}
#top10links {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top10links img {
	padding:3px;
}
.top10 #header ul li.last {
border-right:0;
}
#parkmap {
float:right;
padding: 5px;
margin:0 5px;
width:140px;
text-align:center;
font-size:0.9em;
border-top:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
}
#parkmap a, #parkmap a:visited {
text-decoration:none;
color:#000000;
}
#fadeheader {
height:180px;
}