@charset "utf-8";
/* Container vs Float Error Correction */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
body  {
	font: 80% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#B3F2B0 url("../images/body-bg.jpg") repeat-x top    ;
	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;
}
h1, h2, h3, h4, h5 ,h6 {font-family:"Lucida Sans", "Trebuchet MS", Verdana, sans-serif; }
h1 {font-size: 1.9em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}
.twoColFixRtHdr #container { 
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url("../images/sidebar-bg-2.gif") repeat-y right;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #E20048;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	
} 
.twoColFixRtHdr #subcontainer { 
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF ;/*url("../images/sidebar-bg-2.gif") repeat-y right;*/
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
	
} 
.twoColFixRtHdr #header { 
	background: #FFF; 
	padding: 5px ;  /* 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. */
	border-bottom: 5px solid #98BD96;
	height:120px;
	margin-bottom: 25px;
	
} 
.twoColFixRtHdr #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: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* 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 */
	/*background: #FFF ; */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 5px 55px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #FFF;

} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
	width: 610px;
	clear: both;
	border-top: 1px solid #E20048;
	
} 
.twoColFixRtHdr #footer p {
	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;
}
/*.topPanels {width: 660px;margin-bottom: 10px;clear:left;}*/
.LeftCol .panel { background:url("../images/topleft.jpg") no-repeat;}
.CentreCol .panel {background:url("../images/topcenter.jpg") no-repeat;}
.RightCol .panel {background:url("../images/topright.jpg") no-repeat;}

/*.bottomPanels {width:660px;margin-bottom: 10px;clear:left;}*/
.BLeftCol .panel {background:url("../images/bottomleft.jpg") no-repeat;}
.BCentreCol .panel {background:url("../images/bottomcenter.jpg") no-repeat;}
.BRightCol .panel {background:url("../images/bottomright.jpg") no-repeat;}

/*.panel:hover {border: 1px solid pink;}*/
.panel {margin-right: 8px; width:200px;height: 150px;border: 1px solid #E48200;margin-bottom: 10px; float: left;}
.panel h2 a{font-size: 1em;font-weight: bold;color:#000; text-decoration:none;}

.panel h2 a:hover {text-decoration:underline;}
.LeftCol .panel h2 { width: 50px;position: relative; left: 114px; top: 45px; }
.CentreCol .panel h2 {width: 50px;position: relative; left: 114px; top: 55px; }
.RightCol .panel h2 {width: 50px;position: relative; left: 114px; top: 45px; }

.BLeftCol .panel h2 { width: 50px;position: relative; left: 114px; top: 55px; }

.BCentreCol .panel h2 { width: 50px;position: relative; left: 114px; top: 55px;}

.BRightCol .panel h2 { width: 50px;position: relative; left: 114px; top: 55px; }
.panel h2 {font-size: 1em;}
#logo {padding: 15px ;}
a img {border: none;}
#strapline {float:right; width: 250px;}
#sidebar1 label {font-weight: bold;}
.buttonClass {background: #98bd96; color: #FFF;border: solid 1px #921c1a; font-weight: bold;}
.invisible {visibility: hidden;}
a, a:link {color: #921c1a; text-decoration:none;}
a:hover {text-decoration:underline;}
#trail {width: 500px;}
#nav {width: 160px;float: left;}
#Content {width: 590px;float: left;margin-left: 20px;}
#nav ul {list-style-type: none;margin: 0;padding: 0;}
#nav ul li {margin-bottom: 3px;}
#nav ul li a {width: 160px;background:#E5E5E5;display: block;padding: 5px 0 5px 3px;font-weight:bold;color:#1F527B;}
#nav ul li a:hover {background: #D8D8D8;}
#container .subpage {background:none;}
#trail { background: #98BD96;padding: 4px;width: 100%;}
#trail ul {padding:0;margin:0;}
#findActivity {background: url("../images/findactivity.jpg") no-repeat; height: 149px;}
#fullListing {background: url("../images/fullListing.jpg") no-repeat; height: 149px;}
#subpagePanels h2 { position: relative; top: 125px; left: 10px; }
.results ul{list-style-type: none;padding:0;margin:0;}
.results ul li {padding: 3px;}
.results {background:#FBFDD9;border: 1px solid blue; padding: 5px; margin-bottom: 10px;}
#options {padding:15px;margin-left: 100px;}

#options ul { list-style-type: none;padding:0;margin:0 0 15px 0; clear: both;}

#options ul li {float: left; display: block;  border: 1px solid black;margin: 0 2px 2px 0;background: #efe;}

#options ul li a {display: block; height: 130px; width: 180px;text-decoration: none;color: #000;font-weight: bold;padding: 2px;}

#options ul li a:hover {background: #E3E5BD;}

#options ul li a span {font-size:1em; display: block; margin-top: 5px;font-weight: normal;}
#options {margin-bottom: 30px;}
div.centre {margin-left: 100px;}
#Content dl dd, #contentwide dl dd {padding:4px 4px 4px 0;margin: 0 0 10px 0;font-size: 1em;}

#Content dl dt, #contentwide dl dt {color:#003366; font-size:1em;}
div.freedom {float: right;}

table { 	border-top: 1px solid #999;	border-left: 1px solid #999;	border-collapse: collapse;	margin-bottom: 25px;}
caption { 	font-size: 14px;	padding-bottom: 6px;	font-weight: bold;	text-align: left;}
th { 	background: #E1E5A2;}
tr { 	background: #eee;}
.invisible {visibility: hidden;}
#activityNotInList{
display: none;
}
#Content h1 {margin-top: 15px;margin-bottom: 40px;}
#Content ul li {margin: 5px 0 5px 0;}

#trail { float: left; margin:0; }
#traillist, #traillist ul { margin: 0; padding: 0 }
#traillist li { font-size: 1em; display: inline; float: left; list-style-type: none; padding: 0; }
#traillist a:link, #traillist a:visited { background: transparent; font-weight: bold; color:#003366; text-decoration: none; }
#traillist a:hover, #traillist a:active { color: #FFF; text-decoration: underline; }