/* Typography 
=================================== */
* { margin: 0; padding: 0; }

a:link, a:visited {	
	color: #f90;	
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted; 
	}
	
a:visited { font-weight: normal; }
a:hover, a:active { border-bottom-style: solid; }
#recaptcha_area a { border-bottom: none; }
	
.external, .pdf { padding-right: 13px; }
.external { background: url(../images/externalLink.gif) no-repeat top right; }
.pdf { background: url(../images/pdfLink.gif) no-repeat top right; }

h1 {
	background: url(../images/bannerLine.gif) repeat-x center; 
	font-size: 1.5em;
	position: relative;
	height: 107px;
	text-align: right;
}

h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dbkLogo.gif) no-repeat right top;
}
	
h3 {	
	font-size: 1.15em;	
	padding: 10px 10px 0 10px;
	}
	
h4, em, blockquote { color: #f90; }
p { padding: .5em 10px; }

ul, ol, li { margin: 0; padding: 0; }
ul, ol { margin: .5em 0; }
ol, li { list-style-position: inside;  }

li { 
	padding-left: 3em;
	text-indent: -2em;
	}

ul li { list-style: square inside; }

dl { margin: .5em 10px; }
dt {
	font-style: italic;
	font-size: 1.2em;
	margin-top: 1em;
}


blockquote {
	float: right;
	margin: 10px;
	width: 8.5em;
	border-style: double;
	border-color: #f90;
	border-width: 1px 0;
}

.errorMessage {
	color: #b24400;
	font-weight: bold;
	line-height: normal;
}

/* General Layout/Structure
=================================== */
img { border:none }
	
body {
	font: .8em "Gill Sans MT", "Gill Sans", Geneva, sans-serif;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	background: #474747 url(../images/backgroundGradient.gif) repeat-x left top; 
}

#wrapper {
	text-align: left;
	margin: 10px auto;
	width: 85%;
	position: relative;
	background: #fff;
	min-width: 775px;
	-moz-box-shadow: 0px 0px 18px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 18px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 18px #000; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')"; /* IE8 */

	-moz-border-radius-topleft: 12px; /* FF1+ */
	-moz-border-radius-bottomright: 12px; /* FF1+ */
	-webkit-border-top-left-radius: 12px; /* Saf3+, Chrome */
	-webkit-border-bottom-right-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}

#branding { 
	background: url(../images/bannerSwirl.gif) no-repeat left top;
	height: 186px;
	position: relative;
}

#branding p { margin-left: 170px; }
#branding p a { border: none; }

#content { 
	padding-left: 105px;
	line-height: 1.8em;
	min-height: 500px;
	position: relative;
}

#poppies {
	position: absolute;
	top: 25px;
	left: -106px;
	background: url(../images/poppyBouquet.png) no-repeat top left;
	width: 273px;
	height: 545px;
}

#footer {
	font-size: .8em;
	text-align: left;
	margin: 20px 0 0 50px;
	padding: 0px 45px;
	border-top: 1px #bdbdbd solid;
	clear: both;
	background:  url(../images/footerSwirl.gif) no-repeat right top;
	}	
	
#footer p { min-height: 40px; }
#footer, #footer a { color:#474747; }
	
/* Navigation
=================================== */
#mainNav {
	list-style: none;
	width: auto;
	float: right;
	font-size: 1.4em;
	margin: 0;
	}

#mainNav li { 
	float:left; 
	list-style: none; 
	padding: 0; 
	text-indent: 0;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	display:block;
	line-height: 86px;
	text-align: center;
	font-weight: normal;
	width: 86px;
	text-decoration: none;
	color: #bdbdbd;
	float: left; /*fixes mac bug */
	border-bottom:none;
	max-height: 100px;
	}
	
#mainNav .home a { background: none; }
#mainNav a:hover { color: #68adc3; }

/* post-it note backgrounds for main Nav buttons */
.home { background: url(../images/post_its.gif) no-repeat -5px -80px; }
.services { background: url(../images/post_its.gif) no-repeat -11px -180px; }
.portfolio { background: url(../images/post_its.gif) no-repeat -5px -280px; }
.blog { background: url(../images/post_its.gif) no-repeat center -380px; }
.contact { background: url(../images/post_its.gif) no-repeat -5px -480px; }

	
/*The following highlights the current page in Main Navbar*/
#home #mainNav .home a, #services #mainNav .services a, #portfolio #mainNav .portfolio a, #contact #mainNav .contact a, #why #mainNav .why a {
	color: #68adc3;
	background: url(../images/post_its.gif) no-repeat center 15px;
	cursor:default;
	}

/* Sandbag Divs
===================================*/
Allow tight wrapping around image 
#sbLeft-01, #sbLeft-02, #sbLeft-03, #sbLeft-04, #sbLeft-05, #sbLeft-06, #sbLeft-07, #sbLeft-08, #sbLeft-09, #sbLeft-10, #sbLeft-11, #sbLeft-12 {
	float:left;
	clear:left;
	} 
	
#sbLeft-01 { width: 20px;  height: 1px;}
#sbLeft-02 { width: 1px;  height: 17px;}
#sbLeft-03 { width: 53px;  height: 35px; }

/* Boxes on Portfolio Page
=================================== */
.box {
	width: 246px;
	background: url(../images/boxTile.gif) repeat-y;
	margin: 20px 0 0 20px;
	float: left;
	line-height: normal;
}

.box h3 {
	background: url(../images/boxTop.gif) no-repeat left top;
	padding-top: 10px;
	}

.box .last {
	background: url(../images/boxBottom.gif) no-repeat left bottom;
	padding-bottom: 15px;
	}

.box em {  display:block; }
	
.box h3, .box p, .box em, .box img {
	padding-left: 15px;
	padding-right: 15px;
	}
	
/* Forms
=================================== */
form p {
	position: relative;
	margin: 5px 0;
	clear:both;
}

#owner {
	position: absolute;
	background: url(../images/krista.gif) no-repeat top left;
	right: 2px;
	top: 5em;
	width: 208px;
	height: 266px;
}

fieldset {
	margin: 10px 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	background:  #f8f8f8;
	width: 95%;
	}
	
legend {
	font-weight: bold;
	color:#474747;
	margin-left: 40px;
	}

label {
	float:left;
	width:13%;
	}
label.radio { width: auto; }
	
input, textarea { 
	width: 50%;
	font: 1em "Gill Sans MT", "Gill Sans", Geneva, sans-serif;
}

input:focus, textarea:focus { background:#e8e8e8; }

textarea {
	height: 7em;
	}

.radio, .checkbox, .submit { width:auto; }

input.radio {
	float: left;
	margin-right: 1em;
}

label em {
	font-style: italic;
	position: absolute;
	left: 65%;
	top: -2px;
	width: 18%;
	}

/*Hack to fix helpText appearance in IE 6 */
* html label em {
	width: 12em;
	left: 50%;
}