/* BEGIN Subheader */

#subhead {
	padding: 22px 18px;
	margin: 0;
}

#subhead h1 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: bold;
}

#subhead h2 {
	margin:0;
	padding: 0 0;
	font-size: 14px;
	color:#666;
}

/* END Subheader */


/* BEGIN Content Wrapper */

#content {
	line-height: 18px;
}

.pad { 
	padding: 0 18px;	
}

#faq {
	margin: 0 !important;
	list-style: none;
	padding: 0 0 22px 0;
}

#faq ol { padding-bottom: 18px; }

#faq .question {
	padding: 0 !important;
	font-weight: normal;
	font-size: 14px;
	color: #1B659F;
}

#faq li p {
	margin: 0;
	padding: 0 0 16px 0;
}

/* END Content Wrapper */

#content #main {
	float: left;
	margin: 0 0 0 18px;
	width: 386px;
}

#content #main h3 {
	font-size: 14px;
	color: #666;
}

#content #main p {
	margin: 0;
	padding: 0 0 16px 0;
}

#content #main .steps {
	list-style: none;
	margin: 0 34px 0 0;
	padding: 0;
}

#content #main .steps li {
	padding: 0 0 0 36px;
}

#content #main .steps li h4 {
	color: #1B659F;
	font-size: 14px;
	padding: 3px 0;
}

#content #main .steps .one { background: url(../images/step_1.gif) top left no-repeat; }
#content #main .steps .two { background: url(../images/step_2.gif) top left no-repeat; }
#content #main .steps .three { background: url(../images/step_3.gif) top left no-repeat; }
#content #main .steps .four { background: url(../images/step_4.gif) top left no-repeat; }

#content #main ol {
	margin: 0 0 16px 40px;
	padding: 0;
}

#content #main h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* END Left Column */


/* BEGIN Callout Box */

#content #callout, #content #side-image {
	margin: 0 0 0 432px;
	font-size: 11px;
	color: #fff;
	padding: 0 0 14px 0;
	width: 304px;
}

#content #side-image {
	padding: 520px 0 0 0;
	text-align: center;
	color:#666;
	font-weight: bold;
}
#content #side-image p { margin: 0; }
#content #side-image img { border: none; }

#callout h3 {
	margin: 0;
	padding: 10px 0 0 14px;
	color: #fff;
	font-size: 14px !important;
	text-transform: uppercase;
}

#callout p {
	margin: 0 14px 14px 14px;
}

#callout p em { color:#fff; }

/* ::callout themes:: */
.blue { background: #1b659f url(../images/rect_bot_blue.gif) bottom left no-repeat; }
.blue h3 { background: #1b659f url(../images/rect_top_blue.gif) top left no-repeat; }
.blue p { color: #d1e0ec !important; }

.gray { background: #e3e3e3 url(../images/rect_bot_gray.gif) bottom left no-repeat; color: #444 !important; }
.gray h3 { background: #e3e3e3 url(../images/rect_top_gray.gif) top left no-repeat; color: #444 !important }
.gray a { color: #1B659F !important; }

/* END Callout Box */




/* BEGIN Rewards Boxes */
#reqards-table {
	margin: 0 !important;
	padding: 0 !important;
}

#rewards-table td {
	vertical-align: top;
	width: 125px !important;
	text-align: left;
}

#rewards-table td .info {
	display: block;
	background: #E1EEF8;
	font-size: 11px;
	color: #fff;
	padding: 4px 4px 4px 4px;
	margin: 4px 0 10px 0;
	width: 121px !important;
	overflow: hidden !important;
	border: 1px dashed #1C3851;
}

#rewards-table .info a { color:#1C3851; text-decoration: none; display: block; height: 30px; overflow: hidden; }
#rewards-table .info a:hover { color:#1C3851; text-decoration:underline; }

* html #rewards-table .info a { height: 50px; }

#rewards-table .info .reward {
	color: #EB6915;
	display: block;
	text-align: left;
}
/* END Rewards Boxes */