/* CSS Document */
body#Body
{
 font-family:Verdana, Arial; 
 font-size:12px;
 line-height: 18px;
 text-align:center;
 background-color:#ABB3BE;
 background-image:url('/Portals/11/images/bck_gnd.jpg');
 background-position:center;
 background-repeat:repeat-y;
}
#wrapper
{
 width:960px;
 margin: 0 auto; 
 text-align:left;
 background-color:#FFFFFF;
}
#footer{
 text-align:center;
 height:56px;
 color:#3A474F;
 line-height:56px;
 background-image:url('/Portals/11/images/footer_bck.jpg');
 background-repeat:repeat-x;
} 
h1{
 color:#009966;
 padding:0;
 margin:10px 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
}
h2{
 color:#009966;
 padding:0;
 margin:10px 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
} 
.blue{
 background-color:#3A474F;
}
.ContentPane
{
 padding:15px;
}
.ContentPane .Normal
{
 color:#000;
 font-family:Verdana, Arial; 
 font-size:12px;
 line-height: 20px;
}
.SidePane .Normal
{
 color:#FFFFFF;
 font-family:Verdana, Arial; 
 font-size:12px;
 line-height: 18px;
}
.RightPane .Normal
{
 color:#000000; 
 font-family:Verdana, Arial;  
 font-size:12px;
 line-height: 18px;
}
a img{
 border:none;
}
.magazine_outter td{
 color:#000;
}
.magazine_inner .SubHead{
 color:#000;
 margin-bottom:3px;
}
.magazine_inner td{
 padding-top:2px;
 padding-bottom:2px;
}
table.contact input, table.contact textarea, table.contact select{
 margin-bottom:5px;
}
table.contact .SubHead{
 font-family:Verdana, Arial;
 font-size:12px;
 font-weight:normal;
 color:#000000;
}
#loans_table{
 border:1px solid #FFD1D3;
}
#loans_table th{
 font-family:Verdana, Arial;
 font-size:12px;
 color:#000000;
 background-color:#EAEFFF;
 padding:5px;
}
#loans_table td{
 font-family:Verdana, Arial;
 font-size:12px;
 color:#000000;
 background-color:#F3FFE8;
 padding:4px;
}

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH{
 margin:1px 0;
 background-image: url('/Portals/11/images/menu_bck.jpg');
}
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	height: 36px;
	_height: 34px;
	line-height: 14px;
	text-align:left;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 36px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 36px;
	_height: 34px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	background-color: transparent;
	padding: 11px 15px;
	border-right:1px solid #FFF;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 14px;
	_height: 34px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	background-image:none;
	background-color:#BADB94;
	font-size:10px;
	padding: 11px 5px;
	width: 148px;
	height: 34px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 14px;
	_height: 34px;
	/* end hack */
}

#houseMenuH li a:hover {
	padding: 11px 15px;
	color: #EEE;
	border-right:1px solid #FFF;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 14px;
	_height: 34px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #EEE;
	padding: 11px 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 14px;
	_height: 34px;
	/* end hack */
}

#houseMenuH li li li a:hover {
	color: #EEE;
	padding: 11px 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 14px;
	_height: 34px;
	/* end hack */
}


#houseMenuH li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 14px;
	background-color: #512662;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #666;
	line-height: 14px;
	background-color: #512662;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 11px 5px;
	color: #333; 
	background-color: #512662; 
	text-decoration: none;
}

