﻿body {
	background: white url('images/rep_body_bg.jpg') repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	color: #ED1720;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	border-bottom: 1px #10238C solid;
}
h2 {
	color: #10238C;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
}
a img {
	border: none;
}
a.button {
	padding: 5px 10px;
	border: 1px #10238C solid;
	text-decoration: none;
	color: #ED1720;
}
div#shell {
	background: white url('images/rep_shadow.jpg') repeat-y;
	text-align: left;
	padding: 0 10px;
	margin: 0 auto;
	width: 747px;
}
div#topbar {
	background: white url('images/rep_red.jpg') repeat-x;
	height: 24px;
}
div#branding {
	background: white url('images/brenham_bank.jpg') no-repeat right top;
	height: 109px;
}
div#branding img {
	margin: 20px 0 0 20px;
}
/*Dropdown Navigation*/
#nav {
	width: 100%;
	height: 30px;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	background: white url('images/rep_blue.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 1.7em;
	line-height: 30px;
	border-left: 1px #fff solid;
}
#nav a:hover {
	color: #ED1720;
}
#nav li:first-child a {
	border-left: none;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	margin: -5px 0 0 0;
	line-height: 16px;
	border: 1px #10238C solid;
	background: #10238C;
	color: #fff;
}
#nav li li {
	width: 12em;
}
#nav li ul a {
	width: 12em;
	line-height: 16px;
	color: #fff;
	text-align: left;
	border: none;
	padding: 0 3px;
}
#nav li ul ul {
	margin: -1.3em 0 0 12em;
}
#nav li ul.noclip ul {
	margin-left: -12em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background: #fff;
}
/* End Dropdown Navigation */
#content {
	font-size: 11px;
	margin: 10px;
	min-height: 300px;
	float: left;
	width: 500px;
	border-bottom: 1px #10238C solid;
	padding: 0 0 10px 0;
}
#sidebar {
	width: 180px;
	display: block;
	float: right;
	margin: 10px;
	color: #10238C;
	font-size: 11px;
	text-align: right;
}
#sidebar h3 {
	margin: 0 0 8px 0;
	padding: 0;
	background: #314BB9;
	color: white;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
#sidebar a {
	color: #10238C;
	text-decoration: none;
}
#sidebar input.textfield {
	margin: 0 0 5px 0;
	width: 100px;
	padding: 1px;
	background: #E4E4E4;
	border: 1px #10238C solid;
	vertical-align: middle;
}
#sidebar input.submit {
	margin: 0 0 8px 0;
	background: #10238C;
	color: white;
	border: 1px #E4E4E4 outset;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 24px;
	list-style: none;
	border-top: 1px #10238C solid;
	border-bottom: 1px #10238C solid;
}
#bugs {
	background: white url('images/legal_bugs.gif') no-repeat right top;
	height: 55px;
	margin: 0 6px;
	clear: both;
}
#footer {
	text-align: right;
	color: #3b3b3b;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	background: #CFCFCF;
	padding: 0 6px;
}
#footer a {
	color: #3b3b3b;
	text-decoration: none;
}
#footer a:hover {
	color: #ED1720;
	text-decoration: underline;
}

