@charset "utf-8";
body {
	font-family: Trebuchet MS;
	/*line-height:23px;*/
	font-size:14px;
	color:#666;
	background-color: #314550;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height:24px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container 			selector */
}




a {
   outline: none;
}
.textarea {
	/*border:1px dotted #4c5458;
	background-image: url(img/fbg2.png);*/
	background-color:#fafafa;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #efefef;
	border-right: 1px solid #ccc;
	color:#999;
}

.textarea:focus {
	/*border:1px dotted #4c5458;
	background-image: url(img/fbg2.png);*/
	background-color:#e3e3e3;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #fff;
	border-left: 1px solid #d6d6d6;
	color:#666;
}

.send {
	background-color:#efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
	border-right: 1px solid #d6d6d6;
	color:#666;
}
.send:hover {
	background-color:#e3e3e3;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #fff;
	border-left: 1px solid #d6d6d6;
	color:#666;
}


h1 {
	font-size:36px;
	font-style:normal;
	margin: 20px 0px 20px 0px;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 5px 0px;

	/*text-shadow: #000 0px 1px 0px;*/

}

h2 {
	font-size:24px;
	font-style:normal;
	margin: 10px 5px 10px 0px;
	color: #333;
	font-weight: normal;
}

h3 {
	font-size:18px;
	font-style:normal;
	margin: 0px 5px 10px 0px;
	color: #666;
	font-weight: normal;
}

p {
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	margin: 5px 0px 5px 0px;
	color: #666666;

}
.washco #container {
	width: 100%;
	background: #efefef;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	min-height: 100%;
	height: 100%;
}

.washco #topcontainer {
	margin:0px auto;
	/*height: 300px;*/
	text-align: center;
	width: 100%;
	text-align:left;
	background:#efefef url(img/bg.png) repeat-x;
	background-image: url(img/bg.png);
	padding: 0px 0px 40px 0px;

	/*height: 440px;*/
}

.washco #top {
	padding: 30px 20px 0px 20px;
	margin:0px auto 20px;
	text-align: center;
	width: 940px;
	text-align:left;
}

.washco #shadow {
	position:absolute;
	/*left:205px;*/
	top:300px;
	width:940px;
	height:200px;
	background-image:url(img/shadow.png);
	z-index: 5;
}


.washco #midcontainer {
	margin:10px 0px 0px 0px;
	/*height: 300px;*/
	text-align: center;
	text-align:left;
	/*background:#efefef;*/

}

.washco #middle {
	margin:0px auto;
	height: 500px;
	text-align: center;
	width: 930px;
	padding: 0px 5px 0px 5px;
}
.washco #mid {
	margin:0px auto;
	height: 400px;
	text-align: center;
	width: 930px;
	padding: 0px 5px 0px 5px;
}
.washco #page {
	margin:20px auto 0px;
	text-align: center;
	width: 940px;
	background:url(img/pagetop.png) repeat-x top center #efefef;
	padding: 10px 0px 20px 0px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
 	position: relative;
	z-index: 11;
}
.washco #pagecontent {
	/*margin:0px 0px 0px 0px;*/
	text-align: left;
	width: 875px;
	padding: 20px 5px 50px 5px;
	margin: 0px auto;
}

#pagecontent .img {
	padding:2px;
	background-color:#efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
	border-right: 1px solid #d6d6d6;
	margin-left: 25px;
}

#pagecontent a img {
	padding:2px;
	border:1px solid #d6d6d6;
	background-color:#efefef;

}

#pagecontent a {
	text-decoration: none;
	color: #999;
	text-align:center;
	display: block;
	padding:0px 5px 0px 5px;
	background-color:#efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
	border-right: 1px solid #d6d6d6;
	float:right;
	
}
#pagecontent a:hover {
	color: #888;
	text-decoration: none;
	/*background:#46565e;*/
	background-color:#e3e3e3;
	/*background-image:url(img/fbg3.png);*/
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #fff;
	/*text-shadow: #d6d6d6 1px 1px 0px;*/
}




.imgteaser {
	margin: 0px;
	overflow:hidden;
	float:left;
	position:relative;
	margin: 0px;
}
.imgteaser a {
	
	text-decoration:none;
	float:left;
}
.imgteaser a:hover {
	
	cursor:pointer;
}
.imgteaser a img {
	float:left;
	margin:5px;
	border:none;
	width:188px;
	height:100px;
	background:#ccc;
}
.imgteaser a:hover .flash {
	background:#fff;
	display: block;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	color:#333;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	left:15px;
	padding:5px;
	margin:0px;
	width:178px;
	height:88px;
}

.imgteaser a .caption {
	/*background:#efefef;*/
	display: block;
	visibility:hidden;
	/*filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
	color:#333;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	left:15px;
	padding:5px;
	margin:0px;
	width:178px;
	height:44px;
}

.imgteaser a:hover .caption {
	display: block;
	visibility:visible;
	/*filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";*/
	color:#333;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	left:15px;
	padding:5px;
	margin:0px;
	width:178px;
	height:44px;
}

.imgteaser a .flash {
	
	display: none;
}





















.washco #column {
	float:left;
	/*margin:0px 0px 0px 0px;*/
	text-align: center;
	width: 300px;
	padding: 5px 5px 5px 5px;
}

.c1 {
	float:left;
	/*margin:0px 0px 0px 0px;*/
	text-align: center;
	width: 300px;
	padding: 5px 5px 5px 5px;
}


.c1 a {
	text-decoration: none;
	color: #999;
	text-align:center;
	display: block;
	padding:0px 5px 0px 5px;
	background-color:#efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
	border-right: 1px solid #d6d6d6;
	float:left;
}
.c1 a:hover {
	color: #888;
	text-decoration: none;
	/*background:#46565e;*/
	background-color:#e3e3e3;
	/*background-image:url(img/fbg3.png);*/
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #fff;
	/*text-shadow: #d6d6d6 1px 1px 0px;*/
}

.c1 img {
	padding:2px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #fff;
	border-right: 1px solid #d6d6d6;
	background-color:#efefef;

	/*-moz-box-shadow:0px 2px 5px #333;
	-webkit-box-shadow:0px 2px 5px #333;
	box-shadow:0px 2px 5px #333;*/
}

.washco #footcontainer {
	margin:0px auto;
	/*height: 300px;*/
	text-align: center;
	width: 100%;
	text-align:left;
	background: #314550 url(img/bg2.png);
	border-top: solid #46565e 1px;
}
.washco #footer {
	margin:0px auto;
	text-align: center;
	width: 920px;
	padding: 30px 10px 0px 10px;
	height: 250px;
	
}





#footer ul {
	margin:0px 5px;
	padding: 0px;
	list-style: none;
	text-align: left;
	float:left;
	color: #8d9396;
	text-decoration: none;
	width: 174px;
	font-size: 12px;

}



#footer ul li {
	display: block;
	position: relative;
	/*float: left;*/
	font-size:16px;
	border-bottom:1px dotted #4c5458;
	color: #ccc;
	line-height:30px;
}

#footer li ul { 
	display: none; 
}


#footer ul li a {
	line-height:25px;
	display: block;
	/*border-top: 1px solid #000;*/
	/*background: #2C5463;*/
	/*margin-left: 1px;*/
	white-space: nowrap;
	font-size: 12px;
	padding-left:5px;
	margin:0px;
	/* border-left: 1px solid #444;*/	  
	/*background-image:url(img/fbg2.png);*/
	color: #8d9396; 
	text-decoration: none;
}

#footer ul li a:hover { /*background: #617F8A;*/
	color: #fff;
	text-decoration: none;
	/*background:#46565e;*/
	background-image:url(img/fbg2.png);
}

#footer li:hover ul {
	display: block;
	position:absolute;
	background-image: url(img/fbg3.png);
	left:-5px;
	width:174px;
	/*border-bottom:1px dotted #4c5458;*/
	margin-top:1px;
}

#footer li:hover li {
	float: none;
	font-size: 12px;
	/*border-top: 1px solid #666;*/
	padding: 5px 0px 5px 5px;

}

#footer li:hover a { /*background: #617F8A;*/ 

}
#footer li:hover li a { 
   }
#footer li:hover li a:hover { 

}

#footer li span {
	padding: 5px 15px 5px 15px;
}
/*li span:hover {color:#999;}*/



































.washco #f_column {
	float:left;
	width: 235px;
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	color:#fff;
}






















#home li.home a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#about li.about a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#mission li.mission a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#services li.services a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#residential li.residential a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#commercial li.commercial a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#clients li.clients a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#estimate li.estimate a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}
#contact li.contact a {
	color: #fff; text-decoration: none;
	background:url(img/menubg.png) left center no-repeat;
}

#top ul {
	font-size: 18px;
	margin:0px auto;
	padding: 0;
	list-style: none;
	float: right;
	text-shadow: #000 0px 1px 0px;
	z-index:30;
	text-align: center;
line-height:23px;

}


#top ul li {
	display: block;
	position: relative;
	float: left;
}

#top li ul { 
	display: none; 
}


#top ul li a {
	display: block;
	/*border-top: 1px solid #000;*/
	padding: 5px 15px 5px 15px;
	/*background: #2C5463;*/
	/*margin-left: 1px;*/
	white-space: nowrap;
  	width:90px;
	/* border-left: 1px solid #444;*/
	background:url(img/topnavbg.png) left center no-repeat;
	color: #ccc; text-decoration: none;
}

#top ul li a:hover { /*background: #617F8A;*/ 
	color: #fff; text-decoration: none;
	background:url(img/menubg2.png) left center no-repeat;
}

#top li:hover ul {
	display: block;
	position: absolute;
}

#top li:hover li {
	float: none;
	font-size: 11px;
	/*border-top: 1px solid #666;*/
}

#top li:hover a { /*background: #617F8A;*/ 

}
#top li:hover li a { 
	background: #444;
	width:90px;
	border-right: 1px solid #444;
	/*border-bottom: 1px solid #444;*/
	border-left: 1px solid #444;
	/*border-top: 1px solid #444;*/
		
	background-image:url(img/nav-background.png);
   }
#top li:hover li a:hover { 
	background: #555; 
	background-image:url(img/nav-background2.png);

}

#top li span {
	font:10px Arial, Helevtica, Verdana, san-serif;
	color:#ccc;
	margin:0;
}
	/*li span:hover {color:#999;}*/



#slider {
	position:relative;
	margin:10px 0px 0px 0px;
	/*margin:30px 30px 60px 30px;*/
	background:#202834 url(loading.gif) no-repeat 50% 50%;
	z-index:10;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-15px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

