/* CSS for Real Simple Rewards - Discover */


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

#content h5 {
	margin-top: 0;
	margin-bottom: 8px;
	}
	
#content .boxContent {
	padding: 42px 0 44px 52px;
	}

#content .col {
	padding-top: 0;
	}

#content .col p {
	margin: 0;
	color: #231f20;
	}

#content .col a {
	font-weight: bold;
	color: #eb7e23;
	}
	

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

#content #leftCol {
	width: 410px;
	margin-right: 0;
	border-right: 0;
	}

#content #leftCol h2 {
	margin-bottom: 50px;
	padding-top: 8px;
	_padding-top: 14px; /* IE6 */
	}
	*+html #content #leftCol h2 { padding-top: 14px; /* IE7 */ }

#content #leftCol h3 {
	margin-bottom: 6px;
	}

#content #leftCol h4 {
	margin: 0 0 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	text-transform: none;
	}
	
#content #leftCol p {
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	}

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

#content #rightCol {
	width: 340px;
	margin-left: 50px;
	padding: 8px 0 100px 32px;
	border-right: none;
	border-left: 1px solid #ccc;
	}

#content #rightCol h3 {
	margin: 0 auto 10px 0;
	}

#content #rightCol p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content #rightCol strong {
	color: #ec7e24;
	}

#content #rightCol .footnote {
	margin-top: 44px;
	font-size: 1em;
	line-height: 1.3em;
	}	

	
	
	
