/*
-----------------------------------------------
Site Title
Author:   Tim Anderson-Bonsor
Version:  Date V1.0
----------------------------------------------- */
 

/* =Global Structure
----------------------------------------------- */
body {
 background: #fff url(../images/bg.png) 0 0 repeat-x;
 font: 14px/22px arial;
 color: #5b5b5b;
}
.container {
 margin: 0 auto;
 width: 900px;
 position: relative;
}
img {
 border: 0;
}
:focus {
 -moz-outline-style: none;
}
hr {
 border: 0;
 background: #e5e4e5;
 color: #e5e4e5;
 height: 1px;
 overflow: hidden;
 margin-bottom: 30px;
}
p {
 margin: 0 0 1.5em;
}
strong {
 font-weight: bold;
}
em {
 font-style: italic;
}
a {
 color: #217bb9;
}
blockquote {
 font-size: 22px;
 line-height: 30px;
 color: #333;
 margin-bottom: 20px;
}
/* =General Classes
----------------------------------------------- */
.image-replace,
.image-replace a {
 text-indent: -9999px;
 display: block;
 font-size: 1px;
 text-decoration: none;
 border: 0;
}
.align-right {
 text-align: right;
}
.clearer {
 display: block;
 font-size: 1px;
 height: 1px;
 overflow: hidden;
 line-height: 0;
 clear: both;
 float: none;
}
.soft-blue {
 color: #217bb9;
}
.strong-blue {
 color: #217bb9;
}
.img-border {
 border: 1px solid #e5e4e5;
 padding: 4px;
 background: #fff;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 margin-bottom: 15px;
}
.column-half {
 float: left;
 width: 45%;
 margin-right: 5%;
}
.column-quarter {
 float: left;
 width: 24%;
 margin-right: 1%;
}
.small {
 font-size: .9em;
 line-height: 1.5em;
}
.no-margin {
 margin: 0;
}
/* =Leftbar Structure
----------------------------------------------- */
#side-bar {
 background: #fff url(../images/bg-side.png) 0 0 no-repeat;
 width: 193px;
 float: left;
 font-size: 13px;
 padding-top: 40px;
}
.feature-box {
 float: left;
 width: 99%;
}
.feature-box {
 background: #f3f3f3;
 border: 1px solid #ebeaeb;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}
.feature-box img {
 margin: 4px 0;
}
.feature-box .inner {
 border: 1px solid #fff;
 padding: 10px 18px;
 float: left;
}
.feature-box .inner,
.feature-box .inner p {
 padding-bottom: 0;
 margin-bottom: 0;
}
.feature-box .inner p {
 margin-bottom: 10px;
}
/* =Rightbar Structure
----------------------------------------------- */
#content {
 background: #fff;
 width: 650px;
 padding-right: 20px;
 float: right;
 position: relative;
 padding-top: 18px;
}
.breadcrumbs {
 text-align: right;
 font-size: 11px;
 position: relative;
 right: -20px;
 margin-bottom: 0;
}
.breadcrumbs a {
 padding: 0 3px;
 text-decoration: none;
}
#home-links {
 margin: 30px 0;
 overflow: auto;
}
#home-links p {
 font-size: 13px;
 line-height: 1.3em;
 margin-bottom: 5px;
}
#home-links li {
 font-size: 13px;
}
#home-banner {
 background: url(../images/band.png) 0 0 no-repeat;
 width: 900px;
 height: 40px;
}
/* =Header
----------------------------------------------- */
#header {
 height: 170px;
}
#utility-bar {
 position: absolute;
 right: 0;
}
#utility-bar li {
 float: left;
}
#utility-bar a { 
 color: #000;
 text-decoration: none;
 font-size: 12px;
}
#utility-bar a:hover { 
 color: #999;
}
#utility-bar li a {
 display: block;
 padding: 2px 10px;
}
#utility-bar li#park-search a {
 background: #b7c6db;
 border: 1px solid #afb7c5;
 margin-left: 5px;
 -moz-border-radius-bottomleft: 2px;
 -moz-border-radius-bottomright: 2px;
 -webkit-border-bottom-left-radius: 2px;
 -webkit-border-bottom-right-radius: 2px;
}
#logo {
 position: absolute;
 top: 31px;
}
/* =Footer
----------------------------------------------- */
#footer {
 clear: both;
 background: #fcfdfc;
 border-top: 1px solid #eee;
 font-size: 11px;
 padding: 10px;
 position: relative;
 color: #777;
}
#footer-navigation {
 position: absolute;
 top: 0;
 right: 0;
}
#footer-navigation li {
 float: left;
}
#footer-navigation li a {
 display: block;
 text-decoration: none;
 color: #444;
 padding-left: 15px;
}
/* =Titles
----------------------------------------------- */
h1 {
 font-size: 26px;
 line-height: 22px;
 margin-bottom: 26px;
 color: #217bb9;
}
h2 {
 font-size: 19px;
 margin-bottom: 10px;
 color: #222;
}
h3 {
 font-size: 16px;
 margin-bottom: 15px;
 color: #217bb9;
}
h4 {
 font-size: 14px;
 font-weight: bold;
 color: #333;
}
  h4.side-heading {
   margin-left: 15px;
  }
h5 {
 font-size: 12px;
 font-weight: bold;
 color: #217bb9;
}
  h5 a {
   text-decoration: none;
   color: #217bb9;
  }
  h5 small {
   color: #333;
   line-height: 1em;
   font-size: 11px;
   font-weight: normal;
  }
/* =Navigation + =Links
----------------------------------------------- */
#navigation {
 position: absolute;
 right: 0;
 top: 63px;
}
#navigation li,
#navigation li a {
 float: left;
 display: block;
}
#navigation li a {
 font-size: 17px;
 padding: 7px 13px;
 border-right: 1px solid #e5eaf2;
 border-left: 1px solid #c5cedb;
 color: #555760;
 text-decoration: none;
}
#navigation li.first a {
 border-left: 0;
}
#navigation li.last a {
 border-right: 0;
}
#navigation li.selected a {
 background: #d8deeb;
 color: #3c75bb;
}
#navigation li a:hover {
 background: #d2deea;
}

#section-navigation {
 margin: 22px 0;
 overflow: auto;
}
#section-navigation li,
#section-navigation li a {
 float: left;
 display: block;
 clear: both;
 width: 100%;
}
#section-navigation li a {
 border-bottom: 1px solid #ddd;
 text-indent: 15px;
 text-decoration: none;
 color: #333;
 padding: 2px 0;
}
#section-navigation li.selected a {
 color: #3c75bb;
 font-weight: bold;
}

/* =Tables
----------------------------------------------- */
/* =Lists
----------------------------------------------- */
.bullet-list {
 margin-bottom: 1.5em;
}
.bullet-list li {
 background: url(../images/bullet.png) 0 .5em no-repeat;
 padding-left: 14px;
 line-height: 1.5em;
 margin-left: 20px;
}
.link-list li {
 background: url(../images/bullet.png) 0 .5em no-repeat;
 padding-left: 14px;
 line-height: 1.5em;
}
.link-list li a {
 text-decoration: none;
 color: #333;
}
/* =Forms
----------------------------------------------- */
/* =Misc and =Redundant
----------------------------------------------- */
/* =End
----------------------------------------------- */
