@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for D.F. Maher Architects
Author: Chris Robinson
Modified: Jeff Sanders
Date Created: 3-29-2009

All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------
COLORS:
BURGANDY: #742531;
DARK GRAY: #a6a9ad;
LIGHT GRAY: #d9dde1;
------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #A8ADB0 url(../images/headerbg.jpg) repeat-x ;
}
#header {
	margin: 0px auto;
	width: 1004px;
	position: relative;
	height: 66px;
	background: #7F2936 url(../images/headerbg.jpg) bottom left repeat-x;
}
.outer {
	width: 100%;
	background: #dcdcdc url(../images/whiteheaderbg.jpg) repeat-x;
	border-bottom: 3px solid #7f2936;
	display: block;
	overflow: hidden;
}
.wrap {
	margin: 0px auto;
	padding: 20px 10px;
	min-height: 385px;
	width: 984px;
	text-align: left;
	display: block;
}
	.wrap h1 a {
		width: 390px;
		height: 87px;
		text-decoration: none;
		display: block;
		background: url(../images/logo.gif) top center no-repeat;
		text-indent: -10000px;
		overflow: hidden;
	}
.left {
	width: 534px;
	display: block;
	float: left;
}
#flash {
	margin: 0px;
	margin-bottom: 10px;
	padding: 6px;
	width: 534px;
	height: 368px;
	background: #fff;
	border: 1px solid #ccc;
}
.extended {
	clear: both;
}	
.right {
	margin-left: 20px;
	float: left;
	width: 390px;
	padding: 0px 10px;
}


/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
#header ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px auto;
	height: 36px;
	width: 991px;
	list-style-type: none;
	background: #343233 url(../images/headerbg.jpg) bottom left repeat-x;
}
#header ul li {
	height: 36px;
	float: left;
	display: block;
}
#header ul a {
	padding: 0px 21px;
	font: 14px/36px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	height: 36px;
	float: left; 
	display: block;
	border-left: 1px solid #737373;
	border-right: 1px solid #000;
}
#header ul li.home a {
	border-left: none;
}
#header ul li.contact a {
	border-right: none;
}
#header ul li a:hover {
	background: #666 url(../images/hoverbg.jpg) repeat-x;
}

/* on page elements */
#home ul li.home a,
#about ul li.about a,
#commercial ul li.commercial a,
#residential ul li.residential a,
#little ul li.little a,
#geothermal ul li.geothermal a,
#furniture ul li.furniture a,
#contact ul li.contact a {
	background: #FBFBFB;
	color: #333;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer {
	margin: 0px auto;
	padding: 20px;
	width: 964px;
	display: block;
	clear: both;
	overflow: hidden;
}
#footer p {
	float: right;
	margin: 0px;
	text-align: right;
}
#footer ul {
	list-style-type: none;
	float: left;
}
	#footer ul li {
		float: left;
		padding: 0px 10px;
		font: 14px Arial, Helvetica, sans-serif;
		border-left: 1px solid #000;
	}
	#footer ul li.home {
		border: none;
	}
	#footer ul li.home a {
		background: none;
	}
	#footer a {
		color: #000;
	}
/* -----------------------------------------------------------------------
TEXT ELEMENTS
-------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px;	
}
h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: 20px Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 1.5em;
}
a {
	outline: none;
	color: #7F2936;
}

/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
.wrap ol {
	margin-left: 20px;
	font-size: 14px;
	line-height: 18px;
}
.wrap li {
		margin: 10px 0px;
	}
img.pgImg {
	margin: 10px;
	display: block;
}
.gray {
	background: #c6cbcf url(../images/graybg.jpg) repeat-x;
	border: 0;
}
div.box{
	border: 3px solid #000;
	padding: 3px;
	width: 223px;
	float: left;
	margin: 0px 5px;
}
dl.box {
	width: 203px;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	background: #000;
	color: #fff;
}
dl.box dt {
	font-weight: bold;
	font: 17px/1.5em Georgia, Helvetica, sans-serif;
}
dl.box dd {
	margin: 10px 0;
}
dl.box a {
	color: #fff;
	text-decoration: underline;
}
dl.box a:hover {
	text-decoration: none;
}
	dl.box a img{
		border: none;
	}
	dl.box dd.info {
		height: 110px;
	}


/* -----------------------------------------------------------------------
GALLERY ELEMENTS
-------------------------------------------------------------------------*/
ul.gallery {
	list-style-type: none;
}
ul.gallery li {
	float: left;
}
ul.gallery li img {
	margin: 10px;
	border: 8px solid #000;
}

/* -----------------------------------------------------------------------
MISC ELEMENTS
-------------------------------------------------------------------------*/
.hide {
	display: none;
}

