.right {
	float:right;
}
.left {
	float:left;
}

/* ***************
***** Header *****
*************** */
div.header {
	height:209px;
/*	Original	*/
/*	background:url(/images/bg_header.jpg) no-repeat; */

/*	Spring	*/
	background:url(/images/bg_header_spring.jpg) no-repeat;

/*	Summer	*/
/*	background:url(/images/bg_header_summer.jpg) no-repeat; */

/*	Autumn	*/
/*	background:url(/images/bg_header_autumn.jpg) no-repeat; */

/*	Winter	*/
/*	background:url(/images/bg_header_winter.jpg) no-repeat; */


	font-size:11px;
	color:#34afef;
	padding-top:10px;
}
.search p {
	display:block;
	float:left;
}
.search input.searchField {
	border:1px solid #e3e3e3;
	width:130px;
	font-size:11px;
	color:#34afef;
	padding:3px;
}
div.header div {
	padding:0 5px;
}
.date {
	margin-top:3px;
}


/* ***************
***** Menu *****
*************** */
.container_16 .navigation {
	height:42px;
	background:url(/images/bg_menu.jpg) repeat-x;
	margin-bottom:11px;
	font-size:14px;
	color:#dcdcdc;
	padding-left:2px;
	width:938px;
}

.navigation a {
		color:#dcdcdc;
		text-decoration:none;
		height:42px;
		line-height:42px;
		display:block;
		float:left;
		padding:0 0 0 6px;
}
.navigation a:hover {
	background:url(/images/menu_hover_left.jpg) no-repeat left;
}
.navigation a span {
	display:block;
		padding:0 10px 0 4px;
}
.navigation a:hover span {
	background:url(/images/menu_hover_right.jpg) no-repeat right;
}



div.menu,
div.sub_menu {
	border:solid 1px #115083;
	border-top:none;
	background:#FFFFFF;
	position: relative;
	width:156px;
	padding:6px 7px;
}
div.sub_menu {
	border-top:solid 1px #115083;
}

div.menu a,
div.sub_menu a {
	background:none;
	display:block;
	float:none;
	padding:4px 6px;
	width:144px;
	font-size:12px;
	margin:0;
	border:0;
	border-top:1px solid #93d4f6;
	height:auto;
	color:#115083;
	line-height:normal;
}
div.menu a:hover,
div.sub_menu a:hover {
	background:#2877BC;
	color:#fff;
}









/* ***************
***** Content *****
*************** */
.container_16 div.mainColumn {
	background-color:#f3f3f3;
	min-height:580px;
	border-top:1px solid #115083;
	border-bottom:1px solid #115083;
	margin-bottom:11px;
	color:#344655;
	padding:0 7px 7px 7px;
	width:506px;
}
.mainColumn .homePageImage {
	margin-left:-7px;
	margin-right:-7px;
}
.mainColumn h1 {
	border-bottom:1px solid #344655;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:32px;
	padding-top:3px;
}
.mainColumn blockquote {
	margin: 15px 0px;
 	padding: 10px 40px;
	background: #e3e3e3 url(/images/quote.jpg) no-repeat 16px 10px;
	text-align:justify;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #344655;	
}
.mainColumn a {	
	color: #344655;	
}
.mainColumn a:hover {
	color:#115083;
}
.mainColumn h2 {
	color:#115083;
	font-size:14px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:bold;
}
.mainColumn h3 {
	font-size:18px;
	font-weight:normal;
}
.mainColumn h4 {
	font-size:12px;
	color: #676767;
}
.mainColumn img {
	margin:5px;
}
.mainColumn p, 
.mainColumn li, 
.mainColumn td, 
.mainColumn th {
	font-size:13px;
}
.mainColumn p.small {
	font-size:10px;
}

.newsImage {
	float:right;
}
.newsLeft {
	float:left;
	width:340px;
}

.pollTable td {
	padding:1px 8px 1px 0;
}



/*
***************************** Left Content ***
*/
.leftBox {
	width:inherit;
	margin-bottom:10px;
}
.leftTitle {
	background:url(/images/tab_left.jpg) no-repeat;
	width:inherit;
	height:24px;
	padding-top:11px;
	text-align:center;	
}
.leftTitle h2 {
	color:#115083;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.leftBoxContent {
	width:150px;
	border-top:1px solid #115083;
	border-bottom:1px solid #115083;
	background-color:#e3e3e3;
	padding:6px 5px;
}

.leftBoxContent ul {
	list-style:none;
	margin:0; padding:0;
}
.leftBoxContent ul li {
	font-size:12px;
	border-bottom:dotted 1px #0c4472;
	margin:0; padding:0;
	color:#0c4472;
}
.leftBoxContent li:last-child {
	border-bottom:none;
}
.leftBoxContent ul li a {
	color:#0c4472;
	text-decoration:none;
	display:block;
	padding:1px 0;
}
.leftBoxContent ul li a:hover {
	background:#2877BC;
	color:#fff;
}
.leftBoxContent .pollQuestion li {
	border:none;
}
.leftBoxContent .pollQuestion li:first-child {
	padding-bottom:7px;
}
.leftBoxContent .pollQuestion input {
	float:left;
}
.leftBoxContent .pollQuestion label {
	float:right;
	width: 120px;
}
.leftBoxContent .submit {
	text-align:center;
	clear:both;
	margin-top:9px;
}
.leftBoxContent .viewResults li {
	border-bottom:dotted 1px #0c4472;
	border-top:dotted 1px #0c4472;
	margin-top:5px;
}
.leftBoxContent .viewResults li:last-child {
	border-bottom:dotted 1px #0c4472;
}
/*
***************************** Middle Content *
*/
table.loanApp {
	width:99%;
	margin-top:10px;
}
table.loanApp2 {
	width:99%;
}
table.loanApp td, table.loanApp2 td {
	text-align:left;
	vertical-align:middle;
	padding:4px;
	background-color:transparent;
	border-bottom:1px solid #c3c3c3;
}
table.loanApp th {
	background-color: #2877bc;
	color:#ffffff;
	text-align:left;
	padding:2px;
}
table.loanApp td table, table.loanApp2 td table {
	margin-bottom:0;padding:0;
}
table.loanApp td table td, table.loanApp2 td table td {
	margin:0;padding:0;
	border-bottom:none;
}
td.submit {
	text-align:center;
}
td.twentyEight {
	width:28%;
}
td.fiftyPercent {
	width:50%;
}
td.fourtyTwo {
	width:42%;
}
.form-field50 {
	width:70px;
}
.form-field20 {
	width:30px;
}
form-field150 {
	width:150px;
}
table.loanApp tr:hover, table.loanApp2 tr:hover {
	background-color:#E3E3E3;
}
label.error {
	color:#ff0000;
	display:block;
}
input, textarea {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.searchContainer {
	margin-top:30px;
}
table.admin td {padding:1px 3px;}

/*
***************************** Right Content **
*/
.memberDirect {
	background:url(/images/member_direct.jpg) no-repeat 0 3px;
	border:1px solid #bfbfbf;
	padding-top:40px;
	width:218px;
	min-height:34px;
	margin-top:10px;	
}
.memberDirect .internetBanking {
	text-align:center;
	margin-top:0;
	color:#0a689b;
}
.memberDirect p a {
	background: url(/images/button.jpg) no-repeat;
	display:block;
	width:91px;
	height:20px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding-top:1px;
	margin:0 auto;
	text-align:center;
}
.memberDirect p a:active {
	background:url(/images/button_down.jpg) no-repeat -1px -1px;
	width:91px;
	height:20px;
	color:#555;
}
.hotlist {
	width:220px;
	margin:10px 0;
}
.hotlistTitle {
	width:220px;
	height:24px;
	padding-top:11px;
	background:url(/images/tab_right.jpg) no-repeat;
	text-align:center;	
}
.hotlistTitle h2 {
	color:#115083;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.hotlistTitle h2 a {
	color:#115083;
	text-decoration:none;
}
.hotlistTitle h2 a:hover {
	text-decoration:underline;
}
.hotlist .newsBox {
	width:220px;
	border-top:1px solid #115083;
	border-bottom:1px solid #115083;
	background-color:#e3e3e3;
	padding-top:12px;
}
.newsItem {
	padding:0 5px;
	margin-bottom:12px;
}
.newsItem p {
	float:right;
	width:125px;
	color:#131212;
	font-size:12px;
	font-weight:bold;
	margin:4px 0;
	line-height:14px;
}
.newsItem p a {
	color:#131212;
	text-decoration:none;
	display:block;
}
.newsItem p a:hover {
	background:#fff;
	width:125px;
	height:auto;
}
.newsItem p.postDate {
	color:#676767;
	font-size:10px;
	font-weight:normal;
	padding-left:6px;
	width:119px;
	margin-top:0px;
}
.newsItem img {
	float:left;
	width:72px;
	height:72px;
	background-color:#e3e3e3;
	padding:1px;
	border:1px solid #fff;
}
.newsItem a:hover img {
	background-color:#999;
	border:1px solid #aaa;
}




/* ***************
***** Footer *****
*************** */
.container_16 div.footer {
	border-top:1px solid #115083;
	height:113px;
	background:url(/images/bg_footer.jpg) repeat-x;
	padding:10px 160px 10px 10px;
	width:770px;
}
div.footer p, 
div.footer li, 
div.footer a {
	color:#fff;
	font-size:11px;
	line-height:14px;
}
div.footer a {
	text-decoration:none;
}
div.footer a:hover {
	text-decoration:underline;
}
