



/* --------------- ( 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px;
}
#wrapper {
	width: 694px;
	margin: 0 auto;
	border-bottom: 5px solid #4C7AB4;
	background: url(../images/wrapper-bg.gif) repeat-y;
}




/* --------------- ( Header ) --------------------------------------------- */
#header {
	background: url(../images/header-bg.png) no-repeat;
	height: 88px;
}
	#header #left {
		float: left;
		margin: 15px 0px 0px 15px;
		width: 280px;
		display: inline;
	}
		#header #left div#logo a {
			width: 260px;
			height: 33px;
			display: block;
			background: url(../images/logo.jpg) no-repeat;
			text-indent: -9999px;
		}
	#header #bookmark {
		background: #82B9FF;
		float: right;
		margin-top: 19px;
		padding: 4px;
	}
		#header #bookmark a {
			color: #34629C;
			font-weight: bold;
		}
	#header #blurb {
		float: left;
		width: 220px;
		font-size: 14px;
		font-weight: bold;
		margin: 15px 0px 0px 10px;
		color: #fff;
		line-height: 18px;
	}




/* --------------- ( Main nav ) --------------------------------------------- */
#mainnav {
	background: url(../images/mainnav-bg.jpg) repeat-x;
	height: 33px;
	font-size: 13px;
}
	#mainnav ul {
		padding: 3px 0px 0px 5px;
	}
	#mainnav ul li {
		float: left;
		height: 18px;
	}
	#mainnav ul li a {
		line-height: 17px;
		color: #fff;
		padding: 0px 12px 0px 12px;
		background: 0px 4px url(../images/divider.gif) no-repeat;	
	}
	#mainnav ul li a:hover {
		text-decoration: none;
	}
	#mainnav ul li#first a {
		background: none;
	}




/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
	width: 202px;
	margin: 5px 0px 12px 13px;
	background: #fff;
	float: left;
	display: inline;
}
	#sidebar #top {
		background: url(../images/sidebar-top.gif) no-repeat;
		height: 19px;
	}
	#sidebar #mid {
		padding: 0px 8px;
	}
		#sidebar #mid h1 {
			font-size: 13px;
			margin-bottom: 12px;
		}
		#sidebar #mid h2 {
			font-size: 12px;
			margin-bottom: 12px;
			font-weight: bold;
		}
		#sidebar #mid ul.articles {
			line-height: 12px;
			margin-bottom: 10px;
			font-size: 10px;
		}
		    #sidebar #mid ul.articles li {
				display: inline;
			}
			#sidebar #mid ul.articles li a {
				margin-bottom: 5px;
				padding-left: 15px;
				line-height: 14px;
				display: block;
				background: url(../images/bullet.gif) 0px 2px no-repeat;
			}
			#sidebar #mid ul.creditcards  {
				margin-bottom: 10px;
			}
			#sidebar #mid ul.creditcards li {
				margin-bottom: 6px;
				font-size: 9px;
			}
				#sidebar #mid ul.creditcards li a {
					float: left;
				}
			#sidebar #mid ul.creditcards li img {
				float: left;
				margin-right: 12px;
			}
	#sidebar a {
		color: #34629C;
	}
	#sidebar #bottom {
		background: url(../images/sidebar-bottom.gif) no-repeat;
		height: 19px;
	}




/* --------------- ( Content ) --------------------------------------------- */
#content {
	float: right;
	margin: 5px 28px 12px 11px;
	width: 420px;
	display: inline;
}	
	#content p {
		line-height: 18px;
		margin-bottom: 12px;
		font-size: 13px;
	}
	#content p.intro {
		color: #154077;
	}
	#content h1 {
		color: #17263A;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	#content h1.large {
		font-size: 32px;
		text-align: center;
	}
	#content ul {
		margin-bottom: 6px;
	}
	#content ul li {
		font-size: 13px;
		list-style: disc;
		margin: 0px 0px 6px 20px;
	}
	#content a {
		color: #17263A;
	}
	#content h2.large {
		font-size: 22px;
		margin-bottom: 18px;
		text-align: center;
		font-weight: bold;
	}
	#content .cc-box {
		border: 1px solid #17263A;
		background: #fff;
		margin-bottom: 20px;
	}
		#content .cc-box .headings {
			color: #fff;
			background: #4c7ab4;
			font-weight: bold;
			font-size: 12px;
			padding: 3px;
		}
			#content .cc-box .headings h2 {
				float: left;
				margin-right: 15px;
			}
			#content .cc-box .headings h3 {
				float: right;
				width: 120px;
			}
			    /* ---------- ( Stars Map ) ----------  */
				#content .cc-box .headings h3.stars-5 {
					background: url(../images/starmap.gif) 52px 0px no-repeat;
				}
				#content .cc-box .headings h3.stars-5-half {
					background: url(../images/starmap.gif) 52px -14px no-repeat;
				}
				#content .cc-box .headings h3.stars-4 {
					background: url(../images/starmap.gif) 52px -28px no-repeat;
				}
				#content .cc-box .headings h3.stars-4-half {
					background: url(../images/starmap.gif) 52px -42px no-repeat;
				}
				#content .cc-box .headings h3.stars-3 {
					background: url(../images/starmap.gif) 52px -56px no-repeat;
				}
				#content .cc-box .headings h3.stars-2 {
					background: url(../images/starmap.gif) 52px -84px no-repeat;
				}
				#content .cc-box .headings h3.stars-2-half {
					background: url(../images/starmap.gif) 52px -98px no-repeat;
				}
				#content .cc-box .headings h3.stars-1 {
					background: url(../images/starmap.gif) 52px -112px no-repeat;
				}
				#content .cc-box .headings h3.stars-1-half {
					background: url(../images/starmap.gif) 52px -126px no-repeat;
				}
				#content .cc-box .headings h3.stars-0 {
					background: url(../images/starmap.gif) 52px -140px no-repeat;
				}
	#content .cc-box .cc-content-1 {
		width: 31%;
		float: left;
		padding: 3px;
	}
		#content .cc-box .cc-content-1 p.applynow a {
			background: url(../images/applynowbutton.jpg) no-repeat;
			width: 122px;
			height: 39px;
			text-indent: -9999px;
			display: block;
			margin: 10px 0px -10px 0px;
		}
	#content .cc-box .cc-content-2 {
		width: 31%;
		float: left;
		padding: 3px;
	}
		#content .cc-box .cc-content-2 a {
			color: #34629C;
			font-size: 13px;
			margin-bottom: 2px;
			display: block;
		}
		#content .cc-box .cc-content-2 h3 {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 7px;
		}
		#content .cc-box .cc-content-2 ul {
			line-height: 12px;
			margin-bottom: 0;
		}
			#content .cc-box .cc-content-2 ul li {
				padding-left: 15px;
				list-style: none;
				font-size: 10px !important;
				margin: 0px 0px 5px 0px !important;
				background: url(../images/bullet.gif) 0px 2px no-repeat;
			}
	#content .cc-box .cc-content-3 {
		width: 31%;
		float: left;
		padding: 3px;
	}
		#content .cc-box .cc-content-3 h3 {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 7px;
		}
		#content .cc-box .cc-content-3 p {
			line-height: 12px;
			margin-bottom: 0;
			font-size: 10px;
		}




/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	width: 694px;
	margin: 0 auto;
	color: #999;
	text-align: center;
	padding-top: 12px;
	line-height: 18px;
	font-size: 10px;
}
	#footer a {
		color: #34629C;
	}


























