h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, fieldset, address {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body {
	color: #4c2e0e;
	background: url(../images/common/wood-tile.jpg) center 118px;
	font: 16px/1.375 arial, sans-serif;
	margin: 0 auto;
	height: 100%;
	}
#dhOuterWrapper {
	background: url(../images/common/bg-diag.png) repeat-x top;
	position: relative;
	min-height: 100%;
	}
#dhWrapper {
	position: relative;
	margin: auto;
	padding-bottom: 90px;
	width: 519px;
	z-index: 4;
	}
	
.home #cardHolder {
	margin-left: -40px;
	}
	

/*-----------
  LINK STYLES
  -----------*/
a {
	color: #2b741f;
	text-decoration: underline;
	outline: none;
	}
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
	}

/*------
  HEADER
  ------*/
#header {
	position: relative;
	margin-bottom: 18px;
	padding-top: 18px;
	height: 99px;
	}
#dhLogo {
	width: 160px;
	}
#dhLogo img {
	border: none;
	display: block;
	margin-left: 43px;
	}


/* ------------
   MAIN CONTENT
   ------------*/
#dhContent { /* note: modified in ie.css */
	background: #f2eada url(../images/common/content-top.png) no-repeat top;
	padding: 0 1em;
	}
h1 {
	background: url(../images/common/heading-dec.png) no-repeat bottom;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	padding-top: 18px;
	padding-bottom: 8px;
	}
h4 {
	color: #90106d;
	}
p {
	margin: 1em 0;
	}


/* ---------
   TEAM PAGE
   ---------*/
.bios img {
	float: right;
	margin-top: 3.5em;
	margin-left: 18px;
	}
.bios h2 {
	border-top: 1px solid #cfb699;
	padding-top: 1em;
	}
.bios h2 em {
	color: #b89061;
	font-style: normal;
	font-weight: normal;
	}
.bios p {
	margin-right: 179px;
	}


/* ---------
   WORK PAGE
   ---------*/
.work h2 {
	clear: left;
	}
.work #dhContent {
	padding-bottom: 1em;
	}
.work-nav {
	background: #f7f2e9;
	border: 1px solid #bf9a70;
	border-width: 1px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	clear: right;
	margin: 1em 0;
	padding-left: 94px;
	height: 36px;
	}
.work-nav li {
	display: inline;
	}
.work-nav a {
	color: #a38058;
	text-decoration: none;
	display: block;
	float: left;
	outline: none;
	padding: 10px 0 9px 0;
	width: 76px;
	}
.work-nav a:hover {
	color: #2b741f;
	text-decoration: underline;
	}
.work-nav a:active {
	color: #806341;
	text-decoration: none;
	}
.work-nav a.selected,
.tv #tv a,
.print #print a, 
.radio #radio a, 
.web #web a {
	color: #806341;
	background: url(../images/common/subnav-marker.png) no-repeat bottom;
	font-weight: bold;
	text-decoration: none;
	}
.work h3 {
	display: none;
	}
.work-cat.selected {
	display: block;
	}
.work-cat h4 {
	border-top: 1px solid #cfb699;
	text-align: left;
	margin: 2em 0 1em 0;
	padding-top: 1em;
	}
.work-cat h4.first {
	border-top: none;
	margin-top: 1em;
	padding-top: 0;
	}
.work-cat img {
	display: block;
	margin: auto;
	}
.work .video {
	text-align: center;
	}

/* work viewer */
p.extra {
	text-align: right;
	}
p.extra a {
	background: url(../images/common/zoom.png) no-repeat;
	padding-left: 26px;
	}
p.extra a.results {
	background: url(../images/common/results.png) no-repeat;
	padding-left: 22px;
	}
.zoom #dhOuterWrapper {
	background-position: center -72px;
	}
.zoom #dhWrapper {
	text-align: center;
	width: 743px;
	}
.zoom #header {
	display: none;
	}
.zoom #dhContent {
	background: none;
	}
.zoom h1 {
	color: #ffe4c5;
	background: none;
	}
.zoom h1 strong {
	color: #ffbe57;
	}
.zoom #content-end {
	display: none;
	}


/*------------
  RESULTS PAGE
  ------------*/
body.results {
	height: 101%;
	}
.results #dhContent {
	padding-bottom: 16px;
	}
.results h2 {
	border-top: 1px solid #cfb699;
	cursor: pointer;
	}
.results h2 a {
	background: url(../images/common/openclose.png) no-repeat right -64px;
	outline: none;
	display: block;
	padding-bottom: 16px;
	padding-top: 1em;
	}
.results h2.active a,
.results h2.selected.active a {
	background-position: right -24px;
	}
.results h2.selected a {
	color: #000;
	background-color: #faf1de;
	background-position: right 16px;
	text-decoration: none;
	}
.results h2 a:hover {
	background-color: #faf1de;
	}
.results #dhContent div {
	padding: 1px;
	}
.results h3 {
	font-size: 13px;
	text-transform: uppercase;
	text-align: right;
	float: left;
	margin-top: 3px;
	width: 90px;
	}
.results h3.first {
	padding-top: 16px;
	}
.results p {
	margin-left: 108px;
	}
hr {
	background: #cfb699;
	border: none;
	margin: 0;
	padding: 0;
	height: 1px;
	}


/* ---------
   NEWS PAGE
   ---------*/
p.sep {
	text-align: center;
	}
.boiler {
	background: #e8ddc6;
	border-top: 1px solid #cfb699;
	font-size: 13px;
	padding: 1em;
	padding-bottom: .5em;
	}
#news-more h2 {
	margin-top: 1em;
	margin-left: 3.25em;
	}
.news em.meta {
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-top: -.75em;
	padding: .5em 0;
	}
#news-more ul {
	border-top: 1px solid #cfb699;
	font-size: 13px;
	list-style: none;
	padding: .5em 0 1em 0;
	}
#news-more li {
	margin-left: 4em;
	margin-bottom: .5em;
	}
#news-more em.date {
	font-style: normal;
	position: absolute;
	left: 1em;
	}
	
/* -------
   TESTIMONIALS
   -------*/
   
.testimonials hr {
	margin-top: 16px;
	}
   
.testimonials #images-box {
	float: right;
	margin: 0 0 22px 18px;
	width: 164px;
	}
.testimonials img.client-logo {
	border: 1px solid #bdb199;
	}
.testimonials img.client-photo {
	border: 2px solid #bdb199;
	margin-bottom: 6px;
	}
	
a.view-pdf {
	display: block;
	float: right;
	width: 100px;
	height: 25px;
	text-indent: -100000px;
	background: transparent url(../images/testimonials/view-pdf.png) 0 0 no-repeat;
	}
a.view-pdf:hover {
	background-position: -100px 0;
	}
	
.testimonials hr {
	clear: right;
	}


/* -------
   CONTACT
   -------*/
.contact .boiler {
	padding: 0 1em .5em 1em;
	height: 1%;
	}
.boiler .right {
	float: right;
	margin-right: 184px;
	}
.addy {
	border-top: 1px solid #c1b39e;
	margin-top: -.5em;
	padding-top: .5em;
	}
.boiler .left {
	margin-left: 57px;
	}
.contact table {
	margin-top: 18px;
	margin-left: 70px;
	}
.contact td {
	text-align: left;
	}
.contact label {
	font-size: 13px;
	text-align: right;
	display: block;
	margin-bottom: 9px;
	padding-right: 18px;
	width: 76px;
	}
label.req {
	font-weight: bold;
	}
.contact input {
	background: #fff url(../images/common/input-shad.png) repeat-x;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	font: 13px arial;
	margin-bottom: 9px;
	padding: 2px 0;
	width: 246px;
	}
.contact textarea {
	background: #fff url(../images/common/input-shad.png) repeat-x;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	font: 13px arial;
	width: 340px;
	}
input#State {
	width: 29px;
	}
input#PostalCode {
	width: 94px;
	}
input.empty {
	background-color: #ffeca8;
	}
em.alert {
	font-size: 11px;
	position: absolute;
	right: 42px;
	margin-top: 2px;
	}
button {
	margin: 9px 0;
	}


/*----------
  NAVIGATION
  ----------*/
#dhNavBar ul {
	list-style: none;
	text-align: center;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	margin: 0;
	padding: 0;
	width: 161px;
	}
ul.one {
	right: 179px;
	}
ul.two {
	right: 0;
	}
#dhNavBar a {
	color: #ffe4c5;
	display: block;
	outline: none;
	height: 26px;
	}
#mission {
	background: url(../images/common/nav-mission.png) no-repeat;
	}
#team {
	background: url(../images/common/nav-team.png) no-repeat;
	}
#testimonials {
	background: url(../images/common/nav-testimonials.png) no-repeat;
	}
#work {
	background: url(../images/common/nav-work.png) no-repeat;
	}
#results {
	background: url(../images/common/nav-results.png) no-repeat;
	}
#news {
	background: url(../images/common/nav-news.png) no-repeat;
	}
#contact {
	background: url(../images/common/nav-contact.png) no-repeat;
	}
#dhNavBar a {
	background-position: center 7px;
	}
#dhNavBar a:hover {
	background-position: right 7px;
	}
#dhNavBar a:active {
	background-position: left 7px;
	}
body.mission #mission, 
body.team #team, 
body.testimonials #testimonials, 
body.work #work, 
body.results #results, 
body.news #news, 
body.contact #contact {
	background-position: left 7px !important;
	}


/*------
  SUBNAV
  ------*/
.subnav {
	text-align: center;
	padding-bottom: 1em;
	}
.subnav a {
	font-weight: bold;
	}


/*------
  FOOTER
  ------*/
#content-end {
	background: url(../images/common/footer.png) no-repeat;
	margin-top: -16px;
	height: 28px;
	}
.home #content-end {
	display: none;
	}
#footerBox {
	background: url(../images/common/copyright.png) no-repeat center 27px; /* note: modified in ie6.css */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	z-index: 4;
	}
/*
.home #footerBox {
	background: url(../images/common/copyright_home.png) no-repeat;
	}
*/
#footerBox p {
	text-align: center;
	text-indent: -9999px;
	}
#footerBox a {
	display: none;
	}
#footerBox a.credit {
	outline: none;
	display: block;
	margin: auto;
	margin-top: -36px;
	width: 416px;
	height: 14px;
	}
#shad {
	background: url(../images/common/shad-up.png) repeat-x bottom; /* note: modified in ie6.css */
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 190px;
	}
