/* Green Theme South Cerney Trust
----------------------------------------------------------------------------------------------------*/
/* Version 20180630
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of reset code */


/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 100%;
}

body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #555555;
}

p {
	color: #555555;
}

p.credit {
    font-style: italic;
	font-weight: bold;
}

p.bold {
    font-weight: bold;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: disc;
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #555555;
	font-weight: bold;
}

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

a[href^="mailto:"]
{ 
	color: #008844;
}

#mainRight a:link {
	color: #008844;
}

#mainRight a:visited {
	color: #115555;
}

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

a:active {
	color: #555555;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

/* Spacing & Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/background.png) repeat;
}

body {
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	border: none;
}

header {
	background-image: url(../images/header_bg_120x145.png);
	height: 145px;
	width: 100%;
}

blockquote {
	padding: 5px 20px;
	font-style:italic;
	font-weight:bold;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

h1, h2, h3, h4, h5, h6, ol, ul {
	margin-bottom: 10px;
}

header h1 {
	font-size: 1.7em;
	font-weight: bold;
	float: right;
	text-align: right;
	width: 425px;
	margin-top: 35px;
	margin-right: 15px;
	border-bottom: 4px double #85a32f;
}

header h2 {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 5px;
	clear: both;
}

#mainContent {
	clear: both;
	background-color: #f5f3dd;
	min-height: 550px;
	margin: 5px 0;
	padding: 0;
	border-top: 2px solid #8ba435;
	border-bottom: 2px solid #8ba435;
}

#mainContent:after {
	clear:both;
}

#mainContent h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;   
	padding: 10px 0px 5px 0px;
}

#mainContent h2 {
	color: #f5f3dd; /*invisible*/
	font-size: 1.2em;
	text-align: right;
	padding: 0;
}

#mainContent h3 {
	font-size: 1.4em;
	text-align: left;
}

#mainContent h4 {
	font-size: 1.2em;
	text-align: left;
}

#mainContent h5 {
	font-size: 1.0em;
	text-align: left;
}

#mainContent h6 {
	font-size: 1.0em;
	font-style: italic;
	text-align: left;
	padding-left: 10px;
}

#mainContent p {
	font-size: 0.95em;
	line-height: 1.3;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 10px;
}

#mainLeft {
	float: left;
	width: 200px;
	text-align: left;
	margin: 0 10px 0 5px;
}

#mainRight {
	float: right;
	width: 720px;
	text-align: left;
	margin: 0 5px 0 0;
}

#mainRight #mid {
	float: left;
	width: 400px;
}

#mainRight #side {
	float: right;
	width: 280px;
}

figure {
	float: left;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: 2px solid #8ba435;
    margin: 0.5em;
    padding: 0.5em;
}

figure.right {
	float: right;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: 2px solid #8ba435;
    margin: 0.5em;
    padding: 0.5em;
}
       
       
img.left {
	float: left;
	padding-right: 5px;
}

img.right {
	float: right;
	padding-left: 10px;
}

p.clear {
	clear: both;
}

p.caption{
	padding: 100px 0px 0px 10px;
	font-weight: bold;
}

.colLeft {
	float: left;
	width: 275px;
	border: none;
}

.colRight {
	float: right;
	width: 275px;
	border: none;
}

.colRight img {
	border: none;
	margin-bottom: 20px;
}

/* Menu */

#nav {
	float: left;
	width: 200px;
	font-size: 0.75em;
	text-align: left;
    border: none;
	margin: 0 10px;
}

#nav h3 {
	background: url(../images/nav_bg1_top_200x90.png) no-repeat;
	text-align: center;
	color: #333333;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 4px double #85a32f;
    padding: 55px 5px 5px 5px;
}

#nav a:hover {
	background-color: #85a32f;
	color: #ffffff;
}

#nav ul {
	list-style: none;
	width: 200px;
	margin: 0;
	padding: 0;
}

#nav li {
	background-color: #e0ddb1;
    margin: 0;
    border-left: 1px solid #85a32f;
    border-right: 1px solid #85a32f;
}

#nav li a {
	display: block;
	text-decoration: none;
    border-top: 1px solid #85a32f;
    margin: 0 10px;
    padding: 10px 10px 10px 10px;
}

#nav li p {
	display: block;
	color: #000000;
	background-color: #accd51;
    margin: 0 10px;
	padding: 10px 10px 10px 10px;
}

#nav li li {
	background-color: #e0ddb1;
    margin: 0 1px 0 0; /* compensates for 1px border on left at 1st li next level*/
	border-left: none;
    border-right: 1px solid #85a32f;
}

#nav li li a {
	display: block;
	margin: 0 10px;
	border: none;
    padding: 5px 10px 5px 20px;
}

#nav li li p {
	color: #000000;
    padding: 5px 10px 5px 20px;
}

#nav li li li {
	background-color: #e0ddb1;
    margin: 0 1px 0 0; /* compensates for 1px border on left at 1st li next level*/
	border-left: none;
    border-right: 1px solid #85a32f;
}

#nav li li li a {
	display: block;
	margin: 0 10px;
	border: none;
    padding: 5px 10px 5px 30px;
}

#nav li li li p {
	color: #000000;
    padding: 5px 10px 5px 30px;
}


footer {
	clear: both;
	float: right;
	width: 700px;
	border-top: 1px solid #85a32f;
    margin: 3px 5px 5px 0;
    padding: 3px 0;
}

footer p {
	float: left;
	font-size: 0.75em;
    padding-bottom: 3px;
}

footer p.right {
	float: right;
	font-size: 0.75em;
    padding-bottom: 3px;
}

footer ul {
	width: 700px;
	font-size: 0.9em;
	float: left;
    text-align: left;
    list-style: none;
	margin-left: 0;
	border-top: 1px solid #85a32f;
}

footer ul li {
	display: inline;
	margin: 5px 5px 5px 0px;
	padding: 5px 0;
	border: none;
}

footer ul li a:hover {
	color: #000000;
}