/* Created on June 27, 2009 by Allen Moore
copyright 2009, The Little Bank
Last modified on June 27, 2009*/

html
{
	text-align: center;
}
body
{
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: /*url(images/bg.png) #E2DDCD*/ #C9BFA3 repeat top center;
	height: 100%;
}
fieldset, img
{
	border: 0;
}
#container
{
	width: 850px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: #FFFFFF repeat top center;
	margin-top: 5px;
	margin-bottom: 25px;
}
#header
{
	width: 800px;
	height: 100px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: #006554 1px dotted;
}
#logo_left
{
	position: relative;
	width: 283px;
	height: 50px;
	padding-top: 25px;
	float: left;
}
#header_right
{
	position: relative;
	width: 517px;
	height: 80px;
	float: right;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	text-align: right;
}
#text_resize
{
	height: 20px;
}
#text_resize a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}
#tezt_resize a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006554;
	text-transform: uppercase;
	text-decoration: none;
}
#site_search
{
	height: 25px;
	padding-top: 5px;
}
#top_nav
{
	position: relative;
	width: 517px;
	height: 20px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	text-align: right;
}
#top_nav a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}
#top_nav a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006554;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#content
{
	width: 800px;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	background: url(images/side_nav_bg.jpg) repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: #006554 1px dotted;
}
#col_one
{
	width: 200px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	float: left;
}
#col_one img
{
	padding-bottom: 5px;
}
#col_one a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#col_one a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006554;
	text-decoration: none;
	font-weight: bold;
}
#col_one ul,li
{
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#col_two
{
	width: 590px;
	height: 100%;
	min-height: 380px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#col_two h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004837;
	font-weight: bold;
}
#col_two ul,li
{
	list-style: square;
	padding: 0;
	margin-left: 20px;
}
#col_two a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004837;
	text-decoration: underline;
	font-weight: bold;
}
#col_two a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#col_two img
{
	padding-right: 10px;
	padding-bottom: 5px;
}
#flash
{
	width: 590px;
	height: 300px;
	padding-bottom: 5px;
}
#ad_one
{
	width: 150px;
	height: 107px;
	padding-right: 70px;
	float: left;
}
#ad_two
{
	width: 150px;
	height: 107px;
	padding-right: 70px;
	float: left;
}
#ad_three
{
	width: 150px;
	height: 107px;
	float: right;
}
.locations
{
	width: 590px;
}
.loc_one
{
	width: 300px;
	height: 199px;
	float: left;
}
.loc_two
{
	width: 270px;
	float: right;
	height: 199px;
}
.lt_left
{
	width: 130px;
	height: 125px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding-right: 10px;
}
.lt_right
{
	width: 130px;
	height: 125px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#footer
{
	width: 800px;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	font-family: inherit;
	font-size: 10px;
	color: #333333;
}
#footer a
{
	font-family: inherit;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#footer a:hover
{
	font-family: inherit;
	font-size: 10px;
	color: #006554;
	text-decoration: none;
}
/* Start Main Navigation */
.menu_button_rd
{
	width: 165px;
	height: 20px;
	float: right;
	background-image: url(images/nav/rd_01.jpg);
	background-repeat: no-repeat;
}
.menu_button_rd_link
{
	width: 165px;
	height: 20px;
	display: block;
	background-image: url(images/nav/rd_01.jpg);
	background-repeat: no-repeat;
}
.menu_button_rd_link:hover
{
	background-image: url(images/nav/rd_02.jpg);
}
.menu_button_ob
{
	width: 165px;
	height: 20px;
	float: right;
	background-image: url(images/nav/ob_01.jpg);
	background-repeat: no-repeat;
}
.menu_button_ob_link
{
	width: 165px;
	height: 20px;
	display: block;
	background-image: url(images/nav/ob_01.jpg);
	background-repeat: no-repeat;
}
.menu_button_ob_link:hover
{
	background-image: url(images/nav/ob_02.jpg);
}
.menu_button_cr
{
	width: 165px;
	height: 20px;
	float: right;
	background-image: url(images/nav/cr_01.jpg);
	background-repeat: no-repeat;
}
.menu_button_cr_link
{
	width: 165px;
	height: 20px;
	display: block;
	background-image: url(images/nav/cr_01.jpg);
	background-repeat: no-repeat;
}
.menu_button_cr_link:hover
{
	background-image: url(..images/nav/cr_02.jpg);
}
#press_release p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
