@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	text-align: center;
}

h1, h2, h3 {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#container {
	width: 1025px;
	margin: 0 auto;
}

#page {
	width: 1025px;
	text-align: left;
}

#header {
	background: #fff url(../../images/header-bg.jpg) top left repeat-x;;
	width: 100%;
}
#header h1 {
	float: left;
}

#contactBox {
	float: right;
	margin-right: 72px;
	width: 223px;
	margin-top: 13px;
}
#contactBox #contactBoxTop {
	display: block;
	width: 100%;
	height: 22px;
	background: url(../../images/contact-top.jpg) top left no-repeat;
}
#contactBox #contactBoxBody {
	padding: 4px 24px;
	background: url(../../images/contact-body.jpg) left bottom no-repeat;
}
#contactBox h2 {
	font-size: 1.8em;
	color: #7cc576;
	line-height: 1em;
	margin-bottom: 10px;
}
#contactBox dt, #contactBox dd {
	float: left;
	font-size: 1.1em;
	line-height: 1em;
	padding-bottom: 4px;
}
#contactBox dt {
	width: 38px;
	clear: left;
}
#contactBox a {
	color: #7cc576;
	text-decoration: underline;
}

#body {
	clear: both;
	background: url(../../images/main-middle-bg.jpg) top left no-repeat;
}

.home .upperLeftColumn, .home .upperRightColumn, .home .lowerLeftColumn, .home .lowerRightColumn {
	float: left;
}
.home .upperLeftColumn {
	width: 677px;
}
.home .upperRightColumn {
	width: 293px;
}
.home #bodyBottom {
	padding: 0 40px 40px 61px;
}
.home #bodyBottom h2 {
	color: #7cc576;
	font-size: 1.7em;
	line-height: 1em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 7px solid #bde2ba;
}
.home .leftColumn, .home .rightColumn {
	float: left;
	width: 278px;
	margin-right: 60px;
	padding-top: 27px;
}

.home .lowerLeftColumn {
	width: 677px
}
.home .lowerRightColumn {
	width: 219px;
	padding-bottom: 20px;
}

.home #bodyBottom ol {
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: 18px;
	margin-right: 12px;
}
.home #bodyBottom ol li {
	margin: 14px 0 0 0;
}
.home #bodyBottom .leftColumn p, .home #bodyBottom .rightColumn p {
	margin: 14px 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
.home #bodyBottom .leftColumn a, .home #bodyBottom .rightColumn a {
	color: #7cc576;
	text-decoration: underline;
}

#mainNav {
	clear: both;
	width: 100%;
	border-top: 6px solid #acd373;
}
#mainNavBody {
	background-color: #acd373;
	margin-right: 55px;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	float: left;
	background: url(../../images/nav-divider.gif) right center no-repeat;
	text-align: center;
}
#mainNav li.lastItem {
	background: none;
}
#mainNav li a {
	color: #fff;
	font-weight: bold;
	padding: 4px 13px 5px;
	display: block;
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0 3px 0 2px;
}
#mainNav li a:hover, #mainNav li.active a {
	background-color: #7dc676;
}
#mainNav #mainNavBottom {
	width: 969px;
	height: 19px;
	display: block;
	background: url(../../images/main-nav-bottom.jpg) top left no-repeat;
}

.twoCol .upperLeftColumn, .threeCol .upperLeftColumn {
	width: 226px;
	float: left;
	margin: 0 32px 0 20px;
	padding-top: 20px;
}
.twoCol .upperLeftColumn #leftNav, .threeCol .upperLeftColumn #leftNav {
	border-top: 8px solid #acd373;
	padding: 0 4px;
}
.twoCol .upperLeftColumn #leftNav ul li, .threeCol .upperLeftColumn #leftNav ul li {
	list-style-type: none;
}
.twoCol .upperLeftColumn #leftNav ul li a, .threeCol .upperLeftColumn #leftNav ul li a {
	display: block;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	background: #7dc676 url(../../images/left-nav-title-bg.jpg) bottom left no-repeat;
	padding: 8px 12px;
	color: #fff;
}
.twoCol .upperLeftColumn #leftNav ul li ul li a, .threeCol .upperLeftColumn #leftNav ul li ul li a {
	background: none;
	font-weight: normal;
	color: #7dc676;
}
.twoCol .upperLeftColumn #leftNav ul li ul li a:hover, .twoCol .upperLeftColumn #leftNav ul li ul li.active a,
.threeCol .upperLeftColumn #leftNav ul li ul li a:hover, .threeCol .upperLeftColumn #leftNav ul li ul li.active a {
	background: url(../../images/left-nav-bullet.gif) center left no-repeat;
	*background: url(../../images/left-nav-bullet.gif) 0% 42% no-repeat;
	!important;
}

.twoCol .upperRightColumn {
	width: 665px;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
}

.twoCol .upperRightColumn input[type=text]{
	border:1px solid #cccccc;
	padding:2px;
	margin-right:170px;
}

.twoCol .upperRightColumn input[type=button]{
	border:1px solid #cccccc;
	padding:2px;
	margin-right:222px;
	width:100px;
	*margin-right:224px;
	!important;
}

.twoCol .upperRightColumn select{
	border:1px solid #cccccc;
}

.twoCol .upperRightColumn textarea{
	border:1px solid #cccccc;
	resize: none;
}

.twoCol .upperRightColumn h2, .threeCol .upperMiddleColumn h2 {
	font-size: 1.7em;
	color: #7cc576;
	line-height: 1em;
	padding: 10px 0;
	border-bottom: 7px solid #bde2ba;
	margin-bottom: 10px;
}
.twoCol .upperRightColumn h3, .threeCol .upperMiddleColumn h3 {
	font-size: 1.5em;
	color: #7cc576;
	margin-top: 20px;
	padding: 10px 0;
	border-bottom: 5px solid #bde2ba;
	margin-bottom: 0;
}
.twoCol .upperRightColumn h4, .threeCol .upperMiddleColumn h4 {
	font-size: 1.3em;
	color: #7cc576;
	margin-top: 20px;
	padding: 10px 0;
	border-bottom: 3px solid #bde2ba;
	margin-bottom: 0;
	
}
.twoCol .upperRightColumn a, .threeCol .upperMiddleColumn a {
	color: #7dc676;
	text-decoration: underline;
}
.twoCol .upperRightColumn p, .threeCol .upperMiddleColumn p {
	color: #666666;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 20px;
}
.twoCol .upperRightColumn p.footnote, .threeCol .upperMiddleColumn p.footnote {
	color: #666666;
	font-size: 0.9em;
	line-height: 1em;
}
.twoCol .upperRightColumn h3.stepTitle, .threeCol .upperMiddleColumn h3.stepTitle {
	padding: 8px;
	color: #fff;
	background-color: #6dc067;
	width: auto;
	border-bottom: none;
	display: inline-block;
	float: left;
	font-size: 1.2em;
}
.twoCol .upperRightColumn h3.stepTitle span.lightGreen, .threeCol .upperMiddleColumn h3.stepTitle span.lightGreen {
	color: #d2e8c5;
}
.twoCol .upperRightColumn h4.greyTitle, .threeCol .upperMiddleColumn h4.greyTitle {
	border-bottom: none;
	color: #666;
	font-size: 1.2em;
	padding: 0;
}
.twoCol .upperRightColumn ul, .twoCol .upperRightColumn ol, .threeCol .upperMiddleColumn ul, .threeCol .upperMiddleColumn ol {
	margin-top: 20px;
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: 25px;
}

.threeCol .upperMiddleColumn {
	width: 478px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
}

.threeCol .upperRightColumn {
	width: 218px;
	float: left;
	margin-left: 26px;
	padding-top: 20px;
}
.threeCol .upperRightColumn #rightNav h2 {
	font-size: 1.1em;
	color: #fff;
	padding: 8px 12px;
	background-color: #7dc676;
}
.threeCol .upperRightColumn #rightNav h2 a {
	color: #fff;
}
.threeCol .upperRightColumn #rightNav ul {
	list-style-type: none;
	font-size: 1.1em;
}
.threeCol .upperRightColumn #rightNav ul li a {
	padding: 8px 12px;
	display: block;
	color: #7dc676;
}
.threeCol .upperRightColumn #rightNav ul li.active a, .threeCol .upperRightColumn #rightNav ul li a:hover {
	background: url(../../images/left-nav-bullet.gif) left center no-repeat;
}

.threeCol .upperRightColumn .promoPanel {
	margin-top: 20px;
}

#container .bodyPromo {
	width: 540px;
	margin-top: 20px;
}
#container .bodyPromo h3 {
	padding: 5px 60px 15px 15px;
	background: url(../../images/body-promo-title-bg.gif) bottom left no-repeat;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom: none;
	margin: 0;
}
#container .bodyPromo .bodyPromoBody {
	padding: 0 0 0 8px;
}
#container .bodyPromo .bodyPromoBody .bodyPromoContent {
	background-color: #d2e8c5;
	padding: 10px 37px 10px 25px;
	display: inline-block;
}
#container .bodyPromo p {
	margin: 0;
	font-size: 1em;
}
#container .bodyPromo p span.smallGreyText {
	color: #666;
	font-size: 1.2em;
	line-height: 2em;
}
#container .bodyPromo p span.largeGreenText {
	font-size: 1.7em;
	font-weight: bold;
	color: #6dc067;
	line-height: 1.4em;
	letter-spacing: -1px;
}
#container .bodyPromo .promoContentLeft, #container .bodyPromo .promoContentRight {
	float: left;
}
#container .bodyPromo .promoContentRight {
	width: 200px;
}
#container .bodyPromo .promoContentLeft {
	margin-right: 50px;
	width: 220px;
}
#container .bodyPromo .arrowBg {
	background: url(../../images/body-promo-arrow.gif) 220px 16px no-repeat;
}

#container .green-man {
	background: url(../../images/body-green-man-bg.jpg) bottom right no-repeat;
}

#container .bodyTable {
	margin: 0 0 20px 0;
}
#container .bodyTable caption {
	border-top: 20px solid white;
	text-align: left;
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #6dc067;
}
#container .bodyTable th {
	color: #fff;
	font-size: 1.1em;
	background-color: #aecf76;
	padding: 5px 8px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#container .bodyTable td {
	color: #666;
	background-color: #e2f2e1;
	font-size: 1.1em;
	padding: 5px 8px;
	border-bottom: 1px solid #fff;
}

#container .whitePromo {
	padding-left: 5px;
}
#container .whitePromo .whitePromoLeft, #container .whitePromo .whitePromoRight {
	float: left;
	width: 328px;
}
#container .whitePromo h4 {
	font-size: 1.4em;
	border-bottom: 0;
	margin: 0;
	margin-top: 10px;
}
#container .whitePromo h4 span.lightGreen {
	color: #aecf76;
}
#container .whitePromo h5 {
	font-size: 1.1em;
	color: #6dc067;
}
#container .whitePromo p, #container .whitePromo ul {
	margin-top: 5px;
	margin-bottom: 20px;
}
#container .whitePromo ul {
	margin-left: 15px;
}

#footer {
	clear: both;
	background: url(../../images/footer-bg.jpg) left bottom no-repeat;
	padding: 0 0 15px;
	text-align: center;
}
#footer ul {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	font-size: 1.2em;
}
#footer ul li a {
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 15px 0 14px;
	font-weight: bold;
}
#footer ul li.lastItem a {
	border-right: none;
}

.clearFloats {
	width: 100%;
	height: 0;
	clear: both;
	display: block;
	float: none;
}
#container .fullWidth {
	width: 100%;
	display: block;
	float: none;
}
