/* 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: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	background: url(../images/bg.png) #000000 no-repeat top center;
	height: 100%;
}
fieldset, img
{
	border: 0;
}
input
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.submit input
{
	color: #000000;
	background: #FFFFFF;
	border: 2px solid #000000;
	height: 30px;
	font-size: 24px;
} 
#container
{
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#header
{
	width: 950px;
	height: 125px;
	padding-top: 225px;
	text-align: left;
	background: url(../images/header.png) #000000 top center;
}
#nav
{
	width: 513px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
#nav a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
#top_nav
{
	position: relative;
	width: 517px;
	height: 80px;
	float: right;
	padding-top: 200px;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	text-align: right;
}
#content
{
	width: 950px;
	height: 400px;
}
#col_one
{
	width: 280px;
	height: 343px;
	float: left;
}
#col_two
{
	width: 650px;
	float: right;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}
#col_two a
{
	font-size: 20px;
	color: #012350;
	font-weight: bold;
	text-decoration: none;
}
#col_two a:hover
{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.form_text
{
	color: #000000;
	background: #FFFFFF;
	border: 2px solid #333333;
	height: 30px;
	width: 200px;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.connect_button
{
	color: #FFFFFF;
	background: #012350;
	border: 2px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 300px;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer
{
	width: 950px;
	height: 90px;
	text-align: left;
	font-family: inherit;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#footer a
{
	font-family: inherit;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#footer a:hover
{
	font-family: inherit;
	font-size: 12px;
	color: #006554;
	text-decoration: none;
}