﻿/* DaveS (http://www.sourcedoctor.co.uk) */
/* ===================================== */

h1
{
	color: #155509;
	font-size: 2em;
	margin: 0.5em 0 0 0;
}
h2
{
	color: #59aa29;
	margin: 0.75em 0 0 0;
	font-size: 1.6em;
}
h3
{
	color: #59aa29;
	margin: 0.75em 0 0.3em 0;
	border-bottom: solid 1px #59aa29;
}
h3 a
{
	text-decoration: none;
}
body
{
	color: #2e3c2b;
}
a
{
	color: #59af2a;
}
.breadCrumb
{
	font-size:.8em;
}
#pageContainer
{
}

#pageContent
{
	position: relative;
	width: 780px;
	margin: 10px auto 0px auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
form.admin #pageContent
{
	/*width: 1000px;*/
}
#ribbon
{
	position:absolute;
	bottom:19px;
	right:16px;
}

#header
{
	height: 68px;
	background-color: #005b42;
	position:relative;
	/*background: #3c4d3a url(images/headerTile.gif) repeat-x;*/
}
#header img
{
	margin-left: 40px;
}
#nav
{
	height: 2em;
	background-color: #5aa628;
	line-height:2em;
	text-align: right;
	padding-right: 10px;
	color: #fff;
}
.contact
{
	position:absolute;
	top: 25px;
	right:15px;
	color: #5aa628;
	font-size: 180%;
}
a.alink, a.hlink, a.elink
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.elink
{
	color: #59af2a;
	font-weight: normal;
}
a.alink
{
	text-decoration: underline;
}
a.alink:hover, a.hlink:hover
{
	color: #000;
}
#banner
{
	height: 201px;
	background-color:#fff;
	border-bottom: solid 10px #ffd200;
}
#title
{
	height: 2em;
	line-height: 2em;
	background: #63ac36 url(images/titleTile.gif) repeat-x;
}
#body
{
	margin: 0 210px 0 210px;
	padding: 5px;
}
form.admin #body
{
	margin: 0;
	padding: 10px;
}
#leftCol
{
	float: left;
	width: 170px;
	padding: 5px 5px 5px 15px;
}
form.admin #leftCol, form.admin #rightCol
{
	display: none;
}
#rightCol
{
	float: right;
	width: 170px;
	padding: 5px 15px 5px 5px;
	background-color: #f8f8fa;
}
#rightCol img.framed
{
	border: solid 1px #5aa727;
}
#footer
{
	clear: both;
	background: #495a48 url(images/footerTile.gif) repeat-x;
	height: 2em;
	line-height: 2em;
	color: #fff;
	padding-left: 5px;
	padding-right: 0px;
	text-align: right;
	font-size: .9em;
}

.charity
{
	float:left;
	padding-top:3px;
	font-size:90%;
}

#pageFooter
{
	width: 780px;
	margin: 0px auto 5px auto;
}

div.quickLinks
{
	/*background: #fff url(images/linksBg.jpg) no-repeat bottom right;
	padding-bottom: 80px;
	padding-right: 20px;*/
}
div.quickLinks ul
{
	margin:0;
}
div.quickLinks li
{
	list-style-type: none;
}
div.quickLinks li a
{
	display:block;
	text-decoration:none;
	color: #2e3c2b;
}
div.quickLinks li a:hover
{
	background-color:#fed200;
	/*color: #59af2a;*/
}
.newsSummaryItem
{
	font-size: .8em;
}
#title h1
{
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 100px;
}
table.membersSearch
{
	border: solid 1px #B3AE92;
}
table.membersSearch th, table.membersSearch td.searchable, table.membersSearch td.text
{
	border-bottom: solid 1px #B3AE92;
}
td.searchable
{
	background-color: #FFFDF3;
}
.LinkItem em
{
	font-size: .9em;
}
tr.qgPager table
{
	width:auto;
}