
/* --- Primary Content
-------------------------------------------------------*/
#primary_content {
	margin-top: -20px;
}
/* --- Banner
-------------------------------------------------------*/

#banner {
	font-size: 1.083em;	/* 12px * 1.083em = 13px */
	line-height: 1.231em;	/* 13px * 1.231em = 16px */
	color: #fff;
	height: 372px;
	position: relative;
	padding-left: 14px;
}
/* --- | Title | --- */

#banner h1 {
	font-size: 30px;
	font-weight: normal;
	position: relative;
	top: 150px;
	left: 450px;
	margin: 0 0 30px 0;
}
#banner h1 strong {
	font-weight: normal;
	color: #7bbee7;
}
		
/* --- | Synopsis | --- */

#banner .synopsis {
	left: 450px;
	margin-bottom: 42px;
	position: relative;
	top: 135px;
	width: 420px;
}

/* --- | Select Box | --- */

#banner .select_container {
	position: absolute;
	top: 233px;
}
			
#banner .select_container .selectbox {
	width: 180px;
}

#banner .select_container div.selectbox-wrapper {
	width: 200px;
}


/* --- Bar
-------------------------------------------------------*/

#primary_content #bar { }

/* --- Email Updates
-------------------------------------------------------*/

#email_updates { }

#email_updates fieldset { }

#email_updates fieldset input.input_text { }


.help-links{
	height:30px;
	left:450px;
	overflow:hidden;
	position:relative;
	top:160px;
	width:450px;
}
.help-links a#help-faq{
	width: 135px;
	height: 25px;
	text-indent:-9999px;
	float: left;
	margin-right: 25px;
	background: url(/images/pop_faqs.png) no-repeat top left;
}
.help-links a#help-faq:hover{
	background: url(/images/pop_faqs_over.png) no-repeat top left;
}
.help-links a#help-email{
	width: 150px;
	height: 25px;
	text-indent:-9999px;
	float: left;
	background: url(/images/email_support.png) no-repeat top left;
}
.help-links a#help-email:hover{
	background: url(/images/email_support_over.png) no-repeat top left;
}