/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 8px 5px 8px;
		background-color:#5e7328;
		color:#FFFFFF;
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#c0d689;
		color:#000;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#c0d689;
		color:#000;
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#c0d689;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		margin:-1px 0px 0px;
		background-color:#5e7328;
		border-width:1px;
		border-style:solid;
		border-color:#FFFFFF;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
		background-color:#5e7328;
		border-width:0px;
		border-style:none;
		border-color:#000000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
		color:#000;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		text-decoration:underline;
		color:#000;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#5e7328;
		text-decoration:underline;
		color:#000;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#FFFFFF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#FFFFFF;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-image:url("http://www.handforth.org.uk/qmimages/cssalt1_arrow_right_hover.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url("http://www.handforth.org.uk/qmimages/cssalt1_arrow_right.gif");
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url("http://www.handforth.org.uk/qmimages/cssalt1_arrow_down_hover.gif");
		text-decoration:underline;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url("http://www.handforth.org.uk/qmimages/cssalt1_arrow_down.gif");
		background-repeat:no-repeat;
		background-position:97% 50%;
	}
	
	
	
	/*"""""""" Main CSS """"""""*/	
	
	
	body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #c0d689;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

ol, ul {
  	margin: 0;
  	padding: 0;
  	list-style:none;
}

img		{
	float: left;
	border: 1px solid #5e7328;;
	margin: 4px 10px 0 0;
}

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

a
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #5e7328;;
	text-decoration: none;
}

.thrColFixHdr #container { 
	width: 960px;
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5e7328;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #menu { 
	height: 40px;
	margin: 15px 0 0 25px;
}

.thrColFixHdr #header {
	background: url(images/masthead.jpg) 0 0 no-repeat;
	height: 230px;
	margin-bottom: 20px;
	border-bottom: 1px solid #5e7328;
	padding: 0 30px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0px 20px 0 0px;
}

.thrColFixHdr #mainContent { 
	margin: 36px 0 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 400px;
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #5e7328;
	border-right: 1px solid #5e7328;
} 

.thrColFixHdr #fullContent { 
	margin: 0 0 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 920px;
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColFixHdr #fullContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 

.thrColFixHdr #info-box {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin: 20px 0 0 10px;
	border-left: 1px solid #5e7328;
}

.thrColFixHdr #footer {
	background: url(images/footer.jpg) 0 0 no-repeat;
	height: 150px;
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #5e7328;
	margin-top: 20px;
}

.thrColFixHdr #footer p {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rsstextarea{
	width:900px;
	font-family:"Courier New", Courier, monospace;
	line-height:30px;
	padding: 10px;
	border: 1px solid #222222;
	}
	
#credit	{
	font-size: 12px;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
}

#credit a
{
	color: #000000;
	text-decoration: underline;
}

#credit a:hover
{
	color: #5e7328;
	text-decoration: none;
}

hr	{
	
	color: #5e7328;
	background-color: #555555;
	height: 1px;
	
}

table {
		border-collapse: collapse;
		border: 1px solid #5e7328;
		}
		
th, td {
		border: 1px solid #5e7328;
		padding: 4px 8px 4px 8px;
		}
		
caption {
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 0 5px;
		}		
		
th {
/*		background: url(http://www.handforth.org.uk/table-header-stripe.gif) 0 50% repeat-x;*/
		text-align: left;
		}
		
tfoot {
		background-color: #FFFFFF;
		color: #000000;
		}
		
tfoot td {
		text-align: center;
		}
		
tbody tr.alt td {
		background: #ebf0d9;
		}
		
tbody td {
		border-top: 0;
		border-bottom: 0;
		}
		
		
/*"""""""" Polls and Petitions CSS """"""""*/

.mhpwidgetbox { margin: 8px 0 0 0; text-align: left; } /*widget placeholder*/
.mhpwidget { background: #F8F8F8; padding: 8px; } /*main widget block*/
.mhpheader { font-weight: bold; font-size: 16px; text-align: left; margin-bottom: 4px; } /*"Poll" or "e-Petitions" header*/
.mhptitle { font-weight: normal; text-align: left; margin-bottom: 6px; } /*title of poll or e-petition*/
.mhpoptions { margin-bottom: 6px; } /*votes variants block*/
.mhpoptions table { width: 100%; } /*table of poll variants*/
.mhpoptions table td, .mhpoptions table th { border: 1px solid #F8F8F8; padding: 0px 2px 2px 2px; } /*call of table with invisible borders*/
.mhpbuttons button { width: 60px; cursor: pointer; } /*Vote button*/
.mhpwidget .mhpbuttons { text-align: center; } /*Vote button pane*/
.mhpdialog { text-align: left; }
.mhpdialog .mhpstatuslabel { float: left; margin-top: 8px; margin-left: 4px; font-weight: bold; display: none; } /*Submitting message in vote dialog*/
.mhpdialog .mhpbuttons { float: right; } /*Vote button inside dialog*/
.mhpdialog .mhpbuttons button { margin-right: 4px; cursor: pointer; } /*Vote button pane inside dialog*/
.mphvotingclosed { text-align: center; font-weight: bold; } /*message to visitor, if he already voted*/
.mhpoptiontext { font-weight: bold; padding-right: 12px; } /*table cell with variant of vote*/
.mhpoptionpercent { width: 55px; margin-left: 4px; text-align: right; } /*table cell with percent of votes*/

.mhppetitionstitles { margin-bottom: 6px; } /*list of petitions in widget*/
.mhppetitiontitleitem { font-weight: normal; margin-bottom: 4px; } /*petition title in widget*/
.mhppetitionitem { background: #F8F8F8; text-align: left; margin-bottom: 4px; padding: 4px; } /*petition box on petitions page*/
.mhppetitiontitle { font-weight: bold; margin-bottom: 4px; } /*title of petition on petitions page*/
.mhppetitiondescription { text-align: justify; margin-bottom: 4px; } /*description of petition*/
.mhppetitionvotebox { text-align: right; } /*vote button box for petition*/
.mhppetitionvotebox button { cursor: pointer; } /*vote button*/
.mhppetitionvotingres:before, .mhppetitionvotingres:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.mhppetitionvotesfor, .mhppetitionvotesagainst { float: right; text-align: right; width: 150px; font-weight: bold; } /*votes percents blocks*/
.mhppetitionvotesforval { color: green; } /*votes for value*/
.mhppetitionvotesagainstval { color: red; } /*votes against value*/
.mhppetitionvotetitle { text-align: center !important; margin-bottom: 12px !important; font-weight: bold; } /*petition title in voting form*/

.mhpformfield { text-align: left; margin-bottom: 6px; } /*form field box*/
.mhpformfield:before, .mhpformfield:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.mhpformfield label { display: block; float: left; width: 120px; padding-top: 3px; } /*form field label*/
.mhpformfield input, .mhpformfield textarea, .mhpformfield select { float: left; width: 232px; } /*form field input*/
.mhpformfield textarea { height: 180px; min-width: 232px; max-width: 232px; } /*form field text area*/

/*jqmodal*/
/*.jqmWindow { display: none; position: fixed; top: 17%; left: 50%; margin-left: -180px; width: 360px;
  background: #FAFAFA; color: #000000; border: 1px solid #222222; padding: 12px; }*/
.jqmWindow { display: none; position: absolute; top: 50px; left: 50px; width: 360px;
  background: #FAFAFA; color: #000000; border: 1px solid #222222; padding: 12px; }
.jqmOverlay { background: #000000; }
* iframe.jqm { position: absolute; top: 0; left: 0; z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); }
* html .jqmWindow { position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }
  

/*"""""""" News CSS """"""""*/

*
{
	font-family: Verdana, Helvetica, sans-serif;
}
a
{
	color: #000;
	text-decoration: underline;
}
a:hover
{
	color: #5e7328;
	text-decoration: none;
}
#frm
{
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 530px;
	min-height: 530px;
	margin-left: 0%;
	margin-right: 0px;
	padding-top: 2%;
	padding-left: 0%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	overflow: scroll-x;
}
#frm1
{
	position: absolute;
	top: 20px;
	left: 100px;
	width: 100%;
	min-width: 100%;
	min-height: 600px;
	height: 600px;
	margin-left: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	overflow: scroll-x;
}
.smallline
{
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000;
	margin-left: 0%;
	margin-right: 0px;
	padding-left: 0%;
	padding-right: 0px;
	padding-bottom: 2%;
	margin-bottom: 4px;
	font-size: 9px;
}
.smallpicture
{
	position: absolute;
	top: 3%;
	left: 3%;
	width: 90%;
}
.smalldate
{
	position: relative;
	width: 98%;
	height: auto;
	color: #222222;
	font-size: 10px;
	margin-bottom: 2px;
}
.smalltitle
{
	position: relative;
	text-align: "none";
	width: 100%;
	font-size: 12px;
	color: #222222;
	margin-bottom: 2px;
}
.smallsnippet
{
	position: relative;
	text-align: "none";
	width: 100%;
	color: #222222;
	font-size: 12px;
	padding-bottom: 1%;
	margin-bottom: 2px;
}
.bigline
{
	position: relative;
	padding: 10px 0px 0px 0;
	width: 99%;
	color: #000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.bigpicture
{
	margin-right: 400px;
	margin-bottom: 5px;
}
.bigdate
{
	color: #222222;
	font-size: 10px;
}
.bigtitle
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.bigsnippet
{
	color: #222222;
	font-size: 12px;
}
.bigarticle
{
	text-align: "none";
	font-size: 12px;
	color: #222222;
	padding-bottom: 12px;
}