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


body {
text-align:center;
background-color:#3d2106;
background-image:url(images/brown-gradient-bckgrd.jpg);
background-repeat:repeat-x;
font-family: Verdana;
font-size: 12px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
padding:0px;
width:100%;
}
#toplinkbar {
	background-color: #336633;
	background-repeat:repeat-x;
	padding:0px;
	width: 100%;
	height:26px;
	text-align:center;
margin-right: auto;
margin-left: auto;
}

#logoheader {
width: 100%;
background-image:url(images/green-banner-gradient.jpg);
background-repeat:repeat-x;
height:140px;
margin:auto;
text-align:center;
}

#photoheader {
width: 100%;
height:120px;
background-color:#ff6600;
margin-right: auto;
margin-left: auto;
text-align:center;
border-top:2px solid white;
border-bottom: 2px solid white;
}

#maincontent {
background-color:#b7b872;
width: 826px;
height:auto;
border:1px solid white;
margin-top:10px;
margin-left:auto;
margin-right:auto;
text-align:left;
padding: 10px;
color:black;
}
#leftcolumn{
width:130px;
text-align:center;
padding: 5px;
}
#rightcolumn{
float:right;
width:660px;
height:auto;
text-align:left;
padding:5px;
}
td.mainestimateleft{
padding:0px;
padding-top:3px;
width:130px;
text-align:center;
}
td.mainestimateright{
width:660px;
height:auto;
text-align:left;
padding:5px;
}


table{
width:98%;
height:auto;
padding-top:0px;
border:none;
}
td{
padding-left:15px;
padding-right:10px;
}
td.nopadding{
padding:0px;
}
.clear{
	clear:both;
}
.center{
text-align:center;
margin-right: auto;
margin-left: auto;
}
em.bold {
font-weight: bold;
font-style:normal;
}
h1{
font-family: Tahoma;
font-size: 18px;
color: black;
text-align: center;
padding:0px;
}
h2{
font-family:Tahoma;
font-size:14px;
text-align:left;
padding:0px;
}
h3{
font-family:Tahoma;
font-size:12px;
padding:0px;
}
img {
padding:0px;
margin:0px;
}
.nopadding{
padding: 0px;
margin: 0px;
}
a:link{
color:black;
text-decoration:underline;
}
a:visited{
color:black;
}
a:hover{
color:#b44801;
text-decoration:none;
}
ul{
padding:3px;
margin-left: 30px;
}
li{
padding:3px;
}
em.smallblack {
color: black;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
font-style:normal;
}
em.copyright {
color: white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
font-style:normal;
}
em.copyright a:link{
color:white;
font-family: Verdana;
text-decoration:underline;
font-style:normal;
font-size:10px;
padding: 0px;
}
em.copyright a:visited {
color:white;
font-family: Verdana;
text-decoration:underline;
font-size:10px;
font-style:normal;
padding: 0px;
}
em.copyright a:hover {
color:#dcc9a7;
font-family: Verdana;
text-decoration:none;
font-size:10px;
font-style:normal;
padding: 0px;
}
em.quote{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:12px;
text-align:center;
}
.floatright{
float:right;
padding:10px;
}
.border{
border: 1px solid #261404;
}


hr{
height: 2px;
width: 350px;
background:#FF6600;
margin: 10px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
table.photogallery{
padding:5px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.noborder{
border:none;
}
table.paybill {
width: 330px;
}
td.paybill {
width: 200px;
padding: 5px;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
text-align:right;
}
.walkwaybckgrd {
background-image:url(images/light_walkway.jpg);
width: 408px;
height: 323px;
border:1px solid #ff6600;
text-align:center;
margin-right: auto;
margin-left:auto;
}
.clearboth{
clear:both;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}


.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 99;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 96px;
}
.hoverbox img.portrait
{
	width: 110px;
	height: 164px;
	}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 270px;
	height: auto;
	z-index:99;
}

/*end hoverbox css code*/

p.small {
font-size:10px;
color: black;
text-align:center;
padding: 0px;
}
table.services{
margin-right:auto;
margin-left:auto;
width:450px;
padding: 5px;
}
td.services {
border: 1px dashed white;
border-collapse:collapse;
padding: 10px;
}