/****************************************************************************/
/*																			*/
/*								Layout Styles								*/
/*																			*/
/****************************************************************************/
/* Common */

body {
}

div.rootDocument
{
	width: 850px;
	margin: auto;
	position: relative;
}

div.logo {
	width: 316px;
	height: 113px;
}

div.logo a img
{
	border: none;
}

div.background 
{
	position: relative;

	background: #4a83aa url('/images/background_windfield.png') no-repeat center bottom;
}

div.socialLinks {
	position: absolute;
	top: -27px;
	right: 0px;
}

div.socialLinks img {
	border: none;
}

h2
{
	text-align: left;
	margin: 0;
	padding: 10px;
}

div.loginBox
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 275px;
	height: 108px;
	padding: 5px;	
	
	background: #4a7791;
}


div.loginBox input
{
	float: right;
	width: 200px;
}

div.loginBox span
{
	float: right;
	text-align: right;
	padding: 3px;

	color: white;
	font: 12px Arial, Helvetica, Sans-serif;
}

#loginMessage
{
	position: absolute;
	right: 280px;
	top: 5px;
	width: 275px;
}

div.topmenu
{
	position: relative;
	height: 36px;
	margin: 0 0 26px 0;

	background: url('/images/menu_bg.png') repeat-x center top;
}

div.topmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.topmenu ul li
{
	height: 35px;
	float: left;
	background: url('/images/menu_bg.png') no-repeat right center;
}

div.topmenu ul li a
{
	display: block;
	margin: 0 3px 0 0;
	padding: 10px;
	
	background: url('/images/menu_bg.png') repeat-x center top;
	font: 14px Arial, Helvetica, Sans-serif;
	color: White;
	text-decoration: none;
}

div.topmenu ul li a:hover
{
	background: url('/images/menu_bg_sel.png') repeat-x center bottom;
	color: White;
	text-decoration: none;
}

div.topmenu ul li.active a
{
	background: url('/images/menu_bg_sel.png') repeat-x center bottom;
	color: White;
	text-decoration: none;
}

div.topmenu .loginStuff
{
	position: absolute;
	top: 6px;
	right: 10px;
}

div.topmenu .loginStuff label
{
	font: 12px Arial, Helvetica, Sans-serif;
	margin-right: 20px;
}

.buttonBlue
{
	border: solid 2px white;
	background: url('/images/button_blue.png') repeat-x center top;	
	font: bold 14px Arial, Helvetica, Sans-serif;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}

#landingVideo
{
	margin: 0px 0 15px 16px;
	width: 569px;
	height: 343px;
	
	background: url('/images/video_shot.png') no-repeat center top;		
}

#greenleafInfo
{
	position: absolute;
	top: 132px;
	right: 15px;
	width: 235px;
	height: 343px;
	
	/*text-align: justify;*/
	background: #92b5cc;
}

#greenleafInfo div.leaf
{
	position: absolute;
	width: 221px;
	height: 72px;
	top: -24px;
	left: 7px;

	background: url('/images/green_mission.png') no-repeat center top;	
}

#greenleafInfo div.content
{
	position: relative;
	top: 50px;
	padding: 10px;
	
	font: 14px Arial, Helvetica, Sans-serif;
	color: #4c4c4c;
	text-decoration: none;
}

#greenleafInfo h3
{
	margin: 0;
	padding: 0;
	
	font: bold 14px Arial, Helvetica, Sans-serif;
	color: #4c4c4c;
	text-decoration: none;
}

div.thinmenu
{
	position: relative;
	height: 17px;
	margin: 20px 16px 0 16px;

	background: url('/images/menu_thinbg.png') repeat-x center top;
}

div.thinmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.thinmenu ul li
{
	height: 17px;
	line-height: 17px;
	float: left;
	background: url('/images/menu_thinbg.png') no-repeat right center;
}

div.thinmenu ul li a
{
	height: 16px;
	display: block;
	line-height: 36px;
	margin: 0 1px 0 0;
	padding: 1px 10px 0 10px;
	
	background: url('/images/menu_thinbg.png') repeat-x center top;
	font: 12px Arial, Helvetica, Sans-serif;
	color: White;
	text-decoration: none;
}

div.thinmenu ul li a:hover
{
	background: url('/images/menu_thinbg.png') repeat-x center bottom;
	color: White;
	text-decoration: none;
}

div.thinmenu ul li.active a
{
	background: url('/images/menu_thinbg.png') repeat-x center bottom;
	color: White;
	text-decoration: none;
}

#benefitsDescription
{
	height: 470px;
	margin: 0;
}

#benefitsDescription .tabPage
{
	position: relative;
	padding: 0 10px 0 10px;
}

.whiteBox
{
	position: relative;
	margin: 0 6px 0 6px;
	padding: 10px;
	
	background: url('/images/landing_semiwhite.png');
	color: #525455;
}

#submitBox
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#submitBox .submitSignup
{
	display: block;
	width: 201px;
	height: 43px;
	margin: 5px 0 5px 0;
	
	background: url('/images/singup_me.png') no-repeat center bottom;
}

#submitBox .submitConsumer
{
	display: block;
	width: 201px;
	height: 21px;
	margin: 5px 0 5px 0;
	
	background: url('/images/singup_consumer.png') no-repeat center bottom;
}

#submitBox .submitManufacturer
{
	display: block;
	width: 201px;
	height: 21px;
	margin: 5px 0 5px 0;

	background: url('/images/singup_manufacturer.png') no-repeat center bottom;
}

#submitBox .submitInstaller
{
	display: block;
	width: 201px;
	height: 21px;
	margin: 5px 0 5px 0;

	background: url('/images/singup_installer.png') no-repeat center bottom;
}

div.bottomnav 
{
	position: absolute;
	top: 680px;
	right: 0;
	padding: 25px;
}

#footerContent
{
	padding: 0 0 5px 0;
	text-align: center;
	font: 11px Arial, Helvetica, Sans-serif;
}

#footerContent .footerLine
{
	margin: 0 auto 10px auto;

	font: 14px Courier New, Courier;
}

#footerContent .footerLinks
{
	color: white;
}

#footerContent .footerLinks a
{
	color: white;
	text-decoration: none;
}

#footerContent .footerCopyright
{
	margin: 15px 0 0 0;
}

#bottomAnchor {
	clear: both;
}



div.sidebar {
    float: right;
	/*right: 10px;
	top: 132px;*/
	width: 220px;
}

















/* Contact Us */

div.googlemap {
	float: right;
	margin-top: 50px;
}

/* Landing Page */

#landingInfoPanel
{
	position: absolute;
	top: 140px;
	left: 477px;
	width: 713px;
}

div.createProfile,
div.solution
{
	padding: 25px;
}

div.panelspacer {
	height: 20px;
	padding: 0 25px 0 25px;
}

div.button {
	float: left;
	text-align: center;
}

div.buttonspacer {
	float: left;
	padding: 40px 30px 30px 30px;
}

a.create {
	width: 266px;
	height: 56px;
	clear: both;
	display: block;
	position: relative;
	top: 10px;
}

div.signup
{
	position: absolute;
	top: 565px;
	left: 20px;
	width: 266px;
	height: 117px;
}

a.mansignup {
	width: 266px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a.inssignup {
	width: 266px;
	height: 56px;
	position: absolute;
	top: 61px;
	left: 0px;
}

/* Registration */

div.register {
	margin: 0 16px 0 16px;
	padding: 25px;
}

div.current {
	display: block;
}

div.notcurrent {
	display: none;
}

.hidden
{
	display: none;
}

.clear
{
	clear: both;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}


/****************************************************************************/
/*																			*/
/*								Visual Styles								*/
/*																			*/
/****************************************************************************/

/* Common */

body {
	background: #1e415b;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}

div.background {
}

h2
{
	font: bold 20px Arial, Helvetica, Sans-Serif !important;
	text-decoration: none;
}


div.bottomnav {
}

a.bottomnav {
	text-decoration: none;
	color: #ffffff;
}

a.bottomnav:hover {
	color: lightsteelblue;
}

h1 {
	font-family: Arial Black;
	font-size: 24px;
}

h2 {
	font-family: Arial Black;
	font-size: inherit;
}

h3 {
	font-family: Arial Black;
	font-size: 16px;
}

span.black {
	font-family: Arial Black;
	font-size: inherit;
}

span.blue {
	font-family: Arial Black;
	font-size: 16px;
	color: #29abe2;
}

/* Contact Us */

span.phone {
	font-family: Arial Black;
	font-size: 18px;
}

/* Registration */

div.copyStd, span.copyStd {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
}

td.formError {
	color: #ffff99;
}

table.homeText td {
	vertical-align: top;
	padding: 0 5px;
	height: 65px;
}