/* Layout Stylesheet

  (c) Colin Sewell, 2008
------------------------- */

xdiv {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
}


#outer {
	width: 800px;
	height: 520px;
	overflow: visible;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	background-color: white;
}

#bgcontainer {
	position: absolute;
	width: 800px;
	height: 475px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	margin-top: 140px;
	padding: 0px;
	background-image: url(../images/bg-grass.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#header {
	position: absolute;
	width: 150px;
	height: 85px;
	margin-left: 650px;
	margin-top: 10px;
}

#navmenu
{
	position: absolute;
	width: 755px;
	height: 36px;
	margin-top: 10px;
	margin-left: 20px;
}

#columns {
	position: relative;
	width: 750px;
	height: 400px;
	top: 4px;
}
#colleft {
	position: absolute;
	width: 150px;
	height: 400px;
	left: 0px;
	top: 0px;
}
#contentpic {
	display: none;
	position: absolute;
	width: 300px;
	height: 400px;
	left: 150px;
	top: 10px;
	padding-left: 5px;
}
#contenttext {
	position: absolute;
	width: 600px;
	min-height: 450px;
	margin-top: 80px;
	margin-left: 20px;
	overflow: hidden;
	background-color: #fff;
	filter: alpha(opacity=70); /* for IE */
	opacity: 0.7; /* CSS3 standard */
}

#contenttextform {
	position: absolute;
	width: 600px;
	min-height: 450px;
	margin-top: 50px;
	margin-left: 20px;
	overflow: hidden;
	background-color: #fff;
	filter: alpha(opacity=70); /* for IE */
	opacity: 0.7; /* CSS3 standard */
}


.pics-right {
	position: absolute;
	width: 165px;
	margin-top: 110px;
	margin-left: 625px;
	padding: 4px;
	background-color: #fff;
}

.pics-right img {
	margin-top: 5px;
}


#pics-right-home {
	margin-top: 138px;
}

#pics-right-about {
	margin-top: 175px;
}

#pics-right-grounds {
	margin-top: 138px;
}

#pics-right-planters {
	margin-top: 136px;
}

#pics-planters-flower-red {
	position: absolute;
	margin-top: 110px;
	margin-left: 625px;
}

#pics-planters-office {
	position: absolute;
	margin-top: 230px;
	margin-left: 625px;
}

#pics-planters-flowers {
	position: absolute;
	z-index: 10;
	width: 316px;
	height: 350px;
	margin-top: 375px;
	filter: alpha(opacity=80); /* for IE */
	opacity: 0.8; /* CSS3 standard */
}

#pics-right-contact {
	margin-top: 260px;
}

#pics-right-contactform {
	margin-top: 214px;
}

#pics-right-legal {
	margin-top: 210px;
}


#footer {
	position: absolute;
	width: 750px;
	height: 40px;
	top: 590px;
	padding-left: 20px;
	text-align: center;
}


.ImgLeft {
	float: left;
	margin: 10px;
}


/* Other Layout Bits
   ---------------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac */

/* Hide from IE Mac \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


.clear {
	clear:both;
}


div.DivBorder {
	border: 1px solid #cccccc;
}

div.spacer {
	clear: both;
	height: 1px;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}


br.clearboth {
	clear: both;
}

