html, body, table 
{
    padding: 0px;    
}
body, html
{
    width: 100%;
    height: 100%;    
    padding: 0px;
    margin: 0px;
    font-size: 9.25pt;
    font-family: Arial, Helvetica;
}
table
{
    border-spacing: 0px;
}
img
{
    border: 0px;
}
td, p, h1, h2, h3, h4, h5
{
    margin: 0px;
    font-size: 9.25pt;
    font-family: Arial, Helvetica;
}
.Quote
{
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 5px;
    /*margin-top: 15px;
    float: right;
    clear: left;*/
    display: table;
}
.Quote ul
{
    margin-top: 5px;    
}
a:hover
{
    text-decoration: underline !important;
}
#aspnetForm
{
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.TextBox
{
    background: #F0F0F0 url(/images/text-bg.gif) repeat-x;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    color: #555555;
    padding: 3px;
}
#HeaderBar
{
    height: 34px;
    background: url(/images/head-bg.gif) repeat-x 0px 100%;
    color: #ffffff;
    font-size: 10px;
}
#HeaderBar a
{
    color: #ffffff;
    text-decoration: underline;
}
#HeaderBar div
{
    background: url(/images/head-left.gif) no-repeat 0px 100%;
    padding-left: 9px;
    height: 34px;
}
#HeaderBar div div
{
    background: url(/images/head-right.gif) no-repeat 100% 100%;
    padding-right: 9px;
    height: 34px;
}
#HeaderBar table
{
height: 34px;
}
#HeaderBar td
{
    padding: 2px;
}
#GoButton
{
    background: url(/images/bt-go.gif) no-repeat;
    width: 20px;
    height: 20px;
    border: 0px;
}

/** DropDown Menu **/

#menu { /* menu bar */
	height: 29px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	
}

#menu ul { /* all lists */
           
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 540px; 
	list-style-type: none;
}

#menu a { /* all a's */
		text-decoration: none;
	width: auto;
	display: block;
	/*float: left;*/
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	font-weight: bold;
	color: #555555;
	padding: 5px 8px 5px 8px;
}

#menu li ul a { /* level 2 a's */
	background: #EEEEEE;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 220px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	height: auto;
	padding: 5px;
	color: #555555;
	font-weight: bold;
	font-family: Trebuchet MS;
}

#menu li  /* all list items */
{
	float: left;
}

#menu li ul /* second-level lists */
{ 
	position: absolute;
	border: 1px solid #DEDEDE;
	border-left: 5px solid #DEDEDE;
	width: 230px;
	float: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu li ul ul  /* third-and-above-level lists */
{
	margin: -25px 0 0 220px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}

#menu img {

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#menu a:hover {
	background: #DEDEDE;
	color: #000000;
}
#menu a.widerMenu {
	width: 170px;
}
/*hide seo text links */
/*#menu span  
{
    display: none;    
}*/
#menu ul span /* unhide dropdowns */
{
    display: inline;    
}
#YourLife
{
    background: #ffffff url(/images/firsthomeloans.gif) 50% 50% no-repeat !important;
}
#OurHomeLoans
{
    background: #ffffff url(/images/firsthomegrants.gif) 50% 50% no-repeat !important;
    width: 120px !important;   
}

#AboutUs
{
    background: #ffffff url(/images/m-about.gif) 50% 50% no-repeat !important;
}
#ServicePledge
{
    background: #ffffff url(/images/m-service.gif) 50% 50% no-repeat !important;
    width: 120px !important;   
}
#Contact
{
    background: #ffffff url(/images/m-contact.gif) 50% 50% no-repeat !important;
}

#Footer
{
    background:  #E4E4E4 url(/images/foot.gif) 0px 100% no-repeat;
    padding: 5px 20px 20px 20px;
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    color: #555555;
    line-height: 2em;
}
#Footer a
{
    color: #555555;
    text-decoration: none;
}


#HomeSplash
{
    background: url(/images/fhog.jpg) no-repeat 0px 100%; 
    width: 930px; 
    height: 391px; 
    color: #cccccc;    
}
#HomeSplash a
{
    color: #E8E7E7;    
}
#HomeSplash td
{
    width: 232px; height: 90px;    
}
#HomeSplash td div
{
    margin-top: 29px;  
    margin-right:12px;
     color: #E8E7E7;
}
#HomeSplash h1
{
    font-size: 26px;    
    margin-top: 5px;
    font-weight: normal;
    font-family: Trebuchet MS;
}
#HomeSplash p
{
    margin-top: 10px;
    font-size: 13px;
    font-family: Trebuchet MS;
   
}

#Ticker
{
    background: url(/images/newsticker.gif) no-repeat;
    font-size: 11px;
    padding: 6px 230px 6px 88px;
    color: #555555;
    height:15px;
}
#Ticker a
{
     color: #555555;
}
.FormBox
{
    width: 270px;
     background: url(/images/form-bg.gif) repeat-y;
    border-top: 1px solid #DADADA;
}
.FormBox div
{
    background: url(/images/form-bottom.gif) no-repeat 0px 100%;
}
.FormBox div div
{
    background: none;
    margin: 10px;  
    padding-bottom: 10px;  
}
.FormBox h1
{
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0px 0px 5px 0px !important; 
    color: #F04444 !important;
}
.FormBox p
{
    line-height: normal !important;
    margin: 0px !important;    
}
#HomeArticlesTable a
{
    color: #555555;    
}
#HomeArticlesTable
{
    width: 90%;
}
#HomeArticlesTable h2
{
    margin-left: 20px
}
#HomeArticlesTable h2 span
{
    display: none;    
}
#HomeArticlesTable td
{
    border-bottom: 1px solid #DADADA;
}
#HomeArticlesTable h3 
{
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 20px;
	font-size: 13px;
    color: #4486C6;
    text-decoration: none;
}
#HomeArticlesTable h3 a
{
    font-size: 13px;
    color: #4486C6;
    text-decoration: none;
}

#HomeArticlesTable p
{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    color: #555555;   
    font-size: 11px; 
}
#SubmitButton
{
    width: 121px;
	height: 28px;	
	background: transparent url(/images/bt-submit.png);
	font-size: 0px !important;
	border: 0px;
	letter-spacing: 10000px;
	color: #FFC594;
}
.Sitemap ul
{
    margin-left: 20px !important;    
}
.Sitemap h2
{
    font-weight: normal !important;    
}
.Article h1
{
    font-size: 30px;    
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: Trebuchet MS;
    
}
.Article p
{
    margin-bottom: 15px;
    line-height: 1.5em;
    /*text-indent: 25px;*/
}
.Article img
{
    margin: 10px;    
}
.Article ul, .Article ol
{
    display: table;
    margin-left: 40px !important;    
}
h2
{
    display: block !important;
}
.FormFeedback
{
    background: #fffff1 !important;
    padding: 3px;
    border: 1px solid #555555;    
    margin-bottom: 10px;
}

#BlueMenu
{
    color: #555555;

}