@charset "UTF-8";
/* CSS Document */


/* BODY ------------------------------------------------------- */

body {
background: #d6d6d6 url(../images/bgBody.png) repeat-x top;
}

/* TEXT -------------------------------------------------------- */

* {
font: 12px Verdana,Arial,sans-serif;
color: #474747;
}

.green { color: #bedb0c; }
.dgreen { color: #899f00; }
.grey { color: #696969; }
.red { color: #FF0000 !important; font-size: 8px; }

a {
	text-decoration:none;
	color: #899f00;
} 

a:hover {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

p {
margin-bottom: 1em;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

sup {
font-size: 0.8em;
vertical-align: top;
}

.alert {
color: #a90006;
background: url(../images/admin_iconAlert.png) no-repeat center left;
padding-left: 15px;
margin-left: 10px;
margin-bottom: 15px;
clear: both;
}

	.alert * {
	color: #a90006;
	}
	
/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear10 {height:10px; clear:both;}
.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

#container {
width: 920px;
margin: 0 auto;
}


/* tinyMCE CSS */

.plainText {
font-size: 1em;
line-height: 1.5em;
text-align: justify;
margin-bottom: 1em;
color: #575757;
}

.heading_Dark_Green {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
color: #899f00;
}

.heading_Dark_Grey {
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
color: #474747;
}

.subHeading_Green {
font-size: 15px;
font-weight: bold;
margin-bottom: 15px;
color: #bedb0c;
}

.subHeading_Dark_Green {
font-size: 15px;
font-weight: bold;
margin-bottom: 15px;
color: #899f00;
}

.subHeading_Grey {
font-size: 15px;
font-weight: bold;
margin-bottom: 15px;
color: #696969;
}

.subHeading_Dark_Grey {
font-size: 15px;
font-weight: bold;
margin-bottom: 15px;
color: #474747;
}

.Full_Image {
width: 100%;
height: auto;
float: left;
margin: 15px 0px 15px 0px;
}

.Left_Image {
width: 50%;
height: auto;
margin: 0px 15px 0px 0px;
float: left;
}

.Right_Image {
width: 50%;
height: auto;
margin: 0px 0px 0px 15px;
float: right;
}

/* HEADER ---------------------------------------- */

#header {
width: 840px;
height: 160px;
padding: 10px 40px 0;
background: url(../images/bgHeader.png) no-repeat;
}

	#header h1 {
	float: left;
	display: inline;
	width: 120px;
	height: 130px;
	text-indent: -9000px;
	}
	
		#header h1 a {
		float: left;
		width: 120px;
		height: 130px;
		text-indent: -9000px;
		}
	
	#topnav {
	float: left;
	margin-bottom: 10px;
	}
	
		#topnav a {
		float: left;
		display: inline;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		margin-left: 15px;
		}
		
		#topnav a:hover,
		#topnav a.active {
		color: #899f00;	
		}
	
	#donatebutton {
	float:right;
	margin-right:-230px;
	margin-top:-5px;
	}



	#header div#search {
	width: 210px;
	float: right;
	}
	
		#search input {
		border: none;
		background: none;
		}
		
		#search input.text {
		background: url(../images/bgHeaderSearch.png) no-repeat center center;
		color: #474747;
		font-size: 12px;
		float: left;
		display: inline;
		width: 170px;
		height: 22px;
		padding: 5px 5px 0 10px;
		}
	
		#search input.go {
		background: url(../images/buttonHeaderSearch.png) no-repeat center center;
		float: right;
		display: inline;
		width: 22px;
		height: 22px;
		cursor: pointer;
		margin-top: 2px;
		}
	
	#headernav {
	float: left;
	margin-top: -30px;
	margin-left:-10px;
	}
	
		#headernav li {
		display: inline;
		float: left;
		margin-left: 4px;
		}
	
		
		#headernav a {
		float: left;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		height: 26px;
		padding: 2px 5px 0;
		}
		
			#headernav a:hover,
			#headernav li.active a {
			background: url(../images/bgNavOver.png) no-repeat center center;
			}
	
	
	
	
/* FOOTER ---------------------------------------- */

#linkin {
padding: 5px 0 0 5px;
width: 845px;
height: 99px;
background: url(../images/bgLinkin.png) no-repeat;
}

#footerlinks {
	text-align:center;
	margin-top:10px;

}

#linkContent {
		padding: 0 0 0 165px;
		width: 665px;
		height: 90px;
		background: url(../images/bg_footer_logo.jpg) no-repeat;
	}
	
	#coll, #colm {
		margin: 15px 5px 0;
		padding: 2px 10px 8px 0;
		float: left;
		font-size: 12px;
	}
	
	#colm {
		border-right: 1px solid #999;
	}
	
	#colr {
		margin: 5px 0 0 0;
		float: right;
		text-align: center;
	}
	
	#linkContent a img {
		border: none;
		vertical-align: top;	
	}
	
	#linkContent h5 {
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 10px;
	}
	
	#colm h5 {
		margin: 0 0 4px;
	}
	
	#coll a img {
		margin: 0 5px 0 0;
	}
	
	#colr div {
		margin: 5px 0;
	}
	
	#colr a img {
		margin: 0 8px;	
	}
	
	#colr .hm20 {
		margin: 0 20px;	
	}

	/**#linkin div {
	float: left;
	display: inline;
	margin-right: 12px;
	}
	
	#linkin p {
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
	#linkin a {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	}
	
	#linkin div.space {
	border-left: 1px solid #999;
	width: 1px;
	height: 65px;
	}**/

#footer {
background: url(../images/bgFooter.png) no-repeat top center;
padding: 30px 0 60px;
width: 920px;
text-align: center;
}

	#footer p {
	color: #999;
	margin-bottom: 15px;
	text-align: center;
	}

#facebookSplash {
width: 394px;
height: 419px;
background: url(../images/bgFacebookLW.png) no-repeat;
display: block;
position: relative;
}

	#facebookSplash a {
	position: absolute;
	left: 21px;
	width: 345px;
	height: 70px;
	text-indent: -9999px;
	}

	#facebookSplash a#yes {
	top: 223px;
	}
	
	#facebookSplash a#no {
	top: 313px;
	}

/* other fancy boxes */

#distanceSplash {
	width:650px;
	height: 450px;
	background: url(../images/bgCalcDistances.png) no-repeat;
	display: block;
	position: relative;	
	}

#youtubeSplash {
	width:750px;
	height: 415px;
	display: block;
	position: relative;	
	}

/* MAIN ---------------------------------------- */



#content_outer {
width: 920px;
background: url(../images/bgContentBot.png) no-repeat center bottom;
}

#content_inner {
width: 840px;
padding: 20px 40px;
background: url(../images/bgContentTop.png) no-repeat center top;
}

#main {
width: 840px;
padding-bottom: 45px;
float: left;
}

	#main p {
	margin-bottom: 1em;
	}

	#main p,
	#main li {
	line-height: 17px;
	}
	
	#main h2 {
	font-size: 15px;
	font-weight: bold;
	}
	
		#main h2.main {
		margin-bottom: 15px;
		}
		
		#main h2 a {
		font-weight: bold;
		}
	
	#main h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
	#main img.left {
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
	ul.p {
	margin-bottom: 1em;
	}
	
		ul.p li {
		background: url(../images/bgListLt.png) no-repeat left 6px;
		padding-left: 20px;
		margin-bottom: 3px;
		}
		
	ol.p {
	margin-bottom: 1em;
	}
	
		ol.p li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 3px;
		}
		
	img.logo {
	float: right;
	margin: 0 0 5px 30px;
	}
	
.mainleft {
float: left;
display: inline;
width: 390px;
}


	.section_trigger a {
	width: 345px;
	padding: 8px 35px 0 10px;
	margin-bottom: 15px;
	display: block;
	float: left;
	background: url(../images/bgSectionLinkO.png) no-repeat right center;
	}
	
		.section_trigger a:hover,
		.section_trigger a.active {
		background-image: url(../images/bgSectionLink.png);
		}
		
		.section_trigger a *,
		.section_trigger a * {
		color: #fff;
		}
		
	.section_trigger p {
	font-weight: bold;
	}
	
	
	
.mainright {
float: right;
display: inline;
width: 390px;
}

	#section_container {
	width: 390px;
	height: 540px;
	overflow: hidden;
	}

	.section_content {
	
	} 
	
	div.leaf {
	width: 100%;
	height: 30px;
	background: url(../images/hrLeaf2.png) no-repeat center;
	clear: both;
	border: none;
	margin: 60px 0;
	}
	
.masterchallenge {
padding-left: 72px;
background: url(../images/iconPDFBig.png) no-repeat top left;
font-size: 13px;
font-weight: bold;
color: #899F00;
display: block;
height: 60px;
}

	.masterchallenge p {
	font-size: 11px;	
	}
	
	
	.drop_wide {
	width: 160px;
	float: right;
	display: inline;
	position: relative;
	}
	
	.drop_narrow {
	width: 105px;
	float: right;
	display: inline;
	position: relative;
	}
	
	.drophead {
	height: 21px;
	cursor: pointer;
	float: left;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	}
		
		.drop_wide .drophead {
		width: 150px;
		}
		
		.drop_narrow .drophead {
		width: 95px;
		}	
	
		.drop_wide .drop_open { background: url(../images/bgDropHeadO.png) no-repeat; }
		.drop_wide .drop_closed { background: url(../images/bgDropHead.png) no-repeat; }
		
		.drop_narrow .drop_open { background: url(../images/bgDropHeadO2.png) no-repeat; }
		.drop_narrow .drop_closed { background: url(../images/bgDropHead2.png) no-repeat; }
		
	.dropdown {
	position: absolute;
	z-index: 420;
	left: 0;
	top: 28px;
	padding: 10px 10px 5px 10px;
	display: none;
	}
	
		.drop_wide .dropdown {
		width: 140px;
		background: url(../images/bgDropDown.png) no-repeat bottom;
		}
		
		.drop_narrow .dropdown {
		width: 85px;
		background: url(../images/bgDropDown2.png) no-repeat bottom;
		}
	
		.dropdown li {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 10px;
		cursor: pointer;
		}

	
	
	
	/* ---------------------------------------- */

	.more,
	.more2,
	.contact {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	float: left;
	display: block;
	width: 100%;
	}
	
		.more h4,
		.contact h4 {
		font-size: 13px;
		}
	
		.more h4 a {
		padding-left: 12px;
		background: url(../images/iconBlogArrow.png) no-repeat left center;
		color: #899f00;
		font-size: 13px;
		}
		
		.more h4 a.acrobat {
		background-image: url(../images/iconAcrobatSm.png);
		padding-left: 21px;
		}
		
		.more h4 a.word {
		background-image: url(../images/iconWordSm.png);
		padding-left: 21px;
		}
		
		.more h4 a.powerpoint {
		background-image: url(../images/iconPowerpointSm.png);
		padding-left: 21px;
		}
		
		.more h4 a.up {
		background-image: url(../images/iconArrowDown.png);
		padding-left: 15px;
		}
		
		.more h4 a.down {
		background-image: url(../images/iconArrowUp.png);
		padding-left: 15px;
		}
		
		
		
		.contact h4 {
		margin-bottom: 5px;
		}
		
		.contact h4,
		.contact h4 a {
		color: #899f00;
		}
		
		.more h4 a {
		font-weight: bold;
		}
		
		.contact h4,
		.more h4 {
		color: #747474;
		font-size: 13px;
		font-weight: normal;
		}
		
		.more p,
		.contact p {
		font-size: 11px;
		}
		
		.more img {
		margin-left: 30px;
		}
		
		.more2 img {
		margin-left: 10px;
		}
	
	.rssbutton {
	display: inline;
	float: left;
	margin-left: 120px;
	}
	
	/* SHOW/HIDE ---------------------------------------- */
	
	.twothirds {
	float: right;
	display: inline;
	width: 520px;
	}
	
	.third {
	float: left;
	display: inline;
	width: 260px;
	}
	
	
	.contact_trigger a,
	.about_trigger a {
	width: 220px;
	padding: 8px 30px 0 10px;
	margin-bottom: 15px;
	display: block;
	float: left;
	color: #fff;
	background: url(../images/bgContactLinkO.png) no-repeat right center;
	}
	
	.about_trigger a {
	margin-bottom: 5px;
	}
	
	.about_trigger a {
	padding-bottom: 8px;
	}
	
	.contact_trigger *,
	.about_trigger * {
	color: #fff;
	}
	
		.contact_trigger a:hover,
		.contact_trigger a.active,
		.about_trigger a:hover,
		.about_trigger a.active {
		background: url(../images/bgContactLink.png) no-repeat right center;
		}
		
		.contact_trigger a:hover *,
		.contact_trigger a.active * {
		}
		
	.contact_trigger p {
	font-weight: bold;
	color: #fff;
	}
	
	.slide-container {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	}
	
		.slide-tab {
		}
		
		
/* CALCULATOR ---------------------------------------- */	
		
.tabCalc li {
padding: 10px;
margin-bottom: 5px;
background: #c0c0c0 url(../images/bgCalcGrey.png) repeat-y left;
border: 1px solid #ababab;
}

	.tabCalc li.nobg {
	background-image: none;
	background-color: #fff;
	border: 1px solid #fff;;
	}
	
	.tabCalc li.hov,
	.tabCalc li.focus{
	background: #d3e75b url(../images/bgCalcGreen.png) repeat-y left;
	border: 1px solid #bfdc11;
	}
	
	.tabCalc label,
	.tabCalc span,
	.tabCalc div {
	color: #fff;	
	}


.tabCalc li:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.tabCalc li {display:inline-block;}
/* Hide from IE Mac \*/
.tabCalc li {display:block;}
/* End hide from IE Mac */

	.tabCalc input {
	border: 1px solid #a1a1a1;
	background: #fff;
	padding: 2px 4px;
	}
	
	.tabCalc select {
	width: 200px;	
	}
	
	.tabCalc input.info {
	color: #899f00;
	font-size: 21px;
	width: 260px;
	}

	.tabCalc .bool {
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 2px;
	}
	
		.tabCalc .bool label,
		.tabCalc .per label {
		margin-right: 10px;
		float: left;
		display: inline;
		padding-top: 2px;
		}
		
		.tabCalc .bool label {
		font-weight: bold;
		/*color: #899f00;*/
		width: 180px;
		}
		
		.tabCalc span.radio {
		float: left;
		display: inline;
		margin-right: 5px;
		font-weight: bold;
		/*color: #696969;*/
		padding-top:1px;
		}
		
			.tabCalc span.radio input {
			margin-top: 0;
			padding: 0;
			}
		
	.tabCalc .per {
	float: right;
	display: none;
	}
	
		.tabCalc .per label {
		width: 124px;
		font-weight: bold;
		/*color: #696969;*/
		}
		
		
		
		.tabCalc .per input {
		width: 27px;	
		}
		
	.tabCalc .drop {
	display: none;
	clear: both;
	padding: 15px 0 10px 10px;
	}
	
		.tabCalc .subrow {
		display: block;
		clear: both;
		}
		
			.tabCalc .subrow label {
			float: left;
			width: 190px;
			margin-right: 10px;
			}
			
			.tabCalc .subrow select {
			float: left;	
			}
			
	.tabCalc .pertotal {
	background: url(../images/calcPerTotal.png) no-repeat 200px 0;
	height: 80px;
	}
	
	.tabCalc p.pertotalnum {
	border: 1px solid #a1a1a1;
	background: #fff;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #899f00;
	width: 47px;
	text-align: center;
	}
			
		.tabCalc p.pertotalnum.active {
		color: #cc0000;	
		}
		
		
	.tabCalc .row label {
	width: 300px;
	font-weight: bold;
	float: left;
	display: inline;
	margin-right: 10px;
	}
	
	.tabCalc .row div.text {
	width: 210px;
	float: right;
	display: inline;
	}
	
	.tabCalc .row input.text {
	width: 200px;
	}
	
	a.calcHelp {
		background: url(../images/bgCalcHelp.png) left no-repeat;
		padding-left: 20px;
		color: #fff;
		font-weight: bold;
		text-decoration:underline;
		font-size:8px;
		
	}

.results-box {
width: 720px;
height: 290px;
padding: 15px 0 0 120px;
background: url(../images/bgCalculatorResults.png) no-repeat;
display: block;
}

	.results-box .score {
	display: inline;
	width: 240px;
	padding-top: 57px;
	}
	
		.results-box a.fb {
		float: left;
		display: inline;
		width: 210px;
		height: 140px;
		}
	
		.results-box .score * {
		color: #899f00;
		}
	
		#main .results-box h2 {
		font-size: 54px;
		line-height: 54px;
		margin-bottom: 5px;
		color: #fff;
		}
		
		#main .results-box span {
		vertical-align: top;
		font-size: 18px;
		font-weight: bold;
		}
	
/* jScrollPane ---------------------------------------- */	
	
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/bgScrollTrack.png) repeat-y center;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/bgScrollHandle.png) no-repeat;
	width: 20px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



