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

body {
	background: white;
	font-size: 100%;
	font-family: Helvetica, Verdana, sans-serif;
}	

img { border: 0px; }


#mainWrapper {
	width: 1000px;
	margin: 0 auto;
	font-size: .8em;
}

.clearBoth {
	clear: left;
}

a {
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
}

ol {
	line-height: 1.5;
}

p {
	line-height: 1.5;
	margin: 0 0 .5em 0;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	color: #3A7D02;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.6;
}

h3 {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 4px 0;
	line-height: 1.6;
}

h4 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-weight: normal;
	color: #9bc37a;
}

a:hover {
	color: #c79f24;
}

/*header*/


#header {
	height: 60px;
	width: 960px;
	float: left;
	margin: 0 20px;
	background-color: transparent;
}

.image {
	margin: 0 0 0 -2px;
}

#logo {
	float: left;
}

.navigation {
	width: 305px;
	height: 50px;
	float: right;
	background-color: transparent;
}

ul#navigation {
	float: left;
	margin-top: 33px;
}

*html #header {
	margin-left: 10px;
}

*html .navigation {
	height: auto;
}

ul#navigation li {
	float: left;
	list-style: none;
	margin: .5em 0 0 .6em;
}

ul#navigation li.first {
	margin-left: 0;
}

ul#navigation a.current {
	color: #c79f24;
}

li.border {
	border-right: 1px solid #000;
	padding-right: .6em; /*should be equal to li right margin above*/
}

ul#navigation a {
	text-decoration: none;
}

/* end of header */

/* index */

#indexImage {
	background-image:url(images/index-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 391px;
	width: 1000px;
	margin: 0;
	float: left;
}

.box {
	width: 280px;
	float: left;
	padding: 15px;
	height: 350px;
}

#box1 {
	margin: 0 0 0 10px;
}

#box2 {
	padding: 15px 30px;
}

.box p.grey {
	margin-top: 10px;
}

.readmore a{
	float: right;
	color: #666;
	margin: 10px 0 0 0;
}

.readmore a:hover {
	color:#000;
}

/* end of index */

#mainBody {
	float: left;
	width: 1000px;
}

.doubleCol {
	float: left;
	width: 655px;
}

img.mainPic {
	margin: 0;
	float: left;
}

img.mainPic-about {
	margin: 0 0 0 -25px;
	float: left;
}

.rightCol {
	margin: 30px 10px 0 0;
	width: 300px;
	min-height: 395px;
	float: right;
	min-height: 100px;
	padding: 15px;
	background-color:#f3f3f2;
}

.rightCol img {
	margin-bottom: 16px;
}

.black {
	color: #000;
	margin: 0 0 14px 0;
}

.grey {
	color: #666;
}

ul.rules {
	list-style-image: url(images/acorn-grey.jpg);
	margin: 12px 0 0 20px;
}

ul.rules li {
	margin: 1em 0;
}
	

.leftCol {
	width: 200px;
	margin: 0;
	float: left;
}

.leftCol img {
	margin: 20px 0 0 0;
}

.midCol {
	margin: 0 0 0 15px;
	width: 415px;
	float: left;
	padding: 20px 0 0 0; /*top padding should be the same as top margin of image above*/
}

table.doubleCol {
	margin: 15px 0;
}

table.doubleCol ul {
	list-style: none;
	line-height: 1.5;
}

table.doubleCol td.colOne {
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	color: #3a7d02;
}

table.doubleCol td.colTwo {
	text-align: left;
	padding: 0 10px 14px 15px;
}

a.simple {
	text-decoration: none;
}

a.simple:hover {
	text-decoration: underline;
	color: #000;
}

p.squished {
	line-height: 1.3;
}

ul.recSites p.grey {
	margin: 0;
}

ul.recSites h3 {
	margin: 0;
}

ul.recSites li {
	margin: 10px 0 20px 0;
}

/*Right Column Lengths*/

#rightColLearn {
	height: 1500px;
}

#rightColAbout {
	height: 1850px;
}

#rightColEco {
	height: 2100px;
}

#rightColServices {
	height: 1900px;
}

#rightColContact {
	height: 600px;
}

#rightColPrivacy {
	height: 3600px;
}

#rightColTerms {
	height: 1000px;
}

/*footer*/

.footer {
	position: relative;
	height: 40px;
	background-color: #f9e4a5;
	margin: 0 -10px -10px -10px;
	border-top: 1px solid #c79f24;
	border-bottom: 1px solid #c79f24;
}

.footer p {
	font-size: .8em;
	line-height:3;
	color: #000;
	text-align: center;
	margin: 0;
}

/*privacy policy */

.privacy h2 {
	color: #000;
	font-size: 1em;
}




