.screen-reader-text {
	position: absolute;
	left: -1000em;
}

* { 
	font-family: verdana, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1pt;
	color: #000;
}

#header h1 {
	font-size: 9pt;
}

body {
	font-size: 9pt;
	margin: 0px auto;
	background: #fff;

}

#maincontent *, #sidebarL *, #sidebarR * {
	line-height: 150%;
}

a, a:visited, a:hover, a:active {
	padding: 0px 4px;
}

a.nohover {
	padding: 0;
}

a img {
	border: none;
}

a:visited {
	color: #777;
}

a:hover {
	color: #777;
	text-decoration:underline;
}

a:active {
	color: #fff;
}

a.nohover:hover {
	background: none;
	border: none;
}

#greenlightgo {
	min-width: 960px;
	max-width: 1200px;
	padding: 16px;
	margin: 0px auto;
/*position: relative;*/
}

#header {
	margin: 0;
	text-align: center;
/*	z-index: 1;*/
}

#footer {
	color: #fff;
	background:#007700 url(images/menu.jpg) no-repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	text-align: center;
	clear: both;
	padding: 2px 0;
}

#sidebarL ul, #sidebarR ul, #children ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

#sidebarL ul, #sidebarR ul {
	padding-left: 0;
	padding-right: 0;
}

#children {
	margin-top: -12px;
}

#children li ul {
	margin: 0 0 0 16px;
}

#children a, #children a:visited, #children a:hover, #children a:active {
	padding: 0;
}

h3.storytitle {
	padding: 0 0 16px 0;
	font-size: 7pt;
}

h3.storytitle a, h3.storytitle b {
	font-size: 8pt;
}

h2.widgettitle, h2.widgettitle a {
	font-weight: bold;
	font-size: 11pt;
	color: #015801;
}

.textwidget, .textwidget * {
	letter-spacing: 0pt;
	font-size: 7.5pt;

}






/*	this (.storycontent) is where main body of pages go	*/

.storycontent {
	padding-bottom: 64px;
}

.storycontent * {
	font-size: 10pt;
	letter-spacing: 0pt;
}

.storycontent h1 {
	font-size: 14pt;
	font-family: 'Times New Roman', Times, serif;
}

.storycontent .twocolumn img {
	max-width: 100%;
}

.storycontent .twocolumnA, .storycontent .twocolA {
	float: left;
	padding-right: 1%;
	border-right: 1px dotted #aaa;
	width: 48%;
}

.storycontent .twocolA {
	border: 0;
}

.storycontent .twocolumnB {
	float: right;
	padding-left: 1%;
	width: 48%;
}

.storycontent .aftercolumns {
	clear: both;
}







/* *************** header menu system *************** */

#headermenu, #headermenu * {
	color: #fff;
	border: 0;
	padding: 0;
	margin: 0;
}

#headermenu {	/* ************** main (horiz) menu bar bg ************** */
	width: 100%;
	margin:16px 0;
	padding: 2px 0;
	background:#007700 url(images/menu.jpg) no-repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}

#headermenu li {	/* ************** main (horiz) menu items ************* */
	list-style-type: none;
	position: relative; 
}

#headermenu > li {	/* ************** main (horiz) menu items ************* */
	display: inline;
	padding: 2px 4px;
	margin: 0 4px;
	background:url(images/menu.png) 0 0 repeat;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
-khtml-border-radius-topright: 9px;	/* ? */
-khtml-border-radius-topleft: 9px;	/* ? */
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

#headermenu li a, #headermenu li a:visited {	/* ************** main (horiz) menu items ************* */
	color:#000;
	font-weight: bold;
}

#headermenu li a, #headermenu li a:visited, #headermenu li a:hover, #headermenu li a:active {
	padding: 0px 4px;
}

#headermenu li a:hover {	/* ************** main (horiz) menu items ************* */
	color: #77aa77;
	text-decoration: none;
}

#headermenu li > ul {
	display: none;
}

#headermenu li:hover > ul {
	display: block;
}

#headermenu li ul {	/* ************** drop-down menu ************* */
	padding:2px 0;
	z-index: 9;
	position: absolute;
	left:0;
	width: 200px;
}

#headermenu li ul * {
	text-align: left;
}

#headermenu li ul > li {
	display: block;
}

#headermenu li ul li {	/* ************** drop-down menu items ************* */
	padding: 2px 0;
	background:#56b561;
}

#headermenu li ul li a {	/* ************** drop-down menu items ************* */
	width: 200px;
}

#headermenu li ul li a, #headermenu li ul li a:visited {	/* ************** drop-down menu items ************* */
	color: #fff;
	font-weight: normal;
}

#headermenu li ul li a:visited {	/* ************** drop-down menu items ************* */
 	color: #ddd;
}

#headermenu li ul li ul {	/* ************** submenu ************* */
	padding-top: 0;
}

#headermenu li ul li ul a:visited {	/* ************** submenu items ************* */
	color: #222;
}

#headermenu li ul li > ul {	/* ************** submenus ************* */
	position: absolute;
	top: 18px;
	left: 60px;
	width: 200px;
}

#headermenu li ul li ul * {	/* ******** everything under submenu ****** */
	background:#80b870;
	color:#000;
}

#headermenu li ul li ul li ul * {	/* ********* everything under sub-submenu ****** */
	background:#b0c0a1;
	color:#000;
}


#headermenu li ul li a:hover, #headermenu li ul li:hover, #headermenu li ul li:hover > a/*, #headermenu li a:active*/ {	/* ************** drop-down menu items ************* */
	color: #000;
	background-color: #77aa77;
}

/* ***************** header menu ***************** */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption1 {
	border: 1px solid #ffffff;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* to have border on left sidebar image */

.wp-caption2 {
	border: 1px solid #ffffff;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 7px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}






/* 3 col layout --------------------------------------- column container */
	#content {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page --- #greenlightgo defines this instead.. */
	overflow:hidden;		/* This chops off any overhanging divs */

	background:#fff;		/* Right column background colour */
/*z-index: 0;
/*top:350px;
position:absolute;*/
}
	#content #colmid {
	float:left;
	width:200%;
	margin-left:-255px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;		/* Centre column background colour */
}
	#content #colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:510px;		/* Left column width + right column width */
	background:#fff;		/* Left column background colour */
}
	#content #col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:255px;		/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
	#content #maincontent {
	margin:0 270px 0 270px;		/* Centre column side padding:
		Left padding = left column width + centre column left padding width
		Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
	#content #sidebarL {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:255px;		/* Width of left column content (left column width minus left and right padding) */
	/*position:relative;*/
	right:0px;		/* Width of the left-had side padding on the left column */
}
	#content #sidebarR {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:255px;		/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;		/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
/* 3 col layout ---------------------------------------	*/








/* --- vertical scrolling category widget ---- */
#thewidgetsR .widget_categoryposts ul {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 225px;
}

#thewidgetsR .widget_categoryposts ul li * {
	font-size: 8pt;
	letter-spacing: 0pt;
}

#thewidgetsR .widget_categoryposts ul .cat-post-item .post-title {
	font-weight: bold;
}

#thewidgetsR .widget_categoryposts ul .cat-post-item {
	position: absolute;
	top: 410px;
	left: 5px;
	height: 395px;
	width:220px;
}

#thewidgetsR .widget_categoryposts ul .cat-post-item .post-title {
	margin: 0;
	padding: 0;
}
/* --- vertical scrolling category widget ---- */





#contactform {
	border: 0;
}

#contactform .contactdesc {
	text-align:right;
	padding: 0 3px 2px 0;
}

#contactform .contactinput input, #contactform textarea {
	width: 300px;
}

#contactform input, #contactform textarea {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #56b561;
	color: #fff;
	border: 1px solid #000;
	padding: 0 3px;
}

#contactform textarea {
	height: 100px;
	padding: 0 0 0 3px;
}

#contactform input:hover, #contactform textarea:hover {
	background: #007700;
	color: #fff;
}

#contactform .contactbutton input:hover {
	cursor: pointer;
}

#contactform .contactbutton input:active {
	background: #fff;
}


#thewidgetsL, #thewidgetsR {
	margin: 0;
}

#thewidgetsL .widget {
	padding-top: 50px;	/* to allow for the title in the .jpg... temporary...*/
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background:#a4db94;
	margin-bottom: 15px;
	width: 225px;
	background:#a4db94 url(images/sidebar-f.jpg) 0 0 no-repeat;
}

#thewidgetsL .nonwidget {
	padding: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background:#a4db94;
	margin-bottom: 15px;
	width: 225px;
	background:#a4db94 url(images/sidebar-l.jpg) 0 0 no-repeat;
}

#thewidgetsR .widget {
	padding-top: 50px;	/* to allow for the title in the .jpg... temporary...*/
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background:#dae8cb;
	margin-bottom: 15px;
	width: 225px;
	background:#ffffff url(images/sidebar-r.jpg) 0 0 no-repeat;
}

#thewidgetsR .nonwidget {
	padding: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background:#a4db94;
	margin-bottom: 15px;
	width: 225px;
	background:#ffffff url(images/sidebar-r.jpg) 0 0 no-repeat;
}

#thewidgetsL .nobg, #thewidgetsR .nobg {
	background:#fff url();
}

#thewidgetsL .widget_text {
	background:#a4db94 url(images/sidebar-f.jpg) 0 0 no-repeat;
}






/* ******************************* tanbox ****************

	usage:	insert below html code into page (change box background color in page html code rather than in css):

<div class="tanbox"><div class="cornerBox" style="background:#dbc894;"><div class="corner TL"></div><div class="corner TR"></div><div class="corner BL"></div><div class="corner BR"></div><div class="cornerBoxInner"> 
	<!-- content goes here -->
</div></div></div>

********************************************************** */

.storycontent .tanbox {
	margin: 15px 0;
	padding: 0;
}
.cornerBox {
	position: relative;
	background: #dbc894; 
	width: 100%;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-webkit-border-radius: 9px;
}
.corner { position: absolute; width: 5px; height: 5px; background: url('images/corners.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { margin-top:-5px;padding: 0 15px 15px 15px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -5px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -5px; }
.BR { bottom: 0; right: 0; background-position: -5px -5px; }





.addtoany_share_save_container {
	padding-top:32px;
}