/* Added: 14 August 2006 */
/* colors used:
   #3c4438 - dark grey/green
   #407f00 - med green 
   #596d4f - med grey/green
   #848a80 - med grey  
   #a47136 - med bronze
   #ecf1e9 - pale, pale blue
*/ 

/* using an image to replace text */
body {
    margin: 0px; 
	padding: 0px;
	background-color: #ecf1e9;
    }

#pageSpacer1 h1 {
	position:relative;
    top: -20px;
	width:780px;
	left: 50%;
	margin-left: -391px;
	height: 215px;
	background:url('Artwork/headerNoName.jpg') no-repeat center;
    z-index: 5
    }

#pageSpacer1 h1 span {
	display:none;
	}

#extraDiv2 {
	position: absolute;
	top: 1px;
    left: 0px;
	width: 49%;
	height: 215px;
	background: url('topBackgroundSide.jpg') repeat-x;
	z-index: 4
	}

#extraDiv3 {
	position: absolute;
	top: 1px;
    right: 0px;
	width: 49%;
	height: 215px;
	background: url('topBackgroundSide.jpg') repeat-x;
	z-index: 4
	}

#navList {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 99.96%;
    background-image: url('bar.gif');
    background-repeat: repeat-x;
    height: 28px;
    z-index: 7
    }

#nav {
	font-family: Georgia,"Times New Roman", Goudy, serif;
	font-size: 14px;
	float: left;
	font-weight: bold;
	width: 800px;
	padding-left: 14px;
    }

#nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	white-space: nowrap;
    }

#nav li {
    float: left;
    margin: 0px;
    padding: 0px;
    }

#nav ul a {
	float:left;
	display:block;
	padding: 4px 6px 5px 10px;
	color: #596d4f;
	text-decoration: none;
    }

#nav ul a:hover {
	color: #a47136;
	}

#navList2 {
    position: relative;
    top: -45px;
    left: 20%;
    width: 100%;
    height: 28px;
    z-index: 7;
    }

#pageHeader1 h1 {
    position: absolute;
    top: 55px;
    left: 13%;
    background: url('hosta-headerwStripe.gif') no-repeat center top;
    width: 135px;
    height: 50px;
    z-index: 7
    }

#pageHeader1 h1 span {
	display: none;
	}

#pageHeader2 h1 {
    position: absolute;
    top: 99px;
    left: 22%;
    background: url('sissinghurstHeader3.gif') no-repeat center top;
    width: 150px;
    height: 50px;
    z-index: 7
    }

#pageHeader2 h1 span {
	display: none;
	}

#containerBody {
	position: relative;
    top: -87px;
	width: 780px;
	left: 50%;
	margin-left: -391px;
	background: url('background.gif') repeat-y center;
    min-height: 100%;
	z-index:4
	}

#catPic {
	position: relative;
    top: 7px;
	left: 20%;
	z-index:4;
	}

.description {
    position: relative;
    top: 35px;
    left: 15%;	
    margin-bottom: 15px; 
    padding: 0;
    width: 70%;
    min-height: 100%;
    border: 0;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #3c4438;
    z-index: 5;
    }

#webDesign {
    position: relative;
    top: 45px;
    left: 15%;
    margin: 0px; 
    padding: 0px 0px 30px 0px;
    width: 70%;
    color: #848a80;
    }

#webDesign a {
    color: #596d4f;
    }

#footer {
    position: relative;
    top: 30px;
    left: 15%;
    margin: 20px 0px 0px 0px; 
    padding: 0px;
    width: 70%;
    min-height: 100%;
    font-family: "comic sans ms",Georgia, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: #407f00;
    z-index: 6;
    }

#footer a {
    font-family: "comic sans ms",Georgia, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #407f00;
	text-decoration: none;
    }

#footer span {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #407f00;
    }

#validImages {
    position: relative;
    margin: 0px; 
    padding: 0px;
	width: 80%;
	height: 36px;
	border: 0px;
    }
    
#validhtml {
    position: relative;
    padding: 30px 0px 0px 0px;
	width: 88px;
	height: 31px;
	border: 0px;
	float: left;
    clear: left;
    }
    
#validcss {
    position: relative;
    left: 15%;
    margin: 0px; 
    padding: 30px 0px 0px 0px;
	width: 88px;
	height: 31px;
	border: 0px;
	float: left;
    }
    
#containerCR {
    position: relative;
    top: 35px;
    left: 15%;
    margin: 0px; 
    padding: 0px;
    width: 780px;
    height: 220px;
    z-index: 6;
    }

#copyright2009 {
    width: 550px;
    float: left;
    clear: both;
    color: #848a80;
    }

#bottom {
    position: relative;
    top: 61px;
	width: 780px;
	left: 50%;
	margin-left: -391px;
    height: 41px;
    background: url('bottom.gif') no-repeat center;
    z-index: 5
	}

#clearBottom {
	position: relative;
    top: 61px;
	background-color: #ecf1e9;
	width: 99.96%;
	height: 30px;
    z-index: 4;
	}