.home {color:#89561f; font-family: arial; font-size: 10px; text-decoration:none;line-height:15px;}
.home2 {color:#89561f; font-family: verdana; font-size: 11px; text-decoration:none;line-height:18px;}
.small {color:#a57d42; font-family: arial; font-size: 10px; text-decoration:none;line-height:18px;}
.green {color:#3b6c6f; font-family: arial; font-size: 10px; text-decoration:none;line-height:18px;}
.greenhd {color:#3b6c6f; font-family: arial; font-size: 11px; text-decoration:none;line-height:18px;}
.copy {color:#a57d42; font-family: verdana; font-size: 11px; text-decoration:none;line-height:18px;}
.copy2 {color:#a57d42; font-family: verdana; font-size: 11px; text-decoration:none;line-height:18px;}
.large {color:#844403; font-family: verdana; font-size: 11px; text-decoration:none;line-height:18px;}
.footer {color:#414b02; font-family: verdana; font-size: 10px; text-decoration:none;line-height:18px;}
.featured {color:#3b6c6f; font-family: arial; font-size: 11px; text-decoration:none;line-height:18px;}

table {
	text-align:left;
}

img {
	border:none;
}

A:link  { color: #781818; text-decoration:none;}
A:visited { color: #781818; text-decoration:none;}
A:active  { color: #781818; text-decoration:none;}
A:hover {color:#781818; text-decoration:underline;}

.footer:link  { color: #3f4600; text-decoration:none;}
.footer:visited { color: #3f4600; text-decoration:none;}
.footer:active  { color: #3f4600; text-decoration:none;}
.footer a:hover {color:#3f4600; text-decoration:underline;}

.footer.design-credit:link  { color: #8c9238; text-decoration:none;}
.footer.design-credit:visited { color: #8c9238; text-decoration:none;}
.footer.design-credit:active  { color: #8c9238; text-decoration:none;}
.footer.design-credit:hover {color:#8c9238; text-decoration:underline;}

.green:link  { color: #3b6c6f; text-decoration:none;}
.green:visited { color: #3b6c6f; text-decoration:none;}
.green:active  { color: #3b6c6f; text-decoration:none;}
.green:hover {color:#3b6c6f; text-decoration:underline;}

.service {
	background-color:#ffffff;
	border-color:#c7c4b0;
	border-width: 1px;
	color:#000000;
	font-family: verdana;
	font-size: 12px;
	text-decoration:none;
	}

	
ul.dot li.dot {
	list-style-image:url(../images/dot.gif);
	margin-top:2px;
	padding-top:0px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:2px;
	margin-bottom:2px;
	}

#headshot {
	margin: 0 20 0 10px;
	padding: 0 0 0 0;
}
	
div.contentScrollable {
	margin-right:0px;
	overflow:auto;
	scrollbar-face-color:#D9C89F;
	scrollbar-highlight-color:#F3E9D2;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color:#E0CDAF;
	scrollbar-shadow-color:#967338;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #D0C6AD;
	height:280px;

}
div.contentPadding {
	padding:5px 5px;
	overflow:auto;
	scrollbar-face-color:#D9C89F;
	scrollbar-highlight-color:#F3E9D2;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color:#E0CDAF;
	scrollbar-shadow-color:#967338;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #D0C6AD;
	height:280px;
}

.design-credit {
	color:#8c9238;
}

.clear {
	clear:both;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#3c6157;
	font-size:20px;
	line-height:26px;
}

td.current-testimonial {
	background:url(/images/bkgd-testimonial-photo.png) 0 0 no-repeat;
}

td.current-testimonial img {
	margin:8px 35px 0 8px;
	float:left;
	border:none;
}

td.current-testimonial img.btn-full-testimonial {
	margin-left:0;
}

td.current-testimonial div {
	float:left;
	width:310px;
}

td.current-testimonial div p.header {
	font-weight:bold;
	margin:4px 0 4px 4px;
}

td.current-testimonial div p.quote {
	margin:2px 0;
	line-height:18px;
	height:55px;
}

h2#other-header {
	margin:35px 0 10px 0;
}

a.return-testimonials {
    display: block;
    margin-bottom: 12px;
}
#full-testimonial h2 {
	margin-bottom: 10px;
}
td#additional-photos {
	background:url(../images/bkgd-column-additional-photos.jpg) 0 0 repeat-y;
}
ul#image-gallery {
    margin-top: 30px;
	margin-left: 5px;
    padding-left: 12px;
}

ul#image-gallery li {
	list-style:none;
}

ul#image-gallery li img {
	border:#fff solid 4px;
	margin-bottom:12px;
}

ul.copy li {
	margin-bottom:10px;
}

.page-image {
    border-bottom: 3px solid #8B5900;
	position:relative;
	top:0px;
}

.gradient {
	background: -webkit-gradient(linear, left top, right bottom, from(#EEEAD1), to(#FBFAE8));
    background: -moz-linear-gradient(-45deg,  #EEEAD1,  #FBFAE8);
	background-image: -o-linear-gradient(top left, #EEEAD1, #FBFAE8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEAD1', endColorstr='#FBFAE8');
	zoom:1;
}
.gradient-home {
	background: -webkit-gradient(linear, left top, right bottom, from(#EEEAD1), to(#FBFAE8));
    background: -moz-linear-gradient(-55deg,  #EEEAD1,  #FBFAE8);
	background-image: -o-linear-gradient(top left, #EEEAD1, #FBFAE8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEAD1', endColorstr='#FBFAE8');
	zoom:1;
}


.photos-testimonial-gradient {
	background: -webkit-gradient(linear, left top, right top, from(#FBF9E7), to(#EEEAD1));
    background: -moz-linear-gradient(left, #FBF9E7,  #EEEAD1);
	background-image: -o-linear-gradient(left, #FBF9E7, #EEEAD1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBF9E7', endColorstr='#EEEAD1', GradientType=1);
}

