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

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.25em;
}


* html .png { behavior: url(css/iepngfix.htc); }


body {
/* 	background:url(../images/logoback.gif) top left no-repeat; */
	background-color:#373737;
	text-align:center; /* horizontal centering for IE Win quirks */
	min-width:780px;
	}
	
	
a:link, a:visited {
	font-weight:bold;
	color:#0f96ba;
	text-decoration:none;
	border-bottom:#0f96ba dotted 1px; 
	}


a:hover {
	color:#e2c70c;
	border-bottom:#e2c70c dotted 1px; 
}


.clear-both {
   clear: both;
}


.important {
	color:#8b0a22;
	font-weight:bold;
	}


h1 {
	font-size:18px;
	font-weight:bold;
	color:#48aa26;
	}


h2 {
	font-size:16px;
	font-weight:bold;
	color:#48aa26;
	}

h3 {
	font-weight:bold;
	font-style:italic;
	}


#wrapper {
	margin:0 auto;
	width:760px;
	text-align:left;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	}
	

#header {
	margin:0 auto;
	width:760px;
	height:285px;
	background:url(../images/headbanner.gif) top left no-repeat;
	}
	

#topcontent {
	width:auto;
	height:auto;
	background-color:#e6fadb;
	padding:20px 25px 0;
	}


#topcol1 {
	background:url(../images/col1pic.gif) top center no-repeat;
	width:144px;
	margin-right:25px;
	padding:110px 0 25px 0;
	float:left;
	}


#topcol2 {
	background:url(../images/col2pic.gif) top center no-repeat;
	width:144px;
	margin-right:25px;
	padding:110px 0 25px 0;
	float:left;
	}


#topcol3 {
	background:url(../images/col3pic.gif) top center no-repeat;
	width:144px;
	margin-right:25px;
	padding:110px 0 25px 0;
	float:left;
	}


#worksbox {
	position:relative;
	width:197px;
	height:20.5em;
	background:url(../images/worksboxback.gif) no-repeat;
	float:left;
	padding-top:15px;
	}


#gettinghead {
	width:auto;
	height:2em;
	line-height:2em;
	background:url(../images/greenarrowdown.gif) left center no-repeat;
	background-color:#000;
	padding-left:67px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	}
	

#bottomcontent {
	width:auto;
	height:auto;
	background:url(../images/checkmark.gif) top right no-repeat;
	background-color:#FFF;
	padding:20px 0 10px 25px;
	}


#bottomleft {
	width:46%;
	margin-right:15px;
	padding-top:10px;
	float:left;
	}
	

#member {
	width:auto;
	background:url(../images/membericon.gif) top left no-repeat;
	padding-left:80px;
	padding-bottom:25px;
	font-weight:bold;
	border-bottom:#000 dotted 1px;
	}
	

#join {
	width:auto;
	padding:25px 0;
	}

#join ul {
	margin-top:15px;
	list-style-type:decimal;
	padding-left:25px;
	}

#join li {
	margin-bottom:5px;
	}

.b {
	font-weight:bold;
	}
	
#bottomright {
	width:47%;
	padding-left:25px;
	padding-top:10px;
	float:right;
	border-left:#000 dotted 1px;
	}


#rewards {
	background:url(../images/rewards.gif) top left no-repeat;
	padding:25px 25px 0 0;
	margin-bottom:20px;
	}


#benefits {
	background:url(../images/benefits.gif) top left no-repeat;
	padding:25px 25px 0 0;
	margin-bottom:10px;
	}


#stationbox {
	width:auto;
	right:0;
	background: url(../images/stationboxbottom.gif) right bottom no-repeat;
	background-color:#5fc046;
	padding-bottom:12px;
	}

#stationbox h1 {
	background:url(../images/stationboxtop.gif) right top no-repeat;
	right:0;
	height:28px;
	padding:18px 15px 0;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	}

#stationboxwrapper {
	width:inherit;
	padding:0 15px;
	}
	

#footer {
	width:auto;
	height:2em;
	line-height:2em;
	background:url(../images/whitearrowright.gif) left center no-repeat;
	background-color:#5fc046;
	padding-left:55px;
	font-size:20px;
	font-weight:bold;
	color:#000;
	border-bottom:#000 solid 30px;
	}

#footer a:link, #footer a:visited {
	font-weight:bold;
	font-size:inherit;
	color:#fff;
	text-decoration:none;
	border-bottom:#fff dotted 1px; 
	}


#footer a:hover {
	color:#fadf2a;
	border-bottom:#fadf2a dotted 1px; 
}


.highlight {
	color:#FFF;
	font-weight:bold;
	font-size:inherit;
	}


	


