@import url(rebrand/buttons.css);
@import url(rebrand/apr.css);
@import url(rebrand/texts.css);
@import url(rebrand/boxes.css);
@import url(rebrand/lists.css);
@import url(rebrand/headers.css);
@import url(rebrand/advertising.css);
@import url(rebrand/zones.css);
@import url(rebrand/menus.css);
@import url(rebrand/forms.css);
@import url(rebrand/presentation.css);
@import url(rebrand/terms.css);
@import url(rebrand/applynow.css);
/* Basic Structure */
body {
	width:760px;
	margin: 0;
	padding: 0;
	color:#333333;
	font: 75% Arial, Helvetica, sans-serif;
}
body.popup {
	width:auto;
}

br {
	font-size:50%;
}
div {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 4px 0;
	font-size:100%;
}
p.nomargin {
	margin: 0;
}
a {
	color:#2866af;
}
a:visited {
	color:#5780ae;
}
a:hover {
	color:#2866af;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
ol {
	list-style:none;
	padding:0;
	margin:0;
}

/* UTILS */
.clear {
	clear:both;
}
/* MAIN HEADER */
.header h1.home_logo {
	background:url(../images/common/logo_h.gif) no-repeat;
	height:57px;
	width:173px;
	float:left;
	margin:26px 0 0 14px;
	padding:0;
	display:inline;
}
.header h1.ccard_logo {
	background:url(../images/common/logo_cc.gif) no-repeat;
	height:57px;
	width:173px;
	float:left;
	margin:26px 0 0 14px;
	padding:0;
	display:inline;
}
.header h1.s_logo {
	background:url(../images/common/logo_s.gif) no-repeat;
	height:57px;
	width:173px;
	float:left;
	margin:26px 0 0 14px;
	padding:0;
	display:inline;
}
.header h1 a {
	display:none;
}
.header ul{ 
	float:right;
	margin:10px 0 0 0;
	padding-right:10px;
	list-style:none;
	line-height:100%;
}
/* FOOTER */
.footerlinks {
	padding:4px 8px 0 8px;
	background-color:#4c759a;
	height:22px;
	margin-bottom:12px;
}

.footerlinks ul{
	float:left;
}
.footerlinks .pipelist li {
	display:inline;
	background: url(../images/common/list_whitebar.gif) left top no-repeat;
	padding-left:12px;
}
.footerlinks a{
	color:#ffffff;
}
.footerlinks a:hover{
	color:#ffffff;
}
.footerlinks a:visited{
	color:#ffffff;
}
.footersites {
	float:right;
	margin-top:2px;
}
.footerlinks a{
	color:#ffffff;
}

.footersites a.us_flag {
	width:30px;
	height:13px;
	display:block;
	background: url(../images/common/flag_usa.gif) left top no-repeat;
	border-right: 1px solid #ffffff;
	float:left;
}
.footersites a.ca_flag {
	float:left;
	margin-left:8px;
	width:21px;
	height:13px;
	display:block;
	background: url(../images/common/flag_ca.gif) left top no-repeat;
}


