@charset "utf-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background: #FAF7F4 url('/images/main_background.jpg') top center repeat-x;
	color: #7E7D7D;
	margin: 0;
	padding: 0;
}

ul {
	font-family: inherit;
	font-size: .9em;
}

a:visited, a:link, a:active{
	color: #39C;
	text-decoration: none;
}

a:hover{
	color: #F3C;
	text-decoration: underline;
}

#mainWrapper{
	background: url('/images/main_bg.jpg') top center no-repeat;
	margin: 0px auto;
	width: 1100px;
	/*brorder: 1px solid #3C0;  Green */
}

#intWrapper{
	background: #FAF7F4 url('/images/rep_bg.jpg') top center repeat-y;
	margin: 0px auto;
	width: 1100px;
	/*brorder: 1px solid #3C0;  Green */
}

.tabTop{
	background: url('/images/tabBodyTop.jpg') top repeat-x;
}

.tabBottom{
	background: url('/images/tabBodyBottom.jpg') bottom repeat-x;
	padding-left: 8px;
	padding-right: 8px;
}

/*
***************************************************************
                   H E A D E R   S T Y L E S
***************************************************************
*/
#header{
	margin: 0px auto;
	width: 1050px;
	/*brorder: 1px solid #3C0;  Green */
}

#mainLogo{
	background: url('/images/dwb_Logo.png') top center no-repeat;
	width: 280px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#content{
	margin: 0px auto;
	margin-top: -65px;
	margin-bottom: -100px;
	padding-left: 2px;
	width: 1000px;
	position: relative;
	z-index: 10;
}

.headerImage {
	margin-left: 15px;	
	margin-bottom: 15px;	
}

div.item {
	height: 350px;
	background: #FFFFFF url('/images/testimonial_bg.jpg') top center repeat-x;
	overflow: auto;
}

.pullquoteLeft {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0 10px 10px 10px;
	width: 200px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: center;
	color: #000;
	border-right: 3px double #0CF;
}

.pullquoteRight {
	display: block;
	float: right;
	padding: 0 10px 0 10px;
	margin: 0 10px 10px 10px;
	width: 170px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	color: #000;
	border-left: 3px double #0CF;
}

/*
***************************************************************
                   C O N T E N T   S T Y L E S
***************************************************************
*/
#contentWrapper{
	width: 950px;
	margin: 0 25px;
	z-index: 10;
	position: relative;
	/*brorder: 1px solid #00F;  Blue */
}

#contentWrapper p{
	font-size: .9em;
	line-height: 1.5em;
}

#content H1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	color: #4D8A95;
}


#content H2 {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: normal;
	margin: 0;
	color: #4D8A95;
	clear: both;
}


#content H3 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	color: #4D8A95;
	clear: both;
}

#content .h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
	color: #4D8A95;
}

.multiImage {
	font-size: .7em;
	text-transform: uppercase;
	margin: 0px 10px;
}


/*
***************************************************************
                   F O O T E R   S T Y L E S
***************************************************************
*/
#footerWrapper{
	background: #FAF7F4;
	width: 100%;
	z-index: 0;
	/*border: 0px solid #00F;  Blue */
}

#footerBackground{
	background: url('/images/background_bottom.jpg') top center no-repeat;
	margin: 0px auto;
	margin-top: -50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 100px;
	width: 1000px;
	height: 149px;
	/*border: 0px solid #00F;  Blue */
}

.clearFooter{
	height: 1px;
	clear: both;
}

.leftFooter{
	float: left;
	font-size: 11px;
	text-align: left;
	line-height: 35px;
	width: 500px;
}

.rightFooter{
	float:left;
	text-align: right;
	line-height: 35px;
	width: 500px;
}

.smallText{
	font-size: .6em;
	margin-top: 15px;
	color: #000;
	text-transform: uppercase;
}

