/* CSS for Real Simple Rewards - Encouraging Rewards */


/* ===========================================
         CONTENT
==============================================*/

#content h5 {
	margin-top: 0;
	margin-bottom: 8px;
	}
	
#content .boxContent {
	padding: 23px 0 28px 22px;
	}

#content .boxContent h2 {
	padding: 10px 0 30px 22px;
	}

#content .disclaimer {
	padding: 20px;	
	font-size: 0.9em;
	line-height: 1.3em;
	}


/* ===========================================
         COLUMNS
==============================================*/

#content .col {
	width: 420px;
	padding-top: 0;
	padding-right: 20px;
	}

#content .col h4 {
	margin-bottom: 0.8em;
	font-size: 1em;
	line-height: 1.3em;
	color: #da1a33;
	}

#content .col h4 strong {
	color: #333;
	}

#content .col p {
	margin-bottom: 0.8em;
	font-size: 1em;
	color: #333;
	line-height: 1.3em;
	}

#content .col a {
	font-weight: bold;
	color: #8f0311;
	}
	
#content .col li {
	margin-bottom: 20px;
	padding-top: 18px;
	padding-right: 0;
	border-top: 1px solid #000;
	background: none;
	}

#content .col h4,
#content .col p,
#content .col .logo {
	margin-left: 165px;
	_height: 1%; /* Win/IE6 */
	}

#content .col .logo {
	margin-top: 1em;
	}

#content .col .footnote {
	font-size: 0.9em;
	color: #666;
	line-height: 1.3em;
	}


/* ===========================================
         LEFT COL
==============================================*/

#content #leftCol {
	border-right-color: #000;
	}


/* ===========================================
         RIGHT COL
==============================================*/

#content #rightCol {
	margin-right: 0;
	border-right: none;
	}


	
	
	
