/* CSS Document for BCSB
*
*	2011-11-29 9:18am
*
*/


html, body {
	background: url(../images/allpages/bkgd.png) repeat-x #fff;
	margin:0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width:820px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding-bottom: 1em;
}

/* Online Banking Accordian +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#accordion {
	width: 220px;
	float: left;
	height: 270px;
	border:1px solid #666;
	margin-bottom: 20px;
}

#accordion h3 {
	display:block;
	width:200px;
	height: 12px;
	padding: 12px 10px 16px 10px;
	margin:0; 
	
}

#accordion h3 a {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}

#accordion p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin:0 0 3px 0;
	padding:0;
}

#accordion div {
	height:130px;
	padding:10px;
}
/* End Online Banking Accordian +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Navigation Bars +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Small Navigation */
#smnav {
	width: 575px;
	float: right;
	/*height: 20px;*/
	z-index:500;
}
#smnav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	z-index:500;
}
#smnav li {
	display: inline;
	margin: 0px;
	text-align: center;
	padding:3px 5px;
	border-right:1px dotted #FFF;
}
#smnav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	text-decoration: none;
}
#smnav li a:hover {
	color: #FFF000;
}

/* End Small Navigation */

/* Main Navigation */
.navContainer { display:block; width:820px; height:37px; background:url(../images/allpages/nav_bkgrnd.gif); clear:both; }
.navContainer ul { margin:0; padding:0 10px; }
.navContainer li { float:left; margin:0; list-style-type:none; }
.navContainer li a {
	display:block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#002663;
	margin:0;
	padding:9px 0 9px 15px;
	font-size:13px;
	background-image: url(../images/allpages/nav_grd_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 37px;
	}
.navContainer li a span {
	color:#002663;
	padding:9px 16px 9px 0;
	text-decoration:none;
	background-image: url(../images/allpages/nav_grd_rt.jpg);
	background-repeat: no-repeat;
	background-position: right 37px;
}
.navContainer li a:hover, .navContainer li a:active { background:url(../images/allpages/nav_grd_left.jpg) no-repeat #e8e8e8 top left; text-decoration:none; }
.navContainer li a:hover span, .navContainer li a:active span { color:#002663; background:url(../images/allpages/nav_grd_rt.jpg) no-repeat top right; text-decoration:none;}

/* Nav Bar Pulldown */
.nav li ul { 
	display: none; 
	position:absolute; 
	width: auto;
	background-image: none; 
	background-color: #ededed; 
	margin-left:0; 
	padding:0;
	background:url(../images/allpages/nav_grd_left.jpg) repeat-y #e8e8e8 top left;
 }
.submenu li { float: none; text-align:left; }	
.submenu li a, .submenu li a:visited { display:block; width:176px; font: 12px Arial, Helvetica, sans-serif; color:#002663; text-transform: none; padding:5px 16px; text-decoration:none; }
.submenu li a:hover, .submenuli a:active { color:#FFF000; background:url(../images/allpages/nav_grd_over_left.jpg) no-repeat #b3b2b2 top left; text-decoration:none; }
li > ul { top: auto; left: auto; }
.nav li:hover ul, .nav li.over ul { display: block; z-index:1000; }
.nav a:hover, #nav a:hover { text-decoration:none; }
/* End Nav Bar Pulldown */

/* End Nav Bar +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#headerlogo {
	margin:15px 0 7px 0; float:left;
}

#fraud {
	margin:15px 12px 7px 0; float:right;
}


/* QuickJump +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.QuickJump { float:right; padding:3px 0 0 0; z-index:5000; }

.QuickJump form {
	padding:10px 0 0 0;
	margin:0;	
}

/* End QuickJump +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Search Box +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.searchForm input {
	border: 1px solid #666;
	font:12px Arial, Helvetica, sans-serif;
	color:#002663;
	height:20px;
	width:190px;
	background:url(../images/allpages/search_bkgrnd.gif) no-repeat;
}

.searchForm #button {
	width:22px;
	height:22px;
	margin-bottom:1px;
	background:none;
}

/* End Search Box +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Online Banking Form +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Remote {
	width:150px;
	padding:0;
	margin:0;
}

#Remote h3 {
	padding:0;
	margin:0;
	text-align:center;
}

/* Online Banking Form +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



#flash {
	background-color: #CCCCCC;
	height: 272px;
	width: 596px;
	float: right;
}

#header {
	height: 164px;
}
#content {
	margin-top: 5px;
}

#left {
	float: left;
	width: 220px;
}
#right {
	width: 575px;
	float: right;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	margin-left: 15px;
}
#fdic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF000;
	clear:both;
	/*float: left;*/
	width: 820px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF000;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
	margin-bottom: 20px;
}
a {
	color: #003E7E;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#footer {
	width:100%;
	background-color: #F0F0F0;
	clear:both;
}
#footer_int { 
	width:820px;
	padding:10px 0 200px 0;
	text-align:left;
	margin:0 auto;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float:left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003E7E;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}
#btmhome {
	width: 820px;
	float: left;
}
#top {
	width: 820px;
	height: 150px;
	padding-bottom: 15px;
}
#footercon {
	width: 100%;
}
#right td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#footnote, .footnote { text-indent: -9px; padding: 0px 0px 0px 9px;  }
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003E7E;
	margin: 0px;
	padding-top: .5em;
	padding-bottom: .5em;
}
.floatleftphoto {
	float: left;
	padding: 2px;
	border: 1px solid #999;
	margin-right: 10px;
}
.smallp {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
}

.careerlist{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003E7E;
}

.careerlist:hover  {
	color:#9C9A8B;
	padding-bottom: 5px;
}

.careerlistlocation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.smallpwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
}

#print {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF000;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF000;
	padding-right: 4px;
	padding-left: 8px;
}

/* SHOW/HIDE feature +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#accordian_list div.title {
	color:#000000;
	font-weight:normal;
	margin: 5px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #004C7E;
	line-height: 18px;
}

#accordian_list div.descript{
	padding-left: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #232E67;
	display: none;
}
	
archiveTitle {
	color:#431472;
	font-weight:normal;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
	background: url(../images/smalltriangle.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}

.accordian_list div.title.selected {
	color:#532480;
	background-image: url(../images/smalltriangledown.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	
.accordian_list h2 {
	margin:0;
	padding-top:20px 0 0 0;
	}

.archiveTitle {
	color:#004C7E;
	font-weight:normal;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
	background: url(images/smalltriangle.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	}

#accordian_list div.title.selected {
	color:#532480;
	background-image: url(../images/smalltriangledown.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
	
#accordian_list h2 {
	margin:0;
	padding-top:20px 0 0 0;
}
#archive {
	display: none;
}
#archive2 {
	display: none;
}
#archive3 {
	display: none;
}
#archive4 {
	display: none;
}


.archive {
	display: none;
}

#estate {
	display:block;
	width:200px;
	height:63px;
	border:0;
	background-image: url(../images/estate_button.jpg);
	background-repeat: no-repeat;
	/*background-position: 0px;*/
}
#estate:hover {
	background-image: url(../images/estate_button.jpg);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#estate p {
	display: none;
}

#bizbank {
	display:block;
	width:200px;
	height:46px;
	border:0;
	background-image: url(../images/biz_bank_button.jpg);
	background-repeat: no-repeat;
	/*background-position: 0px;*/
}
#bizbank:hover {
	background-image: url(../images/biz_bank_button.jpg);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
#bizbank p {
	display: none;
}

#awardsidebar {
	padding-top: 10px;
	padding-bottom: 10px;
}
#awardsidebar p {
	font-size: 70%;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#fff;
	background:#3399FF; 
	margin:8px 0 8px 8px; 
	padding:5px; 
	border: solid 1px #ccc; 
	float:right;
	text-align:center;
	display:block;
}	
.dundalk_photo_gallery img {
	padding: 1px;
	margin: 5px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hidden {
	display: none;
}
.error {
	color: #C00;
}
#container #content #btmhome #right p .error {
	color: #C00;
}


.sidebar_button a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #286290;
	margin-bottom: 10px;
	border: 1px solid #666;
	
	color: #FFF;
	padding: 10px;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sidebar_button a:hover {
	background-color: #247BA8;
	text-decoration: none;
}
.quoteBox_right {
	float: right;
	width: 200px;
	padding: 5px;
	border: 1px solid #003469;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.quoteBox_right p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}

.home_announcement {
	border: 1px solid #C6C4C5;
	background-color: #FDFBD3;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}
.home_announcement p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.home_announcement img {
	float: left;
	padding-right: 5px;
}
.error404_links {
	float: left;
	width: 250px;
	margin: 5px;
}
.home_announcement h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

