/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	background: #fff;
	border: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center; }

* html body { text-align: center; /* IE 5 centering */ }

h1, h2, h3, h4, h5, h6, p, strong, a, span, div, ul, li, ol, br, input, label, textarea, table, thead, th, tbody, tr, td {
	margin: 0;
	padding: 0;
	border: 0; }

/******************************************************************************
* Generic formatting
******************************************************************************/
p {
	line-height: 14px;
	padding: 0 0 14px 0;
	position: relative; }

a {
	color: #000;
	text-decoration: none; }

a:hover {
	color: #888;
	text-decoration: underline; }

h1 {
	font-size: 18px;
	margin: 24px 0 0 0; }
	
h2 {
	font-size: 16px;
	margin: 4px 0 0 0; }
	
h3 {
	float: left;
	height: 16px;
	padding: 0 0 16px 0;
	width: 296px; }

/******************************************************************************
* h1/h2 headings
******************************************************************************/
h2.main-header { clear: both; padding: 0 0 12px 0; width: 100%; }
h2.what { margin: 0 0 8px 0; }
h2.quickLinks { background: url(../_images/_headings/quickLinks-h2.jpg) no-repeat top left; }
h2#specialSightings { width: 165px; }

/******************************************************************************
* Specific Formatting
******************************************************************************/
.hidden { display: none; }
	
h3.larger {
	font-size: 21px;
	height: auto;
	line-height: 25px;
	padding: 0 0 8px 0;}

.whiteText { color: #fff; }

/******************************************************************************
* Normal Images
******************************************************************************/
img {
	border: none;
	margin: 0;
	padding: 0; }
	
img.left {
	float: left;
	padding: 0 4px 4px 0; }
	
img.right {
	float: right;
	padding: 0 0 4px 4px; }

/******************************************************************************
* Accessibility Features
******************************************************************************/
p#skipToMainContent { display: none; }

/******************************************************************************
* Misc
******************************************************************************/
div.centered { text-align: center; }

/******************************************************************************
* wrapper
******************************************************************************/
div#container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 1024px; }

* html div#container {
	text-align: left;
	/* Win IE 5 left align after centering */ }
	
div#container-i {
	float: left;
	width: 1024px; }

/******************************************************************************
* header
******************************************************************************/
div#header {
	background: url(../_images/header-bg.jpg) no-repeat top center;
	float: left;
	height: 245px;
	width: 1024px; }

/******************************************************************************
* mainContent
******************************************************************************/
div#mainContent {
	float: left;
	min-height: 728px;
	width: 676px; }

div#mainContent h2.first-child { width: 100%; }
	
div#homeLeft {
	background: #375c12 url(../_images/homeLeft-bg.jpg) no-repeat bottom center;
	color: #fff;
	float: left;
	height: 379px;
	padding: 10px 12px;
	width: 304px; }
	
div#homeRight {
	background: #709936 url(../_images/homeRight-bg.jpg) no-repeat bottom center;
	color: #fff;
	float: right;
	height: 379px;
	padding: 10px 12px;
	width: 304px; }
	
div#aboutLeft {
	background: url(../_images/aboutLeft-bg.jpg) no-repeat bottom right;
	float: left;
	height: 448px;
	padding: 10px 13px;
	width: 312px; }
	
div#aboutRight {
	background: url(../_images/aboutRight-bg.jpg) no-repeat bottom left;
	float: left;
	height: 448px;
	padding: 10px 20px;
	overflow: hidden;
	width: 298px; }
	
div.natureFile-left {
	background: #f4edcc url(../_images/natureFile-wildLife-bg.jpg) no-repeat bottom left;
	float: left;
	height: 690px;
	margin: 0 20px 16px 0;
	padding: 0 20px 210px 13px;
	width: 295px; }	
html>body div.natureFile-left {
	min-height: 690px;
	height: auto; }
	
div.natureFile-middle {
	background: #ebf3bf url(../_images/natureFile-plants-bg.jpg) no-repeat bottom left;
	float: left;
	height: 690px;
	margin: 0 20px 16px 0;
	padding: 0 13px 210px 12px;
	width: 303px; }
html>body div.natureFile-middle {
	min-height: 690px;
	height: auto; }
	
div.natureFile-right {
	background: #eee6cc url(../_images/natureFile-animals-bg.jpg) no-repeat bottom left;
	float: right;
	height: 690px;
	margin: 0 0 16px 0;
	padding: 0 20px 210px 13px;
	width: 294px; }	
html>body div.natureFile-right {
	min-height: 690px;
	height: auto; }
	
div#familyPage-left {
	background: #eee7cd url(../_images/familyPage-left-bg.jpg) no-repeat bottom center;
	color: #000;
	float: left;
	height: 775px;
	height: 379px;
	padding: 10px 12px 50px 12px;
	width: 304px; }
html>body div#familyPage-left {
	min-height: 775px;
	height: auto; }
	
div#familyPage-right {
	background: #dddf9d url(../_images/familyPage-right-bg.jpg) no-repeat bottom center;
	color: #000;
	float: right;
	height: 775px;
	height: 379px;
	padding: 10px 12px 50px 12px;
	width: 304px; }
html>body div#familyPage-right {
	min-height: 775px;
	height: auto; }

/******************************************************************************
* sideBar
******************************************************************************/
div#sideBar {
	float: right;
	margin: -14px 0 0 0;
	min-height: 728px;
	width: 328px; }
	
div#news {
	background: #b5b561 url(../_images/news-bg.jpg) no-repeat bottom center;
	color: #fff;
	height: auto;
	margin-bottom: 20px;
	padding: 10px 12px 40px 12px;
	width: 304px; }
	
div#news img {
	float: left;
	padding: 0 10px 10px 0; }
	
div#smallAbout {
	height: 101px;
	margin-bottom: 20px;
	padding: 6px 0;
	width: 328px; }

div#findUs {
	height: 54px;
	margin-bottom: 20px;
	padding: 6px 0;
	width: 328px; }

div#quickLinks {
	height: 69px;
	padding: 6px 0;
	width: 328px; }
	
div#openingTimes {
	background: #709038;
	/*height: 30px;*/
	margin-bottom: 1px;
	padding: 14px 12px 0 12px;
	width: 304px; }
	
div#prices {
	background: #709038;
	/*height: 70px;*/
	margin-bottom: 1px;
	padding: 14px 12px 0 12px;
	width: 304px; }

table#values { width: 100%; }

table#values td#left { width: 260px; }
	
div#access {
	background: #709038;
	/*height: 30px;*/
	margin-bottom: 1px;
	padding: 14px 12px 0 12px;
	width: 304px; }
	
div#map {
	background: #709038 url(../_images/map-bg.jpg) bottom center no-repeat;
	display: block;
	height: 312px;
	margin-bottom: 1px;
	padding: 14px 12px 0 12px;
	width: 304px; }
	
div#map_canvas {
	height: 180px;
	width: 304px; }
	
div#sideBar a.sideBar-rightLink {
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	text-align: right;
	width: 328px; }
	
div#lookOut {
	background: #b3b469 url(../_images/lookOut-bg.jpg) bottom right no-repeat;
	margin: -4px 0 11px 0;
	padding: 14px 0px 24px 12px;
	width: 316px; }
	
div#exhibitions {
	background: #709936 url(../_images/exhibitions-bg.jpg) bottom center no-repeat;
	color: #fff;
	display: block;
	margin-bottom: 1px;
	padding: 14px 12px 74px 12px;
	width: 304px; }
	
div.familyPage-side {
	background: #94b561 url(../_images/familyPage-side-bg.jpg) no-repeat bottom center;
	color: #000;
	float: left;
	height: 592px;
	margin: 12px 0 20px 0;
	padding: 15px 20px 70px 16px;
	width: 292px; }
	
/******************************************************************************
* articles
******************************************************************************/	
div.article {
	border-bottom: 1px solid #5e5542;
	float: left;
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
	width: 676px; }

div.article h2 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 16px 0; }

div.article h2 span {
	font-size: 14px;
	line-height: 16px; }
	
div.article p { padding: 0 0 16px 0; }

/******************************************************************************
* footer
******************************************************************************/
div#footer {
	color: #a8a8a8;
	float: left;
	font-size: 10px;
	height: 15px;
	padding: 5px 10px;
	width: 1024px; }

/******************************************************************************
* debug
******************************************************************************/
/*.debug { background-color: red; opacity: 0.5; }*/