﻿* {
	padding: 0;
	/*border: 0;*/
	font-size: 13px;
	font-family: Frutiger-BoldCn, Verdana;
}
body {
	margin: 0;
	background: #ffffff;
	width: 100%;
	/*height: 100%;*/
	/*dding: 30px 0;*/
}
table {
	
}
.padded td {
	padding:5px 8px;
}
a img {
	border: 0;
}
a:visited {
	color: #026401;
	text-decoration: none;
}
p {
	margin: 0 0 7px 0;
	padding-top: 0;
}
a:link {
	color: #f4911e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, button {
	margin: auto;
	padding: auto;
	border: auto;
}
ul {
	list-style: square;
	margin: 15px 35px;
	padding: auto;
}
ul ul {
	list-style: circle;
	margin: 8px 20px 0 20px;
}
ul li {
	margin: 2px 0 2px 0;
	padding: 4px 6px; /*was 4 and 6px*/
	/*background: #dec18a url('images/manatee-liback.jpg') right repeat-y;*/
}
ul ul li {
	padding: 2px 3px;
	background: none;
}
ul li ol {
	margin-left: 20px;
	margin-left: expression('24px');
	padding-left: 0;
}
ul li ol li {
	margin-left: 0;
	padding-left: 0;
}
ul.short {
	width: 475px;
}

ul.linkList {
	width: 600px;
}
ul.linkList li a {
	display: block;
	float: right;
	text-align: right;
}

ul.siteMap, ul.siteMap ul {
	width:350px; 
	list-style:none;
}
ul.siteMap li {
	margin: 2px;
	padding-left: 20px;
}
ul.siteMap ul li {
	margin: 0;
}
ul.siteMap a {
	color: #365c8b;
	font-weight: bold;
	text-decoration: underline;
}
ul.siteMap ul li a {
	font-weight: normal;
}

ul#numberList {
	list-style: decimal;
}
ul#noBack li{
	background: none;
}
fieldset {
	position: relative;		/*need this for IE BG bleed bug*/
	background-color: #FFFFFF;
	border: 1px dashed #f4911e;
	padding: 5px 5px 6px 5px;
	text-align: left;
}
fieldset legend {
	position: absolute;		/*need this for IE BG bleed bug*/
	top: -.5em;				/*need this for IE BG bleed bug*/
	left: .2em;				/*need this for IE BG bleed bug*/
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
}

/*----shell styles----*/

.mainWrapper {
	width: 966px;
	text-align: left;
	margin: auto;
	display:block;
}
.header {
	position:relative;
	width: 964px;
	height: 120px;
	background: url('images/header-logo.jpg') no-repeat;
	background-position: left top;
	margin-top: 20px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#mainContentWrap {
	width: 964px;
	height: auto;
	display:block;
	/*background: url('images/manatee-contentback.jpg') repeat-y;*/
	border-left: 1px #717174 dashed;
	border-right: 1px #717174 dashed;
}
body.home #mainContentWrap{
	border-left: 0px #717174 dashed;
	border-right: 0px #717174 dashed;
	width: 966px;
	background-image: url('images/mainContentWrapBack.jpg');
	background-repeat:repeat-y;	
}
#language {
	display: none;
}
body.home #language {
	display: block;
}
#mainContent {
	width: 896px;
	/*width: 896px; 922px;*/
	/*width: expression('896px');*/
	min-height: 350px;
	height: 100%;
	display: block;
	/*background: url('images/manatee-contenttop.jpg') no-repeat;*/
	padding: 12px 25px 20px 25px; /*12px 22px 20px 22px;*/
	color: #222222; /*was #c0662c*/
	
}
body.home #mainContent {
	width: 480px;
	/*width: 896px; 922px;*/
	/*width: expression('896px');*/
	/*min-height: 350px;*/
	height: 100%;
	display: block;
	/*background: url('images/manatee-contenttop.jpg') no-repeat;*/
	padding: 12px 0px 12px 20px;/*12px 35px 20px 35px; 12px 22px 20px 22px;*/
	color: #222222;
	float:left;
}
#leftcol {
	width: 225px;
	float:left;
}
#rightcol {
	width: 224px;
	float: right;
	text-align:center;
	padding-top:15px;
}
.login {
	width: 209px;
	font-size: 17px;
	padding-bottom: 10px;
	border-bottom: 1px #ffffff dashed;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
}
.login table td {
	font-size: 13px;
	/*font-weight: bold;*/
	color: #ffffff;
}
.login input {
	font-size: medium;
}
h1.title {
	color: #b7d98c;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Arial;
}
.login form {
	text-align: left;
	margin: 0px;
}
.login #submit {
	background-image: url('images/login.png');
	border: none;
	width: 57px;
	height: 28px;
	
}
.login #submit:hover {
	background-image: url('images/login_hover.png');
}
.footer {
	border-top: 5px gray solid;
	height: 68px;
	/*background: url('images/manatee-footer.jpg') no-repeat;*/
	
}
.footerLinks {
	text-align: left;
	padding-top: 12px;
	padding-right: 6px;
	font-size: 13px;
	float: left;
}
.footerLinks a {
	text-decoration: none;
	color: #717174;
	font-size: 11px;
	padding: 0 5px;
	text-transform: uppercase;
}
.footerLinks a:hover {
	color: #f4911e;
}
.copyright {
	color: #717174;
	font-size: 11px;
	padding-left: 5px;
}
.bugs {
	float: right; 
	padding-top: 5px;
}

/*----navigation styles----*/

/*--top--*/
.topLinks {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: right;
	font-size: 13px;
	color: #717174;
	display: block;
	text-transform: uppercase;
	margin: 0;
}
.topLinks a {
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	color: #717174;
	font-size: 11px;
}
.topLinks a:hover {
	color: #f4911e;
}

/*--nav--*/
#nav ul {
	display: block;
	height: 27px;
	/*list-style: none;*/
	line-height: 1;
	margin: 0 8px 0px 62px;
}
#nav {
	display: block;
	height: 27px;
	/*list-style: none;*/
	width: 966px;
	background: #717174;
	/*background: url('images/manatee-navback.jpg') no-repeat;*/
}
#nav li {
	height: 27px;
	margin: 0px;
	/*background: url('images/manatee-buttonback.jpg') repeat-x;*/
	display: block;
	float: left;
	text-align: center;
	padding: 1px 0px;
}
#nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	padding: 0px 18px;
	/*font-weight: bold;*/
	font-size: 14px;
	color: #ffffff;
	border-left: 1px #ffffff solid;
}
#nav a:hover {
	color: #ffffff;
	background: #f4911e;
	border-left: 1px #ffffff solid;
}
#nav a.rightborder {
	border-right: 1px #ffffff solid;
}
/*--dropdowns--*/
#nav li ul {
	position: absolute;
	height: auto;
	left: -999em;
	width: 150px; /*was 198px*/
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	/*background: #0e6210 url('images/manatee-ddgrad.jpg') repeat-x bottom;*/
	background: #c9c9cb;
	border: 1px #dedfe0 solid;
	margin: 6px 12px;
	/*padding-bottom: 19px;*/
	margin-left: 0px; /*was -7px*/
	margin-top: 0px;
	z-index: 5000;
	list-style: square;
	
}
#nav li li {
	height: auto;
	width: 150px; /*was 198px*/
	background: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #dedfe0;*/
	list-style: square;
	color: #222222;
}
#nav li ul li {
	padding:2px 0;
	list-style: square;
	color: #222222;
}
#nav li ul a {
	width: 148px;
	color: #111111;
	line-height: normal;
	text-align: left;
	border: none;
	padding: 0 2px;
	background: none;
	font-weight: normal;
}
#nav li ul a:hover {
	color: #111111;
	border-left: none;
}
#nav li ul ul {
	margin: -1.3em 0 0 200px;
}
#nav li ul.noclip ul {
	margin-left: -200px;
}
#nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
}
#nav li.sfhover ul ul {
	left: -999em;
	display: block;
}
#nav li:hover ul ul ul {
	left: -999em;
	display: block;
}
#nav li:hover ul ul {
	left: -999em;
	display: block;
}
#nav li li li.sfhover ul {
	left: auto;
	display: block;
}
#nav li li.sfhover ul {
	left: auto;
	display: block;
}
#nav li.sfhover ul {
	left: auto;
	display: block;
}
#nav li li li:hover ul {
	left: auto;
	display: block;
}
#nav li li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
/* Main Button Hover States */
#nav li.sfhover {

}
#nav li:hover {

}
#nav li.sfhover a {

}
#nav li:hover a {

}
/* Dropdown Button Hover States */
#nav ul li.sfhover {
	color: #026503;
}
#nav ul li:hover {
	color: #026503;
}
#nav li.sfhover ul a {
	color: #ffffff;
	background: none;
}
#nav li:hover ul a {
	color: #ffffff;
	background: none;
}
#nav li.sfhover ul a:hover {
	/*color: #fff;
	background: #000000;*/
	border-left: none;
}

#nav li:hover ul a:hover {
	/*color: #fff;
	background: #000000;*/
	border-left: none;
}
#nav li:hover, #nav li.hover {
	position:static;
}
#nav li.sfhover ul li:hover {
	color: #fff;
	background: #98989c;
	border: none;
}
#nav li:hover ul li:hover {
	color: #fff;
	background: #98989c;
	border: none;
}
#nav a:hover, #nav li ul .active {

}
/*----content styles*/
hr {
	color: #f4911e;
	background-color: #f4911e;
	height: 1px;
	border: none;
}
h2 {
	font-size: 18px;
	color: #00704a;
	font-weight: bold;
	border-bottom: 1px dashed #000000; /*#ab5e2c;*/
	margin: 4px 0px 8px 0px;
	text-transform: uppercase;
}
h3 {
	margin-top: 12px;
	font-size: 14px;
	/*border-bottom: 1px solid #026503; /*#ab5e2c;*/
	margin-bottom:4px;
	padding-bottom: 4px;
	color: #f4911e;
}
h4 {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 2px;
	color: #222222; /*#666666; /*#8c2b05;*/
}
#mainContent p {
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 13px 0;
}
.leftSide {
	float:left;
	margin-right:6px;
}
.rightSide {
	float: right;
	clear: right;
}
img.spaced {
	border: 1px solid #f4911e; /*#e89c6b; #ab5e2c;*/
	margin-bottom:8px; 
}
.clear {
	clear: both;
	height: 0px;
}
.leftMargin {
	margin-left: 20px;
}
#note {
	font-size: 10px;
}
.tierList {
	margin-bottom: 30px;
	border: 1px dashed #f4911e;
	border-left-width: 0;
	border-right-width: 0;
}	
.tierList ul {
	list-style: none;
	margin-left: 15px;
	margin: 10px 150px 10px 150px;
}
.tierList li {
	font-weight: bold;
	padding: 2px 12px 2px 12px;
	/*border-bottom: 1px dashed #c9c9cb;*/
}
.tierList li span {
	float: right;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
.lenderInfo {
	margin: 10px 7px 10px 15px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #f4911e;
	min-height: 155px;
}
.lenderInfo img {
	float:right;
	margin-left: 5px;
}
.staffInfo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background: #FFFFFF;
	/*border: 1px solid #f4911e;*/
	/*min-height: 149px;*/
}
.staffInfo img {
	float: left;
	margin-right: 5px;
}
/*.staffInfo span, .staffInfo p {
	margin: 0 0 30px 500px;
}*/
.staffInfo strong {
	display: block;
	font-size: 15px;
	border-bottom: 1px dashed #f4911e;
}
table.custTable01 {
	width: 300px;
	margin: 5px 0 10px 0;
	background: #f4911e; /*#dec18a;*/
	/*background: #444444;*/
}
table.custTable01 td {
	padding: 2px 4px;
	margin: 1px;
	background: #666666;
	color: #FFFFFF;
	font-size: 11px;
}
table.custTable01 td.tblHeader {
	background: #CCCCCC url('images/tbl_header_bg.jpg') repeat-y right;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}
.location {
	margin: 10px 200px 10px 0;
	background: #FFFFFF;
	padding: 7px;
	min-height: 210px;
	border: 1px dashed #f4911e;
}
.location img {
	float: left;
	margin: 0 25px 0 0; 
}
.location a img.mapImg {
	float: right;
	margin: 10px 15px 0 0;
}
.location div {
	height: 115px;
	border-bottom: 1px dashed #f4911e;
}
.location div#lakewood {
	height: 140px;
}
.location strong {
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.location span {
	float: left;
	width: 190px;
	height: 70px;
	margin-left: 15px;
}
.green {
	color: #00704a;
}
.legal {
	font-size: 9px;
	text-align: center;
}
#AccessIDVisible {
	font-size: 12px;
}
#whats_new {
	width: 460px;
}

/* -----------------CHECKING TABLE ---------------------*/
.checkingtable {
	border-bottom: 1px #000000 dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.checkingtable caption {
	font-size: 14px;
	color: #00704a;
	font-weight: bold;
	margin: 4px 0px 10px 0px;
	padding-bottom: 4px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px #000000 dotted;
}
.checkingtable td {
	vertical-align: top;
	width: 33%;
	padding: 0px 10px 0px 10px;
	font-size: 10px;
}
.checkingtable td h4 {
	font-size: 12px;
	margin-bottom: 5px;	
	line-height: 18px;
}
.checkingtable td ul {
	margin: 10px 0px 10px 25px;
}
.checkingtable td ul li{
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
.checkingtable td ol li{
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
#mainContent p.disclosure {
	line-height: 12px;
	font-size: 9px;
	font-weight:bold;
}
body.products ul {
	margin: 10px 0px 10px 25px;
}
body.products ul li {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;	
}