/*
Theme Name: CashNow.com Theme
Theme URI: http://cashnow.com/
Description: A custom theme built for Wordpress 3.0
Author: cyber2
Version: 1.0
Tags: custom
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}
a:focus {
	-moz-outline-style: none;
	outline:none;
}

/* Layout
-------------------------------------------------------------- */
#container {
	float: left;
	width:590px;
	margin:0 10px 0 0;
}

.clear{
	clear: both;
}

/* Sidebar
-------------------------------------------------------------- */
#sidebar {
	float:right;
	width:270px;
	display:inline-block;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar-spacer {
	height:10px;
	display:block;
	clear:both;
}

.sidebar-list {
	margin-bottom:10px;
}
.sidebar-list h3, #sidebar-location h3 {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	width:250px;
	display:inline-block;
	background:#6c788b;
	border-bottom:1px solid #5d6878;
	padding:4px 10px 3px;
	margin:0;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.sidebar-list a {
	width:250px;
	display:inline-block;
	background:#f1f1f1;
	font-family:"Verdana","Arial", sans-serif;
	font-size:11px;
	color:#555;
	text-decoration:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #c0c0c0;
	padding:3px 10px;
}
.sidebar-list a:hover {
	background:#e9e9e9;
	color:#444;
}
#sidebar-search {
	width:250px;
	padding:8px 10px;
	display:inline-block;
	background:#6c788b;
	margin-bottom:10px;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#sidebar-search input.field {
	width:178px;
	margin-right:2px;
	height:16px;
	background:#fff;
	border:1px solid #777;
	font-family:"Verdana", "Arial", sans-serif;
	font-size:11px;
	color:#333;
}
#sidebar-search input.button {
	font-size:11px;
	height:22px;
	width:60px;
	color:#555;
}
#sidebar-location {
	background:#f1f1f1;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	margin-bottom:10px;
}
#location-map {
	width:250px;
	height:170px;
	background:url('../images/usmap.jpg') no-repeat;
	margin:10px;
}
#location-list {
	max-height:0;
	overflow-y: hidden;
}
#articles-list, #more-information {
	overflow-y: hidden;
}
#sidebar ul.state-list {
	list-style-type:none;
	margin:0 0 10px 10px;
	width:120px;
	float:left;
	font-family:"Verdana","Arial", sans-serif;
	font-size:11px;
}
.state-list li {
	padding-bottom:2px;
}
.state-list a {
	text-decoration:none;
	color:#555;
}
.state-list a:hover {
	text-decoration:underline;
}
#sidebar-location h4 {
	font-family:"Verdana","Arial", sans-serif;
	font-size:11px;
	margin:14px 0 4px 10px;
}
#sidebar .more-link {
	width:250px;
	display:inline-block;
	background:#ababab;
	font-family:"Helvetica","Arial", sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	border-top:1px solid #ababab;
	padding:4px 10px 3px;
}
#sidebar .morelink:hover, #sidebar .more-link .link-copy:hover {
	cursor:pointer;
	cursor:hand;
}
#sidebar .more-link .link-copy {
	float:left;
	margin:0;
	padding:0;
}
.more-icon {
	height:9px;
	width:9px;
	background:url('../images/more-icon.png') no-repeat;
	display:inline-block;
	margin:4px 0 0 4px;
	float:left;
}
.less-icon {
	height:9px;
	width:9px;
	background:url('../images/less-icon.png') no-repeat;
	display:inline-block;
	margin:4px 0 0 4px;
	float:left;
}
/* CTA Form */
#startform {
	width:230px;
	height:288px;
	background:url('../images/startnow-bg_2.png') no-repeat;
	display:inline-block;
	padding:100px 20px 12px;
	margin-bottom:10px;
}
#ctaForm label {
	width:90px;
	display:inline-block;
	font-weight:bold;
	color:#666;
}
#ctaForm p {
	margin: 0 0 14px;
}

#ctaDisclaimer{
	margin-top: 4px;
	text-align: center;
	font-family:"Verdana", "Arial", sans-serif;
	font-size:9px;
	line-height:130%;
}

input.styled {
	height: 16px;
	width: 126px;
}
select.styled {
	height: 26px;
	width: 136px;
}
input.styled, select.styled {
	padding:4px;
	display:inline-block;
	border:1px solid #b5b5b5;
	color:#444;
	background-color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-family:"Lucida Grande", "Verdana", sans-serif;
	font-size:12px;
}
input.styled:focus {
	border:1px solid #999;
}
select.styled option {
	padding:4px;
}
#startlist {
	width:270px;
	height:400px;
	background:url('../images/startnow-list.png?v=1.0') no-repeat;
}
#searchform{ display: none;}
/* Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family:"Helvetica", "Arial", sans-serif;
	color:#666;
	font-size: 13px;
	line-height:1.3em;
}
a {
	color:#089800;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: url('../images/bg.png') repeat-x #fdfdfd;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
h1, h2, h3 {
	font-size:19px;
}
textarea {
    resize: none;
} 
#wrapper {
	margin:0 auto;
	width:950px;
	display:block;
	height:100%;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
/* Header
-------------------------------------------------------------- */
#header {
	margin: 20px 0 10px 0;
	height:72px;
	width:950px;
	display:block;
}
#logo {
	background:url('../images/cashnow-logo.png') no-repeat;
	width:295px;
	height:65px;
	display:inline-block;
	float:left;
}
#login-btn {
	background:url('../images/login-btn.png') no-repeat;
	width:70px;
	height:26px;
	display:inline-block;
	float:left;
	margin:46px 0 0 304px;
}
#secure {
	margin:4px 0 0 10px;
	float:right;
	display:inline-block;
	text-align:right;
	width:270px;
}

/* Nav
-------------------------------------------------------------- */
#nav {
	background:url('../images/nav-bg.png') no-repeat;
	width:614px;
	height:44px;
	display:inline-block;
	padding:10px 31px;
	float:left;
	margin-bottom:6px;
	overflow:hidden;
}
#nav a {
	width:calc(33.333333% - 12px);
	height:40px;
	display:inline-block;
	float:left;
	margin:0 6px;
	background-position: center top;
}
#applynow {
	background:url('../images/applynow-btn.png') no-repeat;
}
#howitworks, #howitworks-active {
	background:url('../images/howitworks-btn.png') no-repeat;
}
#questions, #questions-active {
	background:url('../images/questions-btn.png') no-repeat;
}
#resources, #resources-active {
	background:url('../images/resources-btn.png') no-repeat;
}
#howitworks:hover,
#questions:hover,
#resources:hover,
#howitworks-active,
#questions-active,
#resources-active {
	background-position-y:-40px !important;
}
/* Logged In Nav 
-------------------------------------------------------------- */
#nav-user {
	background:url('../images/nav-user-bg.png') no-repeat;
	width:938px;
	height:44px;
	display:inline-block;
	padding:10px 6px;
	float:left;
	margin-bottom:6px;
}

#nav-user a {
	width:150px;
	height:40px;
	display:inline-block;
	float:left;
	margin:0 7px;
}
#nav-user #newloan {
	background:url('../images/newloan-btn.png') no-repeat;
}
#nav-user #rewards, #nav-user #rewards-active {
	background:url('../images/rewards-btn.png') no-repeat;
}
#nav-user #loanrequests, #nav-user #loanrequests-active {
	background:url('../images/loanrequests-btn.png') no-repeat;
}
#nav-user #accountsettings, #nav-user #accountsettings-active {
	background:url('../images/accountsettings-btn.png') no-repeat;
}
#nav-user #support, #nav-user #support-active {
	background:url('../images/support-btn.png') no-repeat;
}
#nav-user #rewards:hover, 
#nav-user #loanrequests:hover,
#nav-user #accountsettings:hover,
#nav-user #support:hover,
#nav-user #rewards-active,
#nav-user #loanrequests-active,
#nav-user #accountsettings-active,
#nav-user #support-active {
	background-position-y:-40px;
	background-position:0 -40px;
}

#nav-user #logout {
	background:url('../images/logout-btn.png') no-repeat;
	height:30px;
	width:86px;
	float:right;
	margin-top:5px;
}

/* Header Image
-------------------------------------------------------------- */
#header-image {
	background:url('../images/homeimage-bg.png') no-repeat;
	width:650px;
	height:310px;
	padding:10px;
	display:inline-block;
	margin:0 0 10px;
}
#header-image-1 {
	background:url('../images/homeimage-01_2.jpg') no-repeat;
	width:650px;
	height:310px;
	display:inline-block;
	margin:0;
}

/* Home & Page Content
-------------------------------------------------------------- */
.home #container {
	width: 740px;
}

.page-entry-content, .home-entry-content, #affiliate-page #content {
	background:#fff;
	width:564px;
	clear:both;
	border:1px solid #d5d5d5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding:12px 12px 0;
	margin:0;
	float:left;
}
.home-entry-content {
	background:url('../images/home-money.jpg') no-repeat #fff;
	padding:54px 16px 70px 190px;
	width:100%;
	height:185px;
	font-size:12px;
	line-height:1.5em;
}
.home-entry-content p, .page-entry-content p {
	margin-bottom:14px;
}
.arrow {
	width:14px;
	height:13px;
	background:url('../images/arrow.png') no-repeat;
	display:inline-block;
	margin-right:6px;
}

/* Affiliate Page
-------------------------------------------------------------- */
#affiliate-page #content {
	padding-bottom:10px;
	min-height:486px;
	padding:16px 20px 20px;
	width:548px;
}
#affiliate-page h1 {
	font-size:22px;
}
.cashnow {
	color:#089800;
	text-transform:uppercase;
}
#affiliate-page h3 {
	border-top:1px solid #ddd;
	padding:16px 0 6px;
	font-size:16px;
	margin:0;
}
#affiliate-image-1 {
	background:url('../images/affiliate-thumb-001.jpg') no-repeat;
}
#affiliate-image-2 {
	background:url('../images/affiliate-thumb-002.jpg') no-repeat;
}
.affiliate-image {
	width:67px;
	height:67px;
	float:right;
	border:4px solid #e6eaec;
}
#affiliate-page #content .affiliate-head {
	font-size:16px;
	line-height:1.4em;
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:14px 0;
	margin:0;
	color:#777;
	width:100%;
}
#affiliate-page #content p {
	width:470px;
	font-size:13px;
}
#affiliate-login {
	background:url('../images/affiliate-login-btn.png') no-repeat;
	width:438px;
	height:30px;
	display:inline-block;
	margin-top:32px;
	float:right;
}

/* Contact Form
-------------------------------------------------------------- */
#affiliate-info {
	background:#707c90;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	width:318px;
	padding:16px;
	float:right;
	color:#fff;
	margin-bottom:20px;
	min-height:492px;
}
#affiliate-info h2 {
	text-shadow:#5e697b 0 -1px 0px;
}
form#affiliate-form {
	width:318px;
}
#affiliate-form p {
	display:inline-block;
	margin-bottom:10px;
}
#affiliate-form .success p {
	color:#334564;
	background:#dcdfe4;
	border:1px solid #a8b4c6;
	padding:4px 6px;
	width:304px;
}
#affiliate-form .fail p {
	color:#c20004;
	background:#ffeaea;
	border:1px solid #ffc5c5;
	padding:4px 6px;
	width:304px;
}
#affiliate-form .short-field {
	width:148px;
}
#affiliate-form .left-column {
	margin-right:14px;
}
#affiliate-form input.styled, #affiliate-form textarea.styled {
	font-family:"Verdana", "Arial", sans-serif;
	color:#444;
	font-size:11px;
	width:142px;
	padding:4px 4px 2px;
	display:inline-block;
	background-color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius 4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border:0;
}
#affiliate-form .styled:focus, input#recaptcha_response_field {
	outline:0;
}
#affiliate-form textarea.styled {
	height:40px;
	width:308px;
}
#affiliate-form label {
	font-family:"Helvetica", "Arial", sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom:2px;
	display:inline-block;
}
#affiliate-form input.button {
	width:60px;
	line-height:1;
	padding:4px 10px;
	height:26px;
	margin:10px 0 0 258px;
	font-size:11px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	background:#e5e5e5;
	border:0;
	color:#555;
	border:1px solid #e9e9e9;
}

/* reCAPTCHA
-------------------------------------------------------------- */
#recaptcha_widget {
	background:#eee;
	color:#666;
	font-weight:bold;
	font-size:8pt;
	width:298px;
	height:120px;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
input#recaptcha_response_field {
	width:160px;
	font-family:"Verdana", "Arial", sans-serif;
	color:#444;
	font-size:11px;
}
.recaptcha_reload a{
	background:url('../images/recaptcha/refresh.png') no-repeat;
	display:inline-block;
	width:25px;
	height:17px;
}

.recaptcha_only_if_image a{
	background:url('../images/recaptcha/audio.png') no-repeat;
	display:inline-block;
	width:25px;
	height:14px;
}

.recaptcha_only_if_audio a{
	background:url('../images/recaptcha/text.png') no-repeat;
	display:inline-block;
	width:25px;
	height:14px;
}
.recaptcha_help a{
	background:url('../images/recaptcha/help.png') no-repeat;
	display:inline-block;
	width:25px;
	height:16px;
}
#recaptcha_logo {
	background:url('../images/recaptcha/logo.png') no-repeat;
	display:inline-block;
	width:71px;
	height:36px;
	margin:18px 0 0 6px;
}
#recaptcha_respond {
	margin-top:14px;
	float:left;
}
#recaptcha_main {
	width:300px;
	margin-right:14px;
}
#recaptcha_options {
	margin:12px 10px 0 14px;
	line-height:1;
}
#recaptcha_main, #recaptcha_options, #recaptcha_logo {
	float:left;
	display:inline-block;
}

/* Testimonials
-------------------------------------------------------------- */
#testimonials {
	float:left;
	width:350px;
}
#testimonials-box {
	width:350px;
	height:242px;
	background:url('../images/testimonials-bg.png') no-repeat;
	color:#fff;
	font-family:"Verdana", "Arial", sans-serif;
	font-size:11px;
	line-height:135%;
}
#testimonials-box img {
	width:75px;
	height:75px;
	border:1px solid #c2c7cb;
	float:left;
	margin-right:6px;
}
#testimonials-box p {
	padding:6px 10px 6px 6px;
	margin:0;
}
#testimonials-box p.name {
	text-align:right;
	margin-bottom:8px;
}
.testimonial {
	height:121px;
}

/* Processing 
-------------------------------------------------------------- */
.pds-processing-applied #applyPrivacy{display: none;}

/* FAQ
-------------------------------------------------------------- */
.faq-entry {
	padding-bottom:12px;
	border-bottom:1px solid #ccc;
	margin-bottom:28px;
}
#faq #top ul {
	margin-top:10px;
}
#faq #top li {
	padding-bottom:4px;
}

/* Resources
-------------------------------------------------------------- */
.article-container {
	padding:12px 10px 14px 14px;
	border-bottom:1px solid #d3d3d3;
	background:#fff;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:644px;
}
.article-container-top {
	background:url('../images/articles-tab.png') no-repeat #fff 584px 0;
	border-top:1px solid #d3d3d3;
}
.resources-image {
	width:75px;
	height:75px;
	display:inline-block;
	float:right;
	border:4px solid #e6eaec;
	margin-left:14px;
}
.resources-image-1 {
	background:url('../images/resources-thumb-001.jpg') no-repeat;	
}
.resources-image-2 {
	background:url('../images/resources-thumb-002.jpg') no-repeat;	
}
.resources-image-3 {
	background:url('../images/resources-thumb-003.jpg') no-repeat;	
}
.resources-image-4 {
	background:url('../images/resources-thumb-004.jpg') no-repeat;	
}
.resources-image-5 {
	background:url('../images/resources-thumb-005.jpg') no-repeat;	
}
.resources-image-6 {
	background:url('../images/resources-thumb-006.jpg') no-repeat;	
}
.resources-image-7 {
	background:url('../images/resources-thumb-007.jpg') no-repeat;	
}
.resources-image-8 {
	background:url('../images/resources-thumb-008.jpg') no-repeat;	
}
#articles-container h2 {
	font-size:18px;
}
#feature-article h2 {
	height:34px;
	overflow-y:hidden;
}
#articles-container .entry-content p {
	width:540px;
	margin-bottom:10px;
}
.meta-nav {
	text-transform:uppercase !important;
	font-weight:bold !important;
	font-size:12px !important;
}
.meta-nav a:link, .meta-nav a:visited {
	text-decoration:none;
	color:#089800;
}
.meta-nav .category {
	text-decoration:underline;
	color:#089800;
}

/* Resources Feature Article
-------------------------------------------------------------- */
#feature-article {
	width:420px;
	height:182px;
	background:url('../images/featuredarticle-bg.png') no-repeat;
	margin-bottom:10px;
	padding:30px 20px 0 230px;
	color:#fff;
	text-shadow: #01a21e 0 -1px 0px;
}
#feature-article .meta-nav,
#feature-article .meta-nav a,
#feature-article .meta-nav .category {
	color:#fff;
}
#feature-article h2 {
	font-size:22px;
}

/* Single Article Page
-------------------------------------------------------------- */
.article-post {
	background:url('../images/articles-tab.png') no-repeat #fff 584px 0;
	border:1px solid #d3d3d3;
	padding:10px 20px 20px;
	width:626px;
	margin-bottom:10px;
}
.article-post .breadcrumb {
	margin-bottom:12px;
}
.article-post .breadcrumb a {
	text-decoration:none;
	font-size:11px;	
}
.article-image {
	float:right;
	width:160px;
	height:160px;
	margin:0 0 10px 10px;
}
#article-image-1 {
	background:url('../images/article-image-001.jpg') no-repeat;
}
#article-image-2, 
#location-article-image-1 {
	background:url('../images/article-image-002.jpg') no-repeat;
}
#article-image-3 {
	background:url('../images/article-image-003.jpg') no-repeat;
}
#article-image-4, 
#location-article-image-2 {
	background:url('../images/article-image-004.jpg') no-repeat;
}
#article-image-5 {
	background:url('../images/article-image-005.jpg') no-repeat;
}
#article-image-6 {
	background:url('../images/article-image-006.jpg') no-repeat;
}
#location-article-image-3 {
	background:url('../images/article-image-007.jpg') no-repeat;
}
#location-article-image-4 {
	background:url('../images/article-image-008.jpg') no-repeat;
}
.article-post h1 {
	font-size:24px;
	margin:0;
}
.article-post h2 {
	font-size:18px;
	font-weight:normal;
	display:inline-block;
	margin-bottom:14px;
	color:#888;
}

/* Content
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin: 0 0 4px 0;
	font-weight:bold;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a {
	color:#666;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
.edit-link a {
	background:#f86300;
	color:#fff;
	padding:2px 6px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

/* Post Page Navigation
-------------------------------------------------------------- */
.navigation {
	line-height: 18px;
	overflow: hidden;
	width:670px;
}
.navigation a {
	color:#999;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.navigation a:hover {
	color:#777;
}
.nav-previous {
	float: left;
	width: 50%;
	margin-left:4px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	margin-right:4px;
}
#nav-below {
	margin-top:6px;
}

/* Login Link
-------------------------------------------------------------- */
#login-link-btn {
	background:url('../images/loginbox-login-btn.png') no-repeat;
	display:inline-block;
	width:70px;
	height:30px;
	margin:16px 0 0 20px;
	float:left;
}

/* Login Box
-------------------------------------------------------------- */
#login-box-user {
	background:url('../images/login-user-bg.png') no-repeat;
	height:228px;
}
#login-box-affiliate {
	background:url('../images/login-affiliate-bg.png') no-repeat;
	height:278px;
}
#login-box-affiliate form {
	height:158px;
}
.login-box {
	width:298px;
	padding:11px;
	margin:100px 0 0 -160px;
	z-index:10001;
	position:fixed;
	left:50%;
}
.login-box h1 {
	padding:14px 14px 12px;
	margin:0;
	line-height:1;
	font-size:20px;
	background:#f5f5f5;
	border-bottom:1px solid #dfdfdf;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.close-btn {
	background:url('../images/close-btn.png') no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
	float:right;
}
.login-box form {
	padding:20px 20px 0;
	width:258px;
}
.login-box label {
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
	display:inline-block;
}
.login-box input.styled {
	width:252px;
	background:#fff;
	border:1px solid #cdcdcd;
	font-size:11px;
	font-family:"Verdana", "Arial", sans-serif;
	color:#666;
}
.login-box label.remember {
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
}
.forgot-password {
	float:right;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#888;
}
#login-box-btn {
	background:url('../images/loginbox-login-btn.png') no-repeat;
	display:inline-block;
	width:70px;
	height:30px;
	float:right;
}
#login-box-footer {
	margin:2px 0 0;
	background:#f5f5f5;
	border-top:1px solid #dfdfdf;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-align:center;
}
#login-box-apply {
	background:url('../images/loginbox-apply-btn.png') no-repeat;
	display:inline-block;
	width:210px;
	height:30px;
	margin:10px 0;
}
#login-overlay {
	z-index: 10000;
	filter: alpha(opacity=35); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35); /* IE */
	-moz-opacity: .35; /*older Mozilla*/
	-khtml-opacity: 0.35;   /*older Safari*/
	opacity: 0.35;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#444;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
#login-overlay:hover {
	cursor:default;
}
/* User Area */
#user-area {
	background:#fff;
	width:906px;
	clear:both;
	border:1px solid #d5d5d5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding:20px 20px 12px;
	margin:0 10px 14px 0;
	float:left;
}
#user-area #container {
	width:100%;
	min-height:200px;
}
#user-area iframe#reward {
	display:block;
	border:0;
	width:900px;
	min-height:1200px;
}
#create-support {
	background:url('../images/createsupport-btn.png') no-repeat;
	width:192px;
	height:26px;
	display:inline-block;
}

/* Application
-------------------------------------------------------------- */
#application #container {
	float: left;
	width:668px;
	margin:0 10px 10px 0;
}

#application #content-apply {
	width:558px;
	padding:30px 55px 60px;
	background:#fff;
	border:1px solid #e5e5e5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:10px;
}
#application h2 {
	border-bottom:1px solid #d9d9d9;
	padding-bottom:2px;
	margin-bottom:20px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	margin:20px 0 30px;
	width:950px;
}
#footer-nav {
	background:url('../images/footer-bg.png') no-repeat;
	width:930px;
	height:14px;
	display:inline-block;
	padding:8px 10px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
#footer-nav a {
	color:#777;
	text-decoration:none;
	margin: 0 6px;
}
#footer-nav a:hover {
	color:#444;
}
#footer-info {
	font-family:"Verdana", "Arial", sans-serif;
	font-size:9px;
	line-height:130%;
}

/* Sponsored Search Results
-------------------------------------------------------------- */
.sponsored-results {
	background:#fff;
	border:1px solid #d3d3d3;
	padding:20px;
	width:628px;
}
.sponsored-results h1 {
}
.sponsored-results .ppclisting:hover {
	background:#f9f9f9;
}
.sponsored-results .ppclisting {
	padding:20px 12px;
	border-top:1px solid #d3d3d3;
}
.sponsored-results .ppctitle {
	font-size:18px;
	padding-bottom:4px;
}
.sponsored-results .ppcdescription {
	color:#666;
	padding-bottom:4px;
	text-decoration:none;
}
.sponsored-results .ppchost {
	color:#888;
}
.sponsored-results a {
	display:block;
}

/* Sitemap
-------------------------------------------------------------- */
.ddsg-wrapper {
	margin-top:10px;
}
.ddsg-wrapper h3 {
	font-size:16px;
}

/* Temporarily Hides Locations List & Login Button
-------------------------------------------------------------- */
#sidebar-location, #login-btn {
	display:none;
	height:0;
	visibility:hidden;
}




#lowercontentI{margin-bottom: 20px;}


.tabalign, #notaccordion p {
padding-right: 20px;
}

#required{margin-bottom: 20px; padding: 10px;
padding-top: 360px; display: block;}


#required a{text-decoration: underline;}
#required a:hover{color: #999;}

#notaccordion div {
    display: none
}

#notaccordion h3 {
    cursor: pointer;
    border-top: 1px solid #999;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    
    background-color: transparent;
}

#notaccordion {
    border-bottom: 1px solid #f9f9f9;
    width: 100%
}

#notaccordion h3 a {
    /* color: #888; */
    text-decoration: none;
    color: #999;
    font-weight: bold;
    font-size: 12px;
    display: block;
    background: url(../images/more.png) no-repeat right;
    }    
        
#sticky {
cursor: pointer;
}


#notaccordion h3 a:hover {
	color: #999;
}
#notaccordion h3.open a {
    background: url(../images/less.png) no-repeat right; 
    color: #0e334c;
}



#apr-article {
    position: relative;
}


#apr-article h2 { 
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.home-article h2  { 
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#apr-article a:link,a:visited { font-weight: 700; }

#apr-tip {
position: relative;
z-index: 5;
background: #fff;
left: 5%;
margin-top: -286px;
width: 447px;
padding: 10px;
border: 5px solid #ED7306;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: none;
margin-bottom: 46px;
}

#apr-tip h4 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 5px 0;
}

#apr-tip p {
    margin: 0;
    font-size: 12px;
    padding: 5px 0 0 0;
    display: block;
    line-height: 1.1em;
}

#apr-article p {}

.apr-tip {
    width: 37px;
    height: 24px;
    display: block;
    position: absolute;
    left: 60px;
    bottom: -24px;
    z-index: 6;
    background: url('../images/aprtip.png') center center no-repeat;
}

#apr-tip .close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 6;
    cursor: pointer
}

@media only screen and (max-width: 320px) {

#apr-tip {
position: absolute;
z-index: 5;
background: #fff;
left: 8px;
top: 3905px;
width: 275px;
padding: 10px;
border: 5px solid #ffe130;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display: none;
}

#notaccordion h3 {line-height: 16px; padding-top: 15px; padding-bottom: 15px;}
}

/* Unsubscribe */

.unsubscribe {
	padding-bottom: 15px;
}

.unsubscribe--label {
	display: block;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

.unsubscribe--form input {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.email-address-image {
	display: inline;
	vertical-align: middle;
}


/* Privacy Policy
-------------------------------------------------------------- */

 .privacy-introduction {
	 margin-bottom: 1em;
 }

.privacy-table {
	width: 100%;
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
}


.privacy-table h2,
.privacy-table h3 {
	font-weight: bold;
}

#content .privacy-table h2,
#content .privacy-table h3 {
	margin: 0;
}

.privacy-table h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 1.3em;
	line-height: 1.33;
}

#content .privacy-table h3 {
	padding: 0 0 5px 0;
	margin-bottom: 0;
	font-size: 1.2em;
	color: #777;
	line-height: 1.33;
}

.privacy-row {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	margin-bottom: 1em;
}

.privacy-row {
	display: table-row;
	border-bottom: 1px solid #ccc;
}

#content .privacy-row h2 {
	padding-bottom: 1em;
}

.privacy-row-full {
	border-bottom: 1px solid #ccc;
}

.privacy-row-full h3 {
	margin-top: 1em;
}

.privacy-header {
	background-color: #ecf0f1;
}

.privacy-header .col {
	vertical-align: bottom;
}

.privacy-header .col:not(:first-of-type) {
	background-color: #ecf0f1;
}

.privacy-table a {
	word-break: break-all;
}

.privacy-table .col {
	display: table-cell;
	padding: 0 15px 15px 15px;
}

.privacy-table .col:not(:first-of-type) {
	border-left: 1px solid #ccc;
}

.privacy-table .col.privacy-label {
	background-color: #ecf0f1;
}

#content .privacy-table .col p {
	margin-top: 0;
}

#content .privacy-table .col ul:last-child,
#content .privacy-table .col ol:last-child {
	margin-bottom: 0;
}

#content .privacy-table .col.privacy-content p:last-of-type,
#content .privacy-table .col.privacy-label p:last-of-type,
#content .privacy-table .privacy-row-full .col p:last-of-type {
	margin: 0;
}

.privacy-table .col.privacy-content {
	background-color: #fff;
}

.privacy-table .col.privacy-col-1-1 {
	width: 100%;
}

.privacy-table .col.privacy-col-1-1 {
	border-left: 1px solid #ccc;
}

.privacy-table .col.privacy-col-1-4 {
	width:25%;
}

.privacy-table .col.privacy-col-2-4 {
	width: 50%;
}

.privacy-table .col.privacy-col-1-3 {
	width: 33.333333%;
}

.privacy-table .col.privacy-col-2-3 {
	width: 66.666666%;
}

#content .privacy-table ol {
	margin-bottom: 1em;
}

#content .privacy-table ol li {
	padding-bottom: 0;
}

#content .privacy-table ol ol {
	margin-bottom: 0;
}

.u-text-bold {
	font-weight: bold;
}

.u-margin-top {
	margin-top: 1em;
}

.u-padding-bottom {
	padding-bottom: 1em;
}

#content .privacy-row-full h2 {
	padding-bottom: 0;
}

#content .privacy-table h3 {
	padding: 15px 0 5px 0;
}

.privacy-table.keep-as-table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
}

.privacy-table.keep-as-table .col {
	display: table-cell;
	padding: 0 15px 15px 15px;
}

.privacy-table.keep-as-table .privacy-row {
	display: table-row;
	border-bottom: 1px solid #ccc;
}

.privacy-table.keep-as-table .privacy-row-full {
	border-bottom: 1px solid #ccc;
}

.privacy-table.keep-as-table .privacy-table .col {
	display: table-cell;
	padding: 15px;
}

.privacy-table.keep-as-table .privacy-header {
	background-color: #ecf0f1;
}

.privacy-table.keep-as-table .privacy-header .col {
	vertical-align: bottom;
	padding: 0 15px;
}

.privacy-table.keep-as-table .col:not(:first-of-type) {
	border-left: 1px solid #ccc;
}

.privacy-table.keep-as-table .col.privacy-label {
	background-color: #ecf0f1;
}

.privacy-table.keep-as-table .col.privacy-col-1-1 {
	border-left: 1px solid #ccc;
}
.privacy-table.keep-as-table .col.privacy-col-1-4 {
	width:25%;
}

.privacy-table.keep-as-table .col.privacy-col-2-4 {
	width: 50%;
}

.privacy-table.keep-as-table .col.privacy-col-1-4--small {
	width: 25%;
}

.privacy-table.keep-as-table .col.privacy-col-3-4--small {
	width: 75%;
}

/* Sitewide compliance banner
--------------------------------------------- */
.sitewide-banner {
	background-color: #ec6f14;
	display: block;
	padding: 20px;
}

.sitewide-banner p {
	color: #fdf4fa;
	text-align: center;
	margin: 0;
    padding: 0;
	font-size: 16px;
}

@media (min-width: 900px) {
	.sitewide-banner {
		padding: 30px 20px;
	}

	.sitewide-banner p {
		font-size: 21px;
	}
}

.sitewide-banner a {
	color: #ffffff;
    text-decoration: underline;
}

.sitewide-banner a:hover,
.sitewide-banner a:focus {
	opacity: .8;
}