/*
|	ditech typography CSS
|	css to handle typography throughout ditech and ditech-related online
|	experiences.
*/




/*	TEMP STYLES FOR MIGRATION
------------------------------------------------------------------------------*/
#header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#header h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #ffffff
}

#footer h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #ffffff
}

/*
h6 {
	color: #ffffff;
}
*/

/*	GLOBAL TYPOGRAPHY SETTINGS
------------------------------------------------------------------------------*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-family: Helvetica, Arial, sans-serif;*/
	color: #333333;
}

/* CONTENT HEADINGS */
h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

/* MENU HEADINGS */
h6 {
	font-size: 12px;
}

/* BASIC CONTENT */
p {
	font-size:  12px;
	line-height: 1.4em;
}

a {
	color: #00a5d9;
	text-decoration: none;
}

a:visited {
	color: #777777;
}

a:hover {
	color: #0084ae;
	text-decoration: underline;
}

span.symbol {
	font-size: 0.5em;
	font-weight: normal;
	line-height: 1.4em;
	vertical-align: text-top;
}

span.sm {
	font-size: 50%;
	font-weight: normal;
	line-height: 1.4em;
}

.required {
	font-weight: bold;
}

/*	MENU TYPOGRAPHY SETTINGS
------------------------------------------------------------------------------*/
.menu h6 {
}

.menu ul li {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

.menu ul li a {
	color: #333333;
}

.menu ul li a:hover {
	color: #00a5d9;
}

.menu ul li ul li {
	font-weight: normal;
}


/*	FORM SETTINGS
------------------------------------------------------------------------------*/
form p {
	margin-bottom: 17px;
}

form label {
	font-size: 12px;
	line-height: 1.4em;
}

form input,
form select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

form p.form_notice {
	font-size: 10px;
}


/*	GENERIC CONTENT TYPOGRAPHY SETTINGS
------------------------------------------------------------------------------*/
.containerElement_2column h2,
.containerElement_4column h2,
.containerElement_2column h3,
.containerElement_4column h3 {
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 16px !important;
	color: #ffffff;
}

.containerElement_2column h4,
.containerElement_4column h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	/*color: #666666;*/
}


/*	CONTENTBODY SETTINGS
------------------------------------------------------------------------------*/
.contentBody #masthead h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}

.contentBody #masthead h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
}

.contentBody h2 {
	font-size: 14px;
	font-weight: bold;
}

.contentBody h3 {
	font-size: 12px;
	font-weight: bold;
}

.contentBody h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.contentBody h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.contentBody h2,
.contentBody h3,
.contentBody h4,
.contentBody h5 {
	line-height: 1.4em;
	/*margin-bottom: 6px;*/
}

.contentBody p {
	margin-bottom: 12px;
}

.contentBody p.alignRight {
	text-align: right !important;
}

.contentBody h4.disclosure,
.contentBody p.disclosure,
.contentBody .disclosure {
	font-size: 10px;
	line-height: 1.4em;
}

.contentBody ul {
	margin-bottom: 12px;
}

.contentBody ul li,
.contentBody dl dd {
	font-size: 12px;
	line-height: 16px;
}

.contentBody dl dt {
	font-size: 12px;
	font-weight: bold;
}

.contentBody #dynamicPhone {
	font-size: 24px;
	color: #c1183f;
}

.contentBody .highlightText_blue {
	color: #00a5d9;
}












/*	HEADER TYPOGRAPHY SETTINGS
------------------------------------------------------------------------------*/
#header #homeLogo span.symbol {
	font-size: 6px;
}

#header #applyMethods a#hdr_applyOnlineNow {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}

#header #applyMethods #hdr_phoneNumber {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #c1183f;
}

#header #applyMethods #hdr_phoneTag {
	font-size: 11px;
	line-height: 1.4em;
	color: #c1193f;
}

#header ul#main_nav li {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 20px;
}

#header ul#main_nav li a {
	letter-spacing: 0px;
	color: #333333;
	text-decoration: none;
}

#header ul#main_nav li a:hover {
	color: #00a5d9;
	text-decoration: none;
}

#header #sub_nav ul li {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 30px;
	color: #ffffff;
}

#header #sub_nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

#header #sub_nav ul li a:hover {
	color: #dddddd;
	text-decoration: none;
}



/*	FOOTER TYPOGRAPHY SETTINGS
------------------------------------------------------------------------------*/
#footer p {
	font-size: 10px;
}

#footer p#equalHousing {
	line-height: 40px;
	text-align: center;
	color: #666666;
}

#footer ul#footer_nav li {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #666666;
}

#footer ul#footer_nav li a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

#footer ul#footer_nav li a:hover {
	color: #00a5d9;
	text-decoration: none;
}




