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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../layout/body.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url(../layout/heading/header.gif);
	height:60px;
} 
#topNav {
	padding-top: 21px;
   text-align: left;
   margin: 0px 33px 0px 176px;
   border-bottom: 1px solid #FFF;
   }
#topNav ul {
	margin: 0px;
	padding: 0;
}
#topNav li {
    list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#topNav li a, .topNav li a:visited {
    /* float: left; */
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ccc;
	padding: 8px 8px 7px 8px;
}
#topNav li a:hover {
	color: #fff;
}
#topNav li a:active {
	color: #fff;
}

td {
 vertical-align: top;
}

#rightMargin {
	float:right;
	width:33px;
	height: 142px;
	background: url(../layout/rightMargin.gif);
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#sidebar h2 {
	margin: 0px 15px 15px 15px;
	color:#FFF;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFF;
}
#sideTop {
	background: url(../layout/sideTop.gif);
	background-repeat:no-repeat;
	height: 147px;
}
.portfolioTable {
	margin:10px 0px 0px 15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:none;
}
.portfolioTable td {
	padding-bottom: 10px;
	background:none;
}
.portfolioTable td a {
	color: #84EFD5;
	text-decoration:none;
}

.portfolioTable td a:hover {
	color: #FFF;
	text-decoration:none;
}

#mainContent { 
	margin: 0 30px 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	font: italic 400 24px Georgia, "Times New Roman", Times, serif;
	color: #A20D20;
	margin-bottom: 15px;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #A20D20;
	padding-top:5px;
	
}
p {
	margin-bottom:5px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
} 
a:link {
	color:#7F1400;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #a25650;
	text-decoration:none;
}
ul {
	padding:0 0 10px 20px;
	font: 12px Arial, Helvetica, sans-serif;
}
#footer { 
	background: url(../layout/footer.gif); 
	background-repeat: no-repeat;
	height: 50px;
	padding: 25px 30px 0px 178px;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #63bba5;
} 
#footer a {
	color:#84efd5;
	text-decoration:none;
}
#footer a:hover {
	color: #FFF;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 161px;
	padding: 5px 15px 10px 15px;
	margin: 0 0px 15px 20px;
	background: #67827c;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.galleryTable {
	float: right;
	margin: 0 0px 20px 20px;
	background:#97aaa6;
}
.galleryTable td {
	padding: 5px 5px 5px 5px;
}
.galleryTable th {
	padding: 5px 0 3px 5px;
	background:#67827c;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.thickbox {
	border: #84EFD5;
}
a.thickbox:link {
	color: #84EFD5;
}
a.thickbox:hover {
	color: #FFFFFF;
}
.tableType1 {
	width:100%;
	padding-bottom:20px;
	margin:0;
	vertical-align:top;
}
.tableType1 td {
	padding:0;
	margin:0;
}

#flash {
	position:relative;
	top: -25px;
	left: 186px;
}

.commercialImg{
	float:left;
	padding: 10px 10px 10px 0;
}
.residentImg {
	float:right;
	padding:10px 0 10px 10px;
}

div.featureRight {
   float: right;
   padding: 10px;
   margin: 0 0 20px 20px;
   width: 300px;
   background-color:#BBCEC6;
}