/*
|	ditech/GMAC FAQs Section CSS
|	section specific css
|	
|	credits:
|	Eric Meyer's Reset CSS: http://meyerweb.com/eric/tools/css/reset/
|	Mark James's FAMFAMFAM Icons : http://www.famfamfam.com/
|
*/

/*	SECTION SPECIFIC STRUCTURAL
------------------------------------------------------------------------------*/
/* MENUS */
.loanProcessOverview #menu_loanProcessOverview a,
.esignature #menu_esignature a,
.general #menu_general a,
.loanApp #menu_loanApp a,
.costs #menu_costs a,
.terms #menu_terms a,
.glossary #menu_glossary a {
	color: #00a5d9;
}

/* MASTHEADS */
#masthead.realLifePlan {
	display: block;
	height: 360px;
	margin-bottom: 17px;
	background: transparent url("/common/images/mastheads/products/realLifePlan_4col.jpg") no-repeat left bottom;
}

.loanProcessOverview #masthead h1,
.esignature #masthead h1,
.general #masthead h1,
.loanApp #masthead h1,
.costs #masthead h1,
.terms #masthead h1,
.glossary #masthead h1 {
	padding-top: 30px;
}

/* CONTENT */
.general h2,
.loanApp h2,
.costs h2,
.terms h2,
.glossary h2 {
	margin-top: 40px;
}

.glossary ul#alphabet li {
	float: left;
}


/*	SECTION SPECIFIC TYPOGRAPHY
------------------------------------------------------------------------------*/