/* Colors
Red    #910028
Purple #612147
Brown  #9F6322
Green  #3D4721
Tan    #A49265
Blue   #00364A
Maroon #54291F

*/

/* Eric Meyer CSS Reset */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*#Global#*/

body {
	margin: 0;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 75%;
	color: #555;
	line-height: 1.4;
}

body.LTR, body.RTL {
	background: url(../images/background.jpg) repeat-x top center #E8E4D8;
 	padding: 0px;
	margin: 0px;
}

img {
    border: none;
}

p {
    margin: 0 0 1.4em 0;
}

a {
    color:#910028;
}
a:visited {
    color:#54291F;
}

ul, li {
    padding:0;
	margin: 0;
}

td {
    vertical-align:top;
}

strong {
    font-weight:bold;
}

sup {
   font-size:0.6em;
   vertical-align:top;
}

#container2 {
    margin: 0 auto;
	width: 984px;
	background: url(../images/container2_bg.jpg) repeat-y left top #fff;
}

#container {
	width: 984px;
	background: url(../images/container_bg.jpg) no-repeat left top;
	border-top: 5px solid #54291f;
	overflow: hidden; /*contains floats*/
}

	
/*#Top Banner#*/

#header {
	background: url(../images/header_bg.png) no-repeat 330px top;
	height: 106px;
	position: relative;
}
	
#header .logo {
	position:absolute;
	top: 11px;
	left:27px;
}

#header .tagline {
    position:absolute;
	top:72px;
	left:332px;
}

.promo-spot {
    position:absolute;
	top: 40px;
	right: 30px;
}
	
#header .top-nav-bar {
	float: right;
	margin: 0 30px 0 0;
	background: url(../images/top_nav_bg.png) no-repeat right top #e8e4d8;
	height: 32px;
	width: 642px;
	position:relative;
}

.search {
    position:absolute; /* positioned in relation to .top-nav-bar */
	top:3px;
	right: 6px; 
}

.searchBox {
    height: 26px;
	width:155px;
	background: url(../images/search_bg.png) no-repeat left top;
}

.search img {
    float:right;
}

.search input.text-input-box {
	border: 0;
	height: 18px;
	margin: 0;
	color: #999999;
	font-size: 1.167em;
	float:left;
	width: 110px;
	background: none;
	margin: 3px 0 0 10px;
}

.search input:focus {
    outline:none;
}

/* Secondary Navigation */

ul.top-nav {
	height: 21px;
	list-style-type:none;
	position:absolute; /* positioned in relation to .top-nav-bar */
	top:8px;
	left: 12px;
	width: 452px;
}

ul.top-nav li {
    float:left;
	height:21px;
}

ul.top-nav a {
    display:block;
	float:left;
	height:21px;
	text-decoration:none;
}

ul.top-nav span {
    display:none;
}

ul.top-nav li.item1 a {
    background: url(../images/top_nav_sprite.png) no-repeat scroll left top;
	width: 45px;
}
ul.top-nav li.item1 a:hover {
    background: url(../images/top_nav_sprite.png) no-repeat scroll left -21px;
}

ul.top-nav li.item2 a {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -46px top;
	width: 148px;
}
ul.top-nav li.item2 a:hover {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -46px -21px;
}

ul.top-nav li.item3 a {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -194px top;
	width: 94px;
}
ul.top-nav li.item3 a:hover {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -194px -21px;
}

ul.top-nav li.item4 a {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -288px top;
	width: 96px;
}
ul.top-nav li.item4 a:hover {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -288px -21px;
}

ul.top-nav li.item5 a {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -384px top;
	width: 69px;
}
ul.top-nav li.item5 a:hover {
    background: url(../images/top_nav_sprite.png) no-repeat scroll -384px -21px;
}
	
/*#Main Nav#*/

#main-nav {
	height: 42px;
	width: 924px;
	margin: 0 auto;
}

	
.horizontalsubCMSMenu {
	background: #e8e4d8;
	color: #54291f;
	border-top: 1px solid #a49265;
	border-left: 1px solid #a49265;
	border-right: 1px solid #a49265;
	}

.horizontalsubCMSMenuItem  {
	white-space: nowrap;
	display: block;
	}

.horizontalsubCMSMenuItem, .horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown, .horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, .horizontalsubCMSMenuHighlightedMenuItemMouseDown  {
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
	display: block;
	font-size: .9em;
	border-bottom: 1px solid #a49265;
	}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, .horizontalsubCMSMenuHighlightedMenuItemMouseDown, .horizontalsubCMSMenuItemMouseOver  {
	background:	#dad4c1;
	}
	
#plc_lt_zoneMainNav_MainNav_menuElem-000-subMenu-000 {
    min-width: 117px; /* width of main nav image subtract padding on the td */
}
#plc_lt_zoneMainNav_MainNav_menuElem-001-subMenu-000 {
    min-width: 107px;
}
#plc_lt_zoneMainNav_MainNav_menuElem-002-subMenu-000 {
    min-width: 170px;
}
#plc_lt_zoneMainNav_MainNav_menuElem-003-subMenu-000 {
    min-width: 71px;
}
#plc_lt_zoneMainNav_MainNav_menuElem-004-subMenu-000 {
    min-width: 92px;
}
#plc_lt_zoneMainNav_MainNav_menuElem-005-subMenu-000 {
    min-width: 132px;
}
#plc_lt_zoneMainNav_MainNav_menuElem-006-subMenu-000 {
    min-width: 95px;
}

	
/*#Content Container#*/

#content-container {
	min-height: 400px;
	width: 925px;
	padding: 0 18px;
	margin: 20px auto 0 auto;
	overflow:hidden; /* Contains floats */
}

/* Homepage 4 bottom boxes */

.box-group {
    background: url(../images/boxes_bg.png) no-repeat left bottom #fff;
	min-height: 206px;
	width: 925px;
	float:right;
	margin-bottom: 20px;
}

.box-container {
	width:193px;
	padding: 3px 12px 0 12px;
	float:left;
	margin: 0 19px 0 0;
}

.news-box {
    background: url(../images/boxes_sprite.png) no-repeat left top;
	padding-top: 45px;
}

.blog-box {
    background: url(../images/boxes_sprite.png) no-repeat -250px top;
	padding-top: 45px;
}

.rates-box {
    background: url(../images/boxes_sprite.png) no-repeat -500px top;
	padding-top: 45px;
}

.poll-box {
	background: url(../images/boxes_sprite.png) no-repeat -750px top;
	padding-top: 45px;
	margin: 0;
}

.box-container p, .news-body-summary {
    margin: 0 0 0.3em 0;
}

/* Top Container */

.top-container {
    margin: 0 0 20px 0;
	width:925px;
	float:left;
}

/* Login box */
#OnlineBanking {
    float:left;
	margin: 0 0 10px -3px;
	background: url(../images/login_bg.png) no-repeat 0 0;
	width: 192px;
	/*height: 130px;
	padding: 54px 17px 0 17px; w/o bill pay login link */
	height: 136px;
	padding: 48px 17px 0 17px;
}

.login-buttons {
    float:right;
	width: 100%;
	padding:0;
}

.login-inputs {
    /*margin-bottom: 10px; w/o bill pay login link */
	margin-bottom: 4px;
}

.login-inputs td {
    /* padding-bottom: 8px; w/o bill pay login link */
	padding-bottom: 4px;
}

.bill-pay-link {
    padding-top: 2px;
	clear:both;
}
.bill-pay-link a {
    text-decoration:none;
	color: #00364A;
	font-size: 1.167em;
	font-weight:bold;
}
.bill-pay-link a:hover {
    text-decoration:underline;
}

.login-inputs label {
    color: #00364A;
	font-size: 1.167em;
	white-space:nowrap;
}

.login-inputs input {
    width: 100px;
}

.login-links {
    color:#92776e;
	margin-top: 10px;
	display:block;
	float:left;
}

.login-links a {
    color:#92776e;
	font-weight:bold;
	text-decoration:none;
}

.login-links a:hover {
    text-decoration:underline;
}

.login-btn {
    float:right;
	display:block;
}

.enews-btn {
    margin: 0 0 11px 0;
	float:left;
	display: block;
	white-space:nowrap;
	width: 219px;
	height: 57px;
}

.enews-btn a {
    display:block;
	width: 219px;
	height: 57px;
	background: url(../images/enews_btn_off.png) no-repeat left top;
}

.enews-btn a:hover {
    background: url(../images/enews_btn_on.png) no-repeat left top;
}

.enews-btn span {
    display:none;
}

.follow-us-box {
    width:219px;
	height:67px;
	background: url(../images/follow_us_bg.png) no-repeat left top #DFD9C9;
	float:left;
	position: relative;
}

.follow-us-box ul {
    height: 21px;
	list-style-type:none;
	position:absolute; /* positioned in relation to .follow-us-box */
	top:35px;
	left: 10px;
	width: 201px;
}

.follow-us-box li {
    float:left;
	height:21px;
}

.follow-us-box a {
    display:block;
	float:left;
	height:21px;
	text-decoration:none;
}

.follow-us-box span {
    display:none;
}

.follow-us-box li.item1 a {
    background: url(../images/follow_us_sprite.png) no-repeat scroll left top;
	width: 52px;
}
.follow-us-box li.item1 a:hover {
    background: url(../images/follow_us_sprite.png) no-repeat scroll left -21px;
}

.follow-us-box li.item2 a {
    background: url(../images/follow_us_sprite.png) no-repeat scroll -53px top;
	width: 82px;
}
.follow-us-box li.item2 a:hover {
    background: url(../images/follow_us_sprite.png) no-repeat scroll -53px -21px;
}

.follow-us-box li.item3 a {
    background: url(../images/follow_us_sprite.png) no-repeat scroll -135px top;
	width: 67px;
}
.follow-us-box li.item3 a:hover {
    background: url(../images/follow_us_sprite.png) no-repeat scroll -135px -21px;
}

/* Homepage Column 1 */

.home-column-1 {
    float:left;
	width:226px;
}
	
/*#Banner Ad#*/

.home-banner {
    float:right;
}

.home-banner img {
    display:block;
	margin: 0 0 1px 0;
}

.Slider .Content {
    background: url(../images/banner_image_bg.gif) no-repeat left top #fff;
}

.Slider .Pager {
    height:22px;
	width: 688px;
	background: url(../images/banner_nav_bg.png) no-repeat left top #215062;
	text-align:right;
	padding-top: 5px;
	margin-top:1px;
}

.Slider .Pager a {
    font-weight:bold;
	color: #fff;
	text-decoration:none;
	padding-right: 5px;
}

.Slider .PagerPage {
    display:inline;
	margin-right:3px;
}

.Slider .PagerPage a {
    background: url(../images/banner_number_bg.gif) no-repeat 2px 5px;
	padding:7px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

.Slider .PagerPage a:hover {
    background: url(../images/banner_number_bg.gif) no-repeat 2px -26px;
	color: #00364A;
}

/* Homepage boxes styles */
	
.news-title  {
	font-size: 1.167em;
	font-weight: normal;
}

p.more {
    margin-bottom: 1.4em;
}

p.more a:link {
    color: #910028;
	text-decoration: none;
}

p.more a:visited {
    color: #54291F;
	text-decoration: none;
}

p.more a:hover {
    text-decoration: underline;
}
	
.news-title a:link, .news-title a:visited,
.child-content h2.news-title a:link, .child-content h2.news-title a:visited {
	color: #00364A;
	text-decoration:none;
}
	
.news-title a:hover,
.child-content h2.news-title a:hover {
	color: #00364A;
	text-decoration:underline;
}

.tweet-message a:link, .tweet-message a:visited {
    text-decoration:none;
	color: #555;
}

.latest-tweet {
    margin-bottom: .8em;
}

.tweet-message a:hover {
    text-decoration:underline;
	color: #910028;
}

.rates-box th {
    color: #00364A;
	font-size: 1.333em;
	text-align:left;
}

.rates-box th a:link, .rates-box th a:visited {
    color: #00364A;
	text-decoration: none;
}

.rates-box th a:hover {
    text-decoration:underline;
}

.rates-box .rates-text {
    color: #54291F;
	font-size:.917em;
}

.rates-box .as-low-as {
    font-size:.917em;
}

.rates-box .rates-number {
    font-weight:bold;
	text-align:right;
	font-size:.917em;
}

.PollControl {
    
}

.PollQuestion {
    font-size: 1.167em;
    color: #00364A;
}

.PollAnswers {
    margin-top: 10px;
	margin-bottom: 10px;
}

.PollAnswers td {
    vertical-align:middle;
} 

.PollAnswer {
    
}

.PollCount {
    border: 1px solid #dad4c1;
    border-top: none;
    padding: 3px;
    background-color: #e8e4d8;
    font-weight: bold;
}

.PollGraph div {
height: 8px;
background: url(../Images/poll_bar_bg.gif) 100% 0% repeat-x;
line-height: 0px;
font-size: 0px;
 }

/* Child page content styles */

.child-content {
    width: 685px;
	float:left;
	padding-left: 3px;
	line-height: 1.6;
}
	
h1.page-title {
	font-weight: normal;
	font-size: 2em;
	color: #54291f;
	border-bottom: 2px solid #9F6322;
	margin: 0 0 0.7em 0;
}

.section-title, .newsItemDetail h1 {
    font-size: 2em;
	color: #910028;
	margin-bottom: .4em;
	font-weight: normal;
}
	
h2.subtitle {
    font-weight: normal;
	font-size: 1.333em;
	color: #00364a;
}

span.cc-interest-rate {
    font-size: 18pt;
}

.child-content b {
	color: #54291F;
}

.child-content ul, .child-content ol {
    margin-bottom: 1.4em;
}

.child-content ul ul, .child-content ul ol,
.child-content ol ol, .child-content ol ul {
    margin-bottom: 0;
}

.child-content ul li, .child-content ol ul li {
    margin-left: 36px;
	list-style-type:disc;
	margin-bottom: .4em;
}

.child-content ol li {
    margin-left: 40px;
	list-style-type:decimal;
	margin-bottom: .4em;
}

.child-content ul ul li {
    list-style-type: circle;
	margin-top: .4em;
}

.child-content a:link {
    color: #910028;
	text-decoration:underline;
}

.child-content a:visited {
    color: #54291F;
}

.child-content a:hover {
	text-decoration:none;
}

.child-sidebar {
    width:216px;
	float:right;
	/* To account for drop shadow */
	padding: 0 5px;
	margin-right: -5px;
}

.child-sidebar li {
	color: #477d91;
	font-size: 1.167em;
}

.child-sidebar a:link, .child-sidebar a:visited {
    color: #00364A;
	text-decoration:none;
}

.child-sidebar a:hover {
    text-decoration:underline;
}

.child-sidebar .Slider {
    margin-bottom: 20px;
}

.related-links, .more-information {
	background:transparent url(../images/related_links_bottom.png) no-repeat scroll left bottom;
	margin:0 -5px 20px 0;
	float:right;
}

.more-information ul {
	background:transparent url(../images/more_info_top.png) no-repeat scroll left top;
	min-height:30px;
	padding:53px 20px 10px 20px;
	width:186px;
}

.related-links ul {
	background:transparent url(../images/might_also_top.png) no-repeat scroll left top;
	min-height:30px;
	padding:67px 20px 10px 20px;
	width:186px;
}

.related-links li, .more-information li {
    background:url(../images/arrow_bullet.gif) no-repeat left 2px;
	padding-left: 21px;
	margin-bottom: .4em;
}

.sidebar-ad {
    float:right;
	width:226px;
	height:226px;
	margin: 0 -5px 20px 0;
}

.news-date {
    font-size: .917em;
	color: #999;
	margin-bottom: .3em;
}

.news-body-summary p {
    margin-bottom: 0;
}

.child-content .newsItemDetail {
    margin-bottom: 1.4em;
}

.footnote {
    font-size: .75em;
}

.child-content ul.landing-page-list li {
    color:#477D91;
    font-size:1.167em;
	background:transparent url(../images/arrow_bullet.gif) no-repeat scroll left 2px;
    margin-bottom:0.4em;
	margin-left: 2px;
    padding-left:21px;
	list-style-type:none;
}

.child-content ul.landing-page-list a:link, .landing-page-list a:visited {
color:#00364A;
text-decoration:none;
}

.child-content ul.landing-page-list a:hover {
text-decoration:underline;
}




/* Benefits Box */

.benefits-box {
    background: url(../images/benefits_box_top.png) no-repeat left top #e8e4d8;
	overflow:hidden;
	width: 100%;
	padding-top: 40px;
	margin-bottom:1.4em;
}

.benefits-box-2 {
    background: url(../images/benefits_box_bottom.png) no-repeat left bottom #e8e4d8;
	float:left;
	width: 655px;
	padding: 0 15px 15px 15px;
}

.benefits-box-left {
    float:left;
	width: 68%;
	padding-right: 20px;
	border-right: 1px solid #c4bdad;
}

.benefits-box-right {
    float:right;
	width: 25%;
}

.benefits-box ul {
    margin-bottom: 0;
}

.benefits-box ul li {
    list-style-type: none;
	background: url(../images/benefits_box_bullet.png) no-repeat 0 4px;
	margin-left:0;
	padding-left: 20px;
}

/* Tables */

.content-table {
    margin-bottom: 1.4em;
}

.content-table th {
   background: #2b5868;
   color: #fff;
   font-size: 1.333em;
   font-weight:normal;
   padding: 2px 10px;
}

.content-table .subhead {
    background: #edeae1;
	color: #00364a;
	font-weight:bold;
}

.content-table .subhead-2 {
    background: #edeae1;
	color: #00364a;
	font-size: 1.333em;
}

.content-table td {
    border-bottom: 1px solid #c4bdad;
	padding: 3px 10px;
}

.content-table .detail {
    font-size: .688em;
}

.content-table .row-header {
    font-weight:bold;
	color: #54291F;
}

.form-table {
    margin-bottom: 15px;
}

.form-table td {
    padding: 3px 10px;
}

.form-table .TextboxField,
.form-table .TextboxField2 input {
    border: 1px solid #999;
}

.form-table .TextboxField:focus,
.form-table .TextboxField2 input:focus {
    border: 1px solid #9F6322;
}

.EditingFormErrorLabel {
    color: #FF0000;
}
/* Search Page */

.SearchDialog table td {
    padding:0 5px 5px 0;
}

.SearchDialog label {
    color:#54291F;
    font-weight:bold;
}

.SearchDialog {
    margin-bottom:30px;
}

.child-content .SearchResults a {
    text-decoration:none;
}

.child-content .SearchResults a:hover {
    text-decoration:underline;
}

.pager {
    padding: 2px 0;
	margin-bottom: 1.6em;
}

.child-content .SearchResults .pager a {
    border:1px solid #910028;
	padding: 1px 5px;
	font-size: 1em;
	color: #910028;
	text-decoration:none;
}

.child-content .SearchResults .pager a:hover {
    background: #910028;
	text-decoration:none;
	color: #fff;
}

.pager strong {
    background: #910028;
	border:1px solid #910028;
	padding: 1px 5px 2px 5px;
	color: #fff;
}

.result-number {
    margin: 0 10px;
}

/* Board & Staff pages */

.staff-table td {
    padding: 20px 6px;
}

.staff-table .board-photo {
    padding-top: 0;
	width:144px;
}

.staff-table .staff-photo {
    padding-top: 0;
	width:100px;
}

.member-info,
.member-info-2 {
    float:left;
	width:100%;
}

.member-info {
    border-bottom: 1px solid #A49265;
	margin-bottom: 10px;
}

.member-name {
    float:left;
	width:49%;
}

.member-since {
    float:right;
	width:49%;
}

.member-since div {
    text-align:right;
}

/* New Board and Staff pages */

.staff-text-box, .board-text-box {
    background:url(../images/staff_bg.jpg) no-repeat left top;
	width:368px;
	min-height: 311px;
	float:left;
	margin-top: 8px;
}

.board-text-box {
    height: 350px;
}

.staff-intro-text {
    margin: 22px 22px 0 22px;
}
.staff-list {
    margin: 0 22px 22px 22px;
	width:324px;
	line-height: 2em;
}

.child-content .staff-list a {
    text-decoration:none;
}

.child-content .staff-list a:hover {
    text-decoration:underline;
}

.staff-details {
    float:left;
	width: 205px;
	margin:35px 0 0 22px;
}

.staff-details h2.subtitle {
    border-bottom: 1px solid #9a8f7b;
	margin-bottom:3px;
}

.staff-photo {
    float:right;
	margin: 10px 10px 10px 0;
}

.staff-text {
    clear:both;
	margin:0 22px 22px 22px;
}

.staff-photo-group {
    float:right;
	width: 302px;
}

.staff-thumb {
    float:left;
	margin: 5px;
}

/*#Footer#*/

#footer {
	padding: 0;
	width: 924px;
	margin: 0 auto;
	font-size: .9em;
	clear:both;
}
	
#footer .footer-bar {
	background: url(../images/footer_bar.gif) no-repeat top left #ad3458;
	color: #fff;
	width: 900px;
	height: 20px;
	padding: 5px 12px 0 12px;
	margin: 0 auto 15px auto;
}
	
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
#footer .footer-bottom p {
    color: #653e35;
	font-size: .833em;
	width: 640px;
	float:left;
	margin: 0;
	line-height:1.2;
}

#footer .footer-bottom img {
    float:right;
	display: block;
	margin: 0 0 15px 0;
}
