@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/footer_body_background.jpg);
	color:#333333;
}

a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
}

h1 {
	font-size:18px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:normal;
	color:#1E1E1E;
}

.h1color {
	color:#4d0c0c;
	font-weight:bold;
}

div#HeaderBackground {
	background:url(images/header_background.jpg);
	background-repeat:repeat-x;
}

div#HeaderWrapper {
	width:760px;
	margin:0 auto;
}

div#MenuWrapper {
	background:#FFFFFF;
}

div#Menu {
	width:760px;
	margin:0 auto;
	height:41px;
	background:url(images/menu.jpg);
}

div#MenuSpacing {
	padding-top:13px;
}

div#Menu a {
	color:#4d0c0c;
	font-size:15px;
	font-weight:bold;
}

div#Menu a#menu_item_home {
	padding-right:55px;
}

div#Menu a#menu_item_deposit {
	padding-right:40px;
}

div#Menu a#menu_item_investment {
	padding-right:47px;
}

div#Menu a#menu_item_loans {
	padding-right:37px;
}

div#Menu a#Rates {
	padding-right:35px;
}

/**************************** Dropdown Menu ****************************/

DIV.menu {
	background-color:#c1c5ab;
	border: solid #FFFFFF 2px;
	border-top-width:5px;
	width: 130px;
	margin-top:7px;
}
	
DIV.menu A.menu {
	display: block;
	width: 100%;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
}
	
DIV.menu A.menu:hover {
	background: #4d0c0c;
}

/**************************** End Dropdown Menu ****************************/

div#Calculator {
	width:247px;
	height:218px;
	background:url(images/calculator.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-right:-5px;
	padding-top:15px;
}

div#Calculator p {
	padding-left:45px;
}

div#Calculator h1 {
	padding-left:45px;
}

div#MemberDirect {
	width:247px;
	height:218px;
	background: url(images/memberdirect.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-right:-5px;
	padding-top:15px;
}
div#MemberDirect img {
	padding-left: 50px;
	padding-top: 25px;
	border: none;
}

div#MemberDirectHome {
	width: 164px;
	height: 26px;
	float: right;
	clear: right;
	margin: -10px 25px 0 0;
	padding: 0 0 10px 10px;
}

div#MemberDirectHome img {
	border: none;
}

div#ContentWrapper {
	background:url(images/content_wrapper_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#494949;
}

div#ContentOutside {
	width:760px;
	margin:0 auto;
	background:#FFFFFF;
}

div#Content {
	margin:5px;
	margin-top:0px;
	margin-bottom:0;
	border-bottom:5px solid #FFFFFF;
	background:#dbddd1;
}

div#ContentSpace {
	padding:15px;
	min-height:230px;
}

div#linkLogos {
	float: left;
	margin-top: 40px;
}
div#phonebookSearch {
	float: right;
	height: 250px;
	width: 135px;
	margin-bottom: 10px;
}
div.clear {
	clear: both;
}

div#FooterWrapper {
	height:98px;
	background:url(images/footer_wrapper.jpg);
	background-repeat:repeat-x;
}

div#Footer {
	width:760px;
	height:73px;
	margin:0 auto;
	background:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:20px;
}

div#Footer a {
	color:#4d0c0c;
	font-weight:bold;
}

.ratesheader {
	background-color: #999999;
}