@charset "utf-8";
/* WaGooh Graphics and Web Design CSS Document http://wagooh.net */

body {
	background: #44473e url('images/background.gif') repeat;
	padding:0;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#headback {
	background:url('images/top.gif') repeat-x;
	margin:0 auto;
}
#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	height:176px;
	width:800px;
	position:relative;
}
#logo {
	background:url('images/logo_dark.png') no-repeat;
	position:absolute;
	top:15px;
	text-indent:-9999px;
	width:330px;
	height:158px;
	display:block;
	z-index:1;
}
#info {
	position:absolute;
	right:0;
	top:15px;
	text-align:right;
	color:#292b24;
	font-size:13pt;
	text-shadow: #dde9c3 0px 1px 2px;
}
#info h2 {
	margin:0;	
}
a.emailaddy:hover {
	text-decoration:underline;	
}
.emailaddy {
	color:#292b24;	
	text-decoration:none;
}


/* Navigation  */
#nav {
	width:801px;
	height:40px;
	background:url('images/black.png') repeat-x;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #000;
  	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;
	padding:0;
}

ul#menu{
	margin:0 12px 0 0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:inline-block;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	height:40px;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:28px;
	}
ul#menu li a:hover{
	background:url('images/green.png') repeat-x;	
	color:#000000;
	}
ul#menu li a.active {
	background:url('images/green.png') repeat-x;	
	color:#000000;
}
/* Content */

#headinfo {
	width:801px;
	height:301px;
	background:#fff url('images/bamboo_back.jpg') no-repeat;
	position:relative;
	-moz-box-shadow: 0px 0px 10px #000;
  	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;
}
#headinfo_text {
	width:430px;
	height:210px;
	position:absolute;
	right:23px;
	top:35px;
	text-align:left;
	color:#fff;
	font-size:16px;
	text-shadow: #000 0px 1px 2px;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#headinfo_text h2 {
	margin:10px 0 25px 0;
	padding:0;
}


#contenth2 {
	width:788px;
	background-color:#62665a;
	color:#fff;
	padding:5px;
	margin-top:15px;
	text-align:center;
	text-shadow: #000 0px 1px 2px;
	position:relative;
	border-color:#cddab1;
	border-style:solid;
	border-width:1px 1px 4px 1px;
	-moz-box-shadow: 0px 0px 10px #000;
  	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;
}
#contenth2 h2 {
	margin:0 10px;
	padding:0;
	text-align:left;
}

#content, #content2 {
	background:#fff;
	margin-bottom:25px;
	-moz-box-shadow: 0px 0px 10px #000;
  	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;	
}
#content {
	width:780px;
	padding:5px 10px;
}
#content2 {
	width:800px;
	padding:5px 0 25px 0;
}
#content2 p {
	padding:10px 25px;
	font-size:11pt;
}
#content2 a {
	color:#687e38;
	text-decoration:none;
}
#content2 a:hover {
	text-decoration:underline;
	font-style:normal;
}
	
#box1, #box2 {
	width:340px;
	float:left;
	margin:0 8px;
	font-size:12pt;
}
#test {
	width:370px;
	color:#586733;
	font-size:14pt;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:right;
	margin:15px 15px 15px 0;
	background:#dde9c3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 10px;
	-moz-box-shadow: 2px 3px 2px #666;
  	-webkit-box-shadow: 2px 3px 2px #666;
  	box-shadow: 2px 3px 2px #666;
}
#test p {
	margin:5px 5px 10px 5px;
	padding:0;
}
#test img {
	float:left;
	border:none;
	margin-right:10px;
}
.name {
	text-align:right;
}
#clear {
	clear:both;
}
#sprig {
	background:url('images/sprig.png') no-repeat;
	position:absolute;
	top:-15px;
	right:-105px;
	display:block;
	width:229px;
	height:310px;
	z-index:0;
}
.lee {
	float:right;
	margin:0 10px 0 10px;
}
.title {
	height:38px;
	background:#62665a url('images/background.gif') repeat;
	width:775px;
	margin:0 auto;
	padding:0;
	border-width:2px 0 2px 0;
	border-color:#292B24;
	border-style:solid;
}
h1.title {
	padding:10px 0 0 25px !important;
	margin:10px 0 0 10px;
	color:#fff;
	margin:10px 0 25px 0;
	padding:0;
	text-shadow: #000 0px 1px 2px;
	font-weight:bold;
}
#form {
	padding:0 0 0 25px;
}
#address {
	line-height:16pt;
	padding:15px 0 0 25px;
}
/* Footer */
#footer-wrap {
	height:150px;
	margin:0 auto;
	
}
#footer {
	padding-top:25px;
	width:800px;
	height:125px;
	margin:0 auto;
	color:#62665a;
	font-size:14px;
	text-align:center;
	position:relative;
}
#footer a {
	color:#62665a;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.space {
	margin:0 25px 0 25px;
}
.wagooh {
	width:300px;
	height:27px;
	background:url('images/wagooh.png') no-repeat;
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:15px;
	right:0px;
}
a.wagooh:hover {
	background-position:-300px 0;
}

