/****************************************************************
	Main Containers
****************************************************************/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 'Helvetica', Arial, Sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
}

#total
{
	width: 905px;
	margin: 10px auto;
	text-align: left;
}

/****************************************************************
	Top holds the main navigation
****************************************************************/

#top
{
	height: 130px;
	width: 911px;
	position:relative;
	left: -5px;
}

h1#welcome
{
	position: relative;
	left: 5px;
	margin: 0px;
	padding: 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #299d4e;
}

/****************************************************************
	Middle Content Containers
****************************************************************/
	
#middle
{
	width: 905px;
	height: 355px;
	margin: 0px 0px 5px 0px;
	clear:both;
	overflow: visible;
}
	
/* Left Block Flash Feature Display */

#main_feature
{
	width: 605px;
	height: 355px;
	float:left;
	margin: 0px 0px 5px 0px;
}
		
/* Right Block Flash Feature Display */

#secondary_feature
{
	width: 290px;
	height: 355px;
	float:right;
}

/****************************************************************
	Bottom holds the secondary navigation and the legal
****************************************************************/

#bottom
{
	width: 905px;
	height: 105px;
	clear:both;
	text-align: center;
}

#secondary_buttons
{
	width: 905px;
	height: 105px;
}

#footer
{
	width: 905px;
	font: 11px 'Helvetica', Arial, Sans-serif;
	color: #000000;
	margin: 0px auto;
	text-align: center;
	clear:both;
	position: relative;
}

#footer a
{
	color: #2b624f;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#legal_container
{
	margin: 20px 0px 0px 0px;
	color: #666;
	font: 11px 'Helvetica', Arial, Sans-serif;
}

#legal_container p
{
	margin: 0px 0px 10px 0px;
	color: #666;
	font: 11px 'Helvetica', Arial, Sans-serif;
}

#legal
{
	display: none;
}

#legalBtn, #legal a
{
	color: #2b624f;
}


/****************************************************************
	Modal
****************************************************************/

#modal_overlay
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
}

.local_popup
{
	display: none;
}

/****************************************************************
	Forms
****************************************************************/

#signup_form_wrapper
{
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -452px;
	text-align: left;
	width: 905px;
	height: 355px;
	border: 0px solid #fff;
}

#signup_form_frame
{
	border: 0px solid #fff;
	width: 905px;
	height: 355px;
	overflow: hidden;
	background: transparent;
}

/****************************************************************
	Misc
****************************************************************/

form
{
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}

sup
{
	line-height: normal;
	vertical-align: top;
}

a
{
	-moz-outline-style: none;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}