@charset "UTF-8";
/* CSS Document */

/*************** Main Sections *************************************/
/*  make page 1124px wide and center aligned */
body {
	padding:0;
	margin:0px auto; 		/* Right And Left Margin Widths To Auto */
	text-align: center; 	/* Hack To Keep IE5 Windows Happy */
	background-color:#848484;
}
#wrapper {

}
#wrapper2 {
	background-image: url(images/inner_1104x1IE.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
	* html #wrapper2{
	background-image: url(images/inner_1104x1IE.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#outer {
	/*height:99.9%;*/
	/*min-height:100%;*/
	width:1004px;
	/*max-width:1124px;*/
	/*min-width:1004px;*/
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;

}
	* html #outer{
	width:1004px;
	}
#inner {
	float:left;
	padding-top:119px;/*needed to make room for header*/
	padding-bottom:0px;
	_padding-bottom:0px;
	/*width: 1004px;*/
	width:100%;
	background:  url(images/inner_1104x1.jpg) repeat-y right top;
	z-index:-1;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	/*width:1004px;*/
	width:100%;
	/*max-width:1124px;
	min-width:960px;*/
	height:119px;
	/*z-index:74;*/
	background:  url(images/logoHeader.jpg) no-repeat left top;
	z-index: 1000;
}
	* html #header{
	width:1004px;
	}
#header h1 {
	float:left;
}
#topMenu {
	display:block;
	margin-top:15px;
	float:right;
}


* html #search {
	margin-top:-0px;
}
#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:320px;
	height:63px;
	text-indent: -5000px;
	/*z-index:300;*/
	background:  url(images/logo_237x63.gif) no-repeat left top;
}

/* Footer */
#footer {
	font-size:.9em;
	color: #666;
	clear:both;
	text-align:left;
	left:0px;
	background-image: url(images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	overflow:auto;
	height:100%;
}
#footerSpace{
	text-align:center;	
}
* html #footer {
	height:1%;
	overflow:hidden;
}
#footer p {
	padding:0 10px;
	margin-top: 10px;
	color: #333;
}
#footer p a {
	text-decoration: none;
}
#footerRight {
	float: right;
	width: 200px;
	text-align:right;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding: 0 20px 0 0;
}
#footerRight img {
	border:none
}
* html #footer {
	margin-bottom:-1px
}

#footer #sitemap {
	/*margin-left:20px;*/
	display: inline; /* for IE double margin float bug */
	float: left;
	width:100%;
}
#footer #sitemap h2 {
	font-size: 135%;
	margin: 0 0 0.5em 0;
}
#footer #sitemap h3 {
	height:2em;
	line-height:1em;
	margin: 1em 0 0.5em 0;
}
#footer #sitemap .group {
	float: left;
	width:86px;
	margin-left: 10px;
	margin-bottom: 15px;
}
* html #footer #sitemap .group {
	width:50px;
}
#footer #fineprint {
	display: inline; /* for IE double margin float bug */
	float: right;
	text-align: right;
	width: 200px;
	margin: 0 30px 0 0;
}
#footer #fineprint a {
	margin-left: 1em;
	white-space: nowrap;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 96%;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer li {
	line-height:1.2em;
	margin-bottom:.6em;
	list-style:none;
}
#footer a:hover {
	text-decoration: underline;
}


#featureImageright {
	float:right;
	width:260px;
	height:150px;
	margin:0;
	padding:0;
	background-image: url(images/beActiveWA.jpg);
	background-repeat: no-repeat;
    cursor:pointer;
	top:0px;
}



#top {
	padding-left:15px;
	width: 719px;
}
#right {
	width:260px;
	float:right;
	/*margin-top:-20px;*/
	/*z-index: 55;*/
}
#discussion {
	background-color: #00CCFF;
}
#right-inner {
	width: 250px;
	padding-left: 9px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	margin-right:256px;
	margin-bottom:50px;
	/*z-index: 56;*/
}
#left-inner {
	/*padding-left: 15px;*/
	/*padding-right: 15px;
	text-align: left;
	min-height:600px;*/
}

	* html #clearfooter{
		background-image: url(images/inner_1104x1IE.jpg);
		background-repeat: repeat-y;
		background-position: center;

} /* to clear footer */
html>body #minHeight {
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
/*This is the content on the home page*/

#content {
	/*z-index: 300;*/
	padding-bottom: 7px;
	position: relative;
	float: left;
	/*width: 500px;*/
	max-width:500px;
	min-width:350px;
	margin-left: 20px;
}
/*This is the content on the sub pages*/

#contentSub {
	/*z-index: 300;*/
	position: relative;
	height:auto;/*margin-left:120px;*/
}
.where {
	color:black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	padding-left:.5em;
	margin-bottom:50px;
}
.post {
	
	margin-left:190px;
	z-index:0;
	display: block;
	width: 530px;
}
	/* Holly Hack IE/win, hide from IE/mac \*/
	* html .post {
		height:1%;
	}
	/* Holly Hack IE/win, hide from IE/mac */
	
.post #wherewouldyou img {
	padding-left:0px;
}
.post img {
	border:1px none white;
	/*padding-left:10px;*/
	_padding-left:0px;
	/*z-index: 9000;*/
}
#tagMiddle img {
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right:10px;
	padding-left:0px;
}
#subImage {
	float:right;
	padding-left:15px;
}
.post li {
	list-style-position: outside;
	/*list-style-type: disc;*/
	/*line-height: 1.1em;
	padding-bottom: .5em;
	padding-top: .5em;
        margin-left:2em;*/
}
#underMenu {
	background-image: url(images/underMenuBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:15px;
}
#underMenu p {
	text-align:left;
	padding-left:15px;
	padding-top:7px;
}
#underMenuRight {
	text-align:right;
	padding-top:7px;
}
#underMenuRight a {
	text-decoration:none;
}
#featureImage {
	background-image: url(images/featureImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
        _overflow:hidden;
}



#featureImagerightActive08{
	float:right;
	width:260px;
	height:150px;
	margin:0;
	padding:0;
	background-image: url(images/active08.jpg);
	background-repeat: no-repeat;
        cursor:pointer;
}

#featureImagerightActive09{
	float:right;
	width:260px;
	height:150px;
	margin:0;
	padding:0;
	background-image: url(images/active09.jpg);
	background-repeat: no-repeat;
        cursor:pointer;
}


#top h1 {
	margin-left:175px;
	margin-top:10px;
        margin-bottom:0.5em;
	line-height:normal;
	color:#42658b;
}
#content h1 {
 font-size: 2em;
 line-height:2em;
}
#content h2 {
	font-size: 1.8em;
	color: #007ea2;
	/*background:  url(images/bullet_17x21.gif) no-repeat left top;*/
	padding-left: 0px;
	line-height: 24px;
	position: relative;
	/*z-index: 999;*/
}
h3#post- {
	font-size: 1em;
	color: #007ea2;
	background:  url() no-repeat left top;
	padding-left: 0px;
}
#content p {
	font-size: .9em;
	color: #444444;
	line-height: 1.5em;
	_line-height: 1.2em;
}
#content p a {
	color: #007ea2;
}
#content p a:hover {
	/*background-color: #618200;*/
	color: #007ea2;
}
.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.FSF_resultLink {
	color: #007ea2;
}
.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;
}
#content ul li {
	margin-bottom: 0.5em;
	font-size: 110%;
	list-style-type: circle;
}
.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: block;
}
.LIn_desc {
	display: none;
}
.LIn_date {
	font-weight: normal;
	display: block;
	margin-bottom:7px;
	margin-top:3px;
	color: #666666;
}
#content a, {
	/*color: rgb(97, 130, 0);*/
	color: #007ea2;
	text-decoration:none;
	padding-bottom:2px;
}
#content a:hover,{
	/*background-color: rgb(97, 130, 0);*/
    color: #00a5d4;
}
#PrintDoc {
	width: auto;
	float: right;/*display: inline;*/
}
#printLogo {
	display:none;
}
#navSide {
	width:180px;
	padding-right:10px;
	/*padding-left:15px;*/
	/*margin-bottom:120%;*/
	cursor:pointer;
	background-color: #FFF;
	/*z-index: 500;*/
	float:left;
	
}
#navSideNew {
    background-color: #FFFFFF;
    display: inline-block;
    float: left;
    height: auto;
    left: 0;
    margin-left: 0;
    margin-top: 15px;
    position: relative;
    width: 180px;
    z-index: 55;
	margin-left: -734px;
	}
#navSide a,#navSideNew a {
	text-decoration:none;
	color:#666666;
	width: 100%;
}
#navSide a:hover,#navSideNew a:hover{
	text-decoration:none;
	color: #658BCB;
	width: 100%;
}
#navSide a:active,#navSideNew a:active {
	text-decoration:none;
	color:#658BCB;
	width: 100%;
}
#navSide ul,#navSideNew ul{
	cursor: auto;
	margin:0;
	padding:0;
	width: 100%;
}
#navSide li.active,#navSideNew li.active {
	/*left:-5px;*/
	padding-top:5px;
	margin-bottom:0px;
	background-image: url(images/menuActiveCurve.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000000;
    background-color:#f9f9f9;
}
#navSide li.active ul,#navSideNew li.active ul {
        margin-left:0px;
	margin-top:10px;
}
#navSide li.active a,#navSideNew li.active a {
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
}
#navSide li.active a:hover,#navSideNew li.active a:hover {
	color: #658BCB;
}
#navSide ul li.active ul li,#navSideNew ul li.active ul li {
	font-weight: bolder;
	padding-left:5px;
	/*width:120px;*/
	background:none;
}
#navSide ul li.active ul li a,#navSideNew ul li.active ul li a  {
	padding: 0px;
	font-weight: normal;
	font-size: 1.0em;
	line-height:1em;
}
#navSide li,#navSideNew li {
	/*width: 120px;*/
	list-style-type: none;
	padding-bottom: 5px;
		padding-right:5px;
        padding-left:20px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:5px;
	font-size: 1em;
}
/*#navSide li:hover {
        background-color:#f4f7f9;
padding-right:5px;
}*/
#navSide li li,#navSideNew li li {
	/*width: 120px;*/
	list-style-type: none;
	font-size: .9em;
}
#parent {
	margin-left: 15px;
	font-size: 1.3em;
	margin-bottom:40px;
}
#navSideNew #parent {
	margin-left: 15px;
	font-size: 1.3em;
	margin:40px 0 10px 20px;
	font-weight:bold;
}
.imgcontainer {
	position:relative;
	float:left;
}
.caption {
	font: normal 1em/1.3em arial;
	/*background:#fff;*/
	color:white;
	bottom:0;
	left:0;
	text-align:center;
	opacity:.75;
	filter:alpha(opacity=85);
}
#date {
	color: #999999;
	font-size: .8em;
}
#introText {
	font-size: 1.3em;
	padding-bottom:15px;
}
#eventCalendar {
	width:200px;
}
#ComplaintsForm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F2F2F2;
}
.homeSportandRecreation h2, .homeSportandRecreation h3, .homeSportandRecreation h4 {
	padding-left:10px;
	margin:0;
	color:#000;
	/*margin:0;*/
}
.homeSportandRecreation h2 a:hover, .homeSportandRecreation h3 a:hover, .homeSportandRecreation h4 a:hover{
	color:#000;
	text-decoration:underline;
	}
#job {
	font-size: 110%;
	padding: 5px;
	background-image: url(images/blockBg.gif);
	background-repeat: repeat-x;
}
*.tooltip {
	cursor:help;
	border-bottom:1px dotted;
	font-style:normal;
}
#tag {
	padding-bottom:50px;
	padding-top:0px;
	display:block;
}
#tagLeft {
	height:24px;
	width:12px;
	background-image:url(images/tagLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#tagMiddle {
	height:24px;
	background-image:url(images/tagBG.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	line-height: 2em;
	padding-left:.2em;
	padding-right:.2em;
	position: relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
#tagMiddle a {
	color: #000000;
	text-decoration: none;
}
#tagMiddle a:hover {
	color: #007ea2;
	text-decoration: none;
}
#tagMiddle img {
	position: relative;
	padding-top: 3px;
}
#tagRight {
	height:24px;
	width:12px;
	background-image:url(images/tagRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.eventDetail {
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	
}
.eventDetail img {
	padding-right:7px;
	padding-left:0px;
}
#event {
	margin-top:70px;
	margin-bottom:10px;
}
#next {
	padding-top:0px;
}
#wherewouldyou {
	height:30px;
	width:auto;
	margin-top:50px;
	margin-bottom:20px;
	padding-top:20px;
	/*position:relative;*/
	border-top-color:#E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
}
#tip {
	width:580px;
	padding:10PX;
	padding-top:0px;
	padding-bottom:25px;
        margin: 0pt 0pt 10pt 0pt;
	font-size: 1em;
	line-height:1em;
        background-color:#e9eef2;
        _width:480px;
	
}
#tip ol {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#tip ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#tipHeader {
	background-image: url(images/tipHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
        background-color:#e9eef2;
	height: 44px;
        _width:500px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: black;
	text-align: left;
	text-indent: .4em;
	line-height: 1.6em;
	margin-left:0;
	margin-right:4px;
	width:600px;
	padding-top:10px;
}
.post #contact img {
	padding-right:10px;
}
#contact {
/*background-image:url(images/dot.gif);
	background-repeat: repeat-x;



	background-position: left top;;
*/	

}

#calendar {
	/*float:right;
	width:130px;*/
}
#bread {
	margin-top:3px;
	margin-bottom:3px;
}
.nopadding img {
	padding:0;
	margin:0;
	width:100%;
}
.rssItemTitle {
	margin-top:10px;
	font-size:1.3em
}
#rssItem {
	padding-botttom:10px;
}
.hidden{
	visibility: hidden;
	position:absolute;
	top:-99999px;
	left:-99999px;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
}
#print{
	clear:both;
	text-align:center;
	padding-right:9px;
	margin-bottom:65px;
}

#calendar{
        margin:105px 0 0;
}

.ee_miniCalendarNav{
        width:100%;
        text-align:center;
}
.ee_miniCalMonth{
        font-size:1.5em;
}
#calendar .ee_miniCalendarDays a{
        background-color:#afb8c3;
        color:#fff;
        padding: 0 5px 0 5px;
}
#calendar .ee_miniCalendarDays a:hover{
        background-color:#748699;
        color:#fff;
}
.ee_miniCalendarDays{
        text-align:center;
}
.easyEventsList_heading{
        margin: 20px 0 10px 0;
        font-size:1.2em;
}
.easyEventsList_title{
        font-size:1.2em;
}
.easyEventsList_item{
        padding: 0 0 20px 0;
}
.easyEventsList_description{
        color:#666;
}
.rssItem{
        margin: 10px 0;
}
#wayfinderParent li{
        list-style-image: url(images/folder.gif); !important
	list-style-position: outside;
	list-style-type: none; !important
}
#wayfinderParent li a{
	text-decoration:none;
}
#wayfinderParent li ul li{
        list-style-image: url(images/page.gif); !important
	list-style-position: outside;
	list-style-type: none; !important
}
#wayfinderHome li{
        list-style-image: url(images/home.gif); !important
	list-style-position: outside;
	list-style-type: none; !important
}
#orgStructure ul li{
    list-style-image: url(images/bluevest.gif); !important
	list-style-position: outside;
	list-style-type: none; !important
    font-size:1.2em;
}
#orgStructure ul li ul li ul li{
        list-style-image: url(images/parents.gif); !important
	list-style-position: outside;
	list-style-type: none; !important
}
#examplePoster{
	float:right;
}

#examplePoster img{
	padding:0;
	}
#clubPoster #EmailForm label{
	padding:0;
}
.clubName a{
	text-decoration:none;
	font-size:1.3em;
	color:#333333;
	font-weight: bold;
}
.clubName a:hover{
	text-decoration:underline;
}

#map{
	overflow:hidden;
	/*z-index:999999;*/
}
.speaker{
	float: left;
}
dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cdoProfile{
	background-color:#CCCCCC;
	overflow: hidden;
}
.cdoProflieImg img{
	margin:-3px 0 0;
	float:right;
}
.blog{
	background-image: url(images/SpeechBubbleMiddle.jpg);
	background-repeat: repeat-y;
	padding:10px;
}
.blogTop{
	background-image: url(images/SpeechBubbleTop.jpg);
	height:27px;
	background-repeat: no-repeat;

}
.blogBottom{
	background-image: url(images/SpeechBubbleBottom.jpg);
	height:27px;
	background-repeat: no-repeat;
}
.left{
	float:left;
	width:251px; /*251px*/
	padding:10px;
	margin-bottom:10px;
}
.right{
	float:left;
	width:232px;
	padding:10px;
	margin-bottom:10px;
}
.clubedit .togglerHome{
	background-image: url(images/251button.gif);
	background-repeat: no-repeat;
	height:23px;
	cursor:pointer;
}
.clubedit .togglerHome:hover{
	background-image: url(images/251buttonOver.gif);
}
.clubedit .togglerHome img{
	margin:2px 5px 0px 5px;

}
.image{
	float:right;
	margin-left:10px;
}

*:first-child+html .homeSportandRecreationHeaderLeft{
width:268px;
}
.homeSportandRecreationHeaderLeft{
	float:left;
	width:272px;
	
	
	
	background-image: url(images/homeTopBlueHeader56.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;

	text-align: left;
	text-indent: .4em;
	line-height: 1.4em;
	margin-left:0;
	margin-right:0;
    vertical-align:middle;
}


.homeSportandRecreationHeaderLeft img,.homeSportandRecreationHeaderRight img{
	float:left;
	padding:0 0 0 10px;
}
.homeSportandRecreationHeading{
	float:left;
	color: #FFFFFF;
	margin:10px 0 0 0;
}
.homeSportandRecreation .homeSportandRecreationHeading a, .homeSportandRecreation .homeSportandRecreationHeading a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.homeSportandRecreation .homeSportandRecreationHeading a:hover{
	color: #c9dbe5;
	text-decoration:none;
}
.homeSportandRecreationHeaderRight{
	float:right;
	width:271px;
	_width:265px;
	background-image: url(images/homeTopBlueHeader56.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 56px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: left;
	text-indent: .4em;
	line-height: 1.4em;
	margin-left:0;
	margin-right:0;
    vertical-align:middle;
}
.AtoZ{
	margin:10px 0 0 20px;
	padding:0;
	width:34px;
	height:24px;
	background-image:url(images/tab.gif);
	font-weight: bold;
	text-align: center;
}
.addressBook .element .dittoHomeTitle h4{padding:10px 0 0 10px;}

#findaclub{
background-image: url(images/mapbg.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
#wlpeUserRegisterInput #wlpeCaptchaImage img{
	float:left;
}
#wlpeUser{
	margin-bottom:10px;
}
.toggler .dittoHomeTitle{
	margin: 5px 0 10px 0;
}
.dittoHomeDescElement{
	padding-bottom:10px;
}
.clubBox{
	padding:5px;
	margin-bottom:20px;
	border: 1px solid #e4d6ce;
	background-color:#fcf4ef;
}
.clubBoxButton{
	background-color:#fcf4ef;
	float:none;
	background-image:url(images/edit_100x21.gif);
background-position:left top;
background-repeat:no-repeat;
cursor:pointer;
}
.clubBoxButton:hover{
	background-image:url(images/edit_100x21_over.gif);
background-position:left top;
background-repeat:no-repeat;
cursor:pointer;
}
.clubBoxButton a{
color:#000000;
line-height:1.5em;
padding-left:12px;
text-decoration:none;
width:100%;
}
.yellowSticky{
	background-image:url(images/yellowStickyBG.gif);
	background-repeat: repeat-y;
	width:200px;
	background-position: left;
	float:right;
	padding:10px;
	margin-left:10px;
	}
.yellowSticky p, .yellowSticky h4{
	width:160px;
	margin:2px 0;
}
li.dittoHomeTitle{
	list-style-type: none;		
}

.wherewouldyou{
	margin:50px 0 0 0;	
}
.sustainabilityCaseStudy h3{
  color:blue;
}
.sustainabilityCaseStudy p{
  color:blue;
}
.sustainabilitybreakout{
	padding:10px;
	margin-bottom:10px;
	background-image: url(images/sustainabilityCaseStudyBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sustainabilitybreakout .quote{
	font-size:150%;
}
.sustainabilitybreakout h1, .sustainabilitybreakout h2, .sustainabilitybreakout h3, .sustainabilitybreakout h4,.sustainabilitybreakout h5{
	color:white;
	margin-top:0;
	margin-bottom:20px;
}
