 /* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
text-align:center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #174B7D;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:bold;
	color:#174B7D;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px;
	margin:0;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/******* Drop Down Menus *******/
ul.promoDDList{
	display:none;
	position:absolute;
	color:#fff;
	font-size:10px;
	line-height: 1;
	margin:0;
	padding:0;
	list-style:none;
}
ul.promoDDList li{
	margin:0;
	padding:0;
}
ul.promoDDList a:link,ul.promoDDList a:visited{
	text-decoration:none;
	display:block;
	text-align:left;
	padding:5px;
	color:#fff !important;
}
ul.promoDDList a.subhead,
ul.promoDDList a:link.subhead{
	font-weight:bold;
}
* html .promoDDList a,
* html .promoDDList a:link,
* html .promoDDList a:visited{
	width:100%;
}
/* Personal Colors */
.promoDDList.pers a:hover,.promoDDList.pers a:active,.promoDDList.pers a.subhead,
.promoDDList.pers a:link.subhead{
	background:#0F4B7D;
}
.promoDDList.pers{
	border:1px solid #0F4B7D;
	background:#5C7F9D;
}
/* Business Colors */
.promoDDList.bus a:hover,.promoDDList.bus a:active,.promoDDList.bus a.subhead,
.promoDDList.bus a:link.subhead{
	background:#535A62;
}
.promoDDList.bus{
	border:1px solid #535A62;
	background:#77848C;
}
/* Wealth Colors */
.promoDDList.wealth a:hover,.promoDDList.wealth a:active,.promoDDList.wealth a.subhead,
.promoDDList.wealth a:link.subhead{
	background:#503605;
}
.promoDDList.wealth{
	border:1px solid #8B754E;
	background:#664407;
}

#atmLocatorDD{
	height:250px;
	overflow:auto;
}


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

.disclaimer_rates {
    font-size: 8pt;
    /*width: 250px; */
}
.rates_ar_mortgage .disclaimer_rates, .ma_rates_ar_mortgage .disclaimer_rates {
     width:auto;
}

.loginLinks .lastLi a:link, .loginLinks .lastLi a:hover, .loginLinks .lastLi a:active, .loginLinks .lastLi a:visited {
	border:none;
}

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



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

body {
	background: #d7dde3 url(../images/bg.gif) top left repeat-x;
	color: #666666;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height:20px;
	text-align:center;
}

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

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

	
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #a7763d;
	font-family: Georgia, Times, "Times New Roman", "New Century Schoolbook", serif;
	font-size: 28px;
	font-weight: normal;
	line-height:30px;
	}
	
h2 {
	color: #a7763d;
	margin: 0 0 10px 0;
	font-family: Georgia, Times, "Times New Roman", "New Century Schoolbook", serif;
	font-size: 22px;
	line-height:30px;
	font-weight: normal;
}

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

h3 {
	color: #a7763d;
	margin: 0 0 10px 0;
	font-family: Georgia, Times, "Times New Roman", "New Century Schoolbook", serif;
	font-size: 16px;
	font-weight: normal;
}
h3 a {
    color: #a7763d !important;
}

h4 {
	color: #a7763d;
	margin: 0 0 10px 0;
	font-weight:bold;
}

p {
	padding: 0 0 12px 0;
}

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

.iconHomePlaceHolder {
    width:10px;
    float:left;
    position:relative;
    margin-right:20px;
}
.iconHome {
    left: 0px;
    position: absolute;
    top: 110px;
    z-index: 1000;
}

.pageWrap {
	
	}

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

.contentL {
	float: left;
	width: 230px;
	padding-bottom:40px;
	}
.contentR {
	float: right;
	width: 710px;
	padding:50px 0;
	}

.back-smpic{
	float:right;
	margin:0 20px 10px 15px;
}	



.contentWrap {margin-top:50px;background-color:#fff;}
*:first-child+html .pNav {margin-bottom:50px;}
#home .contentWrap {margin-top:0;background:none;}
*:first-child+html #home .pNav {margin-bottom:0;}

.TalkToUs, .TalkToUsOpen {position:absolute; z-index:100; top:135px; left:480px;}

.TalkToUsOpen {
	z-index:150; 
	background:url(../images/talktous_on.png) no-repeat scroll -1px 2px transparent;
	padding-top:30px;
	width:233px;
	height:299px;

}
.TalkToUsOpen form {
	margin-left:15px;
}
.TalkToUsOpen input, .TalkToUsOpen textarea {margin-top:5px; font-family:Arial, Helvetica;}
.submitBtn {position:absolute; top:175px; right:24px;}

.AccountAccess, .AccountAccessOpen {position:absolute; z-index:200; top:135px; right:0;}
.AccountAccessOpen {
	background:url(../images/accountaccess_on.png) no-repeat scroll left 0.1em transparent;
 	z-index:300;
	width:231px;
	height:306px;
	padding-top:30px;
}
.DidYouKnow {position:absolute; z-index:500; top:200px; left:0;}
.Alerts {position:absolute; z-index:500; top:370px; left:0;}
/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	background:url(../images/bg_mast.jpg) top left no-repeat;
	width:960px;
	
	}
	
.mastL {
	float: left;
	width: 240px;
	}
	
.mastR {
	float: right;
	width: 710px;
	text-align: right;
	}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	float:left;
	width:460px;
	padding-top:28px;
	}
	
.uti ul {
	margin: 0;
	padding: 0;
}

.uti li {
	margin: 0;
	padding: 0 1px;
	display: inline;
	font-size:13px;
	font-weight:bold;
}

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

.search {
	background: url(../images/bg_search.jpg) top left no-repeat;
	float:right;
	width:230px;
	margin:0 0 0 10px;
	padding:28px 0 18px 0;
	text-align:left;
}
.searchUti {
	font-size:13px;
	font-weight:bold;
	margin:0 20px;
}
.search form {
	margin:16px 0 0 0;
	padding: 0;
}

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

.search input.appfield1 {
	width: 128px;
	margin:0 0 0 20px;
	padding:4px 3px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #666;
	}
* html .search input.appfield1 {height:20px;}

.searchBtn {
}



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

.AccountAccessOpen form {
    /* width:145px; */
    width:191px;
    margin-left:15px;
}
.AccountAccessOpen {}
.loginCol label {
	display:block;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
}
.loginCol * {font-size:8pt; color:#333;}
.loginCol {margin:5px 0 0 0;}
.loginCol input.appfield1, .TalkToUsOpen input.appfield1, .TalkToUsOpen textarea.appfield1 {
	font-size:10pt;
	width:178px;
	border:1px solid #fff;
	padding:2px 0 2px 10px;
	color:#6e6e6e;
	background:transparent;
	z-index: 11;
}

* html .loginCol input.appfield1 {height:25px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	color:#fff;
	text-decoration:underline;
	font-size:8pt;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:none;
}
.loginLinks {
	padding:0;
	margin:0px 0 15px 0;
	text-align:left;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:block;
	list-style-image:none;
	margin:0;
	padding:0;
	color:#fff;
	line-height:13px;
}

.loginForgot {padding:8px 0 16px 0;}
#home .loginBtn {
    /* position:absolute; top:174px; right:24px; */
    float:right;
	margin-top:-30px;
}
*:first-child+html #home .loginBtn {
    margin-top:25px;
}

*:first-child+html #home .loginBtn {position:absolute; top:170px; right:24px;}

.loginOpen {
	position:absolute;
	top:7px;
	right:24px;
}

.talkOpen {
	position:absolute;
	top:7px;
	right:26px;
}

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

.pNav {
	background-color:#385475;
	width:100%;
	color:#7e90a5;
}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	padding:0;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
.pNav a:hover, .pNav a:active, .pNav a.selected:link, .pNav a.selected:visited {
	text-decoration: none;
	color:#a7763d;
	text-transform: uppercase;
	}
.pNav .iconHome a:link, .pNav .iconHome a:visited {vertical-align:middle;padding:0;}
.pNav ul {
	margin:0;
	padding:0;
	float:left;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
.pNav li img {
    vertical-align:middle;
    margin: 0 6px;
    padding:0;
}
.pNav li a {vertical-align:middle;}

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

.sNav {
	margin:100px 10px 10px 10px;	
	background: url(../images/bg_snav.gif) top left repeat-x;
}

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

.sNav li {
	margin: 0;
	padding: 5px 0;
	list-style-image:none;
	list-style-type:none;
	border-bottom:1px solid #ccc;
	color: #a7763d;
	font-family: Georgia, Times, "Times New Roman", "New Century Schoolbook", serif;
	font-size: 13px;
	font-weight: normal;
}
.sNav li img {vertical-align:middle;}
.sNav li li {border-bottom:1px dotted #ccc;}
.sNav a:link, .sNav a:visited {	
	color:#385475;
	text-decoration: none;
	}
	
.sNav a:hover, .sNav a:active, .sNav a.selected {
	color:#a7763d;
	}
.sNavSection {
	background-color:#7390a5; 
	color:#fff; 
	padding:5px 0 5px 5px; 
	width:200px;
	margin:30px 0 0 10px;
	}
.sNavSectionText {
	background: url(../images/bg_snavcallout.gif) top left repeat-x;
	margin:0 10px;
	width:205px;
}
.sNavSectionText ul {padding:10px;}
.sNavSectionText a:link, .sNavSectionText a:visited {text-decoration:none;}
.sNavSectionText a:active, .sNavSectionText a:hover {text-decoration:underline;}
.sNavSectionText form {padding:15px 0 0 5px;}
.BtnGo {float:right;}
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	padding-top:50px;
	padding-bottom:23px;
	background: url(../images/bg_quotearea.gif) top left no-repeat;
	width:960px;
	}
	
.homeL {
	float: left;
	width: 460px;
	margin:0 0 0 20px;
	}
.homeL .special1 {margin-bottom:30px;}
.homeR {
	float: right;
	width: 440px;
	margin:0 30px 0 0;
	}
.homeR .special1 {margin-bottom:10px;}
*.homeR {width:400px;}
.homeR a:link, .homeR a:visited {color:#666;}
.moreLink {margin-top:10px;}
.prevnext {margin-top:20px;}
/* --------------------------------------------------------- =PROMOS */

.promo {
	margin-top:49px;
	position:relative;
}

.promoNav {
	width:700px;
	height:190px;
	position:relative;
}

.promoTabs {
	position: absolute;
	bottom: 0;
	width:960px;
	background-color:#7e90a5;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	line-height:59px;
	display:block;
	text-align:center !important;
	visibility:hidden;
}
#back .promoTabs {
	position:relative;
}

.contentR .promoTabs {margin-top:20px; width:700px;}
.promoTabs a:link, .promoTabs a:visited {
display:block;
float:left;
	background:#7e90a5 url(../images/tab_star.gif) top left no-repeat;
	/* padding:20px 28px 20px 33px;
	padding: 20px 0; */
	color:#fff;
	text-decoration:none;
	border-right:1px solid #fff;
}
.contentR .promoTabs a:link, .contentR .promoTabs a:visited {
	/* padding:20px 40px 20px 40px;
	padding: 20px 0; */
}
.lastLi a:link, a:visited {border:none;}

/* Removed - 201-100133 **************************************************************************************************************************************
.contentR .promoTabs#commercial a:link, .contentR .promoTabs#commercial a:visited {
    padding: 20px 45px;
}

.contentR .promoTabs#personal a:link, .contentR .promoTabs#personal a:visited {
    padding: 20px 55px;
}

.contentR .promoTabs#wealth a:link, .contentR .promoTabs#wealth a:visited {
    padding: 20px 94px;
}

.contentR .promoTabs#career a:link, .contentR .promoTabs#career a:visited {
    padding: 20px 49px;
}
** Removed - 201-100133 *************************************************************************************************************************************/


.promoTabs a:active, .promoTabs a:hover, .promoTabs a.selected:link, .promoTabs a.selected:visited, .promoTabs a.on:link, .promoTabs a.on:visited, .promoTabs a.on:hover, .promoTabs a.on:active {
	background:#b99164 url(../images/tab_star_on.gif) top left no-repeat; 
	color:#fff;
	text-decoration:none;
}

.promoMain {
    background-color: #FFFFFF;
    height: 360px;
    width: 960px;
}

.promoMain img {
    float: right;
}

.promoMainContent {
    float: left;
    padding: 45px 20px 20px;
    width: 442px;
}

.promoMain h1 {
    margin-bottom: 25px;
}

.promoMainBtn {
    background: url(../images/promolg_btn_leftside.gif) no-repeat scroll 0 0 #70849C;
    float: left;
    font-size: 13pt;
    margin-top: 15px;
    padding: 0 0 0 18px;
    text-align: center;
}

.promoMainBtn li a {
    background: url(../images/promolg_btn_rightside.gif) no-repeat scroll right top transparent;
    color: #FFFFFF;
    float: left;
    font-size: 9pt;
    padding: 4px 20px 4px 0;
    text-decoration: none;
}

.smpromo {
	width:960px;
	padding-top:50px;
	padding-bottom:20px;
	background-color:#fff;
	text-align:center;
}
.smpromo .special1 {margin:0 0 15px 30px;text-align:left;}
.smpromo ul, .promoTabs ul {
	margin:0;
	padding:0;
}
.smpromo li, .promoTabs li {
    margin:0;
	padding: 0;
	display:inline;
}
#back .smpromo li, #back .promoTabs li {
    /* margin:0; */
	margin: 0 0 0 -4px;
}

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

}
.sectiontext {
	background:url(../images/bg_undertabsbackpage.gif) top left repeat-x;
	width:684px;
	padding:15px 8px;
}
.backQuote {
	background:url(../images/bg_quotes_back.gif) top left no-repeat;
	width:684px;
	padding:15px 8px;}
/* --------------------------------------------------------- =NEWS/=ALERTS */

.news {
}
.news ul li {
    width:400px;
    height:105px;
}

.newsAlerts {

}

ul.floatList {
	margin-left:240px !important;
}
/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding: 0 30px 30px 0;
	}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 15px 15px;
	}
	
	
.content ul li { 
	padding: 0 0 6px 20px;
	}
	
.content ol li {
	margin: 0 0 6px 20px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ol ul li {
	list-style:none;
}

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

.contentImg {
	}
	
/* --------------------------------------------------------- =FOOTER */
	
.foot {
	background-color:#7e90a5;
	color:#fff;
	font-size:12px;
	}
	
.footL {
	float: left;
	width: 400px;
	margin-left:20px;
	padding:3px 0 0 0;
	}
	
.footR {
	text-align: right;
	float: right;
	width: 400px;
	margin-right:20px;
	}
.foot a:link, .foot a:visited {color:#fff; text-decoration:none;}
.foot a:active, .foot a:hover {color:#fff; text-decoration:underline;}	
.foot a, .foot img {vertical-align:middle;}
.TOCWrap {
	text-align:center; 
	width:960px;
	background:url(../images/bg_footshadow.jpg) top left repeat-x;
	height:375px;
}

#home .TOCWrap {
	height:auto;
}

.TOChed {
	width:90%;
	text-align: left;
	color:#7e90a5;
	padding:30px 0 10px 0;
	margin:0 auto 10px auto;
	border-bottom:1px solid #fff;
}
.TOChed a {margin:0 10px 0 0;}
.TOC {
	width:90%; 
	margin:0 auto;
}
.TOC td {
	width:25%;
	text-align:left;
	line-height:14px;
}
.TOC li {padding-bottom:5px;}
.TOCfoot {
	border-top:1px solid #fff;
	margin:20px auto 0 auto;
	padding-top:20px;
	font-size:11px;
	text-align:center;
	color:#7e90a5;
	width:90%;

}
.footNote {
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:14px;
}
.TOCWrap a:link, .TOCWrap a:visited, .TOCfoot a:link, .TOCfoot a:visited {color:#7e90a5; text-decoration:none;}
.TOCWrap a:active, .TOCWrap a:hover,.TOCfoot a:active, .TOCfoot a:hover {color:#7e90a5; text-decoration:underline;}
.footNote a:link, .footNote a:visited {color:#fff; text-decoration:underline;}
.footNote a:active, .footNote a:hover {color:#fff; text-decoration:none;}
.footLogos {margin-top:15px;}
.footLogos img {vertical-align:middle;}	
.footLogos a {margin:0 4px;}
/* --------------------------------------------------------- =FORMS */

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

	
.appfield1 {
	border: 1px solid #7e90ad;
	background: #fff;
	padding:2px 3px;
}
.zip { background:#fff; width:120px; margin:5px 0;}
/* --- 	This is your FOCUS style, when you click into an input field --- */
.appfield2 {
	border: 1px solid #385475;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

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


.tableheader {
	background-color: #385475;
	color: #fff;
	font-weight: bold;
	}
	
th {
	border-bottom: 1px solid #fff;
	background-color:#7e90a5;
	color:#fff;
	text-align: left;
}

.tablesubheader {
	border-bottom: 1px solid #fff;
	background-color:#7e90a5;
	color:#fff;
	text-align: left;
}
	
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #d7dde3;
}
	
.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 {
	font-style:italic;
	font-size:16px;
	color:#a7763d;
	font-family: Georgia, Times, "Times New Roman", "New Century Schoolbook", serif;
	}
.special2 {
	}
.special1 {
	font-size:26px;
	color:#999;
	
	}

.disclaimer {
	color: #7e7e7e;
	font-size:8pt;
}

.floatLeft {
	padding-right:10px;
	float:left;
}
	
.floatRight {
	padding-left:10px;
	float:right;
}	
	
.required {
	color: #dd2525;
}

.didyouknow {
	display:none;
}

#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;
}


/*inpu fields*/

.input {
  margin: 5px 0;
  background: white;
  float: left;
  clear: both;
}
.input span {
  position: absolute;
  padding: 2px 0 2px 10px;
  margin-left: 3px;
  color: #6E6E6E;
  font-size:10pt;
  z-index:10;
}
.input input, .input textarea, .input select {
  position: relative;
  margin: 0;
  border-width: 1px;
  padding: 6px;
  background: transparent;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}


/*dropdownLinks styles*/
.dropdownLinks {
	position: absolute;
	width:190px;
	z-index:100;
	filter:alpha(opacity=95);
	opacity:0.95;
	font-size: 8pt;
	background-color:#7E90A5;
}
*:first-child+html .dropdownLinks {
	left:15px;
	top:87px;
}
.dropdownLinks ul li {
	display: block;
	width: 100%;
	padding: 0; margin: 0;
}
.dropdownLinks ul li a:link, .dropdownLinks ul li a:visited {
	display: block;
	border: 0;
	background-color:#7E90A5;
	color:#FFF;
	padding: 8px 0 8px 12px;
	text-decoration: none;
}
.dropdownLinks ul li a:hover, .dropdownLinks ul li a:active {
	background-color: #385475;
	color:#fff;
}

#home_promo {
    width: 960px;
	height:420px;
	margin-top:49px;
}

a.home_promo_promo:link, a.home_promo_promo:visited, 
a.home_promo_promo:hover, a.home_promo_promo:active {
	height:360px;
}

#home_promo {
    position: relative;
    overflow: scroll; 
}

/* Home promo splash screen */
#splash_img {
	position:absolute;
	z-index:90;
}
/* Home promo splash screen */

.center {
	text-align:center;
}
.float_left {
	float:left;
	margin: 0 10px 10px 0;
}
.float_right {
	float:right;
	margin: 0 0 10px 10px;
}

#alertContainer {
	border-top:78px solid #FF0000;
	background:#fff !important;
}

#alertContainer .ttl {
	position:absolute;
	top:15px;
	left:15px;
}


#didYouKnow {
	background: #fff !important;
}

.didyouknow p {
	color: #7e7e7e;
	font-size:9pt;
	text-align:left;
}

.didyouknow {
	padding:20px;
}

.didyouknow h1 {
	text-align:left;
	margin-bottom:20px;
}

.alertContent {
	padding:15px 15px 20px 15px;
	text-align:left;
}

.alertContent h1 {
	color: #FF0000;
}

.Maintenance {
    display:none;
}

#maintContainer {
	border-top:78px solid #FFBD00;
	background:#fff !important;
}

#maintContainer .ttl {
	position:absolute;
	top:15px;
	left:15px;
}

.maintContent {
	padding:15px 15px 20px 15px;
	text-align:left;
}

.maintContent h1 {
	color: #FFBD00;
}

#alert {
	display:none;
}

ul li.promoImages{
	display:none;
}

.tpw {
	border-top:78px solid #A7763C;
	background:#fff !important;
	width:500px;
	padding:20px;
	text-align:left;
}

.tpw h1 {
	text-align:left;
	position:absolute;
	top:25px;
	left:15px;
	color:#fff;
	z-index:1000;
}

.tpw h2 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}

.logo-cdars {
    margin: auto auto 1em;
    text-align: center;
}

div.desc {
	background-color:#fff;
}

.peanutButterLightBox {
    font-size: 130%;
    line-height: 1.4em;
    margin: 10px auto;
    text-align: center;
	z-index:10000;
}

.pbxpress {
	border:4px solid #0A246A;
}

.peanutButterLightBox .lunch_bag, .peanutButterLightBox .donate_now {
    display: block;
	margin:10px auto 10px auto;
}

.peanutButterLightBox img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	border:none;
}

.peanutButterLightBox .close {
    display: block;
    margin-top: 10px;
}

.verisign {
	display:inline-block; 
	vertical-align:middle;
}

*:first-child+html .verisign {
	display:inline;
	vertical-align:middle;	
}

.twoCol td {
	width:45%;
	padding:0 5% 20px 0;
	vertical-align:top;
}

.event {
	margin: 10px 0;
	border-top: 1px solid #385475;
}
.event_details {
	float:right;
	margin: 0 0 10px 10px;
}
.event ul li {
	display:inline;
}
.event_description {
	display:none;
}
.list_page {
	display:none;
}
#list_page_1 {
	display:block;
}
#page_switch {
	text-align:center;
}
#page_switch a {
	text-decoration:none !important;
}
.selected_page {
	font-weight:bold;
}

.Maintenance {
	margin-left:105px;
	width:100px;
	height:10px;
}

.Maintenance a:link, .Maintenance a:hover, .Maintenance a:active, .Maintenance a:visited {
	font-size:8pt;
	margin-top:10px;
}

.Maintenance img {
	vertical-align:middle;
	padding-left:5px;
	margin-top:10px;
}

*:first-child+html  .Maintenance {
	height:20px;
	margin-top:-5px;
}

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