/*
|	ditech/GMAC About 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 */
.aboutHome a#menu_aboutHome,
.benefits #menu_benefits a,
.customerSat #menu_customerSat a,
.history #menu_history a,
.careers #menu_careers a,
.pressReleases #menu_pressReleases a,
.contactUs #menu_contactUs a {
	color: #00a5d9;
}

/* MASTHEADS */
.aboutHome #masthead h1,
.benefits #masthead h1,
.history #masthead h1,
.pressReleases #masthead h1,
.contactUs #masthead h1 {
	padding-top: 30px;
}

.customerSat #masthead h1 {
	padding-top: 50px;
}

#masthead.customerSatisfaction {
	display: block;
	height: 140px;
	margin-top: 5px;
	margin-bottom: 17px;
	background: transparent url("/common/images/mastheads/about/customerSat_6col.gif") no-repeat left bottom;
}

/* CONTENT */
.contentBody ul.bulleted_comments li,
.contentBody ul.bulleted_news li {
	padding-left: 21px;}

.layout_26 .majorColumn_2 ul.bulleted_comments li {
	margin-bottom: 14px;
	background: transparent url("/common/images/icons/commentBubbles.gif") no-repeat left 14px;
}

.layout_26 .majorColumn_2 ul.bulleted_comments li p {
	width: 663px;
	margin-left: 5px;
}

.aboutHome .majorColumn_2 h3 {
	margin-top: 20px;
}

.aboutHome .majorColumn_2 .containerElement_2column {
	margin-top: 10px;
	height: 150px;
}

.customerSat .contentBody .collapse_module {
	padding-top: 14px;
	background: transparent url("/common/images/layout/dottedBorder_h.gif") repeat-x left top;
}

.pressReleases h2 {
	margin-top: 40px;
}

.contactUs h2 {
	padding-top: 14px;
	background: transparent url("/common/images/layout/dottedBorder_h.gif") repeat-x left top;
}

.contactUs a.liveChatButton {
	width: 210px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	background: transparent url("/common/images/buttons/btn_white2Col_enterLiveChat.gif") no-repeat left top;
}

.contactUs form#emailForm textarea {
	width: 450px;
	height: 105px;
}


/*	SECTION SPECIFIC TYPOGRAPHY
------------------------------------------------------------------------------*/
#masthead.customerSatisfaction h1 {
	color: #ffffff;
}

#masthead.customerSatisfaction h2 {
	font-size: 24px !important;
	color: #ffffff;
}

.customerSat .contentBody .collapse_module .collapse_full p {
	font-family: Courier;
}

.customerSat .contentBody .collapse_module .collapse_full .highlightText_blue {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

