@charset "utf-8";
/* MI Space - Facing Foreclosure section (dark blue) */

#section_name {
background-image: url(../images/orange_arrow.gif);
background-position: .4em .2em;
background-repeat: no-repeat;
width: 98%;
padding-top: .25em;
padding-right: 0;
padding-bottom:.25em;
padding-left: 1.25em;
font-size: 1.2em;
font-weight: bold;
margin-top: 2em;
_background-position: .4em .2em;
}

#section_name a {
	color: #2e4f89;
	text-decoration: none;
	text-transform: uppercase;
}

#section_name a:hover {
	color: #ed5100;
}


#leftnav_content ul li a.current {
	font-weight: bold;
	font-size: 1em;
	color:#2e4f89;
}

#leftnav_content ul li a:link.current {
	color:#10617f;
	text-decoration:none;
}
#leftnav_content ul li a:visited.current {
	color:#10617f;
	text-decoration:none;
}
#leftnav_content ul li a:hover.current {
	color: #ed5100;
}

#leftnav_content ul li a:active.current {
	color:#10617f;
	text-decoration:none;
}
#leftnav_content ul ul li a.current {
	font-weight: bold;
	font-size: 1em;
	color:#10617f;
}


/* menu tabs you are here indicator - different colors for each section */

#tabs div.on {
background-color: #2e4f89;
}

#tabs div.on a:link, #tabs div.on a:visited {
text-decoration:none;
color:#fff;
}
#tabs div.on a:hover {
color: #bef0f8;
text-decoration:none;
}

#tabs div.on a:active {
text-decoration:none;
color:#fff;
}


/*h1 color only - other formatting on mispace.css */
h1 {
color:#2e4f89;
}


/******** Financial Worksheet (a.k.a. Size Up Your Situation Form) *************************/

form#fdbk {
width: 90%;
}


table.sizeup {
width: 100%;
font-size:.9em;
}

td.sizeupleft {
width: 20%;
text-align: right;
vertical-align:top;
}

td.sizeupright {
width: 50%;
vertical-align:top;
text-align: left;
}

td.sizeup2 {
width:20%;
vertical-align:top;
text-align: left;
}
td.sizeupsmall {
width: 15%;
vertical-align:top;
text-align: left;
}

form#sizeupsituation {
color: #000;
width: 100%;
}

#sizeupsituation input.buttons { 
font-size: 1em;
background-color: #2e4f89;
color: #fff;
margin-top: 4px;
margin-bottom: 2px;
text-align: center;
font-weight: bold;
width: 75px;
height: 22px;
} 

#sizeupsituation input[type="submit"]:hover { 
background-color: #ed5100; 
color: #04233f;
}

#sizeupsituation label {
font-weight:normal;
color: #000;
font-size: .9em;
}

#sizeupsituation legend {
background-color: #fff;
padding: .2em;
font-size: .9em;
font-weight: bold;
color: #2e4f89;
text-transform: uppercase;
} 

#sizeupsituation legend.wksht {
background-color: #fff;
padding: .2em;
font-size: 1.2em;
font-weight: bold;
color: #2e4f89;
text-transform: uppercase;
} 


#sizeupsituation textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}

#sizeupsituation fieldset.all {
border: 1px solid #2e4f89;
padding: .25em;
}

#sizeupsituation fieldset.sub {
border: 1px solid #a3aacd;
margin: 0;
padding:.25em;
}

/******** Contact a Mortgage Loan Counselor Form *************************/

form#loanspecialist {
width: 75%;
}


#loanspecialist input.buttons { 
font-size: 1em;
background-color: #2e4f89;
color: #fff;
margin-top: 4px;
margin-bottom: 2px;
text-align: center;
font-weight: bold;
width: 75px;
height: 22px;
} 

#loanspecialist input[type="submit"]:hover { 
background-color: #ed5100; 
color: #04233f;
}

#loanspecialist label {
font-weight:normal;
color: #000;
font-size: .9em;
}

#loanspecialist legend {
background-color: #fff;
padding: .2em;
font-size: .9em;
font-weight: bold;
color: #2e4f89;
text-transform: uppercase;
} 

#loanspecialist textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}

#loanspecialist fieldset {
border: 1px solid #2e4f89;
padding: .25em;
}
