/************************************/
/*  Corporate Services Pages */
/************************************/
div#siteWrapper {
	background: #B85224 url(/media/images/corporate/corporate_bg.jpg) repeat-x;
}

div#search {
	background-color: #92232F;
}
div#bodyContent {
	background-color: #cec8af;
}

div#subnavigation {
	background-color: transparent;
}

div#headerBottom {
	background-color: transparent !important;
	background-color: #ad2129;
}
div#headerBottom div#subheader {
	background-color: #cec8af;
}



/************************************/
/*  Table Styles */
/************************************/
table#services {

}
table#services tr.header {
	background-color: #cec8af;
}
table#services th {
	padding: 8px 4px 4px 15px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #5f676f;
	text-transform: uppercase;
	color: #78292d;
	font-weight: normal;
	text-align: left;
}
table#services th.columnOne {
	width: 255px;
}
table#services th.columnTwo {
	width: 135px;
}
table#services th.columnThree {
	width: 225px;
}


table#services tr.darkRow {
	background-color: #BAB49B;
}
table#services td {
	padding: 10px 10px 15px 15px;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #5f676f;
}
table#services td strong,
table#services td em {
	color: #78292d;
	font-weight: normal;
}

/************************************/
/*  Landing Page */
/************************************/
div#landingContent div.narrativeText {
	padding: 20px 40px 0px 20px;
}
