/* Main Content Body */
* {
	margin: 0px;
	padding: 0px;
	float: none;
	border: none;
	outline: none;
	}

body {
	background: #c0c4cc;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	height:100%; /* this is the key! */
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ec1c24;
}

.header {
	background: url(../images/header.jpg);
	width: 875px;
	height: 150px;
}

/* Main Content Wrapper */

#main {
	width: 875px;
	margin: 0 auto;
	background: url('../images/body_bg.gif') repeat-y;
	z-index: 1;
}

.meHypeBegins {
	background: url(../images/mehypebegins.jpg);
	width: 487px;
	height: 68px;
	margin-top: 13px;
	margin-right: 5px;
	float: right;
}

/* Navigation and Banner content */

#nav
{
	font-family: Arial;
	float: right;
	color: #000000;
	font-size: 18px;
	display: block;
}

#top_container
{
	width: 871px;
	display: block;
	height: 60px;
	clear: left;
	margin-top: 83px;
	position: absolute;
}

.top_search_bar
{
	position: relative;
	height: 68px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
	font-family: Arial;
	clear: right;
}

.top_search_bar a
{
	text-decoration: underline;
	color: #ec1c24;
}

.top_search_bar a:hover
{
	text-decoration: underline;
	color: #000;
}

.userBarTop
{
	height: 14px;
	margin-top: 17px;
	margin-right: 20px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #ec1c24;
	clear: none;
}

.userBarTop a
{
	color: #ec1c24;
	text-decoration: underline;
}

#nav ul
{
	display: block;
}

#nav li
{
	list-style: none;
	float: left;
}

/* footer content */

.final
{
	margin-right: 10px;
}

.footer
{
	width: 867px;
	height: 6px;
	background-image: url(../images/footerBar.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.footer_content
{
	width: 867px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1px;*/
}

/* Index Right */

.indexRight {
	background: url(../images/home_mascot.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 414px;
	height: 330px;
	float: right;
}

.indexText {
	position: absolute;
	top: 80px;
	right: 118px;
	font-size: 11px;
	height: 249px;
	width: 293px;
	float: right;
}


/* Form stylesheet form_input */

.form_input TEXTAREA
{
	background: #efefef;
	width: 95%;
	border: #c7cad1 1px solid;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

.form_input INPUT[type="text"], .form_input INPUT[type="password"]
{
	background: #efefef;
	border: #c7cad1 1px solid;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	width: 175px;
}
.form_input INPUT[type="submit"]
{
	background: #efefef;
	border: #c7cad1 1px solid;
	color: #000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	margin-top: 2px;
}
.form_input INPUT[type="button"]
{
	background: #efefef;
	border: #c7cad1 1px solid;
	color: #000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	margin-top: 2px;
}

.form_input INPUT[type="button"]:disabled
{
	background: #efefef;
	border: #999999 1px solid;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	margin: 2px;
}

.form_input INPUT[type="password"]
{
	background: #efefef;
	border: #c7cad1 1px solid;
	font-family: Arial;
	font-size: 10px;
	width: 175px;
	font-weight: bold;
	color: #000;
}

.form_input SELECT
{
	background: #efefef;
	border: #c7cad1 1px solid;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
}

/* registration form and fieldset */

.registration_form
{
	width: 850px;
	margin: 10px 0px 10px 15px;
	overflow: auto;
}

.fieldset_class
{
	border: 1px solid #999999;
	padding: 7px;
}

/* button */
.searchButton
{
	height: 28px;
	width: 49px;
	background: url(../images/button/searchButton.jpg);
}

.contentBanner
{
	width: 867px;
	height: 69px;
	margin: 0 auto;
	background: url(../images/contentBanner.jpg);
}

.flash_video
{
	width: 385px;
	height: 326px;
	background-image:url(../images/flashvideo.jpg);
	margin: 20px;
	float: left;
}

#formWrapper
{
	width: 100%;
	clear: none;
	overflow: hidden;
	display: block;
	margin: 5px 0 5px 0;
}
#formWrapper h1
{
	font-size: 20px;
	color: #000;
	font-family: Arial;
	font-weight: normal;
	position: relative;
	margin: 0;
	padding: 0;
}

#formWrapper h1 span.black
{
	font-size: 20px;
	color: #000;
	font-family: Arial;
	font-weight: normal;
}

#formWrapper h1 span.red
{
	font-size: 20px;
	color: #f8151f;
	font-family: Arial;
	font-weight: bold;
}

#formWrapper .formWrapperContent
{
	border: 1px #c7cad1 solid;
	width: 100%;
	background-color: #f8f8f8;
	clear: right;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#formWrapper .formDataLeft
{
	width: 25%;
	float: left;
	text-align: right;
	clear: none;
	padding-right: 2px;
	padding-top: 5px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
#formWrapper .formDataRight
{
	width: 72%;
	float: right;
	text-align: left;
	clear: none;
}
#formWrapper .formEntryLine
{
	width: 100%;
	clear: right;
	padding: 10px 0 6px 0;
}
#formWrapper .helpLine
{
	margin: 5px;
}
/*-------------------------------------------------------------------------*/

.genericContent {
	margin:10px;
}
.genericContent p{
	margin:7px 0px 7px 0px;
}
/*BEGIN PRODUCER PAGE*/
.boldRed {
	color: #f0535a;
	font-weight:bold;
}
.userName {
	font-weight:bold;
	font-size:14px;
	margin-top:5px;
}

/*END PRODUCER PAGE*/

/*BEGIN FOOTER*/
.footerLinks {
	font-size:11px;
}
.footerLinks a{
	margin:0px 5px;
}
.footerCopyright {
	font-size:11px;
}
/*END FOOTER*/

/*BEGIN HEADER*/
.welcomeBack {
	margin-right:15px;
}
/*END HEADER*/

/*BEGIN GENERIC BOX*/
.genericBox
{
	width:100%;
	margin:0 0 14px 0;
	background-color: #f8f8f8;
	border: 1px solid #cdd0d6;
	color:#666666;
	
}
.innerContent
{
	margin: 5px;
}
.innerContent ul , .innerContent ol{
	margin-left:25px;
}
.innerContent h1 {
	font-size: 17px;
	color: #f8151f;
	font-family: Arial;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.innerContent p {
	margin:7px 0px 7px 0px;
}
/*END GENERIC BOX*/


/*MISC*/
.hr { /*fake hr*/
	font-size: 1px;
	margin:0 0 5px 0;
	padding:0;
	height: 1px;
	border-bottom: 1px solid #cccccc;
	display: block;
	overflow: hidden;
}

/*FAQ PAGE SYLES*/
#faqBody {
	margin: 10px auto;
	width: 835px;
	font-size:11px;
}
.faq_questions {
	margin:10px 0px 10px 25px;
}
.faq_questions a:link, .faq_questions a:visited, .faq_questions a:active {
	color:#333333;
	font-weight:bold;
}
.faq_questions a:hover {
	text-decoration:underline;
}
.faq_questionHolder {
	padding-bottom:7px;
}
.faq_questionBar {
	background-image:url(../images/faq/questionBG.gif);
	height:15px;
	font-weight:bold;
	color:#ffffff;
	padding:3px 10px 3px 10px;
	position:relative;
}
.faq_questionBar span {
	position:absolute;
	right:10px;
}
.faq_answerText {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}
.faq_answerText a:link, .faq_answerText a:visited, .faq_answerText a:hover, .faq_answerText a:active{
	color:#f8151f;
	text-decoration:underline;
}
.faq_answerText ol, .faq_answerText ul {
	margin:10px 0px 0px 25px;
}
.faq_answerText p {
	margin: 7px 0px 7px 0px;
}

/*SITE MAP*/
#sitemap ul {
	list-style: none;
	/*display: block;*/
	margin:0px;
}

#sitemap li {
	/*background-image:url(../images/faq/questionBG.gif);
	height:15px;
	padding:3px 10px 3px 10px;
	margin-bottom:7px;*/
	padding:1px 0px;
	font-weight:bold;
	color:#000000;
	position:relative;
}
/*#sitemap li a {
	color:#ffffff;
}*/
#sitemap li a:hover {
	text-decoration: underline;
}
#sitemap li span {
	position:absolute;
	right:10px;
	font-weight:normal;
}

#sitemap ul .sub-pages {
	margin-left:25px;
}

#sitemap ul .sub-pages li {
	font-weight:normal;
}

#genericBody {
	margin: 10px auto;
	width: 835px;
	font-size:11px;
}
#genericBody p {
	margin: 7px 0px 7px 0px;
}
#genericBody ul, #genericBody ol{
	margin:7px 0px 7px 25px;
}
/*-------------------------------------------------------------------------*/