html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, l, em, img, strong, b, u, i, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
.nopadding {padding: 0;}


/* content */
.content {padding: 25px 35px 10px;}
.content p {
	font-size: 1.2em;
	line-height: 1.2em;
}
.content p a, .content p a:visited {
	color: #f3a041;
	text-decoration: none;
	font-weight: bold;
	}
.content p a:hover, .content p a:visited:hover {text-decoration: underline;}



/* rows */
.first {
	margin-bottom: 25px;
	overflow: auto;
	zoom: 1;
}
.secondary {
	overflow: auto;
	zoom: 1;
}



/* feature */
.feature {
	float: left;
	width: 600px;
}
.feature h1 {
	color: #f3a041;
	font-family: arial;
	font-size: 4em;
	margin-bottom: 10px;
}
.feature p img {
	float: left;
	margin-right: 10px;
}



/* module */
.module {
	border-top: solid 1px #e5e5e5;
	float: left;
	width: 320px;
	padding-bottom: 25px;
}	
.module p {padding-left: 40px;}
.module h1 {
	border-bottom: solid 1px #e5e5e5;
	color: #f3a041;
	font-family: arial;
	font-size: 2.4em;
	font-weight: normal;
	margin: 10px 0 10px 40px;
	padding-bottom: 8px;
}
.module h2 {
	background: #ef832d url(http://assets.espn.go.com/i/insider/benefits/bg_commingSoon.gif) repeat-x;
	color: #fff;
	font-family: verdana;
	font-size: 1.1em;
	margin: 0 0 10px 40px;
	padding: 3px 0 5px;
	text-align: center;
}
.module p img {
	float: left;
	margin-right: 10px;
}
	
.nopadding {
	width: 280px; 
	display: inline;
}
.nopadding p, .nopadding h1, .nopadding h2 {
	margin-left: 0; 
	padding-left: 0;
}



/* intro module */
.intro {
	background: transparent url(http://assets.espn.go.com/i/insider/benefits/bg_intro.jpg) no-repeat;
	color: #fff;
	float: left;
	margin-left: 40px;
	height: 281px;
	overflow: hidden;
	width: 280px;
}
.intro h1 {
	border-bottom: solid 1px #e84c18;
	font-family: arial;
	font-size: 2.4em;
	font-weight: normal;
	margin: 10px 10px 0 10px;
	padding-bottom: 8px;
}
.intro p {
	border-top: solid 1px #f8c448;
	margin: 0 10px;
	padding-top: 10px;
}
.intro p img {
	float: left;
	margin-right: 10px;
}
.intro p a, .intro p a:visited {color: #fff;}