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

/* Standard */

* {
	padding: 0px;
	margin: 0px;
	/*overflow: hidden;*/
}

* html a {
	width: 100%;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
}

.fltLeft {
	float: left;
}

.fltRight {
	float: right;
}

.fltClear {
	clear: both;
}

body {
	text-align: center;
	background: #CCCCFF;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Site Specific */

#wrap {
	width: 900px;
	height: 100%;
	border: solid 1px #000000;
	border-top: 0px;
	background: #FFFFFF;
}

#topbar {
	background: #2A1F00;
	height: 25px;
	color:#FFFBF0;
	font-size: 1.0em;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#topbar ul li {
	list-style: none;
	display: inline;
	padding: 20px;
}

#topbar a, a:link, #footer a, a:link {
	color: #FFFBF0;
	text-decoration:none;
}

#topbar a:hover, #footer a:hover, #content a:hover {
	color:#FF0000;
}

#logo {
	float: left;
	text-align: center;
	width: 400px;
	height: 150px;
	padding-top: 5px;
	margin-bottom: -5px;
	overflow: hidden;
}

#news {
	width: 500px;
	height: 150px;
	/*background: #55FFFF;*/
	padding: 0px;
	margin: 0px;
	float: left;
}

#inetbanking {
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#middle {
	height: 100%;
	min-height: 400px;
	background:#998f86;
	padding: 0px;
	margin: 0px;
}

#leftnav {
	float: left;
	width: 150px;
	height: 100%;
	min-height: 400px;
	background: url(../img/navbg.jpg) #998f86 repeat-x;
	text-align: left;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

#leftnav ul {
	padding-top: 10px;
}

#leftnav ul li {
	list-style:none;
	list-style-type:none;
	display:block;
	padding: 8px;
	padding-left: 30px;
	width: 15em;
}

#leftnav ul li a {
	padding-left: 30px;
	margin-left: -30px;
	width: 100%;
	color: #FFFFFF;
	border: 1px #998f86 solid;
}

#leftnav ul li a:hover {
	color: #FF0000;
	background:url(../img/star.png) left no-repeat;
}

#leftnav ul li hr {
	border: none;
	background-color: #FF3F00;
	color:#550000;
	height: 2px;
	width: 100%;
	padding: 0px;
	padding-left: 80px;
}

#rightflash {
	float: left;
	width: 730px;
	height: 378px; /*400*/
	min-height: 378px;
	background: url(../img/tfb_logo_bg.png) 55% 45% no-repeat #FFFFFF fixed;
	border-top: 1px solid #000000;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	float: left;
	width: 730px;
	height: 100%;
	min-height: 400px;
	background: url(../img/amistad_logo_bg.png) 55% 45% no-repeat #FFFFFF fixed;
	border-top: 1px solid #000000;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

.nostar {
	background: #FFFFFF;
}

#content a, a:link {
	text-decoration:none;
	color:#000000;
}

#content h2 {
	text-decoration: underline;
}

#content ul {
	padding-left: 25px;
}

#bottom {
	height: 150px;
	background: url(../img/bottom.png) no-repeat #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000000;
}

#footer {
	background: #2A1F00;
	height: 25px;
	color:#FFFBF0;
	font-size: 1.0em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	line-height:25px;
	vertical-align:middle;
}

#footer ul li {
	list-style: none;
	display: inline;
	padding: 20px;
	vertical-align:middle;
}

#footerimgs ul li {
	list-style: none;
	display: inline;
	padding: 20px;
	vertical-align:middle;
}

#about_font {
	line-height: 1.3em;
}

#letter_font {
	line-height: 1.3em;
	font-size: 1.1em;
}

.picright {
	float:right;
	text-align:center;
	padding-left: 25px;
}
