/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block;} body { line-height: 1; } ol, ul {list-style: none;} blockquote, q { quotes: none;} blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0;}

/**
	Main styles
*/
body {
	color: #5e5d61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sup-script {
	font-size:60%;
	vertical-align:text-top;
}

a,
a:visited {
	color: #4ABAE3;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #616064;
}


#wrapper {
	width: 100%;
}

/**
	Container 
*/
#container {
	margin: 0 auto;
	width: 950px;
}

#main {
	float: left;
	width: 686px;
}

#header {
	border-top: 10px solid #4abae3;
	width: 640px;
	height: 95px;
}
#header .header-partner,
#header .header-and,
#header .header-nw,
#header .header-nw-wide,
#header .header-nw-medium,
#header .header-partner-wide,
#header .header-partner-medium {
	float: left;
	height: 95px;
}
#header .header-partner {
	width: 143px;
	text-align: center;
}
#header .header-partner-medium {
	width: 190px;
}
#header .header-partner-wide {
	width: 230px;
}
#header .header-and {
	width: 77px;
	height: 95px;
}
#header .header-nw {
	text-align: center;
	width: 420px;
}
#header .header-nw-medium {
	text-align: left;
	width: 340px;
}
#header .header-nw-wide {
	text-align: left;
	width: 300px;
}

#feature {
	border-bottom: 2px solid #FFF;
	width: 686px;
}

#content {
	background: #4abae3;
	color: #FFF;
	font-size: 14px;
	padding: 25px 30px;
	width: 580px;
}

#content .content-header {
	line-height: 16px;
}
#content .content-header .title-img {
	display: block;
}

#content .entries {
	background: #FFF;
	color: #5e5d61;
	font-size: 12px;
	margin: 18px 0;
	padding: 0 22px;
	position: relative;
	width: 536px;
}
#content .entry {
	border-top: 1px dashed #DFDFDF;
	padding: 25px 0;
	margin: 0 auto;
	/*
	width: 536px;
	*/
	width: 100%;
}
#content .entry.first {
	border: none;
}
#content .entry h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
#content .entry h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 14px 0;
	padding: 0;
	text-transform: uppercase;
}
#content .entry p {
	line-height: 16px;
}
#content .entry ul {
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0;
}
#content .entry ul li {
	margin: 0 0 14px 0;
}
#content .entry ul li.last {
	margin-bottom: 0;
}


#content .entry .entry-left,
#content .entry .entry-left-long,
#content .entry .entry-left-credit-card,
#content .entry .entry-right {
	float: left;
}

#content .entry .entry-left {
	width: 107px;
}
#content .entry .entry-left-long {
	width: 107px;
	height:250px;
}
#content .entry .entry-left-credit-card {
	width: 107px;
	height:200px;
}
#content .entry .entry-right {
	width: 429px;
}
#content .entry .entry-right .buttons {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
#content .entry .entry-right.no-buttons {
	padding-top: 8px;
}
#content .entry .entry-right.no-buttons h2 {
	margin-bottom: 7px;
}

#content .content-footer {
	line-height: 16px;
}
#content .content-footer-left,
#content .content-footer-right {
	float: left;
	position: relative;
	width: 425px;
}
#content .content-footer-left{
	float: left;
	position: relative;
	width: 865px;
	margin-right: 15px;
}
#content .content-footer-right {
	margin-left: 15px;
}

a.button-get_a_quote,
a.button-get_a_quote:visited,
a.button-start_earning_now,
a.button-start_earning_now:visited,
a.button-learn_more,
a.button-learn_more:visited,
a.button-buy_now,
a.button-buy_now:visited,
a.button-find_agent,
a.button-find_agent:visited,
a.button-apply_now,
a.button-apply_now:visited {
	display: block;
	float: left;
	height: 25px;
	overflow: hidden;
	margin: -4px 7px 0 0;
	text-decoration: none;
}
a.button-get_a_quote {
	background: #FFF url(../cps-images/PC-Affinity-button-get_a_quote.gif) no-repeat;
	width: 103px;
}
a.button-start_earning_now {
	background: #FFF url(../cps-images/PC-Affinity-button-start_earning_now.gif) no-repeat;
	width: 151px;
}
a.button-learn_more {
	background: #FFF url(../cps-images/PC-Affinity-button-learn_more.gif) no-repeat;
	width: 100px;
}
a.button-buy_now {
	background: #FFF url(../cps-images/PC-Affinity-button-buy_now.gif) no-repeat;
	width: 81px;
}
a.button-find_agent {
	background: #FFF url(../cps-images/PC-Affinity-FindAnAgent-btn.gif) no-repeat;
	width: 111px;
}

a.button-apply_now {
	background: #FFF url(../cps-images/PC-Affinity-button-apply_now.gif) no-repeat;
	width: 108px;
}

a.button-get_a_quote:hover,
a.button-start_earning_now:hover,
a.button-learn_more:hover,
a.button-buy_now:hover,
a.button-find_agent:hover,
a.button-apply_now:hover {
	background-position: 0 -25px;
}

.entry.quote-form,
.entry .buttons,
.entry-right span {
	font-size: 14px;
	font-weight: bold;
}
.entry.quote-form span,
.entry .buttons span,
.entry-right span {
	float: left;
	padding: 4px 10px 0 0;
	position: relative;
}
.entry.quote-form .go-button,
.entry .buttons .go-button {
	margin-right: 14px;
}


/* Wide template styles */
#container.wide,
#container.wide #main,
#container.wide #header,
#container.wide #feature,
#footer.wide {
	width: 940px;
}
#container.wide #content {
	padding: 25px 30px;
	width: 880px;
}
#container.wide #content .entries {
	width: 836px;
}
#container.wide #content .entry .entry-right {
	width: 729px;
}


/**
	Sidebar
*/
#sidebar {
	border-top: 1px dashed #DFDFDF;
	float: left;
	margin: 105px 0 0 14px;
	padding: 26px 0 0 0;
	position: relative;
	width: 250px;
}
#sidebar h2 {
	margin: 0 0 10px 0;
}
#sidebar h3 {
	margin: 0 0 5px 0;
}

#sidebar p {
	line-height: 14px;
}

.divider-or {
	margin: 20px 0;
}

.selectBox {
	background: #f5f1ef;
	border: 1px solid #bbb3a7;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	height: 23px;
	width: 240px;
}
.selectBox.states {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	width: 185px;
}

.go-button {
	background: transparent url(../cps-images/PC-Affinity-button-go.gif) no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 50px;
	height: 25px;	
	line-height: 16px;
}
.go-button:hover {
	background-position: 0 -25px;
}


/**
	Footer
*/
#footer {
	border-top: 3px solid #f1edea;
	color: #bbb3a7;
	font-size: 11px;
	margin: 24px auto;
	padding: 20px;
	width: 910px;
}

#footer img.footer-logo {
	padding-bottom: 20px;
}

#footer p {
	margin-bottom: 10px;
}

span.strong {
text-transform:uppercase;
font-weight:bold;
}

#footer p span#strong {
font-weight:bold;
}

/* Clear Fix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear:both; }