/* --------------------------------------------------------------

    base.css

    Author: 
    Date: 

    This is the main stylesheet 
    
    +top

--------------------------------------------------------------

  +Resets default browser CSS 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,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body { 
	text-align: center; 
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #666;
	background-color:#daefd7;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

a { text-decoration:none; }
a:link { color:#035f9a }
a:visited { color:#286c97;}
a:hover, a:visited:hover { color:#2391d7; text-decoration:underline }

em { font-style:italic; }
strong { font-weight:bold; }
small { font-size:0.8em; }

/* --------------------------------------------------------------

    +Layout
    
    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ background-color:#fff; background-image:url(/structure/top-banner.jpg);background-repeat:repeat-x; width: 100%; float:left; margin: 0 auto; padding: 0 0 2em 0; position: relative; }
#shell 	{ width: 977px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; }

#header { height:120px; }

#content { clear:both; padding:1em 0; text-align: left; padding-left:14px; }

.col { float: left; margin-right: 14px; width: 93px; }

.span-1 { width: 93px; } 
.span-2 { width: 200px; }
.span-3 { width: 307px; }
.span-4 { width: 414px; }
.span-5 { width: 521px; }
.span-6 { width: 628px; }
.span-7 { width: 735px; }
.span-8 { width: 842px; }
.span-9 { width: 949px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.4em; line-height: 1.6em; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-family: Arial Narrow, Arial, Helvetica, Verdana, Sans-Serif; color: #6db46b; font-size: 2.6em; margin-bottom: 0.2em; }
h3 { font-family: Arial Narrow, Arial, Helvetica, Verdana, Sans-Serif; font-size: 2.4em; color: #999; margin-bottom: 0.2em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

h1 { float:left; height:120px; width:416px; }
h1 a { display:block; height:120px; background-image:url(/structure/logo.png); background-repeat:no-repeat; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */


form .cancel { padding-top: 7px; }
form .buttons { padding-top: 14px; }
form dl dt { float: left; width: 130px; text-align: right; padding: 10px 14px 0 20px; font-weight: bold; border-top: 1px solid #d7e6ed; clear: left; }
form dl dd { float: left; width: 420px; border-top: 1px solid #cdf6cd; padding-top: 10px; margin-bottom: 10px; }
.form-outter{ text-align: center;}
.form-inner{ text-align: left; width:600px; margin: 0 auto 0 auto;}


/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

ul#nav { float:right; list-style:none; margin:80px 14px 0 0; font-size:2.4em; font-weight:bold; text-align:right; font-family: Arial Narrow, Arial, Helvetica, Verdana, Sans-Serif; }
ul#nav li { display:inline; margin-left:5px; color:#000; }
ul#nav li a { color:#fff; margin-right:10px; text-decoration:none; }
ul#nav li a:hover { color:#afd7f0; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#signup { background-image:url(/structure/signup-box.gif); background-position:bottom; background-repeat:no-repeat; margin:0 0 2em 0; padding:0 0 30px 0; }
#signup h2 { font-size: 3.6em; margin-bottom:0; }
#signup h2 small { color: #82c181; }
#signup div { background-image:url(/structure/signup-box-top.gif); background-position:top; background-repeat:no-repeat; padding:20px 20px 0 20px; }
#signup input { display:inline; font-size:1.6em; }
#signup input.text { border:1px solid #999; padding:10px 20px 0 10px; height:28px }
#signup input.button { background-image:url(/sitefiles/go-button.gif); background-position:0 0; border-width:0; background-repeat:no-repeat; width:150px; height:40px; padding:0; margin:0 0 0 0px; cursor:pointer; cursor:hand; }
#signup input.button:hover { background-position:0 -40px; }
#signup input.button:active { background-position:0 -80px; }

ul#epc-process { list-style:none; text-align:left; font-size:1.8em; color:#3A84B3; margin:0; padding:0; }
ul#epc-process img { float:left; clear:both; margin-right:10px; }
ul#epc-process li { float:left; width:100%; }
ul#epc-process li strong { display:block; padding-top:0.5em; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { clear:both;  background-image:url(/structure/footer-bg.gif); background-position:top; background-repeat:repeat-x; padding:20px 0; }
#footerInner { width: 977px; margin: 0 auto; position: relative; text-align:left; color:#6DB46B; }
#footerInner .col { margin-left:14px; margin-right:0; padding-bottom:40px; }
#footer ul { list-style:none; margin:0;padding:0; }
#footer dt { clear:both; float:left; width:30px; margin:0;padding:0; }
#footer dd { float:left; margin:0;padding:0; font-weight:bold; }
#footer dt span { display:none; }
#footer ul a,
#footer dd a { font-weight:bold; }
#footer a:link { color:#4cad49 }
#footer a:visited { color:#4cad49;}
#footer a:hover, #footer a:visited:hover { color:#4cad49; text-decoration:underline }


/* --------------------------------------------------------------
		
		+Overwrite Styles 
		
    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }


#whyExtra {display:none;}
