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

/* Remove padding and margin */ 
* {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration:none;}
.clear {
	clear:both;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*  Page Contents ----------------------------------- */
.corners {
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.cornersSM {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#logo {
	display:block;
	width: 390px;
	height: 210px;
}
.gwgreentext {
	font-weight:bold;
	color:#4B781E;
}
.gwredtext {
	font-weight:bold;
	color:#900;
}
.center {
	text-align:center
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
.hide {
 display:block  height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -999px;
}
body {
	background-image:url(../images/gw_pagebckg.jpg);
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	color: #4C4C4C;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#container {
	text-align:left;
	width:1024px;
	margin:0 auto;
	background-image: url(../images/gw_containerbckg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header {
	position:relative;
	width:1024px;
	height:210px;
	background-image:url(../images/gw_headbckg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#midsect {
	background-image:url(../images/gw_contenttop.png);
	width:1024px;
	background-repeat: no-repeat;
	background-position: top;
}
#contentshell {
	width:1024px;
	margin: 18px 0px 0px 0px;
	background-image:url(../images/gw_contentmid.png);
	background-repeat: repeat-y;
}
#content {
	width:770px;
	margin-left:125px;
}

.contentcopyshell {
	background-color:#E2F2EA;
	padding:15px;
}
#midsecttbottom {
	width:1024px;
	height:30px;
	background-image:url(../images/gw_contentbottom.png);
	background-repeat: no-repeat;
}
#tagline_menu {
	background-image: url(../images/gw_menubg_.png);
    background-position: -95px 0;
    background-repeat: no-repeat;
    height: 180px;
    margin: 70px 0 0;
    width: 550px;
}
.menu {
	position:relative;
	background:url(../images/bg.gif) no-repeat;
	height:35px;
	width:650px;
	top: 100px;
	font-weight: bold;
}
.menu ul {
	margin:0px;
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:9px 5px
}
.menu li {
	float:left
}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#FFF;
	padding:10px
}
.menu a:hover {
	color:#ebf0e6
}
.copyblock {
	width:97%;
	border:solid 1px #BFDAD9;
	padding: 10px 8px 15px 8px;
	margin-bottom: 10px;
}
.copyblock:hover {
	background-color:#fff;
}
#slide {
	position:absolute;
	bottom: -6px;
	height:6px;
	background:#157030;
	z-index:10
}
#seedlines {
	clear:both;
	width: 880px;
	height:250px;
	padding-top:30px;
		margin: 0 auto;
}
.seedlineblock{
	float:left;
	margin-left:15px;
	background-color: #648E28;
	height: 190px;
	width: 190px;
	border: 5px solid #800000;
}
.seedlineblock p{
	color:#CF9;
	text-align:center;
	text-shadow: 1px 1px 1px #030; 
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 8px;
	}
.seedlineblock img {
	border:#CF9 solid 1px;}
.seedlineblock a {
        font-size:10px;
        padding:3px;
        float:right;
        color:#CCFF99;
        text-decoration:none;
}		
#footer {
	padding: 0px;
	background-image: url(../images/gw_footerbg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 77px;
	width: 1024px;
}
#footer p {
	padding: 0px;
	margin:10px 0px 0px 250px;
	color:#9fc378;
	font-size:12px;
}
#footer a{
    color:#fff;
}
.gallery li {
        display: inline;
        list-style: none;
        width: 155px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
	}
.gallery li img {
	border: 3px solid #CCC;
	}	
.jQueryUITabs1{
	width:800px;
	margin:0 auto;}
.seedline img {
        border: 3px solid #ccc;
        float: left;
        margin:5px;
}
button {
		padding:3px;
		background-color:#4B781E}
button {
	color:#FFF}		