* {margin:0;padding:0;} 
img { border:0px; }

/* stever.ca code - must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #pagewrap {height: 100%;}
html { background:url(../images/page-background.jpg) no-repeat #e8dfc6; font-family:Verdana, Geneva, sans-serif; }

body > #pagewrap {height: auto; min-height: 100%;}

#main {padding-bottom: 52px;}  /* must be same height as the footer */

#mainPortion {
	width:947px;
	/*height:52px;*/
	margin-left:auto;
	margin-right:auto;
}

#navArea {
	width:947px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	/*border:1px dashed white;*/
	}

#header { background-color:#38484f; height:35px;}

.dBLogo {
	float:left;
	width:380px;
}

#footer {
	position: relative;
	margin-top: -52px; /* negative value of footer height */
	height: 52px;
	clear:both;} 

#footermain { 
	width:947px;
	height:52px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer-background.gif) repeat-x;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

pre.contact_label {
	text-transform:uppercase;
	display: inline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#38484f;
}

ul.contact1, ul.contact2 {
	list-style-type:none;
	width: 460px;
	padding-left:20px;
	padding-bottom:20px;
}

li.contact1, li.contact2 {
	padding:3px;
}

.contactBreak {
	padding-bottom:20px;
	padding-left:18px;
	font-size:11pt;
	}

a.contactLink, a.contactLink:visited {
	text-decoration:none;
	color: #000000;
	}
	
a.contactLink:hover {
	text-decoration:none;
	color: #38484f;
	}

ul.navigate {
	list-style-type:none;
	height:35px;
	width:360px;
	margin:auto;
	float:right;
}

ul.navigate a {
	width:85px;
	height:40px;
	/*padding-left:10px;
	padding-right:10px;*/
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0pt;
}

ul.navigate a:hover {
	font-weight:bold;
}

li.navigate {
	float: left;
	/*padding-top:5px;*/
}

ul.navigate_footer {
	list-style-type:none;
	height:30px;
	width:600px;
	font-size:9pt;
	/*border:1px solid red;*/
}

li.navigate_footer {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
}

li.navigate_footer_lnk {
	float: left;
	padding-left:15px;
}

#home a {
	background: url(../images/navrow_home.gif) top left no-repeat;
	}

#home a:hover, #home_active {
	background: url(../images/navrow_home_active.gif) top left no-repeat;
	}

#work a {
	background: url(../images/navrow_work.gif) top left no-repeat;
	}

#work a:hover, #work_active {
	background: url(../images/navrow_work_active.gif) top left no-repeat;
	}

#blog a {
	background: url(../images/navrow_blog.gif) top left no-repeat;
	}

#blog a:hover, #blog_active{
	background: url(../images/navrow_blog_active.gif) top left no-repeat;
	}

#contact a {
	background: url(../images/navrow_contact.gif) top left no-repeat;
	}

#contact a:hover, #contact_active {
	background: url(../images/navrow_contact_active.gif) top left no-repeat;
	}	

.navigate_footer_lnk a {
	text-decoration:none;
	color: #000000;
	}
	
.navigate_footer_lnk a:hover {
	text-decoration:none;
	color: #38484f;
	}

.left_div {
	padding-top:30px;
	width:639px;
	height:auto;
	float:left;
}

.right_div {
	padding-top:30px;
	width:307px;
	height:auto;
	float:right;
}

.whole_div {
	width:947px;
	padding-top:30px;
	height:auto;
	float:left;
}


img.work_show, img.work_full {
	border:1px solid #bbbbbb;
	padding:4px;
	background-color:#ffffff;
	}
img.work_show:hover {
	padding:4px;
	background-color:#6d7a80;
	border:1px solid #dddddd;
	}
.news_words {padding-left:20px; padding-bottom:30px; font-size:9pt; line-height:12pt;}

.work_hold {
	width:630px;
	height:auto;
	padding-bottom:20px;
}

.work_hold_list {
	width:947px;
	height:auto;
	padding-bottom:20px;
}

.work_list {
	width:315px;
	float:left;
	padding-bottom:10px;
}

.work_image_left {
	float:left; width:320px;
}

.work_image_right {
	float:none;	
}

.big_work_image {
	float:left; width:320px;
}

.massive_image {
	float:left; width:630px;
}

.doubles { padding-left:10px;} 

.section_head {
	padding-bottom:20px;
	}
.footadjust { height:20px;	}
#whynot { height:40px;}
.descrip { font-size:8pt; color:#38484f; height:16px; }
.descripFull { font-size:10pt; height:18px;}
.descripTitle, .descripFullTitle { font-weight:bold; color:#38484f;text-transform:uppercase;}
.h5px { height:5px; }

.page_divide { border-right:2px solid #ded7c3; }
.page_divide_w { border-right:0px solid #ded7c3; }
.pages {width:947px;}

.followLink { padding-right:0px; padding-bottom:3px;}
.followLink:hover { padding-bottom:2px; border-bottom:1px dotted #38484f;}
