﻿body {
	background-color: #ebebeb;
	margin: 6px auto;
	padding: 0;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
}
strong {
	text-decoration: none;
	font-weight: bold;
	color: #3C5665; 
}

form {
	margin: 0;
}

/* SHELL
**************************************************/

.shell {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border-top: 0px #fff solid; /* #314254 */
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 0px #000 solid;
	background-color: #3C5665;
}

/* CONTENT
**************************************************/

.contentleft {
	background-color: #628195;
	border-right: 0px #000 solid;
	width: 200px;
	float: left;
}

.content {
	background-color: #fff;
	font-size: .8em;
	color: #3C5665;
	float: right;
	width: 726px;
	padding: 12px 12px 48px 12px;
	min-height: 400px;
	_height: 400px;
	font-family: georgia;
}

.content {
	background-image: url('images/watermark.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

#home.content {
	background-image: url('images/watermark.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

.content h1 {
	color: #9D470E; /* #8D1415; */ 
	font-size: 1.45em;
	border-left: 0px #000 solid;	
	border-bottom: 2px #950330 dotted;
	text-transform: capitalize;
	padding: 0;
	margin: 24px 0 12px 0;
}
.content h2 {
	color: #000; /* #8D1415; */
	font-size: 1em;
	text-transform: capitalize;
	border-top: 0px #0B5467 solid;
	border-left: 0px #B22222 solid;
	border-right: 0px #0B5467 solid;
	border-bottom: 2px #000 dotted;
	margin: 24px 0 12px 24px;
}

.content p {
	margin: 12px 24px;
}
.content ul, ol {
	margin: 0 0 0 75px;
	padding: 6px 0;
	line-height: 1.75;
}

.content img {
	margin: 0 12px 0 0;
	padding: 0;
	color: #000;
}

.content strong {
	color: #000;
}

.content a img {
	border: none;
}
.content h3 {
	color: #1E5B3C;
	font-size: 1.2em;
}

/* CONTENT LINKS
**************************************************/

.content a {
	color: #3C5665;
	text-decoration: underline;
	font-weight: normal;
}

.content a:hover {
	color: #3C5665;
	text-decoration: none;
}

/* BUTTONS
**************************************************/

a.button:link, a.button:visited  {
	color: #fff;
	background-color: #628195;
	text-decoration: none;
	border: 3px #3C5665 solid;
	padding: 6px 12px;
	font-weight: bold;	
	margin: 12px 0 0 24px;
	line-height: 4;
}

a.button:active, a.button:hover {
	border: 3px #3C5665 solid;
	color: #fff;
	background-color: #3C5665;
	text-decoration: none;
}

/* LOGO
**************************************************/

#logobg {
	margin: 0;
	padding: 0;
/*	background-image: url('images/silo.jpg');
	background-position: center center;
	background-repeat: no-repeat; */
	width: 950px;
	height: 292px;
	float: left;
	border-top: 12px #314254 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
	border-bottom: 12px #314254 solid;	
}

#logo {
	margin: 0;
	padding: 0;
}

/* LOGIN - DL
**************************************************/

#dl {
	display: none;
}

#home #dl {
	background-image: url('images/login_bg.gif');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
	left: 725px;
	top: 60px;
	height: 205px;
	width: 217px;
	float: right;
	position: absolute;
	margin: 0 auto;
	padding: 18px 0 0 0;
	display: block;
	
}

#dl h2 {
	color: #9D470E;
	margin: 0 auto;
	padding: 24px 0 9px 0;
	text-align: center;
}

#dl #access {
	color: #3C5665;
	text-align: left;
	padding: 0 0 6px 30px;
	font-weight: bold;
}

#dl #box {
	margin: 0 auto;
	padding: 3px 36px 16px 0;
	text-align: right;
}

#dl form {
	margin: 0;
	border: 0px blue solid;
	text-align: left;
}
#dl form #AccessIDVisible {
	border: 2px #3C5665 solid;
	text-align: left;
}
#dl form #AccessIDVisible:hover, #login form #AccessIDVisible:focus {
	border: 2px #3D5665 solid;
/*	background-color: #628195;  */
	color: #000;
}

#dl a {
	color: #3C5665;
	text-decoration: none;
}

#dl a:hover {
	text-decoration: underline;
}

/* FOOTER 
**************************************************/

.footer {
	background-color: #ebebeb;
	color: #000;
	width: 944px;
	font-size: .9em;
	border: none;
	margin: 0 auto;
	background-image: url('images/fdic.gif');
	background-repeat: no-repeat;
	height: 56px;
	text-align: right;
	border-top: 12px #314254 solid;
	line-height: 2;
	padding: 0 8px 0 0;
}

.footer a {
	background-color: #ebebeb;
	color: #000;
	text-decoration: none;
	padding: 4px 2px;	
}

.footer a:hover{
	color: #fff;
	background-color: #314254;
}

/* TOP NAVIGATION LINKS
**************************************************/

#toplinks {
	position: absolute;
	z-index: 100;
	left: 750px;
	top: 36px;
	float: right;
	margin: 0 auto;
	color: #fff;

}

#toplinks a {
	color: #fff;
	font-size: .9em;
	text-transform: capitalize;
	text-decoration: none;
	padding: 4px 2px;
}

#toplinks a:hover {
	background-color: #314254;
}


/* NAVIGATION 
**************************************************/

#nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 170px; 
	_width : 160px; 	
	font-size: .9em;	
}
#nav {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 170px;
	_width: 160px; 
	font-size: .9em;
	border-right: 0px #000 solid;
	background-color: #628195;
}
#nav li {
	/* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width : 170px; 
	_width : 160px; 	
	z-index: 1;

}
#nav li ul {
	/* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 200px;
	margin-top : -45px;
	background-image: none;
	background-repeat: no-repeat;
}
#nav li ul ul {
	/* third-and-above-level lists */
	left: -999em;
	color: #fff;
	margin-left: 202px;
	margin-top : -30px;
	padding: 3px 0;
}
#nav li a {
	font-size: 1em;
	height: 33px;
	width : 184px;
	_width : 164px;	
	display : block;
	color : #fff;
	text-decoration : none;
	border : 0px solid black;
	padding : 12px 0 0 18px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav li a:hover {
	color : #333;
	background-color: #E6DCB9;
	font-weight: bold;
	width: 182px;
	font-size: 1em;	
}
#nav ul li a {
	width: 190px;
	height: 20px;
	display : block;
	color : #fff;
	font-weight : normal;
	text-decoration : none;
	text-transform: capitalize;
	background-color : #628195;
	border-top : 0px solid #3C5665;
	border-left : 3px solid #fff;
	border-right : 0px solid #3C5665;
	border-bottom : 3px solid #628195;
	padding: 0;
	padding: 3px 0 3px 6px;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 1.3em;
}
#nav ul li a:hover {
	color : #fff;
	background-color : #F5C154; /* #FECE62; */
	width: 190px;
	border-top : 0px solid #3C5665;
	border-left : 3px solid #fff;
	border-right : 0px solid #3C5665;
	border-bottom : 3px solid #3C5665;
	padding: 0;	
	padding: 3px 0 3px 6px;
	font-size: 1.3em;
}

#nav ul li a.twolines {
	width: 184px;
	height: 30px;
	display : block;
	color : #fff;
	font-weight : normal;
	text-decoration : none;
	text-transform: capitalize;
	background-color : #3D8963; /*#006666; */;
	border-top : 1px solid #fff;
	border-left : 6px solid #fff;
	border-right : 6px solid #999967;
	border-bottom : 1px solid #fff;
	padding: 9px 0 9px 6px;
	background-image: none;
	background-repeat: no-repeat;
	font-size: .85em;
	font-family: Verdana;
}
#nav ul li a.twolines:hover {
	color : #fff;
	background-color : #999967;
	width: 184px;
	border-top : 1px solid #fff;
	border-left : 6px solid #fff;
	border-right : 6px solid #999967;
	border-bottom : 1px solid #999967;
	padding: 9px 0 9px 6px;
}

#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 {
	/* ists nested under hovered list items */
	left: auto;
	display: block;
}
#nav li li.sfhover ul {
	/* ists nested under hovered list items */
	left: auto;
	display: block;
}
#nav li.sfhover ul {
	/* ists nested under hovered list items */
	left: auto;
	display: block;
}
#nav li li li:hover ul {
	/* ists nested under hovered list items */
	left: auto;
	display: block;
}
#nav li li:hover ul {
	/* ists nested under hovered list items */
	left: auto;
	display: block;
}
#nav li:hover ul {
	/* ists nested under hovered list items */
	left: auto;
	display: block;
}			

/* GENERAL CLASSES
**************************************************/
.clear {
	clear: both;
}

a[href$=".pdf"] {
	background: url('includes/images/pdf.gif') no-repeat left center;
	padding-left: 20px;
	border: 0px #000 solid;
}

/* TABLE: CALCULATORS 
**************************************************/
table.calcs {
	border-top: 2px #231F20 solid;
	border-left: 2px #231F20 solid;
	border-right: 2px #231F20 solid;
	border-bottom: 2px #231F20 solid;			
	padding: 0;
	background-color: #EBE7CA;
	font-size: 1em;
	width: 70%;
}
table.calcs td {
	color: #fff;
	border-top: 0px #fff solid;
	border-left: 0px #fff solid;
	border-right: 0px #fff solid;
	border-bottom: 0px #fff solid;
	padding: 4px 2px;
	background-color: #628195;
	width: 50%;
}
table.calcs input {
	color: #00204E;
	border: 1px #00204E solid;
	padding: 2px;
	background-color: #fff;
	width: 150px;
}
table.calcs input.buttons {
	font-weight: bold;
	color: #fff;
	border: 2px #fff solid;
	background-color: #00204E;
	width: 175px;
	font-size: 1em;
	cursor: hand;
}

/* TABLE: 
**************************************************/
table.bsb {
	width: 90%;
	text-align: center;
	border: 3px #3C5665 solid;
	margin: 0 auto;
	font-weight: bold;
	color: #3C5665;
}

table.bsb td {
	text-align: left;
	border: 0px #000 solid;	
	background-color: #F5F5F5;
	padding: 3px 6px;
}

/* TABLE: RATES
**************************************************/
table.rates {
	width: 90%;
	text-align: center;
	border: 3px #3C5665 solid;
	margin: 0 auto;
	font-weight: bold;
	color: #3C5665;
}

table.rates td {
	text-align: left;
	border: 1px #3C5665 dotted;	
	background-color: #F5F5F5;
	padding: 3px 6px;
}

/* TABLE: RATES
**************************************************/
table.contact {
	width: 90%;
	text-align: center;
	border: 0px #3C5665 solid;
	margin: 0 auto;
	font-weight: normal;
	color: #3C5665;
}

table.contact td {
	text-align: left;
	border: 0px #3C5665 dotted;	
	background: none;
	padding: 3px 6px;
}

table.contact td strong { 
	color: #3C5665;
	font-weight: bold;
}





