* { margin: 0px; padding: 0px; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background: #ffffff url(../images/bg_graphic.gif) no-repeat top center;
}

div {
	overflow: hidden;	
}

.container {
	width: 876px;
	margin: 0px auto;
}

.header {
	width: 876px;
	margin-top: 42px;
}

.image_bar {
	width: 876px;
	margin-top: 19px;
}

p {
	margin-top: 15px;	
}

/*--------------------
// Menu Styles
--------------------*/

#menu {
	width: 876px;
	margin-top: 20px;
	background: url(../images/menu_bg.gif) no-repeat top right;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu span {
	display: none;
}

#menu a {
	display: block;
	height: 29px;
}

a#home_btn {
	width: 66px;
	background: url(../images/menu_btns.gif) no-repeat 0px 0px;
}

a:hover#home_btn {
	width: 66px;
	background: url(../images/menu_btns_roll.gif) no-repeat 0px 0px;
}

a#about_btn {
	width: 87px;
	background: url(../images/menu_btns.gif) no-repeat -66px 0px;
}

a:hover#about_btn {
	width: 87px;
	background: url(../images/menu_btns_roll.gif) no-repeat -66px 0px;
}

a#recent_loans_btn {
	width: 108px;
	background: url(../images/menu_btns.gif) no-repeat -153px 0px;
}

a:hover#recent_loans_btn {
	width: 108px;
	background: url(../images/menu_btns_roll.gif) no-repeat -153px 0px;
}

a#contact_btn  {
	width: 79px;
	background: url(../images/menu_btns.gif) no-repeat -261px 0px;
}

a:hover#contact_btn {
	width: 79px;
	background: url(../images/menu_btns_roll.gif) no-repeat -261px 0px;
}

/*--------------------
// Content Styles
--------------------*/

.main_content {
	width: 876px;
	background: url(../images/footer_text.gif) no-repeat bottom left;
	margin-bottom: 20px;
}

.main_content_home {
	width: 876px;
	background: url(../images/footer_text_home.gif) no-repeat bottom left;
	margin-bottom: 20px;
}

.main_content_about {
	width: 876px;
	background: url(../images/footer_text_about.gif) no-repeat bottom left;
	margin-bottom: 20px;
}

/*--------------------
// Left Bar Styles
--------------------*/

.left_bar {
	width: 574px;
	float: left;
	margin: 32px 20px 0px 0px;
	padding-bottom: 57px;
}

.rl_left_bar {
	width: 594px;
	float: left;
	margin: 32px 0px 0px 0px;
	padding-bottom: 57px;
}

.rl_left_bar div {
	width: 277px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#clear {
	height: 15px;
	width: 100%;
}

/*--------------------
// Right Bar Styles
--------------------*/

.right_bar {
	width: 282px;
	float: right;
	margin-top: 20px;
	font-size: .9em;
	line-height: 1.2em;
	background: url(../images/side_bar_bg.gif) no-repeat bottom;
	background-color: #cee6f6;
}

.news_header {
	width: 282px;
	height: 33px;
	background: url(../images/current_news_header.gif) no-repeat;
}

.right_bar_content {
	width: 242px;
	padding: 0px 20px 18px 20px;
}

.right_bar_content div {
	width: 100%;
	margin-top: 18px;
}

/*--------------------
// Form Styles
--------------------*/

fieldset {
	margin-top: 7px;
	border-style: none;
}
	
fieldset div {
	margin: 8px 0px 0px 0px;
	line-height: 18px;
}
	
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #afb3ba;
	width: 300px;
}