/* 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;
    }

#VideoAdContainer2 {
    position: relative;
    top: 50px;
    z-index: 5;
	}

#extraDiv2 {
	position: absolute;
	top: 49px;
    left: 0px;
	width: 49%;
	height: 215px;
	background: url("Artwork/topBackgroundSide.jpg") repeat-x;
	z-index: 4;
	}

#extraDiv3 {
	position: absolute;
	top: 49px;
    right: 0px;
	width: 49%;
	height: 215px;
	background: url("Artwork/topBackgroundSide.jpg") repeat-x;
	z-index: 4;
	}

#navList {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 99.96%;
    background-image: url("Artwork/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: 900px;
	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;
	}

#pageHeader1 h1 span {
	display: none;
	}

#pageHeader2 h1 span {
	display: none;
	}

#containerBody {
	position: absolute;
    top: 0px;
	width: 780px;
	left: 50%;
	margin-left: -391px;
	background: url("Artwork/background.gif") repeat-y center;
    min-height: 100%;
	z-index:4;
	}

#rlinks {
    position: relative;
    left: 15%;
    margin-top: 50px;
    margin-bottom: 0px; 
    padding: 0;
    width: 70%;
    border: 0;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
	text-decoration: none; 
    color: #596d4f;
    }

#rlinks ul {
    list-style-type: none;
    }

#rlinks li {
    background: url("Artwork/hostaLeaf.gif") no-repeat 0px 5px;
    padding: 0px 0px 0px 30px;
    }

#description4 {
    position: relative;
    top: 45px;
    left: 15%;	
    margin-bottom: 10px; 
    padding: 0;
    width: 70%;
    min-height: 100%;
    border: 0;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #848a80;
    z-index: 5;
    }

#description4 a {
    color: #596d4f;
    }

#webDesign {
    position: relative;
    top: 65px;
    left: 15%;
    margin: 0px; 
    padding: 0px 0px 30px 0px;
    width: 70%;
    color: #848a80;
    }

#footer {
    position: relative;
    top: 60px;
    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;
    }

#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: 60px;
    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: 1px;
	width: 780px;
	left: 50%;
	margin-left: -390px;
    height: 41px;
    background: url("Artwork/bottom.gif") no-repeat center;
    z-index: 5;
	}

#clearBottom {
	position: relative;
    top: 1px;
	background-color: #ecf1e9;
	width: 99.96%;
	height: 60px;
    z-index: 4;
	}
