/*********************************************
	ACS 

	Authors: Joel Nagy | dotglu
	Last Modified: August 19th, 2009 10:59:47 AM EST

**********************************************/

HTML, BODY, DIV, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004f57;
	margin: 0;
	padding: 0;
}
BODY {
	background: #d0e2e0 none;
}
A {
	color: #004f57;
}
H3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: normal;
}
A IMG+SPAN {
	display: none;
}

#Page {
	display: block;
	width: 1000px;
	margin: 0 auto;
	background: white none;
}
#Page:after { content: ""; display: block; height: 100%; clear: both; }

#Main {
	display: block;
	width: 1000px;
	height: 875px;
	overflow: hidden;
	background: #3b9da6 none;
	padding: 0;
	margin: 0 0 20px 0;
}
#Main:after { content: ""; display: block; height: 100%; clear: both; }

#Flash {
	width: 1003px;
	height: 875px;
	margin: 0;
	padding: 0;
}
#Header {
	background: white none;
	margin: 0;
	padding: 0;
	height: 93px;
	top: 0;
	display: none;
}
#Header H1 {
	margin: 0;
}

#Support {
	display: block;
	float: left;
	width: 390px;
	padding-left: 88px;
	font-size: 13px;
}
#Support:after { content: ""; display: block; height: 100%; clear: both; }
#Support A {
	text-decoration: none;
}
#Support H3 {
	margin-bottom: 18px;
}
#Support A.button {
	margin-left: -5px;
}

#SignUp {
	display: block;
	float: left;
	width: 400px;
	padding-left: 56px;
}
#SignUp:after { content: ""; display: block; height: 100%; clear: both; }
FORM H3 {
	margin-bottom: 0;
	width: 375px;
}
FORM P {
	margin: 0;
	width: 375px;
}
FORM BR {
	height: 4px;
	line-height: 4px;
}
FORM A {
	color: #004f57;
	text-decoration: none;
}
FORM INPUT {
	margin-top: 2px;
	margin-bottom: 0;
	border: 1px solid #999;
	padding: 3px;
}
FORM INPUT#submit {
	margin: 2px 0 0 0;
	border: 0;
}
FORM INPUT.error, FORM SELECT.error {
	color: red !important;
	border: 1px solid red !important;
}
FORM LABEL.error, SPAN.error {
	color: red !important;
}
FORM SPAN.error {
	padding: 0;
}
FORM DIV {
	float: left;
	display: block;
	width: 180px;
	margin-top: 3px;
}
FORM DIV.row {
	width: 385px;
}
.right {
	text-align: right;
}
.right SPAN {
	padding-right: 9px;
}
.none {
	display: none;
}

#ThankYou {
	font-size: 13px;
	width: 230px;
	margin-left: 80px;
}
#ThankYou H3 {
	margin-bottom: 3px;
	font-weight: bold;
}

#ShareThis {
	display: block;
	width: 390px;
	float: left;
	height: 70px;
	clear: both;
}
#ShareThis:after { content: ""; display: block; height: 100%; clear: both; }
#ShareThis H3 {
	text-align: left;
	margin-bottom: 3px;
}
#ShareThis SPAN, #ShareThis A {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
}
#ShareThis A {
	padding: 3px 0 0 20px;
}

#Footer {
	display: block;
	width: 1000px;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px 0;
}
#Footer:after { content: ""; display: block; height: 100%; clear: both; }
#Footer P {
	margin: 6px 0px;
}
#Footer A {
	color: #003399;
	font-size: 12px;
}
#Footer H2 {
	color: #73a79f;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
#Footer H2 A {
	color: #73a79f;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;	
}
#Footer .disclaimer {
	color:#525252;
	font-size: 10px;
	line-height: 12px;
}
#Footer .txtGold {
	color: #FFD42F
}