/**
 
@colordef	#e4e5dd background
@colordef	#737f69 dark green text
@colordef	#f4f5f5 near white
@colordef	#0071c3 logo blue
@colordef	#9aca39 lime green
@colordef	#231f20 blackish text
@colordef	#cdccca med gray (lines)
@colordef 	#b6b5b4 med gray (text)
@colordef	#f9a426 orange
@colordef	#8b8a88 med gray (text)
*/

/*selected reset styles*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, button,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;}

/* remember to define focus styles! */
* :focus {
	outline: 0;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}



ol, ul {
	list-style: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	background: #e4e5dd;
	color: #231f20;
	text-align: center;
	}

a {
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}


input {
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	}
	
input:focus, select:focus, textarea:focus {
	border: 1px solid #9aca39;
	background: #edf1db;
} 

input.button:hover, a.button:hover {

 filter: alpha(opacity=60); /* IE */
   -moz-opacity: 0.6; /* firefox */
   -khtml-opacity: 0.6; /* Opera? */
   opacity: 0.6; /* everything else */

}

input.checkbox {
	width: auto;}

#tagLine {
	color: #737f69;
	font-size: 1.5em;
	}
	
#tagLine {
	position: absolute;
	top: 40px;
	right: 30px;
	}

#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	}


a#logo {
	display: block;
	height: 60px;
	width: 212px;
	text-indent: -9999px;
	background: url('../img/signup/logo.png') no-repeat 0 0;
	border-bottom: 0;
	}
	
a#logo:hover {
	border-bottom: 0;
	}


ul#nav li a {
	color: #f4f5f5;
	font-size: 1.6em;
	}

#header {
	position: relative;}
	
#header.landing {
	background: url('../img/signup/header_landing.gif') no-repeat 0 0;
	height: 125px; 
	}
		


ul#nav {
	position: absolute;
	top:75px;
	right: 0px;
	width: 392px;}
	
ul#nav li {
	background: url('../img/signup/bg_nav-tab.png') no-repeat 0 0;
	height: 29px;
	width: 191px;
	float: left;
	margin-left: 5px;
	padding-top: 7px;
	text-align: center;
	}
	
ul#nav li a img {
	vertical-align: middle;
	margin-left: 5px;
	}
	

h1,h2,h3,h4 {
	font-weight: normal;/*need to put in normal to override browser default stylesheets*/
	font-style: 400;
	letter-spacing: .01em;
	line-height: 1.2em;
	}

h1 {
	 font-size: 4em;

		}
		
		
h1, h2, h4{
	font-family: Georgia, "Times New Roman", serif;	
	}
	
#sectionHeader h1 {
	color: #f4f5f5;
	font-size: 4.35em;
	}

#sectionHeader {
	width: 846px;
	height: 198px;
	margin-top: 5px;
	padding: 40px 0 0 45px;
	text-align: left;
	}

#sectionHeader p {
	color:#F4F5F5;
	font-size:1.5em;
	line-height:1.2em;
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	}

#sectionHeader.orange {
	background: url('../img/signup/bg_section-header-orange.jpg') no-repeat;
	}
#sectionHeader.green {
    background: url('../img/bg_section-header-green.jpg') repeat scroll 0 0 transparent;
}
.home h2 {
	clear: left;
    color: #9ACA39 !important;
    float: left;
    font-size: 3em !important;
    margin: 0 0 10px;
	width: 459px;
}
.home h3 {
    width: 459px;
    clear: left;
    color: #9ACA39;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 2em;
    margin: 0 0 3px;
}
.home p {
    line-height: 1.4em;
    clear: left;
    width: 459px;
    color: #555555;
    margin-bottom: 1.4em;
	font-size: 1.2em;
}
#signupWrapper h4 {
    font-family: "Helvetica Neue",helvetica,arial,sans-serif;
    font-size: 1.6em;
    margin-bottom: 15px;
    clear: left;
    color: #9ACA39;
    margin: 0 0 3px;
    width: auto;
}
#signupWrapper p {
    line-height: 1.4em;
    clear: left;
    color: #555555;
    margin-bottom: 1.4em;
	font-size: 1.2em;
}
#leftSide h2 {
	color: #f9a426;
	font-size: 2.4em; }

#leftSide p {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	
	}
#leftSide {
	width: 416px;
	float: left;
	padding-right:30px;
	}
	
#quote {
	clear: both;
	padding-top:70px;}
#quote h4 {
	color: #f9a426;
	font-size: 3.2em;
	float: left;}
#quote p {
	float: right;
	color: #f9a426;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;	
	}	
	
/*alterations to SE default styles*/

table.body {
width:891px;
}




#smoothbox_container {margin-top: 20px;}

td.top_menu, td.top_menu2 {
	background: none;
	border: none;}
	
div.content {
	width: 801px;
	background-color: #f4f5f5;
	margin-top: 15px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	float:left;
	padding: 35px 45px;
	}
	
div,td {
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
}

td.form1 {
font-weight: normal;
padding:5px 0 2px 10px;
text-align:left;
vertical-align:top;
color: #262625;
letter-spacing: .02em;
font-size: 1.1em;
	}
	
td.form2 {
padding: 0px 0 0px 10px;
}

td.form2_new {
	background-position: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

		
input {
	width: 273px;
	padding: 4px;
	text-align:left;
}




input.code { width: 175px;
	}

input.button {
	width: auto;
	background-color: #9aca39;
	color: #fff;
	text-align: center;
	padding: 5px 30px;
	border: none;
	margin-top: 10px;
	font-size: 1.4em;
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;}

#signupWrapper {
	width: 343px;
	float: right;
	padding-top:35px;
	}

#signupWrapper table {
	margin: 0;
	padding: 0;}


#signupWrapper div.intro {
	width: 310px;
	color: #b6b5b4;
	font-size: 1.3em;
    }
    
#signupWrapper form {
	border-left: 1px solid #cdccca;
	padding-left: 40px;
	 }
	 
#signupWrapper div.form_desc {
	color: #8b8a88;
	padding: 2px 0 5px;}
	
div.acctMsg.large {
	font-size: 1.5em;
	margin-top: 15px;
	}
div.acctMsg {
	color: #555;
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	font-size: 1.2em
	}
	
.small {
	font-size: .9em;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	display: block;
}
	
ul.checklist {
	list-style-image: url('../img/signup/blt_check-mark.gif');
	list-style-position: outside;
	}	
	
ul.checklist li {
	font-size:1.25em;
	line-height:1.4em;
	}
	
	
	/************************************************Designed By Maxnet ***********************************************/
	
	td.labletext {
    color: #262625;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.02em;
    padding: 5px 10px 0px 0px;
       vertical-align: top;
}
.checkbox_new {
width:26px;
}
.form2_info {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
	padding-bottom: 30px;
	font-weight:bold;

	
}

td.form1_new {
	color: #262625;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 2px 10px;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.02em;
}	
	
td.form2_new {
	background-position: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
.form2_info_new {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: middle;
	padding-bottom: 30px;
	font-weight:bold;
color: #262625;
	
}


