@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: #754c28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #754c28; 
}
a:hover {
	color: #333;
}
h1 {
	font-size: 14px;
	color: #754c28;
	display: none;
	margin: 0;
	text-transform: uppercase;
}
p {
	color: #333;
	padding: 0px 30px;
	text-align: left;
	line-height: 16px;
}
p.caption {
	color: #754c28;
	margin: 0;
	clear: both;
	text-align: center;
	padding-left: 20px;
	font-style: italic;
}
p.quote {
	font-style: italic;
	font-size: 22px;
	color: #a88f78;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gallery h2 {
	color: #754c28;
	margin: 0;
	clear: both;
	text-align: center;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
#column_one ul {
	padding: 0px 0px 0px 45px;
	margin: 0;
	color: #333;	
}
/* basic layout divs */

#container {
	margin: 0 auto;
	width: 980px;
	padding: 10px;
	background: #754c28;
}
#column_one,
#column_two {
	background: #dcd2c9;
	height: 600px;
	width: 430px;
	float: left;
}
#column_two {
	text-align: center;
	width: 530px;
}
#column_one {
	border-right: 4px solid #754c28;
}

/*images for logo and page titles */

img#logo {
	padding: 24px 25px 0px 45px;
}
img.title {
	padding: 0px 0px 0px 30px;
	margin-bottom: 5px;
}

/* header nav items */

ul#nav {
	list-style: none;
	background: #fff;
	border-top: 3px solid #754c28;
	border-bottom: 3px solid #754c28;c
	margin: 0;
	padding: 8px 0px;
	text-align: center;
	margin: 20px 0px;
}
ul#nav li {
	display: inline;
	padding: 0px 4px 0px 2px;
	border-right: 1px solid #754c28;
}
ul#nav li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10.5px;
	text-decoration: none;
}
/*  footer */

ul#footer {
	background: #000;
	list-style: none;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	clear: both;
	width: 964px;
}
ul#footer li {
	display: inline;
	color: #FFF;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	padding: 0px 12px 0px 8px;
}

/* last item in list no border */

ul#nav li.last,
ul#footer li.last {
	border-right: none;
}

/* testimonial quotes */

p.testimonial {
	height: 290px;
	color: #FFF;
	font-style: italic;
	line-height: 16px;
	margin: 0;
}
p#rock {
	background: #000 url(images/quote_sm_back4_left.jpg) no-repeat left top;
	padding: 30px 180px 0px 20px;
	height: 219px;
	line-height: 17px;
}
p#gorman {
	background: #000 url(images/quote_back1_right.jpg) no-repeat left top;
	padding: 20px 15px 18px 280px;
}
p#bokish {
	background: #000 url(images/quote_back2_left.jpg) no-repeat left top;
	padding: 20px 180px 18px 15px;
	margin-top: 43px;
}
p#adamson {
	background: #000 url(images/quote_back3_left.jpg) no-repeat left top;
	padding: 25px 275px 18px 15px;
}

/* thumbnail photos */

/*SAMPLE */

.gallery {
	position: relative;
	width: 375px;
	padding-top: 15px;
	margin-left: 80px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.before-after .gallery {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
}
.before-after .gallery#one {
	margin-left: 12px;
	padding-top: 10px;
}
.before-after .gallery#two {
	margin-left: 17px;
	padding-top: 10px;
}
.before-after .gallery#one .thumbnail:hover span { 
	left: -12px; 
}
.before-after .gallery#two .thumbnail:hover span { 
	left: -279px; 
}
.gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery ul li {
	list-style: none;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.before-after .gallery ul li {
	margin-right: 3px;
	margin-bottom: 4px;
}
.gallery ul li.header {
	height: 15px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #754c28;
	width: 115px;
}
.thumbnail img {
	border: 1px solid #dcd2c9;
}
.thumbnail:hover{
	background-color: transparent;
}
.thumbnail:hover img {
	border: 1px solid #754c28;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: #333;
	text-decoration: none;
}

.thumbnail span img,
.thumbnail:hover span img { /*CSS for enlarged image*/
	border: 0px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: -300px;
	left: -80px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
p.reference {
	width: 980px;
	margin: 4px 0px;
	font-size: 10px;
	color: #C9B490;
	text-align: center;
}
p.reference a:link,
p.reference a:hover,
p.reference a:visited {
	color: #C9B490;
}
