/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
	margin-bottom: 10px!important;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 24px;
	font-weight:bold;
	margin: 0;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 24px;
	font-weight:bold;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

body {background:#fff; font-family:Arial, Helvetica, sans-serif; color:#003}
#contentWrap {width:1000px;height:800px;margin:0 auto;}
#innerWrap {
	width:820px;
	height:650px;/* positioning context */
	position:relative;
	padding:150px 90px 0;
	background-image: url(../images/background_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 205px 120px;
}
#logo {position:absolute;top:12px;right:5px;}
#contentMain h1 {
	font-size:190%;
	margin: 0px;
	padding: 0px;
}
#contentMain h1 strong {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-size:235%;
	text-transform:uppercase;
	display: block;
	width: 300px;
	line-height: 85px;
	background-image: url(../images/winlogo.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#contentMain h1 em {text-transform:uppercase; font-size:24px}
#contentMain h1 em span {text-decoration: underline;}
#featureList {font-size:24px;margin-top:1em;margin-right: 475px;font-weight:bold;}
#featureList strong {font-weight:bold}
#featureList ul {
	list-style-position: inside;
	list-style-type: square;
	font-weight:bold;
	margin: 0!important;
}
#featureList li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 5px!important;
	margin-bottom:8px;
	margin-top: 8px;
	font-weight:normal;
	font-size:22px;
}
#featureList span {color:#f37121;}
#formContents {
	width:400px;
	top: 235px;
	position: absolute;
	color:#fff;
	left: 495px;
	text-align: left;
	float: left;
	clear: none;
	font-size: 18px;
}
#formContents #instructions {
	margin-left:105px;
}

#formContents #badges {
text-align:center;}

#formContents #privacy {
	margin-left:135px;
	margin-top:8px;
	text-align: center;
	font-size:12px;
	margin-bottom: 0;
}
#formContents a {
	color:#fff; text-decoration:underline;
}
#getFreeStuff {margin-top:1.7em; margin-right:35px; text-align:right}
#getFreeStuff input {
	width:230px;
	height:25px;
	background:#ffff99;
	border: solid 1px #666;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-left: 15px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
}
#getFreeStuff label {
	color:#fff;
	font-size:16px;
	
	margin-top: 15px;
}


#getFreeStuff #button {
	display: block;
}

#submitButton {margin-top:1em; margin-left:1.5em; margin-bottom:2em}
#credits {
	text-align:center;
	font-variant:small-caps;
	font-size:10px;
margin-top:14em;
margin-right:2em;
}
