	
	body {
		margin:0;
		padding:0;
		background: #565148;
		text-align: center;
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
		}
		
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		color: #e77816;
		font-weight: lighter;
		}
	
	h2 {
		color: #268db7;
		font-size: 14px;
		text-transform: uppercase;
		padding-left: 20px;
		}
		
		
	
	h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #ff973c;
		font-weight: lighter;
		}
	
	a {
		color: #d5611b;
		text-decoration:none!important;
		}
	
	a:hover {
		color: #d5611b;
		text-decoration: none;
		}
	
	#bg-wrapper {
		background: #fff9ee url(images/tile-background.gif) 0% 0% repeat-x;
		margin:0;
		padding:0;
		}
	
	#wrapper {
		text-align: left;
		margin:0 auto 0 auto;
		width: 800px;
		}
	
	#content {
		padding: 10px 35px 15px 35px;
		font-size: 14px;
		line-height: 22px;
		color: #333;
		}
	
	#banner {
		text-align: center;
		padding-top: 15px;
		}
	
	#blurb {
		margin-left: -18px;
		}
	
	#footer {
		background: url(images/tile-footer.gif) 0% 0% repeat-x;
		margin:0;
		padding:5px 0 15px 0;
		}
		
	#footer-primary {
		color: #ff973c;
		}
	
	#footer-primary a {
		color: #ff973c;
		text-decoration: underline;
		}
	
	#footer-primary a:hover {
		text-decoration: none;
		}
	
	#footer-secondary {
		color: #ccc;
		font-size: 12px;
		}
	
	#footer-secondary a {
		color: #ccc;
		text-decoration: underline;
		}
	
	#footer-secondary a:hover {
		text-decoration: none;
		}
		
	.hr-footer {
		background: url(images/hr-footer.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-top: 5px;
		margin-bottom:5px;
		}
	
	*html .hr-footer {
		background: url(images/hr-footer.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-bottom:-15px;
		}
	
	.hr-contact {
		background: url(images/hr-contact.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-top: 5px;
		margin-bottom:5px;
		}
	
	*html .hr-contact {
		background: url(images/hr-contact.gif) 50% 0% no-repeat;
		height: 2px;
		width: 100%;
		margin-bottom:-15px;
		}
	
	#copy {
		font-size: 11px;
		color: #b9af9f;
		}
	
	#content ol li {
		margin-bottom: 10px;
		}
	
	#content ul li {
		list-style-image:url(images/bullet-ul.gif);
		margin-bottom: 10px;
		}
	
	#col-1 {
		width:60%;
		float: left;
		padding-right: 15px;
		}
		
	#col-2 {
		width:30%;
		float: left;
		}
	
	#gallery {
		margin-left: -15px;
		width: 720px;
		}
		
	/************************** TOP NAVIGATION ********************************/
		
	#nav {
		float: right;
		width: 800px;
		font-size: 12px;
		text-align: left;
		list-style: none none;
		margin:0;
		}
	
	#nav li {
		padding: 0;
		float: left; 
		position: relative;
		display: block;
		background-image:url(images/nav_bg.jpg);
		background-repeat:repeat-x;
		border-right: 1px solid #000;
		}
	
	#nav li.first{
		border-left:1px solid #000;
		}
	
	#nav li a {
		display: block;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-decoration: none;
		padding: 8px 38px 8px 38px;
		max-height:15px;
		font-size:12px;
		color:#feffe3;
		text-transform:uppercase;
		font-weight:500;
		letter-spacing:.1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	#nav li:hover{
		background-image:url(images/nav_bg_hover.jpg);
		background-repeat:repeat-x;
		}	
		
	#nav li ul li,
	#nav li ul li:hover{
		background-image:none!important;
	}
	
	#nav li a:hover {
		background-position: 0 -31px;
		}
	
	#btn-services a:hover {
		background-position: 0 0;
		}
	
	#nav li ul {
		position:absolute;
		left:-999em;
		top:31px;
		background-color:#843413;
		border: 5px solid #d16119;
		padding:5px 0 5px 0;
		margin: 0;
		font-size: 12px;
		list-style: none;
		}
		
	#nav li ul li {
		clear:both;
		width: 210px;
		padding:0;
		margin: 0;
		}
	
	#nav li:hover ul,
	#nav li.sfhover ul {
		left:auto;
		}
	
	*html #nav li:hover ul,
	*html #nav li.sfhover ul {
		left: 0px;
		}
		
	#nav ul li a {
		color: #fff;
		text-decoration: none;
		display:block;
		padding: 1px 0 1px 20px;
		height: 22px;
		line-height: 22px;
		}
	
	#nav ul li a:hover{
		color:#fb7828;
		text-decoration: none;
		background: url(images/bullet-nav.gif) 5px 50% no-repeat;
		}
		
	#nav li ul li a{
		text-transform:none;
		letter-spacing:normal;
	}
		
	
	/*************************** LIGHTBOX **************************/
	
	#lightbox{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}

	#lightbox a img{ border: none; }
	
	#outerImageContainer{
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
		}
	
	#imageContainer{
		padding: 10px;
		}
	
	#loading{
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
		}
	#hoverNav{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		}
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}
	
	#prevLink, #nextLink{
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
		}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
	
	
	#imageDataContainer{
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		}
	
	#imageData{
		padding:0 10px;
		}
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
			
	#overlay{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		}
		
	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
		}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
		}	
	
	/*************************** OTHER CLASSES **************************/
	
	.spacer {
		clear:both;
		}
	.small {
		font-size: 11px;
		}

	.hr {
		height: 10px;
		width: 100%;
		background: url(images/hr.gif) 0% 50% no-repeat;
		clear: both;
		}
	
	.col {
		float: left;
		padding: 0 5px 5px 5px;
		}
	.dashed-border{
		border-bottom:1px dashed #000;
		}
		
		#exterior,
		#interior{ width:47%; float:left;}
		#exterior{ padding-left:3%;}
		#interior{ padding-right:3%; }
		
		.clear_both{ clear:both; }
		
		#services_wrapper img{ margin-bottom:10px;}
		#services_wrapper h2{ padding-left:0; }
		
		
		/* Slideshow */
		#slideshow {
			position:relative;
			height:400px;
			
		}
		
		#slideshow div {
			position:absolute;
			top:0;
			left:0;
			z-index:8;
			opacity:0.0;
			height: 400px;
			padding-top:20px;
			padding-left:30px;
			
		}
		
		#slideshow div.active {
			z-index:10;
			opacity:1.0;
		}
		
		#slideshow div.last-active {
			z-index:9;
		}
		
		#slideshow div img {
			height: 400px;
			display: block;
			border: 0;
			margin-bottom: 10px;
		}
		

#logo_wrapper { text-align:center; padding-top:20px; padding-bottom:20px; position:relative; top:40px; height:85px; }
#logo_wrapper img { display:block; }
