/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {font-family: "Trebuchet MS",Verdana,Arial,sans-serif;}

body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	color: #242788;
	line-height: 1.4;
	margin: 5px;
	padding: 0px;
	background-image: url(images/bg.png);
	height:97%;
	font-size: 80%;
}

a:hover {
	color:#f66c1a;
	text-decoration:underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	color:	#242788;
}

h1{
 font-size: 130%;
 font-weight:bold;
 border-bottom:2px solid #242788;
 font-family:Verdana;
}

h2{
 font-size: 113%;

}

h3{
 font-size: 100%;

}

h4{
 font-size: 95%;
 font-weight: bold;

}

h5{
 font-size: 100%;

}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {margin-bottom:12px;}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

p {text-align:justify;
	text-indent: 20px;
	color:#242788;
}

div {color:#242788;}

td {} /* this one resizes all contained elements */

a {
	color:#0578ad;
}

a:hover {
	color:#f66c1a;
}

th {
	background-color: #bde11a;
	text-align:center;
}

a h2 {
  font-weight: normal;
  color: #0578ad;
  text-decoration: underline;
}

a:hover h2 {
  color:#f66c1a;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#maintable {background-color: #ffffff; height:94%;  border:2px solid #242787}
#printheader {display:none}
#difurl {display:none}

#leftcolumn {background-image: url(images/bgleftmenu.png);
			background-position: 0% 0%;
			background-repeat: no-repeat;
			width:160px;
		}
#rightcolumn {width:90px;text-align:right}
#content {padding-left:15px;padding-right:15px;height:100%;width:550px;}
#breadcrumbtable {margin-bottom:12px;width:100%}
#breadcrumb {display:inline;font-size:80%}
#buttons {float:right;display:inline;}
#searchfld {width:80px; height:12px; font-size:12px;}
#header_stretch, #headerrow {
	height:57px;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
}
#moto {
	width:100%;
	text-align:right;
	padding-top:12pt;
	padding-bottom:12pt;
	font-style:italic;
	font-family:Times New Roman;
	color:#0089c3;
	font-weight:bold;
	font-size:12pt;
}

/***********************************************/
/* Site map styles                             */
/***********************************************/

.map_menuitem {
	font-weight:bold;
	color:#242787;
	margin-top:10px;
}

.map_menuitem a {
	color:#242787;
	margin-bottom:5px;
}

.map_menuitem a:hover {
	color:#f66c1a;
}

.map_subitem {
	padding-left:30px;
}

/***********************************************/
/* Menu styles                                 */
/***********************************************/
#menucontainer {
	position:relative;
	width:125px;
	background-color:#ebf8ae;
	left:10px;
	border:1px solid black;
	padding:2px;
	border:1px solid black;
	margin-top:1px;
}

div.submenu {
	position:absolute;
	z-index:900;
	background-color: #ffffff;
	left:0px;
	visibility:hidden;
	border:1px solid black;
	width:200px;
	padding-left:3px;
	background-color:#ebf8ae;
	padding-top:4px;
	padding-bottom: 4px;
}

div.menuitem, div.menuitemsel, div.submenu div {
	cursor:hand;
	font-size:12px;
	border-bottom:1px solid white;
	color:black;
	font-weight:normal;
	padding:2px;
	padding-left:14px;
	display:block;
	background-image: url(images/menu0.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin:0px;
	behavior:url("./hover.htc");
	padding-top:2px;
	padding-bottom: 2px;
    /*line-height:1.16;*/
}

div.submenuitem {
	width:auto;
}

div.menuitem a, div.submenu a, .menuitemsel a {
	font-size:11px;
	text-decoration:none;
	/*line-height:1.16;*/
}

div.hover {
	background-color: #bde11a;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(images/menu1.gif);
}

div.menuitem:hover {
	background-color: #bde11a;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(images/menu1.gif);
}
div.submenu div:hover
{
	background-color: #bde11a;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(images/menu1.gif);
}
div.submenu .hover
{
	background-color: #bde11a;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(images/menu1.gif);
}

div.hover span, div.hover a:visited {
	color:black;
}

.menulink {
	color:black;
	display:block;
}

.menulink:hover {
	color:black;
}

a.menulink:hover {
	text-decoration:underline;
	border-bottom:none;
}

div.menuitem:hover a:visited, div.submenuitem:hover a:visited {
	color:black;
}

.menuitemsel {
	background-color:#bde11a;
}

.menuitemsel a, .menuitemsel span {
	/*font-weight:bold;*/
}


/***********************************************/
/* GENERAL CLASS DEFINITIONS                   */
/***********************************************/
.button {
	height:20px;
	font-size:90%;
}

.pdflist li {
	list-style-image: url(images/pdf.gif);
	list-style-position: outside;
	line-height: 1.16;
	vertical-align: middle;
	padding-left:8px;
}

.pdfstatement {font-size:95%;font-style:oblique;border-top:1px solid #cecece};

.linklist {

}

.presslist {

}

.newsdate {font-size:95%;color:#888888};

ol.faq {

}
ol.faq a {
	display:inline !important;
}

table.truetable {
	border-collapse: collapse;
	border-color: gray;
	width:90%;
}

.truetable td,.truetable th {
	font-size:90%;
}

.chart {border:1px solid #dddddd;}


.popupdiv {
	display:none;
	position:relative;
	border:1px solid #c0c0c0;
	background-color:#ebf8ae;
	width:100%;
	padding:4px;
}

.popupdiv input.tbox, .popupdiv select {

}

.popupdiv input.button {
	height:26px;
}

.msgok {
	border:1px solid #c0c0c0;
	background-color:#ebf8ae;
	width:100%;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

/***********************************************/
/* Page specific Divs                          */
/***********************************************/

.bank { /*contains info about bank in bankruptcy*/
	padding:6px;
	padding-left:20px;
	border-bottom:1px dotted gray;
	border-top:1px dotted gray;
}
.bankinfo { /* contact information about bank in bankruptcy */
	padding-left:10px;

}
.bankinfomore { /* hidden div containing details about bank in bankruptcy */
	display:none;
	padding-top:10px;
}

/*actual news in the home page */
div.kare {
	position:relative;
	display:block;
	width:200px;
	text-align:center;
	margin-left:16px;
	margin-bottom:16px;
	border:1px solid #cccccc;
	padding-top:0;
}

#act_div {
	background-image: url(images/act.png);
	background-repeat: no-repeat;
	width:200px;
	border:none;
}

.kare p, .kare li {
	font-size:90%;
	text-indent:0px;
	text-align:justify;
	padding-left:4px;
	padding-right:4px;
}

.kare h4 {
	padding-top:4px;


}

.kare h2 {
	background-color:#BDE11A;
	position:relative;
	z-index:100;
	margin:0;
	top:expression("-1px");
}

#newscontainer {
	visibility:visible;
	/*filter:progid:DXImageTransform.Microsoft.Slide(slideStyle='PUSH', bands=1);*/
	overflow:hidden;
	height:200px;
	position:relative;
}
.printOnly {
  display: none;
}

.footnote {
	font-size:90%;
	font-style:oblique;
	border-top:1px solid gray;
	padding-top:1em;
}

/*glossary*/
div.gloss_def {
    width: 545px;
    margin-bottom:1em;
    line-height:1.6em;
}

.gloss_title {
    font-weight: bold;
}

.newletter a {
    font-size: 140%;
    font-weight:bold;
}

.newletter {
    border-bottom: 1px solid navy;
}

#glossary {
  display:none;
  position:absolute;
  width: 300px;
  border:2px solid navy;
  background-color: white;
  padding:5px;
}

#glossary h1 {
    border-bottom: 1px solid #ff6600;
    font-size:110%;
}


#glossary p {
    text-indent:0;
    text-align:left;
}

.gloss_links a {
  font-size:140%;
  margin-left:7px;
}

div.gloss_links {
  margin-bottom:20px;
}


.def {
  text-decoration: none;
  border-bottom: 1px dashed navy;
  cursor: help;
}
