@charset "UTF-8";
/* Yahoo CSS Resets */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 
table { 
  border-collapse:collapse; 
  border-spacing:0; 
} 
fieldset,img {  
  border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 
ol,ul {  
  list-style:none; 
} 
caption,th { 
  text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
  font-size:100%; 
  font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0;}

/* define divs */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#topBar {
	width: 790px;
	height: 40px;
	background-color: #9abfc5;
	padding: 3px 5px 0px 5px;
}
#servicesList {
	float: right;
	width: 390px;
	text-align: right;
	color: #fff;
	height: 30px;
	font-size: 9px;
	padding-top: 8px;
	margin-right: 5px;
}
#navTag {
	margin: 0px 0px 10px 10px;
	width: 680px;
}
#main {
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	color: #666666;
	font-size: 1.2em;
}
#home #main { /*Firefox patch*/
	height: 400px;
}

#logo {
	padding-left: 530px;
	width: 267px;
	height: 67px;
}
#homeRight {
	width: 300px;
	float: right;
}
#projectPlug {
	float: right;
	width: 200px;
	height: 100%;
	padding: 10px;
	margin: 20px 50px 0px 0px;
	text-align: center;
	background-color: #9abfc5;
	color: #fff;
}
*html #projectPlug {
	margin-right: 20px;
}
#projectPlug a {
	color: #fff;
	text-decoration: underline;
}
#homeQuote {
	font-style: italic;
	float: right;
	width: 300px;
	margin: 10px 10px 10px 0px;
}

#homeText {
	padding: 20px 30px 0px 30px;
	line-height: 15px;
	clear: both;
}
#testimonialStatements {
	padding: 0px 15px 5px 300px;
	line-height: 15px;
}
#moreTestimonials {
	padding: 0px 15px 5px 50px;
	line-height: 15px;
}
#about a.underline {
	text-decoration: underline;
}
#aboutText, 
#landingText {
	padding: 15px 30px 10px 30px;
	width: 740px;
	height: 100%;
}
#aboutPhoto {
	width: 800px;
	text-align: center;
}
#aboutPhotoCaption {
	width: 550px;
	font-size: 0.9em;
	text-align: center;
	margin: 8px auto 0 auto;
}
#aboutPhotoCaption strong {
	font-weight: bold;
}	
#featurePhoto {
	float: left;
	width: 250px;
	margin: 0px 10px 10px 0px;
}
#footerBar {
	width: 800px;
	height: 40px;
	background-color: #9abfc5;
}
#footerContactInfo {
	padding-top: 7px;
	text-align: center;
	font-size: 11px;
}
#copyright {
	text-align: center;
	font-size: 9px;
	margin-top: -5px;
	color: #333333;
}
/* projects page */
#Box1,
#Box2,
#Box3,
#Box4 {
	width: 300px;
	height: 240px;
	text-align: center;
}

#Box2,
#Box4 {
	float: right;
	margin-right: 50px;
}

#Box1,
#Box3 {
	margin-left: 50px;
}

#projects img,
#projects h2 {
	text-align: center;
	margin-bottom: 5px;
}
#Box1 img a:hover,
#Box2 img a:hover,
#Box3 img a:hover,
#Box4 img a:hover {
	border: 1px solid #996;
}

#projectPhotos {
	width: 360px;
	height: 300px;
	margin-left: 30px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden; /* new */
}
#projectPhotos img {
	vertical-align: middle;
	text-align: center;
	display: none; /* new */
} 

#projectStory {
	width: 750px;
	height: 100%;
	padding: 0px 25px 5px 25px;
	margin-top: 10px;
}
#projectStory p {
	font-size: 1.1em;
}
#projectNav {
	width: 785px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 0px 0px;
	clear: both;
}

/* tags */
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
h1 {
	color: #000000;
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 16px;
	margin: 3px 0px 8px 0px;
	color: #000000;
}
p {
	margin-bottom: 10px;
	margin-left: 10px;
}

/* link behaviors */
a:link {
	color: #333333;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #333333;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #333333;
	text-decoration: none;
	border: 0px;
}

a:active {
	color: #666633;
	text-decoration: none;
	border: 0px;
}
 /* classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatClear {
	clear: both;
}
.blackText {
	color: #000000;
}
.question {
	color:#556270;
	margin: 0 20px;
}
.answer {
	color: #704234;
	margin: 0 20px;
}
.blockquotes {
	margin: 0 30px;
}
.smallFont {
	font-size: 0.9em;
}
.inlineLogo { /* Facebook logo on Us page */
	vertical-align: text-top;
}

/* for photos on landing pages */
.landingPhotoLeft {
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.landingPhotoRight {
	width: 100px;
	height: 80px;
	float: right;
	margin-left: 10px;
}
/*link behaviors */
#showcases h2.question a,
#current h2.question a,
#renovations h2.question a,
#realtors h2.question a {
	color:#556270;
	line-height: 30px;
	text-decoration: none;
}
#showcases p.answer a,
#current p.answer a,
#renovations p.answer a,
#realtors p.answer a {
	color: #704234;
	text-decoration: none;
}
/*prehide captions */
#baPhotoCaptions {
	overflow: hidden;
}
