/* ----------------- TEXT STYLES ----------------- */
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #3D3936;
}

a {
	color:#336600;
	text-decoration:underline;
}

a:hover {
	color: #3D3936;
	text-decoration:underline;
}

.blue {
	color:#336600;
}

.bold {
	font-weight: bold;
}

h1 {
	text-indent:-5000px;
	margin:0 0 0 0;
	overflow:hidden;
	float:left;
}
DIV#rates  TD {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
	vertical-align: top;
}

#content H2 {
	font:normal 32px/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #000000;
	padding:0 0 10px 0;
	margin:5px 0 0 0;
	border-bottom:  1px dotted #808080;
	text-align: left;
}

#contentGallery H2 {
	font:normal 32px/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #000000;
	padding:0 0 10px 0;
	margin:5px 0 0 0;
	border-bottom:  1px dotted #808080;
	text-align: left;
}

#sidebar H2 {
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #000000;
	margin:5px 0 5px 0;
}

#gallery H2 {
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #000000;
	margin:5px 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:  1px dotted #808080;
}

.subhead {
	font:normal 18px/18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #336600;
	margin:10px 0 0 0;
}

/* ----------------- LAYOUT STYLES ----------------- */

#container {
	margin:0 auto 0 auto;
	width:900px;
	background-color: #FFFFFF;
}

#sidebar {
	float:left;
	width:175px;
	margin:0 50px 10px 15px;
}

#gallery {
	float:left;
	width:125px;
	margin:0 15px 10px 50px;
}
#content {
	width:470px;
	float:left;
	margin:0 0 10px 0;
}

.fadeIndex {
	background-image: url(../images/fade_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 0 0 0;
}

.fadeHardscaping {
	background-image: url(../images/fade_hardscaping.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 0 0 0;
}

.fadeLandscaping {
	background-image: url(../images/fade_landscaping.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 0 0 0;
}

.fadeMaintenance {
	background-image: url(../images/fade_maintenance.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 0 0 0;
}

.fadeStorage {
	background-image: url(../images/fade_storage.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 0 0 0;
}

.fadeGallery {
	background-image: url(../images/fade_gallery.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:30px 0 0 0;
}

.NavCell {
	height: 35px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}

.sidebarLinks {
	margin:0 0 0 0;
	padding:0;
	border-top:1px dotted #CCCCCC;
}
	
.sidebarLinks li {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 18px/20px Arial, Helvetica, sans-serif;
}
		
.sidebarLinks li a {
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	text-decoration: none;
}
	
.sidebarLinks li a:hover {
	background:#f1f1f1;
	color:#000000;
	text-decoration: none;
}


/* ----------------- FOOTER STYLES ----------------- */

#footer {
	float:left;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:900px;
}
		
#copyright {
	float:left;
	width:450px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

#copyright2 {
	float:left;
	width:450px;
	text-align: right;
}

.footerNav {
	float:right;
	padding:0;
	margin:0 0 0 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

.footerNav li {
	display:inline;
}

.footerNav li a {
	color:#CCCCCC;
	text-decoration:none;
}

.footerNav li a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}




/* ----------------- BUTTON STYLES ----------------- */
#sidebar a.button
	{  /* Specify only the properties that differ from a.button */
	color:#333333;
	display:block;
	margin:0 0 0 0;
	padding:5px;
	text-decoration:none;
	width:265px;
	border: 1px dotted #808080;
	background-color: #e7e7e7;
}
#sidebar a.button:hover
	{  /* Specify only the properties that differ from a.button */
	background:#e9e9e9;
	color:#000000;
	text-decoration:none;
	width:265px;
	border: 1px dotted #808080;
}

.Nav {
	margin:0 0 0 0;
	padding:0;
	border-top:1px dotted #808080;
}
	
.Nav li {
	list-style:none;
	margin:0;
	padding:0;
	font:normal 18px/24px Arial, Helvetica, sans-serif;
	color:#336600;
}
		
.Nav li a {
	display:block;
	padding:5px 0;
	border-bottom:1px dotted #808080;
	color:#336600;
	text-decoration:none;
}

.Nav li a:hover {
	background:#CCCCCC;
	color:#000000;
	text-decoration:none;
}

.NavNull {
	margin:0 0 0 0;
	padding:0;
	border-top:1px dotted #808080;
}
	
.NavNull li {
	list-style:none;
	margin:0;
	padding:5px 0;
	font:normal 18px/24px Arial, Helvetica, sans-serif;
	color:#336600;
	border-bottom:1px dotted #808080;
}

#LB {
	float:none;
	margin:10px 0 0 0;	
}

#gallery IMG {
	float: none;
	margin:0 0 2px 0;
	border: 1px solid #999999;
}
#contentGallery {
	width:645px;
	float:left;
	margin:0 0 10px 0;
}
#contentGallery IMG {
	float: none;
	margin:4px 4px 0 0;
	border: 1px solid #999999;
}

