/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

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/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*  div {border:1px solid #090;}  */


/* --------------------------------------------------------- =BASE =STYLES */

body {
	background: #f0ecdf;
	color: #3b3b3b;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#003767;
	text-decoration: underline;
}
	
a:hover, a:active {
	color:#003767;
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	padding: 32px 0 0 20px;
	color: #003767;
	font-size: 2.5em;
}


#sANDpContent h1 {
	color: #872434;
	margin: 0 0 5px 0;
	font-size: 1.4em;
	padding:0;
}

h2 {
	color: #872434;
	margin: 0 0 5px 0;
	font-size: 1.4em;
}

h2 a:link, h2 a:hover, h2 a:active, h2 a:visited {
	color: #872434;
}

#sANDpContent h2 {
	color: #3b3b3b;
	margin: 0 0 6px 0;
	font-size: 1.2em;
}

h3 {
	color: #3b3b3b;
	margin: 0 0 6px 0;
	font-size: 1.2em;
}

h3 a:link, h3 a:hover, h3 a:active, h3 a:visited {
	color: #3b3b3b !important;
}


h4 {
	color: #000;
	margin: 0 0 4px 0;
	font-size: 1em;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #c0c0c1;
  	border: 0;
  	color: #c0c0c1;
  	height: 1px;
	margin: 10px 0;
}
	
ol li {
	list-style-type: decimal;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:15px;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

.tabbed {
	margin-left:20px;
}

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
}
	
.clear0 {
	height: 0;
	clear: both;
}

.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 */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.page {
	margin: 0 auto;
	text-align: left;
}
.contentWrap {
	margin: 0 auto;
	width: 939px;
	background: #fff url(../images/bg_page.gif) repeat-y;
}
.contentL {
	float: left;
	width: 667px;
	margin-left: 11px;
	position:relative;
}
.contentR {
	float: right;
	width: 259px;
	padding-right: 2px;
}




/* --------------------------------------------------------- =MASTHEAD */

.mastWrap {
	width: 100%; 
	background-color: #fff;
}
	
.mast {
	margin: 0 auto;
	width: 939px;
}
	
.mastL {
	float: left;
	width: 400px;
}
	
.mastR {
	float: right;
	width: 500px;
	text-align: right;
}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	margin:10px 8px 0 0;
}
	
.uti ul {
	margin: 0;
	padding: 0;
}

.uti li {
	margin: 0;
	padding: 0 3px;
	display: inline;
	vertical-align: middle;
}
.uti li img {vertical-align: middle;}

.uti a:link, .uti a:visited {	
	color:#003767;
	text-decoration: none;
}
	
.uti a:hover, .uti a:active {
	color:#003767;
	text-decoration: underline;
}
	
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	margin:18px 8px 0 0;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 140px;
	margin:0;
	padding:4px;
	border: 1px solid #7b96b4;
	background-color: #fff;
	color: #666;
}
* html .searchArea input.appfield1 {height:20px;}

.searchBtn {
	margin:0 0 0 3px;
}



/* --------------------------------------------------------- =LOGIN =AREA */

.loginAreaWrapMain {
	width:253px;
  	height: 180px;
	background: #fff url(../images/login_back_bg.gif) no-repeat;
	margin-top: -79px;
}
#home .loginAreaWrapMain {
	width:253px;
  	height: 285px;
	background: #fff url(../images/login_bg.png) no-repeat;
	margin-top: -79px;
}
#landing .loginAreaWrapMain {
	width:253px;
  	height: 285px;
	background: #fff url(../images/login_landing_bg.png) no-repeat;
	margin-top: -79px;
}

.loginAreaWrapOB {padding:55px 20px 0 20px;}

.loginAreaWrapOB hr {
	background: #a8c1d5;
  	border: 0;
  	color: #a8c1d5;
  	height: 1px;
	margin: 5px 0 1px 0;
}
	
.loginOB form {padding:0;}
.loginOB {position:relative;}
.loginCol label {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#003767;
}
.loginCol * {font-size:8pt; color:#604b20;}
.loginCol {margin:8px 0 0 0;}
.loginCol input.appfield1 {
	font-size:10pt;
	width:210px;
	height: 22px;
	border:1px solid #929fa7;
	padding:2px 0 2px 2px;
}
.loginCol input.appfield2 {
	font-size:10pt;
	width:165px;
	height: 22px;
	border:1px solid #929fa7;
	padding:2px 0 2px 2px;
}
* html .loginCol input.appfield1 {height:22px;}
* html .loginCol input.appfield2 {height:22px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	text-decoration:none;
	font-size:10pt;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:6px 0 0 0;
	margin:35px 25px 4px 25px;
	text-align:center;
	border-top:1px solid #b0c1d3;
}
#home .loginLinks {
	padding:6px 0 0 0;
	margin:0px 0 4px 0;
	text-align:center;
	border-top:1px solid #b0c1d3;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:inline;
	list-style-image:none;
	line-height:1.4em;
}

.loginForgot {
	padding:0px 0 8px 78px;
}
.loginForgot a:link {
	font-size: 1.0em;
}
	
#home .loginBtn {position:absolute; top:64px; right:0px; text-align: right;}
#home .joinBtn {position:absolute; top:178px; right:25px;}
#landing .joinBtn {position:absolute; top:150px; right:25px;}

*:first-child+html #home .loginBtn {position:absolute; top:67px; right:0px; text-align: right;}

.loginBtn {position:absolute; top:-42px; left:85px;}
.joinBtn {position:absolute; top:40px; right:15px;}


li.firstLi a:link, li.firstLi a:visited {font-weight:bold;}



/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNavWrap {
	background: #fff url(../images/bg_nav.gif) repeat-x;
	width:100%;
}
.pNav {
	width: 939px;
	margin: 0 auto;
	height:56px;
}
.pNav ul {
	margin-left: 9px;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	float:left;
}
.pNav a {
    display:block;
	float:left;
	padding: 20px 11px 14px 11px;
	font-size: 12pt;
}
*:first-child+html .pNav a {
	padding-bottom: 19px;
}

.pNav a:link, .pNav a:visited, .pNav a:hover, .pNav a:active {	
	color: #fff;
	text-decoration: none;
}
.pNav a:hover, .pNav a:active, .pNav .selected a:link, .selected a:visited {
	background: url(../images/nav_on_left.gif) no-repeat top left;	
	padding: 0 5px 0 10px;
}
.pNav a:hover span, .pNav .selected a span {
	float:left;
	background: url(../images/nav_on_right.gif) no-repeat top right;
	padding: 20px 6px 17px 1px;
}
	



/* --------------------------------------------------------- =SUB =NAV */

.sNav {
	
}

.sNav ul {
	margin: 0;
	padding: 0;
}

.sNav li {
	margin: 0;
	padding: 0;
}

.sNav a:link, .sNav a:visited {	
	color:#000;
	text-decoration: none;
}
	
.sNav a:hover, .sNav a:active {
	color:#000;
	text-decoration: underline;
}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	width: 900px;
	margin: 10px auto;
}
	
.homeL {
	float: left;
	width: 287px;
	background: #fff url(../images/home_contentbox_bg.gif) repeat-y;
	margin: 0 7px;
}
	
.homeM {
	float: left;
	width: 287px;
	background: #fff url(../images/home_contentbox_bg.gif) repeat-y;
	margin: 0 6px;
}
	
.homeR {
	float: right;
	width: 287px;
	background: #fff url(../images/home_contentbox_bg.gif) repeat-y;
	margin: 0 6px;
}
	
.homeContent {
	padding: 0 15px;
	font-size: .9em;
	min-height:170px;
}
.homeContent a {
    font-size:1.2em !important;
}
*:first-child+html .bottomImg {
    position:relative;
    top:3px;
}

.homeContent h1 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #872434;
	font-size: 16pt;
	font-weight: normal;
	border-bottom: 1px solid #c0c0c1;
}
.homeContent h1 a:link, .homeContent h1 a:hover, .homeContent h1 a:active, .homeContent h1 a:visited {
	color: #872434;
	font-size:1em !important;
}
	
.homeContent ul {
	margin: 0 0 0 0;
	padding: 10px 0 2px 0;
}
	
.homeContent ul li { 
	padding: 0 0 15px 10px;
}

	
.homeContent ul li {
	background: url(../images/bullet.gif) no-repeat .0em .3em; 
}

.ratesbtn {
	float: right;
	margin: 10px 0 0 0;
}
/* --------------------------------------------------------- =PROMOS */

.promo {

}

.smpromo {
	text-align: center;
}
	
.prevnext {
	margin: 3px 0 0 0;
	text-align: center;
}

/* --------------------------------------------------------- =NEWS/=ALERTS */

.newsAlerts {

}
	
/* --------------------------------------------------------- =RATES */

.ratesWrap {

}

/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding: 20px 30px 30px 30px;
	line-height: 1.5;
}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}
	
.content ul li { 
	padding: 0 0 6px 20px;
}
	
.content ol li {
	margin: 0 0 6px 30px;
}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
}
	
.content ul li {
	background: url(../images/bullet.gif) no-repeat .5em .5em; 
}

.contentImgHolder {
	float: right;
	margin: -20px -20px 0 0;
	padding: 0 0 10px 10px;
}

.content p img {
	display: inline;
	vertical-align: bottom;
}

.contentImg {
	display:none;
}
	
.hed  {
	background: url(../images/bg_hed.gif) no-repeat;
	height: 101px;
}

#landing .content {
	padding-bottom:0px;
}

.landing {
	width: 900px;
	margin: 10px auto 10px auto;
}

.landingL {
	float: left;
	width: 287px;
	background: #fff url(../images/home_contentbox_bg.gif) repeat-y;
	margin: 0 7px;
}
	
.landingM {
	float: left;
	width: 287px;
	background: #fff url(../images/home_contentbox_bg.gif) repeat-y;
	margin: 0 6px;
}
	
.landingR {
	float: right;
	width: 287px;
	background: #fff url(../images/home_contentbox_bg.gif) repeat-y;
	margin: 0 6px;
}
	
.landingContent {
	padding: 0 15px;
	font-size: .9em;
	min-height:170px;
}
.landingContent a {
    font-size:1.2em !important;
}
*:first-child+html .bottomImg {
    position:relative;
    top:3px;
}

.landingContent h1 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #872434;
	font-size: 16pt;
	font-weight: normal;
	border-bottom: 1px solid #c0c0c1;
}
.landingContent h1 a:link, .landingContent h1 a:hover, .landingContent h1 a:active, .landingContent h1 a:visited {
	color: #872434;
	font-size:1em !important;
}
	
.landingContent ul {
	margin: 0 0 0 0;
	padding: 10px 0 2px 0;
}
	
.landingContent ul li { 
	padding: 0 0 15px 10px;
}

	
.landingContent ul li {
	background: url(../images/bullet.gif) no-repeat .0em .3em; 
}

/* --------------------------------------------------------- =FOOTER */
	
	
.utiFooter {
	float: right;
	margin:0 20px 0 0;
}
	
.utiFooter ul {
	margin: 0;
	padding: 0;
}

.utiFooter li {
	margin: 0;
	padding: 0 3px;
	display: inline;
	vertical-align: middle;
}
.utiFooter li img {vertical-align: middle;}

.utiFooter a:link, .utiFooter a:visited {	
	color:#003767;
	text-decoration: none;
}
	
.utiFooter a:hover, .utiFooter a:active {
	color:#003767;
	text-decoration: underline;
}
	
	
.foot {
	position:relative;
	left:-1px;
	margin: 0 auto;
	padding:10px 0 0 0;
	width: 934px;
	background:url(../images/foot_bg.gif) no-repeat;
}

.footL {
	float: left;
	width: 600px;
	display:inline;
	margin:10px 0 0 8px;
}
.footL img, .footR img {vertical-align:middle;}
.footL img {margin:0 8px 0 0;}
	
.footR {
	text-align: right;
	float: right;
	width: 200px;
	display:inline;
	margin:16px 8px 0 0;
}

	
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

	
.appfield1 {
	border: 1px solid #929fa7;
	background: #fff;
}

/* --- 	This is your FOCUS style, when you click into an input field --- */
.appfield2 {
	border: 1px solid #929fa7;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */


.tableheader, .tableheader td {
	background: #003767;
	color: #fff;
	font-weight: bold;
}
	
th {
	border-bottom: 1px solid #c0c0c1;
	color:#FFF;
	text-align: left;
	
	background: #872434;

}


.tablecontent1, .tablecontent1 td {
	border-bottom: 1px solid #c0c0c1;
	background-color: #fff;
	padding: 6px 0;
}
	
.tablecontent2, .tablecontent2 td {
	border-bottom: 1px solid #c0c0c1;
	background-color:#E6E6E6;
	padding: 6px 0;
}

.tablecontent3, .tablecontent3 td {
	border-bottom: 1px solid #c0c0c1;
	background-color:#fff;
	color: #003767;
	font-weight: bold;
	padding: 6px 0;
}

/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
}

.faqQ { color:#003767; }
.faqA { color:#872434; }
	
.xsmall {
    font-size:.8em; 
}
.small {
    font-size:.9em;
}
.medium {
    font-size:1em;
}
.large {
    font-size:1.1em;
}
.xlarge{
    font-size:1.2em;
}

.special3 {
}
.special2 {
}
.special1 {
}

.disclaimer {
	color: #7e7e7e;
	font-size:0.8em;
}
	
.required {
	color: #dd2525;
}

#ex_dis{
 display:none;
 width:40%;
 padding:10px;
 background-color:#FFFFFF;
 position:absolute;
 z-index:10000;
 border:1px solid #3A302F;
 top: 50px;
 left: 30%;
 overflow: hidden;
}

.rotating_promo {
	position:relative;
	overflow:scroll;
	height:206px;
	width:667px;
}

.float_right {
	float:right;
	margin: 0 0 10px 10px;
}
.red_text {
	color:#954451;
}

.visaapy {
	font-size: 18pt;
}

/* suggested order for properties [ based on mozilla.org ] */
/* 
display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text
 */
