/* ------------------------------------------------------------------------
CSS sheet for Jacob Construction and Development, Inc
Author: Chris Robinson
Date Created: 07-29-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS



------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	color: #D2B98E;

}
a img{
	border: 0;
}
body{
	color: #D2B98E;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) fixed no-repeat;
}
#wrap{
	width: 900px;
	display: block;
	margin: 5px auto;
	text-align: left;
	background: url(images/wrapbg.jpg) repeat-x #444444;
	border: 3px solid #000;
}
p{
	margin: 1em 10px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	background: #fff;
	display: block;
	width: 900px;
	height: 144px;
	position: relative;
	text-align: center;
}
#header a.index{
	float: left;
}
#header h3{
	display: block;
	background: url(images/bring2.jpg) no-repeat;
	width: 233px;
	height: 101px;
	margin-top: 20px;
	margin-left: 50px;
	text-indent: -9999px;
	float: left;
}
#header h1{
	display: block;
	background: url(images/rose.jpg) no-repeat;
	width: 337px;
	height: 144px;
	text-indent: -9999px;
	float: right;
}
ul.nav{
	display: block;
	position: absolute;
	bottom: -15px;
	left: 2px;
	width: 100%;
	height: 28px;
}
ul.nav li{
	list-style-type: none;
	float: left;
	height: 28px;
	margin: 0 5px;
}
ul.nav li a{
	background: url(images/nav.gif) no-repeat;
	height: 28px;
	display: block;
	text-indent: -9999px;
}
ul.nav li.home a{
	width: 99px;
	background-position: 0 0;
}
ul.nav li.home a:hover{
	background-position: 0 -28px;
}
ul.nav li.energy a{
	width: 155px;
	background-position: -99px 0;
}
ul.nav li.energy a:hover{
	background-position: -99px -28px;
}
ul.nav li.gallery a{
	width: 108px;
	background-position: -254px 0;
}
ul.nav li.gallery a:hover{
	background-position: -254px -28px;
}
ul.nav li.design a{
	width: 98px;
	background-position: -362px 0;
}
ul.nav li.design a:hover{
	background-position: -362px -28px;
}
ul.nav li.active a{
	width: 198px;
	background-position: -460px 0;
}
ul.nav li.active a:hover{
	background-position: -460px -28px;
}
ul.nav li.contact a{
	width: 177px;
	background-position: -658px 0;
}
ul.nav li.contact a:hover{
	background-position: -658px -28px;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	clear: both;
	padding-top: 7px;
	overflow: hidden
}
#flash{
	text-align: center;
}
#houses{
	text-align: center;
	width: 722px;
	height: 373px;
	margin: auto;
	border: 3px solid #D3BC8A;
}
#activeProjects{
	text-align: center;
	width: 700px;
	height: 300px;
	margin: auto;
	border: 3px solid #D3BC8A;
}
p.floatLeft{
	float: left;
	width: 400px;
}
dl.list{
	margin: 1.5em 10px;
}
dl.list dt{
	font-weight: bold;
}
dl.gallery{
	display: block;
	margin: 20px 6em;
	float: left;
	text-align: center;
}
#content > dl.gallery{
	margin: 20px 35px;
}
dl.gallery a img{
	border: 1px solid #D2B98E;
	margin-bottom: 10px;
}
dl.gallery a{
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#gallery{
	text-align: center;
	display: block;
	margin-left: 130px;
	margin-top: 20px;
	height: 500px;
}
ul.tourLinks{
	margin: auto;
	display: block;
}
ul.tourLinks li{
	float: left;
	display: block;
	list-style-type: none;
}
ul.tourLinks li a{
	padding: 5px 9px;
	background: #D2B98E;
	margin-top: 150px;
	display: block;
	border: 2px solid #000000;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
ul.tourLinks li a:hover{
	background: #95632E;
	color: #ffffff;
}
#gallery img{
	border: 2px solid #D2B98E;
}
ul.tourLinks li.img{
	width: 500px;
	display: block;
	margin: 0 20px;
}
/* -----------------------------------------------------------------------
=CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form{
	margin: 1.5em 10px;
	display: block;
	float: right;
}
form ul li{
	display: block;
	list-style-type: none;
	margin-bottom: 2px;
}
form ul li label{
	float: left;
	width: 100px;
}
form ul li select{
	width: 145px;
}
form ul li.submit input{
	margin-top: 10px;
	padding: 2px 5px;
}
dl.links{
	margin: 1.5em 10px;
}
dl.links dt{
	font-weight: bold;
}
/* -----------------------------------------------------------------------
=ENERGY STAR ELEMENTS
-------------------------------------------------------------------------*/
#energyStar{
	width: 646px;
	display: block;
	margin: 20px auto;
}

/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin-top: 10px;
	border-top: 3px solid #000;
}
#footer ul{
	float: left;
	list-style-type: none;
}
#footer ul li{	
	margin: 0px 10px;
	float: left;
}
#footer p{
	float: right;
	text-align: right;
	margin: 0;
}
#footer a{
	text-decoration: none;
	color: #D2B98E;
}
#footer a:hover{
	text-decoration: underline;
}
ul.sitemap{
	margin: 20px;
}
ul.sitemap li ul{
	margin-left: 20px;
}



















