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

/* General */

div.block {
	padding: 8px;
}

div.block-light_red {
	background-color: #841208;
}

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

/* layout elements */

/* Menu column */

table.layoutTable td#col_1 {
}

/* main column */

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

/* Section Header/Text */

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#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;
}

/* Subsection header */

/*
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;
}
*/

/* Content */

div#mainContent {
	color: white;
	width: 568px;
	padding: 16px 0px;
	overflow: hidden;
}

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

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

div.content-column p {
	margin-bottom: 1.75em;
}

/* Service List */ 

div#serviceList {
	width: 244px;
	padding: 0px;
}

div#clientListHeader {
	width: 244px;
}

/* Gallery */

div#wwd_gallery_block {
	width: 244px;
	overflow: hidden;
	margin-top: 16px;
	padding-bottom: 0px;
}

div.wwd-gallery-item {
	float: left;
	height: 114px;
	margin-bottom: 8px;
}

div.wwd-gallery-item-right {
	margin-left: 8px;
}

div.wwd-gallery-item-portrait {
	width: 96px;
}

div.wwd-gallery-item-landscape {
	width: 140px;
}

div.clear-float {
	width: 100%;
	height: 1px;
	clear: both;
	visibility: hidden;
}