/* HTML */

html, body {
	background:#052a3a url(../images/bg.jpg);
	background-attachment:fixed;
	color:#666;
	font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2", Helvetica, Arial, sans-serif;
}
header, section, footer,
aside, nav, article, figure {
	display: block;
}

p {
	margin-bottom:20px;
}
a {
	text-decoration:none;
	-webkit-transition-property: all, ease-in-out;
  	-webkit-transition-duration: 0.5s;
}
a:link, a:visited {
	color:#38b2ff;
}
a:hover, a:active, a:focus {
	color:#fff;
	background:#8e110f;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-webkit-transition-duration: 0.1s;
}

/* HEADER */

#header {
	background:#052a3a;
	width:100%;
	overflow:hidden;
}	
.tt {
	width:270px;
	height:130px;
	background: url(../images/tt_bg.png);
	color:#97def8;
	float:left;
	margin-left:0px; margin-top:20px; margin-bottom:40px;
	padding:15px;
	font-size:16px;
	text-shadow:0 1px 3px #000;
	visibility:hidden;
	opacity:0;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	position:relative;
	top:5px;
	-webkit-transition: all 0.3s ease-out;
}
ul li:first-of-type div.tt {
	visibility:visible;
	opacity:1;
	top:0px;
}
.tt_arrow {
	height:24px;
	width:24px;
	background:url(../images/tt_arrow.png);
	position:relative;
	top:145px; 
	left:20px;
}
.tt h2 {
	color:#fff;
	font-weight:normal;
	font-size:22px;
	line-height:1.2;
	margin:0; margin-bottom:5px; margin-top:-28px;
}
.tt a {
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	margin-top:8px; margin-left:-2px;
	padding:0 2px;
	white-space:nowrap;
}
.tt a:link, .tt a:visited {
	color:#38b2ff;
}
.tt a:hover, .tt a:active, .tt a:focus {
	color:#fff;
	background:#8e110f;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
}
header#menu ul:hover li div.tt {
	visibility:hidden;
	opacity:0;
	top:5px;
}
header#menu ul li:hover div.tt {
	top:0px;
	visibility:visible;
	opacity:1;
}
header#menu ul li:hover > a {
	color:#004d7d;
}
header#menu ul li > a {
	color:#052a3a;
	text-decoration:none;
	display:block;
}
header#banner {
	width:940px;
	height:380px;
	background:url(../images/header.jpg) no-repeat top;
	margin:0 auto;
	padding:0 20px;
}
header#menu {
	background:#d5dadc url(../images/menu_bg.png) repeat-y center;
	clear:both;
	position:relative;
	z-index:999;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.50); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.50); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 6px rgba(0,0,0,.50); /* Opera 10.5, IE 9.0 */
}
header#menu ul {
	display:block;
	width:980px;
	margin:0 auto;
	height:120px;
	list-style:none;
}
header#menu ul li {
	background:url(/images/menu_arrow.png) no-repeat right bottom;
	float:left;
	padding-bottom:8px; padding-left:20px;
	margin-top:-220px;
	width:300px;
	color:#052a3a;
	font-size:30px;
	text-shadow:0 1px 1px #fff;
}
header#menu ul li:last-of-type {
	background:none;
}
header#menu ul li span {
	display:inline-block;
	padding:0px 4px;
	margin-bottom:5px; margin-top:10px;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 1px 3px #3f0000;
	background:#7c0000;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
}
header#menu ul li a {
	line-height:1.2;
}
header#menu ul li a:hover, header#menu ul li a:focus {
	background:none;
}
header#page {
	width:940px;
	height:260px;
	background:url(/images/header.jpg) no-repeat top;
	margin:0 auto;
	padding:0 20px;
}
header#breadcrumb {
	height:120px;
	background:#001f2d;
	background:rgba(16,33,42,.80);
	clear:both;
	position:relative;
	z-index:9;
	margin-top:-120px;
	text-shadow:0 1px 3px #3f0000;
}
header#breadcrumb ul {
	display:block;
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:18px 20px;
	list-style:none;
}
header#breadcrumb li h1 {
	font-weight:normal;
	font-size:48px;
	color:#FFF;
}
header#breadcrumb li a {
	display:inline-block;
	font-size:19px;
	padding:0 2px;
}
#header_phone {
	color:#FFF;
	float:right;
	font-size:32px;
	font-weight:bold;
	text-align:right;
}
header#breadcrumb li#header_phone a {
	font-size:16px;
	font-weight:normal;
	position:relative;
	top:-10px;
}
#logo {
	float:left;
	margin-top:20px;
}
#dki_logo {
	float:left;
	margin-top:48px; margin-left:34px;
}
#logo a:hover, #dki_logo a:hover {
	background:none;
}
#slogan {
	clear:both;
	color:#FFF;
	font-size:22px;
	font-style:italic;
	text-align:center;
	text-shadow:0 1px 3px #000;
	text-indent:-9999px;
	width:417px;
	height:46px;
	background:url(/images/slogan.png) right no-repeat;
	margin:0 auto;
}

/* NAV */

nav ul {
	display:block;
	height:76px;
	list-style:none;
	margin:0;
	float:right;
}
nav li {
	float:left;
	height:80px;
	text-shadow:0 1px 3px #000;
}
nav li.current {
	background:#7c0000 url(../images/nav_bg.png) bottom no-repeat;
}
nav li.current a {
	color:#fff;
}
nav a {
	display:inline-block;
	font-size:20px;
	text-decoration:none;
	padding:10px; padding-top:51px; padding-bottom:4px;
	-webkit-transition: all 0.2s ease-out;
}
nav a:link, nav a:visited {
	color:#38b2ff;
}
nav a:hover, nav a:active, nav a:focus {
	color:#fff;
	background:rgba(0,0,0,.20);
}

/* MAIN */

#main {
	background:url(../images/main_grad.png) repeat-x top;
}
section#services {
	width:980px;
	margin:0 auto; margin-top:-6px;
	text-shadow:0 1px 3px #000;
}
section#services h2 {
	margin-left:20px; margin-bottom:8px;
	font-size:26px;
	color:#fff;
	font-weight:normal;
}
section#services h3 {
	margin-top:2px; margin-bottom:-3px; margin-left:-1px;
	color:#38b2ff;
	font-weight:normal;
}
section#services .grid a {
	text-decoration:none;
	display:block;
	width:300px;
	height:180px;
	float:left;
	margin-left:20px;
}
section#services .grid a:hover, section#services .grid a:focus {
	background:none;
}
section#services .grid a:hover h3 {
	color:#FFF;
}
section#services .grid a:hover img {
	background-position:0% -100%;
	-moz-box-shadow: 0px 0px 10px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 10px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #000; /* Opera 10.5, IE 9.0 */
  	/*-webkit-transition-duration: 0.3s;*/
}
section#services img {
	background-position:top;
	border:3px solid #fff;
	margin-top:4px;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
	/*-webkit-transition-property: all, ease-in-out;
  	-webkit-transition-duration: 0.6s;*/
}
section#services img[src*="planning"] {
	background:url(/images/service-planning-sprite.jpg);
}
section#services img[src*="restoration"] {
	background:url(/images/service-restoration-sprite.jpg);
}
section#services img[src*="construction"] {
	background:url(/images/service-constructior-sprite.jpg);
}
section#services img[src*="emergency"] {
	background:url(/images/service-emergency-sprite.jpg);
}
section#services img[src*="fire"] {
	background:url(/images/service-fire-sprite.jpg);
}
section#services img[src*="water"] {
	background:url(/images/service-water-sprite.jpg);
}
section#services img[src*="mold"] {
	background:url(/images/service-mold-sprite.jpg);
}
section#services img[src*="asbestos"] {
	background:url(/images/service-asbestos-sprite.jpg);
}
section#about {
	width:940px;
	margin:0 auto; margin-top:26px;
	padding:20px; padding-bottom:0;
	clear:both;
	background:#FFF;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
section#about h2 {
	color:#052a3a;
	margin-top:-7px; margin-bottom:14px;
	font-size:26px;
	font-weight:normal;
}
#video {
	float:right;
	margin-left:20px;
    margin-bottom:20px;
}
#glow_main {
	height:40px;
	width:968px;
	overflow:visible;
	margin:0 auto;
}
#glow_top {
	height:0;
	overflow:visible;
	position:relative;
	top:-60px;
}
#glow_bottom {
	height:0;
	overflow:visible;
}
#container {
	width:980px;
	margin:0 auto;
}
#content {
	width:600px;
	min-height:500px;
	padding:20px;
	background:#FFF;
	color:#666;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
section#content ul {
	margin-bottom:20px;
}
section#content ul li {
	margin-left:20px;
}
section#content h1 {
	color:#052a3a;
	margin-top:-8px; margin-bottom:4px;
}
section#content h2 {
	color:#052a3a;
	line-height:1.3;
	margin-top:-7px; margin-bottom:14px;
	font-size:26px;
	font-weight:normal;
}
section#content h3 {
	color:#333;
	font-weight:normal;
}
section#content strong {
	color:#415158;
}
section#content img.portrait {
	border:3px solid #FFF;
	margin-top:10px;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 1px 8px #CCC; /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 8px #CCC; /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 8px #CCC; /* Opera 10.5, IE 9.0 */
}
section#content p:last-of-type {
	margin-bottom:0;
}
section#content-projects {
	width:640px;
	min-height:300px;
	padding-left:20px;
}
section#content-projects h3 {
	font-weight:normal;
	font-size:18px;
	margin-top:-3px; margin-bottom:-3px;
}
section#content-projects a {
	text-decoration:none;
	display:block;
	float:left;
	margin-right:20px; margin-bottom:15px;
}
section#content-projects a:hover, section#content-projects a:focus {
	background:none;
}
section#content-projects img {
	margin-top:4px;
	opacity:0.8;
	border:3px solid #fff;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
section#content-projects a:hover img {
	opacity:1;
}

section#content-projects h2 {
	font-weight:normal;
	font-size:26px;
	color:#fff;
	margin-bottom:7px;
	position:relative;
	top:-6px;
	text-shadow:0 1px 3px #000;
}

/* SIDEBAR */

aside {
	color:#97def8;
	width:320px;
	float:right;
	text-shadow:0 1px 3px #000;
	height:100%;
}
aside ul {
	margin-bottom:18px;
}
aside ul li {
	list-style-position:inside;
	list-style-type:none;
	padding-left:20px;
}
aside ul li:hover {
	background:url(/images/bc_arrow.png) 1% 20% no-repeat;
}
aside ul li.selected {
	background:url(/images/bc_arrow.png) 1% 20% no-repeat;
}
aside ul li.selected a {
	color:#FFF;
}
aside h2 {
	font-weight:normal;
	font-size:26px;
	color:#fff;
	padding:0;
	margin-top:-6px; margin-bottom:15px;
}
aside strong {
	color:#38b2ff;
	line-height:1.2;
}
aside img {
	float:left;
	clear:left;
	margin-bottom:20px;
	margin-right:20px;
	border:3px solid #fff;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
aside p:hover > strong {
	color:#FFF;
}
aside p {
	clear:both;
}
aside a {
	font-weight:bold;
	line-height:1.2;
	position:relative;
	top:-2px;
}
aside a:hover, aside a:focus {
	color:#FFF;
	background:none;
}
aside strong {
	color:#FFF;
	position:relative;
	top:-2px;
}
aside div {
	width:140px;
	float:left;
	margin-right:20px;
}
aside div.emergency-contact {
	float:none;
	width:280px;
	padding:20px;
	background-color:#8e110f;
	background: -moz-linear-gradient(top, #a41412, #780e0c);
	background: -webkit-gradient(linear, left top, left bottom, from(#a41412), to(#780e0c));
	margin-bottom:20px;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
aside div.emergency-contact h2 {
	color:#410000;
	font-size:22px;
	text-shadow:1px 1px #b30000;
	margin:0;
}
aside div.emergency-contact h1 {
	margin-top:-6px;
	margin-bottom:4px;
	font-weight:normal;
	color:#FFF;
	font-size:42px;
}
aside iframe {
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
aside div.aside-fixed {
	width:320px;
	float:none;
	padding:0;
	margin:0;
	position:absolute;
}
aside div.fixed {
  position: fixed;
  top: 20px;
}
aside .unifyRepeatArea {
    width:auto;
}
aside .unifyRepeat {
    width:auto;
    margin:0;
    color:#fff;
}
aside h3 {
    color:#38b2ff;
}


/* FORM */

form {
	float:left;
}

label {
	display:block;
	float:left;
	width:140px;
	text-align:right;
	font-size:18px;
	color:#38b2ff;
	margin-top:-1px;
}
input[type="text"] {
	color:#666;
	border:1px solid #999;
	width:300px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.3;
	height:20px;
	padding:2px;
	margin-top:-2px; margin-bottom:16px; margin-left:20px;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
}
input[type="text"]:focus {
	border:1px solid #38b2ff;
	outline:none;
}
textarea {
	color:#666;
	border:1px solid #999;
	width:420px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.3;
	padding-left:2px; padding-top:1px;
	margin-left:20px; margin-top:-2px; margin-bottom:0;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
	resize:vertical; 
}
textarea:focus {
	border:1px solid #38b2ff;
	outline:none;
}
input[type="submit"] {
	color:#0e364f;
	text-shadow:1px 1px 1px #38b1fe;
	font-size:20px;
	height:40px;
	border:none;
	padding:4px;
	margin:0; margin-left:160px; margin-top:14px;
	background-color:#2f94d4;
	background: -moz-linear-gradient(top, #38b1fe, #226c9a);
	background: -webkit-gradient(linear, left top, left bottom, from(#38b1fe), to(#226c9a));
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
}
input[type="submit"]:hover {
	cursor:pointer;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	background-color:#8e110f;
	background: -moz-linear-gradient(top, #a41412, #780e0c);
	background: -webkit-gradient(linear, left top, left bottom, from(#a41412), to(#780e0c));
}
.send-success {
	background-color:#ececec;
	border:1px solid #CCC;
	padding:10px;
	margin:7px 0;
	color:#333;
	font-weight:normal;
	font-style:italic;
}
.send-error {
	background-color:#ffdada;
	border:1px solid #b62e2e;
	padding:10px; padding-left:25px;
	margin:8px 0;
	color:#ba0000;
	font-weight:normal;
	font-style:italic;
}
form .error {
	background-color:#ffdada;
	border:1px solid #b62e2e;
}
form .error:focus {
	background-color:#FFF;
	border:1px solid #b62e2e;
}
form input + span {
	color:#b62e2e;
	padding-left:10px;
	position:relative;
	top:-10px;
}
form label + span {
	color:#b62e2e;
	float:right;
}

/* FOOTER */

footer {
	color:#97def8;
	width:960px;
	height:220px;
	margin:0 auto; margin-top:33px;
	padding-left:20px;
	text-shadow:0 1px 3px #000;
}
footer div {
	width:160px;
	float:left;
}
footer h2 {
	font-weight:normal;
	font-size:26px;
	color:#fff;
	padding:0;
	margin:0; margin-bottom:14px;
}
footer a {
	display:inline-block;
	clear:left;
	font-size:16px;
	text-decoration:none;
	margin-right:200px; margin-left:-2px;
	padding:0 2px;
	white-space:nowrap;
}
footer a:link, footer a:visited {
	color:#38b2ff;
}
footer a:hover, footer a:active, footer a:focus {
	color:#fff;
	background:#8e110f;
	-moz-border-radius: 2px; /* FF1+ */
	-webkit-border-radius: 2px; /* Saf3+, Chrome */
	border-radius: 2px; /* Opera 10.5, IE 9 */
}
#footer_contact {
	width:320px;
}
#footer_logo {
	padding-top:6px;
	width:300px;
	font-size:13px;
	text-align:right;
}
#footer_logo img {
	margin-bottom:10px; margin-left:50px;
	border:none;
}
#footer_logo a {
	margin:0;
	float:right;
	clear:right;
	text-align:right;
}
#footer_logo a:hover {
	background:none;
}
footer div.phone {
	background:#7c0000 url(../images/nav_bg.png) bottom no-repeat;
	white-space:nowrap;
	padding:6px 6px 2px 8px;
	margin-left:-8px;
	margin-bottom:10px;
	margin-right:100px;
	width:auto;
	display:inline-block;
	float:none;
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
}
footer div.phone h1 {
	font-weight:bold;
	color:#FFF;
	font-size:30px;
}
footer div.phone h2 {
	color:#206c9c;
	font-size:16px;
	margin:0;
	text-shadow:1px 1px 2px #000;
}
.copyright {
	display:block;
	font-size:11px;
	line-height:1.7;
	margin-top:10px;
	color:#206c9c;
}
.clear {
	float:none;
	clear:both;
}
.left {
	float:left;
	margin-right:20px; margin-bottom:10px;
}
.right {
	float:right;
	margin-left:20px; margin-bottom:10px;
}

/* Grid */
#grid{

    /* Vertical grid lines */
    background: url(../js/bg-grid-980.gif) repeat-y 0 0;

    /* Dimensions - same width as your grid with gutters */
    width: 980px;

    /* Grid (left-aligned)
    position: absolute;
    top: 0;
    left: 0;
    */

    /* Grid (centered) */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;

}

/**
 * Classes for multiple grids
 *
 * When using more than one grid, remember to set the numberOfGrids 
 * option in the hashgrid.js file.
 */
#grid.grid-1{

    /* Vertical grid lines for grid 1 */
    background: url(../js/bg-grid-980.gif) repeat-y 0 0;

}
#grid.grid-2{

    /* Vertical grid lines for grid 2 */
    background: url(../js/bg-grid-660.gif) repeat-y 160px 0;

    /* Adjustments */
    padding: 0 160px;
    width: 660px;

}

/**
 * Horizontal grid lines, defined by your base line height
 *
 * Remember, the CSS properties that define the box model:
 * visible height = height + borders + margins + padding
 */
#grid div.horiz{

    /* 20px line height */
    height: 19px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;

}

