/* 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: #e3d8cc;
	color: #343434;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Sans", Trebuchet, Tahoma, sans-serif;
}

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

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #b34113;
	font-size: 1.8em;
}
.home h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #434c88;
	font-size: 1.8em;
}
h2, #calccontent h1 {
	color: #7d4607;
	margin: 0 0 8px 0;
	font-size: 1.3em;
}

h3 {
	color: #343434;
	margin: 10px 0 8px 0;
	font-size: 1.2em; 
}

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

p {
	padding: 0 0 12px 0;
}

hr {
	background: #a8bbcb;
  	border: 0;
  	color: #a8bbcb;
  	height: 1px;
	margin: 10px 0;
}
	
ol li {
	list-style-type: decimal;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px;
} /* 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;
}

/* --------------------------------------------------------- =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 {
	
}

.page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#home .contentL {
	float: left;
	width: 680px;
	padding-left: 3px;
}
.contentL {
	float: left;
	width: 670px;
}
#home .contentR {
	float: right;
	width: 260px;
	padding-right: 5px;
}
.contentR {
	float: right;
	width: 260px;
}



/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	/* height: 127px; */
	height:112px;
	background: #fff url(../images/bg_mast.jpg) no-repeat;
}
	
.mastL {
	float: left;
	width: 400px;
	padding: 15px 20px 0 20px;
}
	
.mastR {
	float: right;
	width: 400px;
	text-align: right;
}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	height: 17px;
	padding-top: 5px;
	font-size: 10px;
	text-align: right;
}
	
.uti ul {
	margin: 0;
	padding: 0;
}

.uti li {
	margin: 0;
	padding: 0 1px 0 0;
	display: inline;
}

.uti a:link, .uti a:visited {	
	color:#434c88;
	font-size: 10px;
	text-decoration: none;
}
	
.uti a:hover, .uti a:active {
	color:#434c88;
	text-decoration: underline;
}
	
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	margin: 10px;
}

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

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

.searchArea input.appfield1 {
	width: 120px;
	height: 13px;
	margin:0;
	padding:3px 4px;
	border: none;
	background-color: #fff;
	color: #2f5375;
}
* html .searchArea input.appfield1 {height:21px;}

.searchBtn {
	
}



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

#home .loginAreaWrapMain {
	width:100%;
	background: url(../images/bg_login_home.png) no-repeat;
	margin-top: -70px;
	height: 287px;
	color:#fff;
}
.loginAreaWrapMain {
	width:100%;
	background: url(../images/bg_login_back.png) no-repeat;
	margin-top: -70px;
	height: 136px;
	color:#fff;
}
.alerts {
	text-align: right; 
	padding: 7px 10px;
	z-index: 50;
}
.loginAreaWrapOB {
	padding:20px 0 0 0;
	z-index: 45;
}

.loginOB form {padding:0;}
#home .loginOB {
	position:relative;
	padding: 10px 15px;
}
.loginOB {
	position:relative;
	padding: 10px 5px;
}
.loginCol label {
	display:block;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	padding-top: 5px;
}
.loginCol * {font-size:8pt; color:#604b20;}
.loginCol {margin:5px 0 0 0;}
.loginCol input.appfield1 {
	font-size:10pt;
	width:220px;
	border:1px solid #fff;
	padding:2px 0 2px 2px;
	margin-top: 2px;
}
* html .loginCol input.appfield1 {height:25px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	color:#fff;
	text-decoration:none;
	font-size:9pt;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	color:#fff;
	text-decoration:underline;
}
#home .loginLinks {
	padding:0;
	margin:33px 0 0 0;
	text-align:center;
}
.loginLinks {
	padding:0;
	margin:75px 0 0 0;
	text-align:center;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:inline;
	list-style-image:none;
	margin:0;
	padding:0;
}

.loginForgot {
	padding:2px 5px 8px 0;
	text-align: right;
}
.loginForgot a:link, .loginForgot a:visited, .loginForgot a:hover, .loginForgot a:active  {
	font-size:7pt;
}
#home .loginBtn {position:absolute; top:125px; right:95px;}
.loginBtn {position:absolute; top:40px; right:95px;}

#home .BBloginBtn {position:absolute; top:195px; right:18px;}



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


.pNavWrap {
	background: url(../images/pnav_off.png) repeat-x;
	width:100%;
	height: 40px;
	margin-top: -5px;
}
.pNav {
	width: 939px;
	margin: 0 auto;
}
.pNav ul {
	margin-left: 10px;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	float:left;
	text-align: center;
	padding-right: 9px;
	vertical-align: middle;
}
.pNav a {
	float:left;
	padding: 8px 19px 0 14px;
	font-size: 9pt;
}
.pNav a:link, .pNav a:visited, .pNav a:hover, .pNav a:active {	
	color: #fff;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Sans", Trebuchet, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.pNav a:hover, .pNav a:active, .pNav a.selected:link, .pNav a.selected:visited {
	background: url(../images/pnav_on_left.png) no-repeat top left;	
	padding: 0 3px 0 7px;
	cursor:pointer;
}
.pNav a:hover span, .pNav a.selected span {
	float:left;
	background: url(../images/pnav_on_right.png) no-repeat right top transparent;
	padding: 8px 16px 4px 7px;
	cursor:pointer;
}

.pNav ul li a span, .pNav ul li a {
	display:inline-block;
	vertical-align: middle;
	height: 40px;
}
.pNav a#oneline span{
	padding-top:7px;
	padding-bottom:14px;
}

.pNav a#oneline:hover span, .pNav a.selected#oneline span {
	padding: 15px 16px 0 7px;
	background: url(../images/pnav_on_right.png) no-repeat right top transparent;
	}

.pNav a#oneline:hover, .pNav a#oneline:active {
	background: url(../images/pnav_on_left.png) no-repeat top left;	
	padding: 0px 3px 0 7px;
}

	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	margin-top: 20px;
	padding: 0 30px;
}
.home h1 {
	font-size: 1.4em;
}
.home p {
	color: #452705;
}
	
.homeL {
	float: left;
	width: 180px;
	min-height: 220px;
}
.homeL img {
	padding: 5px 0;
	text-align: center;
}
.homeM {
	float: left;
	width: 470px;
	padding: 0 20px;
}

.home_scroller {
    height: 180px;
    overflow: hidden;
    position: relative;
}
	
.quicklinks {
	float: right;
	width: 200px;
}
	
.quicklinks ul, .quicklinks ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}
.quicklinks li {
	height: 100%;
}
	
.quicklinks ul li { 
	margin: 0;
	padding: 0 0 20px 25px;
}
	
.quicklinks ol li {
	margin: 0 0 6px 0px;
	padding: 0;
}
	
.quicklinks ul ul, .quicklinks ol ol {
	padding: 6px 0 0 0;
}
	
.quicklinks ul li {
	background: url(../images/bullet_blue.png) no-repeat .1em .2em; 
}

#home .quicklinks ul li {
	background: url(../images/bullet_blue.png) no-repeat .1em .2em; 
}
	
/* --------------------------------------------------------- =PROMOS */

#home .promo {
	position:relative
}

.smpromo {

}

.prevnext {

}

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

.newsAlerts {

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

.ratesWrap {

}

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

#home .contentWrap {
	padding: 10px 2px 30px 8px;
	background: #e3d8cc url(../images/bg_home_content.jpg) repeat-x top;
}
.contentWrap {
	padding: 10px 7px 30px 5px;
	background: #fff url(../images/bg_back_content.gif) repeat-y;
}
.content {
	width: 610px;
	padding: 10px 20px 20px 30px;
}
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}
	
.content ul li { 
	padding: 0 0 16px 25px;
}
	
.content ol li {
	margin: 0 0 6px 12px;
}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
}
	
.content ul li {
	background: url(../images/bullet_blue.png) no-repeat .1em .2em; 
}

.contentImg {
	padding-top: 10px;
	text-align: center;
}
	
/* --------------------------------------------------------- =FOOTER */
	
.foot {
	font-size: 10px;
	padding: 20px 0;
}
	
.footL {
	float: left;
	width: 400px;
	padding-left: 20px;
}
	
.footL img {
	margin-right: 10px;
}
	
.footR {
	float: right;
	width: 400px;
	padding-right: 20px;
	text-align: right;
}

.utiFoot {
	text-align: right;
}
	
.utiFoot ul {
	margin: 0;
	padding: 0;
}

.utiFoot li {
	margin: 0;
	padding: 0 1px 0 0;
	display: inline;
}

.utiFoot a:link, .utiFoot a:visited {	
	color:#434c88;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
	
.utiFoot a:hover, .utiFoot a:active {
	color:#434c88;
	text-decoration: none;
}
	
/* --------------------------------------------------------- =FORMS */

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

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

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

.submitBtn {
	margin-top: 7px;
}

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

table { width: 100%; }

.tableheader {
	background: #872816;
	color: #fff;
	font-weight: bold;
}
	
th {
	border-bottom: 1px solid #fff;
	background-color:#b34113;
	color:#fff;
	text-align: left;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #f3eee8;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

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

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

.faqQ { color:#005498; }
.faqA { color:#668172; }
	
.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 {
	font-style:italic;
	font-weight: bold;
	color: #7e7e7e;
}
	
.required {
	color: #dd2525;
}

#ex_dis{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #452705;
	text-align: left;
	position: absolute;
	border: 1px solid #000;
	padding: 15px;
	display:none;
	z-index: 500;
	width:400px;
	top:150px;
	left:240px;
}

#moreInfoBox {
	background-color: #ffffff;
	font-weight: normal;
	color: #452705;
	text-align: left;
	position: absolute;
	border: 1px solid #000;
	padding: 5px;
	display:none;
	z-index: 500;
	top:175px;
	right:38px;
}

#back #moreInfoBox {
	top:100px;
}

#moreInfoBox ul {
	margin: 0;
	padding: 0;
}
#moreInfoBox ul li { 
	padding: 0 0 0 25px;
}
#moreInfoBox ul ul, #moreInfoBox ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
}
	
#moreInfoBox ul li {
	background: url(../images/bullet_blue.png) no-repeat .1em .2em; 
}

#ex_dis p { 
	text-align:left
}

.tabbed {
	padding-left:20px;
}

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