@import url('/css/defaults/default.css');
@import url('/css/defaults/layout.css');
@import url('/css/defaults/nav.css');

table.layoutTable td#col_2 {
	background-color: #590203;
}

div#body table.layoutTable td#col_2 div#sectionHeader, 
div#body table.layoutTable td#col_2 div#textArea {
	width: 568px;
	height: 160px;
	background-color: #B50F1B; 
	vertical-align: bottom;
}

div#subsectionHeader h1.image {
	background: #B50F1B;
	padding-top: 2px;
	padding-left: 16px;
	padding-bottom: 2px;
	width: 192px;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 4px;
	margin-left: 16px;
}

div#subsectionHeader h2.image {
	background: #B50F1B;
	width: 192px;
	margin: 0px;
	margin-bottom: 16px;
	margin-left:16px;
	padding: 1px 8px 3px 8px;
}

div#subsectionHeader p {
	font-weight: normal;
	color: #fff;
	line-height: 150%;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 16px;
	padding-right: 16px;
}

div#subsectionHeader div.secondaryNav {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 4px 16px;
	width: 176px;
	background: #841208;
	margin-bottom: 4px;
	margin-left: 16px;
}

div#subsectionHeader div.secondaryNav ul {
	margin: 0px;
	padding: 0px;
}

/*
div#body table.layoutTable td#col_2 div#sectionHeader h1.image,
div#body table.layoutTable td#col_2 div#textArea h1.image {
	padding-top: 48px;
	margin: 0px;
}
*/

div#body table.layoutTable td#col_2 div#sectionHeader p.intro,
div#body table.layoutTable td#col_2 div#textArea p.intro {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#clientsContent {
	color: white;
	width: 568px;
	padding: 16px 0px;
}

div.content-column {
	/* 568 - (16 * 3) = 520 /2 = 260*/
	width: 260px;
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
	line-height: 1.75em;
}

div.content-column ul {
	padding: 0em;
	padding-left: 2em;
	margin: 0em;
}

div.content-column div.testimonialItem {
	padding: 16px;
	background: #841208;
}

div.testimonialItem p {
	margin: 0px;
	line-height: 1.75em;
}

div.testimonialItem div.testimonialPersonName {
	margin-top: 1.5em;
	font-weight: bold;
}

div.testimonialItem div.testimonialPersonTitle {
	color: #D5A0A1;
}