/* CSS Document */
body {
	background: url(../images/layout/bg.jpg);	
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.cl {
	clear: both;
	}
a:link, a:visited, a:active {
	color: #957094;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #769430;
	text-decoration: underline;
	}
h2 {
	color: #8a6988;
	margin: 0px;
	font-size: 16px;
	}
#bg_day {
	background: url(../images/layout/bg_day.jpg) repeat-x;
	height: 290px;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: -50;
	}
#bg_night {
	background: url(../images/layout/bg_night.jpg) repeat-x;
	height: 290px;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: -50;
	}
#wrapper {
	z-index: 0;
	width: 973px;
	margin: 0 auto;
	}
#header {
	width: 973px;
	height: 152px;
	z-index: 50;
	}
#menu {
	height: 45px;
	}
#content_wrapper {
	border-top: 1px solid white;
	padding: 0px 0px 5px 0px;
	background: url(../images/layout/bg_content.jpg) repeat-y;
	width: 973px;
	}
#front_header {
	margin-left: 1px;
	}
.left_side {
	width: 630px;
	position: relative;
	top: -15px;
	float: left;
	padding: 0px 2px 2px 8px;
	}
.right_side {
	width: 322px;
	float: right;
	}
#footer {
	background: url(../images/layout/bg_footer.png) no-repeat;
	height: 25px;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding: 6px 0px 0px 5px;
	}
	.credit {
		position: relative; 
		left: 240px;
		float: left;
		}
		.credit a:link, .credit a:visited, .credit a:active {
			color: white;
			text-decoration: none;
			}
		.credit a:hover {
			text-decoration: underline;
			}
	.copyright {
		float: left;
		}
	.footerlinks {
		width: 973px;
		text-align: center;
		font-size: 11px;
		}
	.footerlinks a:link, .footerlinks a:visited {
		color: black;
		font-weight: bold;
		}
.border {
	border: 1px solid #342a0f;
	padding: 1px;
	}
.portfolio_section, .portfolio_section_select {
	background: #4c432b;
	display: block;
	color: white;
	text-align: right;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}
	.portfolio_section:hover, .portfolio_section_select {
	color: white;
		background: #8a6888;
		}
		
.side_info {
	width: 306px;
	padding: 10px 4px 3px 6px;
	margin: 10px 0px 0px 2px;
	border-bottom: 1px solid #92793c;
	background: url(../images/layout/img_side_swoop.gif) no-repeat;
	min-height: 20px;
	font-size: 11px;
	font-weight: bold;
	}
.titles {
	margin: 2px 0px 0px 0px;
	}
.side_info_but {
	background: #342a0f;
	color: white;
	margin-top: 2px;
	padding: 1px 3px 1px 1px;
	text-align: right;
	display: block;
	}
	.side_info_but:visited {
		color: white;
		}
.contact {
	margin: 0px 0px 0px 10px;
	}
.img_border {
	border: 1px solid #957794;
	padding: 5px;
	width: 100px;
	height: 75px;
	margin: 0px 5px 5px 0px;
	float: left;
	opacity:0.8;filter:alpha(opacity=80)
	}
	.img_border:hover {
		border: 1px solid #5f5742;
		opacity:1.0;filter:alpha(opacity=100)
		}
.img_thumb {
	width: 100px;
	height: 75px;
	display: block;
	}
.img_border_latest {
	border: 1px solid #957794;
	padding: 5px;
	width: 150px;
	height: 110px;
	margin: 0px 5px 5px 0px;
	float: left;
	opacity:0.8;filter:alpha(opacity=80)
	}
.img_thumb_latest {
	width: 150px;
	height: 110px;
	display: block;
	}
.latest_proj {
	border-bottom: 1px solid #a5d10c;
	padding-top: 5px;
}
.landscaping_tip {
	background: url(../images/layout/bg_tips.gif) no-repeat;
	position: relative;
	margin-top: -25px;
	top: 25px;
	height: 65px;
	padding: 25px 18px 0px 9px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	}
.logos {
	margin-top: 10px;
	background: url(../images/layout/logos.png) no-repeat;
	width: 176px;
	padding: 5px 0px 0px 160px;
	position: relative;
	left: -15px;
	}
.logo_land {
	background: url(../images/layout/logo_iabc.png) no-repeat;
	width: 74px;
	height: 70px;
	float: left; 
	display: block;
	}
.logo_blna {
	background: url(../images/layout/logo_land.png) no-repeat;
	width: 93px;
	height: 56px;
	float: left; 
	margin-top: 8px;
	display: block;	
	}