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

/* Reset elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined  in any subsequent rule. */

html, body, div, span, applet, object, form, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #3A4F48;
  color: #20372F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; /* Center the page content container in IE 5 browsers. */
}

h1 {
  color: #20372F;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #6d9863;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Set the style for unvisited links. */
a,  a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
/* Set the style for visited links. */
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #09760d;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #09760d;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #164619;
}
/* Container for the page content- to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. IE 5 browser require the use of text-align: center defined by the body element to center the container.  */
#outerWrapper {
  background-color: #fff;
  margin: 20px auto 0 auto; 
  text-align: left; 
  width: 900px;
}
#outerWrapper #header {
		/* either use random image script or image here  background-image:url(images/random-images/formal_planting.jpg );*/ 
	background-repeat:no-repeat; 
	background-position:right;
  height: 150px;
  background-color: #003333 ;
  border-bottom: solid 1px #628152; /* Set  bottom border properties */	
		
}

img { border: none; } 

#navcontainer { margin-top: 20px;
margin-bottom: 20px; }
		
		#navcontainer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family: verdana, arial, Helvetica, sans-serif;
		}
		
		#navcontainer li { margin: 0; }
		
		#navcontainer a
		{
			display: block;
			padding: 5px 10px;
			width: 140px;
			color: #20372F;
			background-color: #ADC1AD;
			text-decoration: none;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #333;
			border-right: 1px solid #333;
			font-weight: bold;
			font-size: 1em;
			background-image: url(images/menu1.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		
		#navcontainer a:hover, #navcontainer #navlist #currentpage a
		
		{
			color: #20372F;
			background-color: #889E88;
			text-decoration: none;
			border-top: 1px solid #333;
			border-left: 1px solid #333;
			border-bottom: 1px solid #fff;
			border-right: 1px solid #fff;
			background-image: url(images/menu2.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		
		
		
		#navcontainer ul ul li { margin: 0; }
		
		
		
		#navcontainer ul ul a
		{
			display: block;
			padding: 5px 5px 5px 30px;
			width: 125px;
			color: #000;
			background-color: #C5D8C5;
			text-decoration: none;
			font-weight: normal;
		}
		
		#navcontainer ul ul a:hover
		{
			color: #000;
			background-color: #889E88;
			text-decoration: none;
		}

#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #A2BF83;
	color: #20372F;
  border-right: solid 1px #8ab573; 
  float: left;
  padding: 10px 10px 10px 10px; 
  width: 200px;
}

 /* round box for news */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto; }


#contentWrapper
{ background-image:url(images/col_bg.jpg);
background-position: left;
background-repeat: repeat-y;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
background-color: #eef6ed;

}
/*styling for jan adams portrait*/
.main {float:right; padding: 40px 20px 40px 20px;;}
/*styling for images on the design process page*/
.designplan {float:right; padding: 20px;}

/*css gallery using css play code - thanks to Stu Nichols */
#gallery {width:620px; height:380px; padding:10px; border:1px solid #20372F; background: #536F65; position:relative; margin-bottom:20px;}
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #202F2A; border-color:#555 #D2E6DB #202F2A #20372F;}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:60px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#202F2A #555 #20372F #D2E6DB;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #D2E6DB #202F2A #20372F; background:#536F65;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#536F65; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:380px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #202F2A; border-color:#555 #D2E6DB #202F2A #20372F;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #D2E6DB #202F2A #20372F; background:#536F65;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#536F65; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #202F2A; border-color:#555 #D2E6DB #202F2A #20372F;}




#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color:#20372F;
  border-top: solid 1px #8ab573; 
  padding: 10px 10px 10px 10px; 
}
#footer {

	color:#EEF6ED;
	text-align:center;
	font-weight:bold;
}
#footerplace {

 color:#B5CFC6;
 font-weight:lighter;}