/* BASE HTML
*************************************************************/
body {
	color: #eeeeee;
	background: #000000;
	font-family: 'Helvetica', Arial;
	font-size: 12px;
	line-height: 18px;
}

/* BASE TAGS
*************************************************************/
h1 {
	float: left;
	width: 946px;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	padding: 0 0 10px 14px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #fff;
}

h2 {
	font-size: 32px;
	line-height: 50px;
	font-weight: normal;
	font-family: Georgia;
	color: #888888;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	font-family: Georgia;
	color: #888888;
	margin: 0 0 20px 0;
}
a {
	color: #eeeeee;
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* SHELL
*************************************************************/
#shell {
	float: left;
	width: 960px;
	margin: 50px 0 0 36px;
	padding: 0;
}

/* CONTENT
*************************************************************/
#content {
	float: left;
	width: 946px;
	margin: 0 0 0 14px;
	padding: 0;
}

/* MESSAGE
*************************************************************/
#message {
	float: left;
	width: 790px;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #eeeeee;
}
#message p{
	font-weight: normal;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	margin: 0 0 30px 0;
}

a.download_flash {
	font-size: 14px;
	color: #eeeeee;
	text-decoration: underline;
	padding: 4px 0 7px 35px;
	margin: 0;
	background: url(../images/icn_flash.gif) 0 0 no-repeat;
}
.accepts_flash {
	display: none;
}

/* FOOTER
*************************************************************/
#footer {
	float: left;
	width: 734px;
	padding: 30px 28px;
	margin: 30px 0;
	font-family: Helvetica,Arial;
	color: #888888;
	border-top: 1px dotted #383838;
	background: #1f1f1f;
}
#footer a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer p{
	font-size: 12px;
	line-height: 18px;
	color: #888888;
	font-weight: normal;
	font-family: Helvetica, Arial;
	margin: 0 0 20px 0;
}
#footer .intro{
	float: left;
	height: 78px;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #383838;
}
#footer .contact{
	float: left;
	width: 175px;
	margin: 0;
}
#footer .contact a{
	text-transform: uppercase;
}
#footer strong {
	font-weight: normal;
	color: #FFFFFF;
}
#footer .stay_connected{
	float: left;
	width: 268px;
	margin: 0 0 0 40px;
}
#footer .requirements{
	float: left;
	width: 211px;
	margin: 0 0 0 40px;
}
#footer a.twitter,
#footer a.facebook,
#footer a.youtube{
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -3000px;
	text-decoration: none;
	margin: 15px 10px 0 0;
	padding: 0;
}
#footer a.twitter {
	background: url(../images/icn_twitter.gif) 0 0 no-repeat;
}
#footer a.facebook {
	background: url(../images/icn_facebook.gif) 0 0 no-repeat;
}
#footer a.youtube {
	background: url(../images/icn_youtube.gif) 0 0 no-repeat;
}

#footer form{
	float: left;
	width: 268px;
}

#footer form input{
	float: left;
}

#btn_signup {
	background: none;
	border: none;
	width: 61px;
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 6px 0 0 5px;
	cursor: pointer;
}
#txt_email {
	background: url(../images/bgd_textinput.gif) 0 0 no-repeat;
	border: none;
	width: 185px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #000000;
	font-size: 13px;
	line-height: 17px;
	padding: 7px 5px 8px 5px;
}

#footer ul{
	padding: 0 0 0 18px;
}


#report_table {
	width: 500px;
	margin: 10px 0;
	padding: 0;
}

#report_table th{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
#report_table td{
	padding: 3px 5px;
	text-align: auto;
}
