﻿/* CSS Document */
html { 
	height: 102%;
}
a img
{
    border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ccd9df;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding:20px 0 0 0;
}

p {
	text-align:justify;
	padding-right: 4px;
}

#wrapper {
	margin: 0px auto 20px auto;
	width: 800px;
	padding: 0;
	background: #fff;
	border: 1px #000 solid;
}
#header {
	width: 800px;
	margin:0;
	padding:0;
	overflow:hidden;
	height:108px;
}

#nav {
	background: #3d92c9 url(images/nav.gif) repeat-x top left;
	width: 800px;
	display:block;
    height:26px;
	overflow:hidden;
	margin:0px;
}
#nav ul {
list-style-type:none;
margin:0px;
padding:0 0 0 30px;
width:100%;
}

#nav ul li 
{
    float:left;
	display:block;
	margin:0 47px 0 0;
}

#nav a 
{
    font-size:11px;
    color: #000;
	font-weight: bold;
	text-decoration: none;
	padding:5px 0 5px 0;
	font-size:14px;
	line-height:26px;
}

#nav a:hover {
	color: #15719B;
}
#subnav {
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	width: 160px;
}
#subnav ul {
	margin: 0 0 0 24px;
	padding: 0;
}
#subnav li {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000;
	width: 160px;
}
#subnav a {
	color: #fff;
	display: block;
	width: 160px;
	text-decoration: none;
	padding: 2px 0 2px 0;
}
#subnav a:hover {
	background: #000 no-repeat;
	color: #fff; 
}
#content {
	background: url(images/main.gif) repeat-y #fff;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#left-column {
	width: 210px;
	float: left;
	margin: 0;
}
#main-column {
	width: 575px;
	float: right;
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#logon {

	padding: 0 5px 2px 10px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	margin: 5px 0 20px 20px;
	width: 153px;

}
#logon h3 {
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
}
#logon a.button {
	padding: 3px 2px 4px 1px;
	text-align:center;
	width: 66px;
	float: left;
	clear: none;
	background: url(images/logon_on.gif) no-repeat;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
}
#logon a.button:hover {
	color: #ffffff;
	background: url(images/logon_off.gif) no-repeat;
}
#logon a.learn {
	color: #fff;
}
#logon a.learn:hover {
	color: #fff;
}
#logon .break {
	margin: 10px 0;
	color: #000;
	border-bottom: 1px solid;
}
#logon small {
	line-height: 24px;
}
#contact {
	padding: 0 5px 2px 0;
	margin: 5px 0 20px 0;
	color: #fff;
	line-height: 12px;
	text-align: center;
}

#contact p {
	text-align: center;
}

h1 {
	color: #4386c6;
	font-size: 16px;
	width: 560px;
	border-bottom: 1px dotted #000;
}
h2 {
	color: #4386c6;
	padding:2px 0 3px 0;
    letter-spacing:-1px;
    font:1.8em arial, helvetica, sans-serif;
}
h3 {
	font-size: 15px;
	color: #4386c6;
}
h4 {
	font-size: 13px;
	color: #fff;
	width: 70px;

}
p.highlight2 {
	border: 1px solid #eee;
	font-size:10px;
	background: #fcfcfc;
	padding: 10px;
	line-height: 1.6em;
}
.line {
	border-bottom: #CCC solid 1px;
	width:500px;
	margin:0 auto;
}
#list {
	margin: 0 0 8px 0;
	padding: 0;
	width: 175px;
}
#list li {
	list-style-type:none;
	background: #fff url(images/smallarrow-grey.gif) 1px 55% no-repeat;
	padding: 1px 0 0 15px;
}
#list a {
	display: block;
	color:#000;
	width: 130px;
	text-decoration: none;
	padding: 2px 0 2px 0;
	text-align:left;
}

ul.list {
margin: 0 0 8px 40px;
padding: 0;
position: relative;
}

ul.list li {
list-style-type: disc;
background: #fff url(images/smallarrow-grey.gif) top 1px 50% no-repeat;
padding: 1px 0 0 5px;
}

ul.list li ul 
{
    padding: 0;
    margin: 0;
}

ul.list li ul li 
{
    list-style-type: none;
    background: #fff url(images/smallarrow-grey.gif) top 1px 55% no-repeat;

}

ul.list a {
display: block;
color:#000;
text-decoration: none;
padding: 2px 0 2px 0;
text-align:left;
}

#sitemap ul.list ul li
{
    list-style-type: disc;
    padding: 1px 0 0 10px;
    margin: 0 0 0 25px;
    font-weight: normal;  
}

#sitemap ul.list li 
{
    list-style-type: none;
    background: 0;
    font-weight: bold;
    
}

#sitemap ul.list li a:hover 
{
    text-decoration: underline;
}

#sitemap ul.list li ul li
{
    list-style-type: disc;
    padding: 1px 0 0 0;
    font-weight: normal;
    
}

#sitemap ul.list li ul li ul li
{
    list-style-type: disc;
    padding: 1px 0 0 0;
    font-weight: normal;
    
}

.mainclear {
	clear: both;
	overflow: visible;
}
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x;
	color: #000;
	font-size: 11px;
	padding: 0;
	border-top: 1px solid #000;
	margin-top: 0;
	height: 39px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #5d5d5d;
}
#footer-inner {
	width: 790px;
	margin: 0 auto;
	height: 39px;
	line-height: 39px;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
	padding-top:14px;
}
#footer-right img {
	margin-left: 15px;
}
.bordered {
	border: 1px solid;
	padding: 1px;
	margin-left: 2px;
}
.aligncenter {
	text-align: center;
}
ul.pdf li {
	background: transparent url(images/pdf-icon.gif) left center no-repeat;
	list-style-type: none;
	padding-left: 18px;
	margin: 0;
}

dl.pdf dd {
	background: transparent url(images/pdf-icon.gif) left center no-repeat;
	padding-left: 18px;
}
.listtable td {
	border-bottom: 1px solid #f3f3f3;
	padding: 4px;
}
td.shaded {
	background: #fcfcfc;
}
td.darkshade {
	background: #7c7c7c;
	color: #fff;
}

.fdic-top-header h1 {
width:500px!IMPORTANT;
} 

/**************** Accordion*********************/

#accordion
{
width: 535px;
border-bottom: solid 1px #c4c4c4;
margin: 0;
padding: 0;
text-indent: 0;
         
}
#accordion a.head
{
background: #15719B url(common_files/images/accordion/collapsed.gif) no-repeat right;
border: 1px solid #000;
color: #f5f5f5;
cursor: pointer;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0;
padding: 7px 20px 15px 10px;
text-decoration: none;
text-indent: 0px;
}

#accordion a.head:hover
{
background-color: #fff;
color: #000;
}

#accordion a.selected
{
background-image: url(common_files/images/accordion/expanded.gif);
}

#accordion a.current
{
    background-color: #FFFF99;
}
 