@charset "utf-8";
/* CSS Document for iContact for site's non-homepage content */


/* SIGNUP FORM */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:link, a:visited {
	text-decoration: none;
	color:#00F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#mainSurroundHdr {
	padding:5px 5px 25px 5px;
	color:#033669;
	font-style:italic;
	text-align:center;
}
#header {
	font-size:24px;
	font-weight:bold;
	
}
#subtext {
	font-size:14px;
	margin-top:1px;
}
.red {
	color:#FF3048;
}
.underline {
	text-decoration:underline;
	color:#FF3048;
	font-weight:bold;
}
.required {
	color:#FF3048;
	font-size:11px;
	margin-left:3px;
}
.joinBtn {
	height: 32px;
	width: 140px;
	padding: 0px 0px 2px 0px;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
	border: 1px solid #244782;
	cursor:pointer;
	background-color:#033669;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-opera-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}
.joinBtn:hover {
	background-color:#305ead;
	border: 1px solid #033669;
}
.joinBtn:active {
	background-color:#4081f1;
	border: 1px solid #033669;
}
#privacyNotice {
	font-size:10px;
	margin-top:20px;
}


/* SUBMISSION ACCEPTED PAGE */
#thankyouHdr {
	font-size:23px;
	font-weight:bold;
	margin-bottom:3px;
}
#thankyouSub {
	font-size:15px;
	color:#FF3048;
	margin-bottom:5px;
	font-style:italic;
}
#thankyouMessage {
	margin-bottom:15px;
}
#thankyouClose {
	border:1px solid #FF3048;
	padding:8px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


/* SUBMISSION PAGE */
#errorHdr {
	font-size:23px;
	font-weight:bold;
	margin-bottom:15px;
}
#errorMessage {
	font-size:14px;
	line-height:18px;
}