body {
	background-image: url(../images/bg_body.gif);
	margin: 0;
	padding: 0;
}

.container {
	background-color: #ffffff;
}

.box {
	margin-top:0;
	padding-top:0;
	background-color: #ffffff;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #e12f29;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fbaa29;
	padding-bottom:.5em;
}


#welcome { 
    font-size:12px; 
    margin: 0;
	padding:0;
	display: none;
}


/* benefits box */
#benefits {
	width: 318px;
	padding: 0;
	padding-top: 42px;
	background: url(../images/GQ_benefitsHead.png) no-repeat;
}

* html #benefits { /* IE6 */
	width: 318px;
	padding-top: 36px;
}
*:first-child+html #benefits { /* IE7 */
	width: 318px;
	padding-top: 37px;
}

#benefits ul {
	margin: 0;
	padding: 0;
	width: 318px;
	list-style:square;
}

#benefits ul.withBackground {
	margin: 0;
	background: url(../images/GQ_benefitsMid.png) repeat-y;
	padding: 10px;
	padding-left: 30px;
	width: 278px;
}

#benefits ul li {
	margin: 0;
	padding: 0;
	width: 280px;
}

#benefits #benefitFooter {
	width: 318px;
	background: url(../images/GQ_benefitsFoot.png) no-repeat;
}

/* FIX IE Unordered List */
/* offsetting the entire ul down */
* html ul { /* IE6 */
	position: relative; 
	top: .5em;
}
*:first-child+html ul { /* IE7 */
	position: relative; 
	top: .5em;
}

/* offsetting each li back up*/
* html ul li { /* IE6 */
	vertical-align: top; 
	position: relative; 
	top: -.5em;
}
*:first-child+html ul li { /* IE7 */
	vertical-align: top; 
	position: relative; 
	top: -.5em;
}



/* Quick links */
#qlBox {
	background: url(../images/quickLinks_horizontal.png);
	width: 514px;
	height: 79px;
}

#qlBox ul {
	float:left;
	margin-top: 5px;
	margin-left: 10px;
}

#qlBox ul li {
	padding:0;
	margin:0;
	list-style:square;
}

#qlBox a {
	color:#e12f29;
}
