@charset "utf-8";
/* CSS Document */

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #ADD8E6;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 761px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#top {
	background-image: url('images/top.gif'); 
	background-repeat: no-repeat;
	height: 16px;
	padding: 0;
	margin: 0;
}

#header {
	height: 263px;
	width: 680px;
	text-transform: capitalize;
}

#sHeader {
	text-transform: capitalize;
}

#main {
	padding: 0;
	margin: 0;
	background-image: url('images/main.gif');
	background-repeat: repeat-y; 
}

#content {
	margin: 10px 40px 0px 40px;
}

#bottom {
	padding: 0;
	margin: 0;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	height: 18px;
}

#optin {
	background: #FAFAFA;
	border: 1px dotted #999999;
	margin: 10px 100px 20px 100px;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

input.invalid {
	background-color: #EEEEEE;
	border-color: #CC0000;
}

input { 
	background-color: #FFFFFF;
	margin: 2px; 
	border: 1px solid; 
}

hr { border: 1px dotted #999999; }
li { padding: 10px; }
.centered { text-align: center; }
.flashing { text-decoration: blink; }
.brightblue { color: #0000FF; }
.blue { color: #0000CC; }
.brightred { color: #FF0000; }
.red { color: #CC0000; }
.underlined { text-decoration: underline; }
a img { border: none; }
.chronoform { display: none; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #sHeader {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 38px;
	width: 328px;
	text-transform: capitalize;
}

.sIFR-hasFlash #sThanks {
	font-size: 38px;
	height: 220px;
	letter-spacing: -9px;
	text-transform: capitalize;
	width: 400px;
	visibility: hidden;
}
