/*----------------------------------------------------------------------------- 
GLOBAL RESET - Standardizes elements across all browsers
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
img { border:0; }
ol,ul { list-style:none; }
a { text-decoration:none; }


/*----------------------------------------------------------------------------- 
GLOBAL STYLING - Elements that are applied throughout the site
-----------------------------------------------------------------------------*/
body {
	background: #1d3d4d url('/images/bgr-body.png') repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #254c5e;
}

a {
	color: #254c5e;	
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #2a424f;
	border-top: none;
	border-bottom: none;
	padding: 0 10px;
}

/*----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	width: 760px;
	height: 80px;
	margin: 0 0 10px 0;
	background: url('/images/acc-header.gif') no-repeat;
}

.bloghdr {
	background: url('/images/acc-header-blog.gif') no-repeat!important;
}

h1 a {
	width: 400px;
	height: 62px;
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	text-indent: -9999em;
}

#bloglink a {
	width: 118px;
	height: 70px;
	display: block;
	float: right;
	margin: 0 25px 0 0;
	text-indent: -9999em;
}

/*----------------------------------------------------------------------------- 
SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
	width: 195px;
	float: left;
}

.module {
	margin: 0 0 10px 0;
	padding: 0 0 11px 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.module h3 {
	background-repeat: no-repeat;
	width: 195px;
	height: 34px;
	display: block;
	text-indent: -9999em;
}

.module ul {
	color: #fff;
	font-size: 1.3em;
	padding: 2px 15px 0 15px;
	background-repeat: repeat-y;
}

.module ul li {
	padding: 5px 0 0 0;
}

.module ul a {
	color: #fff;
}

.module ul a:hover {
	text-decoration: underline;
}

#businesscards, #subscriberss {
	background-image: url('/images/ftr-green.gif');
}

#businesscards h3 {
	background-image: url('/images/hdr-airlinecards.gif');
}

#subscriberss h3 {
	background-image: url('/images/hdr-subscriberss.gif');
}

#businesscards ul, #subscriberss ul {
	background-image: url('/images/bgr-green.gif');	
}

#othertypes, #monhtlyarchives {
	background-image: url('/images/ftr-orange.gif');
}

#othertypes h3 {
	background-image: url('/images/hdr-othertypes.gif');
}

#monhtlyarchives h3 {
	background-image: url('/images/hdr-monthlyarchives.gif');
}

#othertypes ul, #monhtlyarchives ul {
	background-image: url('/images/bgr-orange.gif');	
}

#cardissuers, #catarchives {
	background-image: url('/images/ftr-red.gif');
}

#cardissuers h3 {
	background-image: url('/images/hdr-cardissuers.gif');
}

#catarchives h3 {
	background-image: url('/images/hdr-catarchives.gif');
}

#cardissuers ul, #catarchives ul {
	background-image: url('/images/bgr-red.gif');	
}

#latestarticles {
	background-image: url('/images/ftr-brown.gif');
}

#latestarticles h3 {
	background-image: url('/images/hdr-latestarticles.gif');
}

#latestarticles ul {
	background-image: url('/images/bgr-brown.gif');	
}


/*----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#main {
	width: 545px;
	margin: 0 0 20px 0;
	float: right;
}

#main a {
	font-weight: bold;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
}


#main h2 {
	font-size: 1.3em;
}

#main ul li a 
{
	font-size: 1.2em;
	font-weight: normal;
}


.callout {
	background: #f4f2ec url('/images/cnr-beige_top.gif') no-repeat;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px ;
}


.callout ul {

	font-size: 1.2em;
	list-style: disc;
	margin-left: 3em;

}

.callout ul li { margin: 0 0 12px 0; }

.callout h2 {
	font-size: 1.7em;
	padding: 10px 10px 0 10px;
}

.callout h1 {
	font-size: 1.7em;
	padding: 10px 10px 0 10px;
}


.callout p {
	margin: 10px 10px 0 10px;
	font-size: 1.3em;
}

.callout .footer {
	background: url('/images/cnr-beige_bottom.gif') 0 100% no-repeat;
	width: 545px;
	height: 14px;
}

.safe {
	font-style: normal;
	font-size: 1.2em;
}

.notbold A {
	font-style: normal;
	font-size: 1.1em;
}



.safe ul 
{
	font-style: underline;
	font-weight: normal;
	font-size: 1.1em;
		list-style: disc;
		margin-left: 2em
}

.safe ul li a
{
	font-style: underline;
	font-weight: normal;
	font-size: 1.1em;
		list-style: disc;
}

.card {
	display: block;
	background: #FEFDFC;
	border: 1px solid #9DA7B3;
	margin: 10px 0 25px 0;
}

.card img {
	
	
	border: 0px;
	
}

.cardcontent {
	margin: 10px;
}

.card h3 {
	font-size: 2em;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 0 10px 0;
	padding: 5px;
	color: #fff;
	background: #2C5FAF;
}

.card .cardimage {
	float: left;
	width: 104px;
	text-align: center;
}

.cardimage img {
	margin: 0 0 5px 0;
}

.apply {
	width: 104px;
	height: 29px;
	display: block;
	text-indent: -9999em;
	background: url('/images/btn-applynow.gif') 0 0 no-repeat;
}

.apply:hover {
	background: url('/images/btn-applynow.gif') 0 -29px no-repeat;
}

.card ul {
	font-size: 1.2em;
	list-style: disc;
	float: right;
	width: 395px;
}

.card ul li {
	margin: 0 0 5px 0;
}

.card table {
	width: 95%;
	border-collapse: collapse;
	font-size: 1.3em;
	margin: 5px auto 10px auto;
	color: #0E1D24;
	text-align: center;
}

.card th {
	background: #BDBCB7;
	color: #000;
	border: 1px solid #9DA7B3;
	padding: 5px;
}

.card td {
	border: 1px solid #9DA7B3;
	padding: 5px;
	background: #f4f2ec;
}

/*----------------------------------------------------------------------------- 
HOMEPAGE
-----------------------------------------------------------------------------*/
.steps {
	background: url('/images/img-steps.gif') no-repeat;
	width: 545px;
	height: 117px;
	display: block;
}

.steps li {
	color: #000;
	font-size: 1.2em;
	width: 155px;
	float: left;
	margin: 52px 14px 0 10px;
	font-weight: bold;
	display: inline;
}

#maincontent {
	margin: 15px 0;
}

#featuredcards {
position:relative;
	float: left;
	width: 545px;
}

#featuredcards h3, .moreposts h3, .latestpost h3 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 4px 0;
}

#featuredcards h3 {
	background: url('/images/icn-creditcards.gif') 0 3px no-repeat;
	padding: 0 0 0 20px;
}

.featcard {
width:545px;
position:relative;
	padding: 0 0 12px 0;

}
.rrr {
font-size:0.8em;
}
* html .featcard {
	margin: 0 0 2px 0;
	padding: 0;
}
.dtc {
width:545px;
}
.dtc table {
padding:0;
border:0;

}
.dtc td {
padding-right:20px;

}
.featcard h4 {
	font-size: 1.5em;
	color: #111;
	margin: 0 0 3px 0;
}

.featcardi {
	float: left;
	margin: 0 5px 0 0;
}
.featcardi .fci {
margin-left:4px;
}
.featcardi .fcii {
margin-left:0px;
}
.featcard .featapp {
position:absolute;
right:0px;
	top:0;
}
.featcard .featapp img {
width:111px;
height:142px;
margin-right:45px;
}
.featcard ul {
	font-size: 1.2em;
	font-weight: normal;
	color: #111;
}

.featcard li {
	margin: 0 0 2px 0;
}

.postside {
	width: 545px;
margin: 0 0 15px 0;	
}

.latestpost {
}

.latestpost h3 {
	background: url('/images/icn-post.gif') 0 3px no-repeat;
	padding: 0 0 0 20px;
}

.latestpost strong {
	font-size: 1.2em;
}

.latestpost p {
	font-style: normal;
	font-size: 1.2em;
	margin: 3px 0;
}

.latestpost .continue {
	font-size: 1.2em;
}

.moreposts h3 {
	background: url('/images/icn-posts.gif') 0 3px no-repeat;
	padding: 0 0 0 20px;
}

.moreposts ul {
	font-size: 1.2em;
}

.moreposts ul a {
	font-weight: normal;
}

.moreposts li {
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	background: url('/images/icn-bullet.gif') 0 3px no-repeat;
}

/*----------------------------------------------------------------------------- 
BLOG
-----------------------------------------------------------------------------*/
.entry {
	margin: 0 0 35px 0;
}

.entry h3 {
	font-size: 2.2em;
	line-height: 1em;
}

.entry h3 a {
	text-decoration: none!important;
}

.entry h3 a:hover {
	text-decoration: underline!important;
}

.entry .date {
	font-size: 1.1em;
	margin: 2px 0 10px 0;
	color: #88979D;
}

.entry .post {
	font-size: 1.2em;
}

.entry .post p, .entry .post ul, .entry .post ol, .entry .post blockquote {
	margin: 0 0 12px 0;
	line-height: 1.4em;
	color: #172F3A;
}

.entry .post ul {
	list-style: disc;
	margin-left: 15px;
}

.entry .post ol {
	list-style: decimal;
	margin-left: 15px;
}

.entry .post blockquote {
	font-style: italic;
	color: #2E5E75;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-left: 25px;
	margin-right: 25px;
}

.entry .aux {
	background: #E2ECF0;
	padding: 8px;
	border-top: 1px solid #B7CAD3;
	margin: -5px 0 0 0;
}

/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	width: 780px;
	margin: 0 auto;
	background: #f2efe8;
	border: 1px solid #2a424f;
	border-top: none;
	border-bottom: none;
}

#footer p {
	font-size: 1.2em;
	padding: 10px 12px;
}

#footer a {
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/*----------------------------------------------------------------------------- 
HACKS - Global browser hacks to make everybody play nice
-----------------------------------------------------------------------------*/
#content:after, .cardcontent:after, .featcard:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#content, .cardcontent, .featcard {display:inline-block;}
/* Hide from IE Mac \*/
#content, .cardcontent, .featcard {display:block;}
/* End hide from IE Mac */
* html .card { padding-bottom: 15px; }
* html .card ul { padding-left:20px; }
