﻿/** master styles */
* {
	font-size: 100.01%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #FFFFFF;
	color: #4D7E67;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #FFFFFF url('../images/banner-tile.jpg') repeat-x top;
}

a {
	color: #598772;
	text-decoration: none;
}

a:hover {
	color: #598772;
	text-decoration: underline;
}

a img {
	border: 0px;
}

#header {
	position: relative;
	height: 120px;
	width: 760px;
	margin: 50px auto;
}

#header:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

#header h1 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: 2px;
}

#header p {
	color: white;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	position: absolute;
	right: 25px;
	bottom: -15px;
	width: 400px;
}

#header table {
	position: absolute;
	top: 115px;
}

#header table tr td {
	text-align: center;
}

#header table tr td a {
	color: white;
	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 3px;
	text-decoration: none;
	width: 50px;
}

#header table tr td a:hover {
	text-decoration: underline;
}

#headerimage {
	position: absolute;
	right: 125px;
	top: 5px;
}

#headerimage img {
	border: 2px white solid;
}

#content {
	height: auto;
	margin: 0 auto;
	width: 960px;
}

#content:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

#sidebar {
	float: left;
	width: 210px;
}

#sidebar h1 {
	border-bottom: 2px solid #66907D;
	color: #266247;
	font-size: 165%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

#sidebar .news-date {
	color: #99B5A8;
	font-size: 0.8em;
}

#sidebar p {
	background: #F2F6F4;
	color: #266247;
	display: block;
	font-size: 1em;
	line-height: 1.45em;
	margin: 10px 0;
	padding: 10px;
}

#sidebar p a.more {
	display: block;
	text-align: right;
}

#sidebar ul {
	margin: 10px;
}

#sidebar ul li {
	border-bottom: 1px solid #66907D;
	list-style: none;
	padding: 5px 2px;
}

#sidebar ul li a {
	display: block;
	padding: 5px;
}

#main {
	float: right;
	width: 720px;
}

#main h1 {
	border-bottom: 2px solid #66907D;
	color: #266247;
	font-size: 165%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: -5px;
}

#main h2 {
	border-bottom: 1px solid #66907D;
	color: #266247;
	font-weight: 200;
	line-height: 20px;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: -5px;
}

#main div.page-nav {
	clear:both;
	text-align:center;
	padding-top: 20px;
}

#main p {
	color: #000000;
	line-height: 1.45em;
	margin-top: 1em;
	padding: 0 10px 0 10px;
}

#main p img {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#main ul {
	padding: 0 10px 0 10px;
}

#main dl {
	margin-top: 1em;
	padding: 0 10px 0 10px;
}

#main dl dt {
	color: #000000;
	margin-top: 0.7em;
	font-style: italic;
}

#main dl dd {
	color: #000000;
	line-height: 1.45em;
	padding: 2px 10px 0 20px;
}

#main table {
	margin: 10px 10px 10px 30px;
}

#main table tr td {
	padding-right: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: center;
}

#footer {
	margin: 30px auto;
	width: 960px;
}

#footer:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

#footer p {
	border-top: 2px solid #66907D;
	color: #266247;
	line-height: 1.2em;
	padding: 10px;
	text-align: center;
}

#main #gallery-table td {
	text-align: left;
}


