* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url('/images/nav.jpg') repeat-x top left;
}
/* Header CSS */
#all { 
	background: #ffffff url('/images/content_nav.jpg') repeat-x top left;
	width: 950px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	width: 950px;
	height: 150px;
	padding-top:20px;
}

#house {
	position: absolute;
	margin: 43px 0 0 675px;
}
/* Navigation CSS */
#nav {
	margin: 13px 0 0 0;
	font-size: 21px;
	text-align: center;
	white-space: nowrap;
}

	#links{
		
	}
	
		#links li {
			display: inline;
			text-decoration: none;
		}
		
			#links a{
				text-decoration: none;
				font-family: "Times New Roman", Times, serif;
				color: #000000;
				padding: 5px 15px 5px 15px;
			}
			
			#links a:hover {
				color: #F2E326;
			}
			
#dropDown {
	visibility: hidden;
	margin: 5px 0 0 495px;
	width: 290px;
	padding: 1px 5px 3px 5px;
	background-color: #E3C802;
}

#drop li {
	display: inline;
}

#drop a {
	text-decoration: none;
	color: #000000;
	padding: 5px 15px 5px 15px;
}
#drop a:hover {
	color: #F2E326;
}


/* Main Content Div */		
#content {
	padding: 20px 30px 30px 30px;
}
		
/* Footer CSS */
#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: #000000 url('/images/footer.jpg') center center no-repeat;
	width: 960px;
	height: 70px;
}
	#footerText {
		color: #ffffff;
		text-align: center;
	}
	
/*Home Page CSS*/
#p1 {
	width: 400px;
}

#pic1 {
	position: absolute;
	margin: -5px 0 0 500px;
}

#p2 {
	width: 500px;
	margin: 30px 0 0 400px;
}

#pic2 {
	position: absolute;
	margin: 150px 0 0 15px;
}

#pic3 {
	position: absolute;
	margin: 300px 0 0 60px;
}

#p3 {
	width: 800px;
	text-align: center;
	margin: 0 0 0 50px;
}

/*Green Building Page CSS*/
#greenList {
	width: 650px;
	margin: 0 0 0 85px;
}

#greenList h3{
	color: #00CC00;
	font-family: Arial, Helvetica, sans-serif;
}

#intro {
	width: 800px;
	margin-left: 35px;
}

/*Links Page CSS*/
#linkPage {
	text-align: center;
}
#linkPage a {
	text-decoration: none;
	color: #0099FF;
}

#linkPage a:hover {
	text-decoration: underline;
	color: #F2E326;
}

/*Testimonials Page*/
#tests p {
	margin-left: 40px;
	width: 800px;
	text-align: center;
}

/*Contact Page*/
#contactForm {
	margin: 0 0 0 80px;
}

#or {
	position: absolute;
	margin: -300px 0 0 540px;
}

#otherContact {
	position:absolute;
	margin: -375px 0 0 610px;
	text-align:center;
}

/* Template Page */
#threePics {
	width: 600px;
	padding-left: 120px;
	text-align:center;
}

#threePics a {
	color:#000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#threePics a:hover {
	color: #F2E326;
}
.picThumb {
	overflow: hidden;
	height: 115px;
	width: 200px;
}

/* Current, For Sale Pages*/
#gallery {
	margin-left: 20px;
	text-align: center;
}

#gallery a {
	text-decoration: none;
	color: #000000;
}
#gallery a:hover {
	color: #F2E326;
}

/* Completed Page */
#compGal {
	text-align: center;
}

#comp {
	width: 250px;
	overflow: hidden;
}

#compGal a {
	text-decoration: none;
	color: #000000;
}
#compGal a:hover {
	color: #F2E326;
}
#listy {
	list-style-type: circle;
}
