@charset "UTF-8";
/* Aisha Williams for Pepper-e, May 2010*/
/* - - - - - - - - - - CSS RESET - - - - - - - - - - */
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,  font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, :focus, input {   
	margin: 0;   
	padding: 0;   
	border: 0;    
	outline: 0;    
	font-weight: normal;    
	font-style: inherit;    
	font-family: Geneva, Arial, sans-serif;  
	text-decoration: none;    
	vertical-align: baseline;
}
html{
    font-size: 100.01%;
}
body {
	font: .875em/1.6  Geneva, Arial, sans-serif; /* default 1em = 16px; .875em = 14px  */
	text-align: center;
	background: #a4d0bc url(../images/bg.jpg);
	background-repeat: repeat-x;
 	background-attachment: fixed;
	color: #444;
	margin: 0 auto 30px;
}

/* - - - - - - - - - - LAYOUT - - - - - - - - - - */

#header {
	margin: 40px 0 20px; 
	height: 200px;
	width: 100%;
	background: url(../images/clouds.jpg) no-repeat center top;
}
#nav{
     margin: 0 auto;
     text-align: left;
	 width: 820px;
	 height: 26px; 
	 padding: 0 20px; 
	 position: relative;
	 text-transform: uppercase;
	 font-size: .714em;
}
#topcap{
	margin: 0 auto;
	width: 860px;
	height: 60px;
	background: url(../images/pane.png) no-repeat top center;
}
#mainContent{
     margin: 0 auto;
	 width: 740px;
	 padding: 0 60px; 
	 background: url(../images/pane_repeat.png) repeat-y top center;
	 text-align: left;
}
#bottomcap{
	margin: 0 auto;
	width: 860px;
	height: 60px;
	background: url(../images/pane.png) no-repeat bottom center;
}
#footer {
	z-index: -2;
	background: url(../images/grass.png) no-repeat bottom center;
	height: 84px;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
}
.halfCol{
	float: left;
	width: 345px;
	padding: 20px 12px;
}
.row {
	margin: 20px 0 30px;
}
.annotation{
	padding-top: 50px;
}
/* - - - - - - - - - - more layouts - - - - - - - - - - */
.events {
	background: url(../images/fbml_events.png) no-repeat;
	width: 330px;
	height: 160px;
	text-indent: -9999px;
	display: block;
}	
.articles li {
	width: 170px;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
	list-style: none;
	display: block;
	font-size: .714em;
}
.articles span{
	background-image: url(../images/fbml_notes.jpg);
	width: 75px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 5px;
}
#map{
	width: 350px;
	height: 250px;
	border: 1px solid #aaa;
	margin: 0 20px 0 0;
	overflow: hidden;
	float: left;
}
#route{
	width: 340px;
	height: 360px;
	border: 1px solid #aaa;
	margin: 15px 0 0;
	overflow: hidden;
	float: left;
}
#sitemap{
	width: 425px;
	height: 300px;
	border: 1px solid #aaa;
	margin: 0 0 0 20px;
	float: right;
}
#fanbox{
	margin: 0 0 0 20px;
	float: right;
}

#nav li{
	list-style: none;
	float: left;
}
#nav  a, #nav a:visited{
	display: block;
	color: #fff;
	padding: 5px 10px;
}
#home #H, #musicale #M, #walk #C, #adventures #E, #sports #S{
	background: #f19330;
	border-bottom: 3px solid #3a6aad;
}
#nav li a:hover{
	background: #f19330;
}
/* - - - - - - - - - - BASIC HTML - - - - - - - - - - */
H1{
    font: 2.286em Georgia, Times, serif; /* 32px */
	color: #008c4c;
}
H2{
    font: 1.571em Georgia, Times, serif;  /* 22px */
	line-height: 1.55em;
	padding: 5px 0;
}
H3{
    font: 1.285em Georgia, Times, serif;  /* 18px */ 
	line-height: 1.55em;
}
H4  {
    font-size:  smaller;
}
H5, H6  {
    font-size:  smaller;
}
#mainContent blockquote {    
	margin: 0 30px;
}
.unordered li {    
	margin-left: 30px;
	list-style-type: circle;
}
.ordered li {    
	margin-left: 30px;
}
p {
	padding: 10px 0;
}
em{
	font-style: oblique;
}
sup {
	font-size: 8px;
	vertical-align: super;
}
strong{
	font-weight: bold;
}
hr{
	margin: 15px 0;
	width: 100%;
	color: #008c4c;
	background-color: #008c4c;
	height: 3px;
}
.red{
	color: red;
}
.green{
	color: #008c4c;
}
#mainContent a, #maincontent a:visited{
	color: #3a6aad;
}
#mainContent a:hover{
	color: #fff;
	background: #f19330;
}
/* - - - - - - - - - - FORM - - - - - - - - - - */
#mc_embed_signup {
	margin: 20px 18px 20px 0;
	padding: 15px 0 15px 5px;
	width: 340px;
	background-color: #F2FFF5;
	border: 1px solid #008c4c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
.mc-field-group{
	padding: 5px 0;
}
.mc-field-group label{
	width: 120px;
	text-align: right;
	display: inline-block;
}
.mc-field-group input{
	padding: 5px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.mc-field-group input:focus{
	background-color: #fff;
	padding: 5px;
}
#mce-success-response{
	color: #008c4c;
	padding: 10px;
	background-color: #ffc;
	border: 1px solid #008c4c; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mce-error-response, .mce_inline_error{
	margin-left: 155px;
	color: red;
	font-weight: bold;
}
#mc-embedded-subscribe{
	margin: 10px 0 5px 155px;
	padding: 5px;
	border: 1px solid #008c4c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ECFFF9;
}
/* - - - - - - - - - - FLOATS - - - - - - - - - - */
.right, .addthis_button_compact{
	float: right;
	margin-left: 15px;
}
.left {
	float: left;
	margin-right: 15px;
}
.center {
	text-align: center;
	clear: both;
}
.clear {
	clear:both;
	height:0;
}
/* - - - - - - - - - - ROUNDED BOXES - - - - - - - - - - */
.box{
	position: relative;
	padding: 5px 10px;
	color:#fff;
	margin: 0 -10px;
}
.greenBG, #nav{
	background-color: #008c4c;
}
.blueBG{
	background-color: #3a6aad;
}
.orangeBG{
	background-color: #f19330;
}
.greenBG .corner, #nav .corner{
	background-image: url(../images/corner_green.png);
}
.blueBG .corner{
	background-image: url(../images/corner_blue.png);
}
.orangeBG .corner{
	background-image: url(../images/corner_orange.png);
}
.corner{
	position: absolute;
	width: 5px;
	height: 5px;
}
.tl{
	background-position: 0 0;
	top:0;
	left:0;
}
.tr{
	background-position: -5px 0 ;
	top:0;
	right:0;
}
.bl{
	background-position: 0 -5px;
	bottom:0;
	left:0;
}
.br{
	background-position: -5px -5px;
	bottom:0;
	right:0;
}
