html, body {
	border: 0;
	font-size: 12px;
	color: #231F20;
}

* {	margin: 0; padding: 0; }

* html {
	overflow-x: auto;
	overflow-y: auto !important;
	overflow-y: hidden;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	overflow-y: auto;
	background: url("../images/background.jpg") 90px 0 no-repeat fixed #fff;
	font-family: Arial, sans-serif;
}
	 
.navLi { display: inline; }

a {
	color: #0073AE;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#topbar {
	display: none;
	position: fixed !important;
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
	z-index: 80;
	background-color: #fff;
}

#top {
	position: fixed !important;
	position: absolute;
	text-align: right;
	top: 0;
	width: 880px;
	height: 125px;
	background: url("../images/background.jpg") 0 0;
	background-color: white;
	background-repeat: no-repeat;
	z-index: 30;
}

#top { left: 90px; }

#topnav {
	position: absolute;
	color: #fff;
	height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 0;
	right: 46px;
	z-index: 30;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#topnav a:hover {
	color: #a5cd39;
	text-decoration: none;
}

#logo {
	z-index: 40;
	height: 60px;
	width: 200px;
	right: 654px;top: 38px;
	position: absolute;
}

#logo img { border: none; }

#headerText {
	position: absolute;
	padding: 0px;
	margin: 0;
	z-index: 40;
	top: 35px;
	right: 46px;
	text-align: right;
}

#headerText a {
	color: #0073AE;
	padding: 0 0 0 25px;
	text-decoration: none;
}

#headerText a:hover {
	color: #231F20;
	text-decoration: none;
}

#headerButtons {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 40;
	top: 67px;
	right: 25px;
	width: 604px;
}
  
#headerButtons a {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	background: url("../images/headerButton_all.gif") no-repeat 0 0;
	color: #fff;
	height: 35px;
	width: 144px;
	margin: 0;
	padding-top: 9px;
	margin-right: 5px;
	font-weight: bold;
}

#headerButtons a:hover { background-position: -144px 0; }

#leftnav {
	position: fixed !important;
	position: absolute;
	padding: 0px;
	margin: 0;
	top: 127px;
	z-index: 20;
	height: 485px;
	width: 180px;
}

#leftnav { left: 130px; }

#leftnav ul {
	margin: 0;
	padding: 0;
}

#leftnav li {
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#leftnav a {
	color: #231F20;
	font-size: 13px;
	display: block;
	line-height: 14px;
	text-decoration: none;
	padding-top: 5px
}

#leftnav a:hover {
	color: #0073AE;
	text-decoration: none;
}

#leftnav li#active { background: url("../images/currentLink.gif") no-repeat; }

#leftnav li:hover { background: url("../images/currentLink.gif") no-repeat; }

#leftnav li#active a {
	color: #0073AE;
	text-decoration: none;
}

#leftnav li#active ul li a {color: #231F20; }

#leftnav li#active ul li a:hover {color: #0073AE; }

#leftnav ul.subMenu {
	margin: 0 0 0 15px;
	padding: 0;
}

#leftnav ul.subMenu li {
	margin: 0;
	padding: 10px 0 0 20px;
	line-height: 15px;
}

#leftnav ul.subMenu li a {
	color: #231F20;
	font-size: 13px;
	display: inline;
	line-height: 10px;
	text-decoration: none;
}

#leftnav ul.subMenu li:hover { background: none; }

#leftnav ul.subMenu li#current a {color: #0073AE; }

#leftnav ul.subMenu li a:hover {color: #0073AE; }
	
#leftnav ul li span.text {
	display: block;
	margin-top: -10px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #0073AE;
}

#leftnav img { padding: 20px 0 0 0; }

#content {
	float: center;
	width: 585px;
	padding: 130px 0 0 0;
}
 
#content { margin: 0 0 0 350px; }

#content table td {padding: 5px;}

td {
	height: 20px;
	margin: 0;
	text-align: center;
}

.tb { border-top: 1px solid #ccc; }
.rb { border-right: 1px solid #999; }
.bb { border-bottom: 1px solid #ccc; }
.lb { border-left: 1px solid #999; }

.c { background: #dddddd; }
.w { color: #fff; }

#contentEdit {
	float: center;
	width: 535px;
	padding: 130px 0 0 0;
	margin: 0 0 0 370px;
}

#contentEdit hr {
	noshade border: 0;
	width: 95%;
	color: #8bc53f;
	background: #8bc53f;
	height: 1px;
	margin: 0 0 10px 0;
}

#contentEdit p {
	padding: 5px 30px 10px 20px;
	line-height: 18px;
}

#contentEdit strong {
	font-weight: bold;
	color: #0073AE;
}

#contentEdit ul {
	margin: 10px 20px 15px 20px;
	list-style: none;
}

#contentEdit .lineTitle { font-weight: bold; }
	
#contentEdit ol.numbered {
	list-style: decimal;
	margin: 10px 20px 15px 55px;
}

#contentEdit ul.bullets {
	list-style: disc;
	margin: 10px 20px 15px 55px;
}

#contentEdit table { margin: 4px 20px 17px 20px; }

#contentEdit table td { padding-right: 10px; }

#contentEdit table th {
	padding-right: 10px;
 	text-align: left;
	font-size: 13px;
}
	
#contentEdit h1 {
	font-size: 26px;
	font-weight: normal;
	padding: 15px 20px 20px 15px;
}

#contentEdit h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px 20px 10px 15px;
	color: #666;
}
	
#contentEdit h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 20px 17px 15px;
	color: #000;
}

#contentEdit h3 a { text-decoration: none; }

#contentEdit h3 a:hover {
	color: #231F20;
	text-decoration: none;
}
	
#contentEdit h4 { margin: 0 20px 0 25px; }
	
#contentEdit div.movie {
	border: 1px solid #0073AE;
	margin: 5px auto 0 auto;
	height: 355px;
	width: 550px;
}
	
#contentEdit img {
	float: right;
	clear: right;
	margin: 10px;
}
	 
#contentEdit a.smButton {
	display: block;
	position: absolute;
	top: 148px;
	left: 760px;
	color: #fff;
	background: url("../images/friendAll.gif") 0 0 no-repeat;
	text-align: center;
	width: 123px;
	height: 30px;
	padding: 6px 0 0 0;
}

#contentEdit a.smButton:hover {
	color: #fff;
	background-position: -123px 0;
	text-decoration: none;
}

#contentEdit a.smButton2 {
	display: block;
	position: absolute;
	top: 148px;
	left: 620px;
	color: #fff;
	background: url("../images/friendAll.gif") 0 0 no-repeat;
	text-align: center;
	width: 123px;
	height: 30px;
	padding: 6px 0 0 0;
}

#contentEdit a.smButton2:hover {
	color: #fff;
	background-position: -123px 0;
	text-decoration: none;
}
	
#contentEdit a.smButtonInFlow {
	display: block;
	color: #fff;
	background: url("../images/friendAll.gif") 0 0 no-repeat;
	text-align: center;
	width: 123px;
	height: 30px;
	padding: 6px 0 0 0;
}

#content p {
	padding: 5px 30px 10px 20px;
	line-height: 16px;
}

#content .bold { font-weight: bold; }

#content ul {
	margin: 10px 20px 15px 20px;
	list-style: none;
}

#content .lineTitle { font-weight: bold; }
	
#whatCanIDo li { margin-bottom: 3px; }

#whatCanIDo ul { margin-bottom: 35px; }

#content ol.numbered {
	list-style: decimal;
	margin: 10px 20px 15px 55px;
}

#content ul.bullets {
	list-style: disc;
	margin: 10px 20px 15px 55px;
}

#content h4 { margin: 0 20px 0 25px; }
	
#content dl { margin: 10px 25px 20px 20px; }

#content dt { font-weight: bold; }

#content dt.eventTitle { font-size: 13px; }

#content dt.newsTitle {
	font-size: 13px;
	margin-bottom: 2px;
}

#content table { margin: 4px 20px 17px 20px; }

#content table td { padding-right: 10px; }

#content table th {
	padding-right: 60px;
	text-align: left;
	font-size: 13px;
}
	
#contentSmall {
	float: center;
	width: 450px;
	margin: 150px 0 0 300px;
	padding: 0;
}

#contentSmall p {
	padding: 0px 10px 10px 15px;
	font-family: Verdana, Arial;
}

#contentSmall ol.numbered {
	list-style: decimal;
	margin: 0 10px 0 35px;
}

#contentSmall ul.bullets {
	list-style: disc;
	margin: 0 10px 0 35px;
}

#content h1 {
	color: #0073AE;
	font-size: 26px;
	font-weight: normal;
	padding: 15px 20px 20px 15px;
}
/*.blueH1 {
	color: #0073AE;
	font-size: 26px
}*/

#contentSmall h1 {
	font-size: 30px;
	padding: 15px 10px 10px 15px;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px 20px 0 15px;
	color: #666;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 0 15px;
	color: #000;
}

#content h3 a { text-decoration: none; }

#content h3 a:hover {
	color: #231F20;
	text-decoration: none;
}
	
#content div.movie {
	border: 1px solid #0073AE;
	margin: 5px auto 0 auto;
	height: 355px;
	width: 550px;
}
	
#content img {
	float: right;
	clear: right;
	margin: 10px;
}
	 
#content a.smButton {
	display: block;
	position: absolute;
	top: 148px;
	left: 760px;
	color: #fff;
	background: url("../images/friendAll.gif") 0 0 no-repeat;
	text-align: center;
	width: 123px;
	height: 30px;
	padding: 6px 0 0 0;
}

#content a.smButton:hover {
	color: #fff;
	background-position: -123px 0;
	text-decoration: none;
}

#content a.smButton2 {
	display: block;
	position: absolute;
	top: 148px;
	left: 620px;
	color: #fff;
	background: url("../images/friendAll.gif") 0 0 no-repeat;
	text-align: center;
	width: 123px;
	height: 30px;
	padding: 6px 0 0 0;
}

#content a.smButton2:hover {
	color: #fff;
	background-position: -123px 0;
	text-decoration: none;
}
	
#content a.smButtonInFlow {
	display: block;
	color: #fff;
	background: url("../images/friendAll.gif") 0 0 no-repeat;
	text-align: center;
	width: 123px;
	height: 30px;
	padding: 6px 0 0 0;
}

#contentLarge {
	position: fixed !important;
	position: absolute;
	top: 125px;
	height: 450px;
	width: 830px;
}
	 
#contentLarge { left: 110px; }

#fill {
	background: url("../images/bike.gif") right no-repeat;
	height: 36px;
	padding: 0;
	margin: -2px 20px 0 0;
}

#footer {
	position: fixed !important;
	position: absolute;
	top: 573px;
	text-align: right;
	width: 880px;
	height: 1000px;
	background: url("../images/background.jpg") no-repeat 0 -573px #FFF;
	z-index: 30;
}

#footer { left: 90px; }

#footerbar {
	position: absolute;
	top: 25px;
	right: 0;
	padding: 5px 0 10px 0;
	margin: 0;
	font: 10px Verdana, sans;
	color: #aaaaaa;
}

#footerbar a { text-decoration: none; }

#footerbar a:link { color: #900; }

#footerbar a:visited { color: #900; }

#footerbar a:active { color: #000; }

#footerbar a:hover { color: #F00; }

#home a#homeNav,
#contactUs a#contactUsNav,
#faq a#faqNav,
#events a#eventsNav,
#eNews a#eNewsNav { color: #a5cd39; }

#how a#howNav,
#whatCanIDo a#whatCanIDoNav,
#knowYourScore a#knowYourScoreNav,
#countMeIn a#countMeInNav,
#whatAreYouDoing a#whatAreYouDoingNav { color: #231F20; }

#about a#aboutNav,
#atHome a#atHomeNav,
#atWork a#atWorkNav,
#onTheRoad a#onTheRoadNav { background-position: -144px 0; }

#countMeInForm, #resultsForm {
	min-height: 370px;
	margin: -5px 10px 0 10px;
	background-color: #fff;
	border: 1px solid #a5cd39;
}

#countMeInForm p.formInput,#resultsForm p.formInput { line-height: 35px; }

#countMeInForm p {
	line-height: 25px;
	margin: 10px 0 0 20px;
	padding: 0;
}

#countMeInForm h3,#resultsForm h3 { margin-top: 7px; }
	
#countMeInForm .submitPledgeButton {
	cursor: pointer;
	border: none;
	background: url("../images/headerButton_all.gif") no-repeat 0 0;
	color: #fff;
	display: block;
	text-align: center;
	height: 35px;
	width: 144px;
	float: right;
	margin: 0 15px 0 0;
	padding-bottom: 4px;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	font-family: Trebuchet MS;
	position: relative;
	bottom: -20px;
	right: 30px;
}

.submitPledgeButton:hover { background-position: -144px 0; }

#countMeInForm input { margin-right: 10px; }

span.bigger { font-weight: bold; }

.formInputEnews input {
	display block;
	position: absolute;
	left: 455px;
	margin-top: 1px;
}

#resultsForm { margin: -10px 10px 0 10px; }
	
ul#leftButtons {margin: 30px 0 20px 0;
	text-align: center;
	vertical-align: middle;
}
	
#leftButtons a.button {
	display: block;
	text-decoration: none;
	text-align: center;
	background: url("../images/leftButton.png") no-repeat 0 0;
	color: #fff;
	width: 152px;
	padding: 8px 0 5px 0;
	line-height: 14px;
	font-weight: bold;
}

#leftButtons a.button:hover{
	background-position: -152px 0;
	color: #fff;
}

#leftButtons a.googleMap {
	display: block;
	background: url("../images/googleMap.gif") no-repeat 0 0;
	height: 156px;
	width: 156px;
	margin: 0 8px 0 auto;
}

#leftButtons a.one {
	padding: 18px 0 5px 0;
	height: 31px;
}

#leftButtons a.two {
	padding: 8px 0 5px 0;
	height: 41px;
}
	  
#leftButtons li:hover,#leftButtons li#active { background: none; }

#leftButtons li#active a {
	background-position: -152px 0;
	color: #fff;
}

ul#pledge { margin: 0 0 10px 30px }

#pledge li {
	list-style: none;
	margin: 0 0 0 30px;
}

ul#linksList { margin-top: 10px; }

#linksList a {
	color: #0073AE;
	font-size: 15px;
	line-height: 10px;
	text-decoration: none;
}

#linksList a:hover {
	color: #231F20;
	background: url("../images/currentLink.gif") no-repeat top left;
	text-decoration: none;
}

#linksList li {
	margin: 5px 0 0 5px;
	list-style: none;
}

#linksList a { padding: 0 0 0 20px; }

dl.faqsList dt { margin-bottom: 5px; }
dl.faqsList dd { margin-bottom: 10px; }
