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


html, body {
	position:absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../images/background_pattern.gif);
	background-repeat:repeat;
	background-position:top;
}



#container{
	position:absolute;
	width: 790px;
	background-image:url(../images/content_background.gif);
	background-repeat:repeat-y;
	background-position: top;
	height: auto;
	width: 100%;
	margin: 0 auto;
}


#header{
	position:relative;
	width: 780px;
	padding: 0 5px;
	margin: 0 auto;
	z-index: 1;
}

#content{
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 780px;
	margin: 0 auto;
	z-index: 0;
}

#footer{
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 780px;
	background-color: #4b742a;
	color: #fff;
	margin: 0 auto;
	vertical-align:middle;
	font-size: 7.5pt;
	line-height: 130%;
	height: 84px;
	text-align:center;
}


#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:visited{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}


.bodytext{
	color: #666;
	font-size:11px;
	line-height: 130%;
}

.bodytextsmall{
	color: #666;
	font-size: 7pt;
	line-height: 130%;
}

.bodytext H1{
	color: #830101;
	font-size: 1.9em;
	letter-spacing: -.05em;
	line-height: 130%;
	display:inline; 
}

.bodytext H2{
	color: #830101;
	font-size: 1.5em;
	letter-spacing: -.03em;
	line-height: 150%;
	display:inline; 
}

.bodytext H3{
	color: #830101;
	font-size: 1.2em;
	letter-spacing: -.03em;
	line-height: 180%;
	display:inline; 
}


.bodytext a{
	color: #4b742a;
	text-decoration: underline;
}

.bodytext a:visited{
	color: #4b742a;
	text-decoration: underline;
}

.bodytext a:hover{
	color: #4b742a;
	text-decoration: underline;
}

.bodytext a:active{
	color: #4b742a;
	text-decoration: none;
}

.bodytext ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	}

.bodytext ul li {
	background-image:url(../images/bullet.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	line-height: 150%;
}

.bodytext ul li ul li {
	background-image:none; 
	padding:0 0 0 5px;}

.sidetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	font-size: 7.5pt;
	line-height: 130%;
}

div.hr {
	padding: 6px 0px 6px 0px;  
	height: 1px;
  	background: transparent url(../images/dottedline_horizontal.gif) repeat-x scroll center;
}
div.hr hr {
  	display: none;
}


#imageGallery{
	width: auto;
	border: thin #c0c0c0 solid;
	border-width: 1px;
	background-color:#e2e2e2;
	color: #333333;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	float: right;
	clear: right;
	vertical-align:top;
	display:inline;
}

#imageGallery strong,b{
	color:#830101;
}

#imageGallery a{
	color:#4B742A;
}


#logoAndPhone{
	background-color: #4b732a;
	width: 780px;
	height: 90px;
	padding-top:5px;
	text-align: right;
}

#phone{
	width: 220px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17.72pt;
	color: #faf8e5;
	height: 86px;
	float:right;
	vertical-align:top;
	margin-top: 0px;
	padding-top: 0px;
}




#navbg{
	width: 780px;
	line-height: 34px;
	height: 34px;
	background-image:url(../images/nav_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:right;
}


.topnav a, .topnavlast a{
	color: #FFFFFF;
	padding: 0px 13px 0px 13px;
	text-align:justify;
}

.topnav a:hover,.topnav a:active{
	color: #4b732a;
	background: #efedea;
	padding: 0px 13px 0px 13px;
}

.topnavlast a:hover,.topnav a:active{
	color: #4b732a;
	background: #efedea;
	padding: 0px 18px 0px 14px;
}

.topnavimage{
	line-height: 34px;
	vertical-align: middle;
	background-image:url(../images/nav_background.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.topnav, .topnavlast{
	line-height: 34px;
	vertical-align: middle;
	background-image:url(../images/nav_background.gif);
	background-repeat:repeat-x;
	background-position:top;
}



#nav, #nav ul { /* all lists */
	font-family:"Trebuchet MS", Arial;
	list-style: none;
	color: #015283;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bolder;
	line-height: 24px;
	width: 780px;
	padding: 0;
	margin: 0;
	text-align:left;
}

#nav li { /* all list items */
	float: left;
	display:block; 
	width: auto;
}

#nav a {
	display: block;
	text-decoration:none;
}


#nav li ul { /* second-level lists */
	position: absolute;
	margin: 0px 16px 0px 0px;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #f3f3f3;
}

#nav li ul li{ /* second-level lists */
	margin: 0px;
	width: 210px;	
	height: 24px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
}

#nav li ul li a{ /* second-level lists */
	color: #4b732a;
}


#nav li ul li a:hover{ /* third-level lists */
	color: #fbaa41;
	background-image:url(../images/nav_bg_on.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 200px;
	width: 240px;
}

#nav li ul li ul li{ /* third-level lists */
	margin: 0px;
	height: 24px;
	width: 240px;	
	background-image:url(../images/nav_bg_on.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#nav li ul li ul li a:hover{ /* third-level lists */
	background-image:url(../images/nav_bg_on.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



div.back {
background-color: #bcbcbc;
padding: 2px;
margin: 5px 0 3px 5px;
}

div.section {
margin: -3px 0 0 -3px;
background-color: #faf5eb;
padding: 10px;
}

div.section h2{
color: #4b732a;
text-transform: uppercase;
font-size: 1.1em;
display:inline;
}

div.section h3{
color: #494949;
font-size: 1.1em;
display:inline;
}
h3 span{
color: #444;
font-size: 11px;
display:inline;
}

div.section a{
	color: #494949;
	text-decoration: underline;
}

div.section a:visited{
	color: #494949;
	text-decoration: underline;
}

div.section a:hover{
	color: #494949;
	text-decoration: underline;
}



/* legacy items still used */

.table_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
.table_header_light {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color:#f1f1f1;
}
.table_swirl_bg {
	background-color:#f1f1f1;
	}
.table_swirl_light_bg {
	background-color:#dddddd;
}

#table_message_board {
	border: 1px solid #666666;
}

.quote { border:1px solid #CCC; width:70%; text-align:left; padding:12px; }
#center { width:100%; margin-left:12%; text-align:center; }

#difference { width:220px;font-size:9px; float:right; clear: right;vertical-align:top;	display:inline; border:1px solid #ccc; padding:3px; margin-left:5px}

.difference {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
	}

.difference li {
	background-image:url(../images/bulletblk.gif);
	background-position:0 0.8em;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	line-height: 150%;
}

.difference li a:hover {text-decoration:none; color:#830101} 

#txt, #inf_email {font-size:12px}

.flashobject {width:780px; height:222px; background:#eee; background-image:url(../images/gallery/planting_780.jpg); }
.flashobject p {width:250px; margin:0px auto; padding-top:100px}

/* Registration Form */

.regform p{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
}

.regform td {
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
color:#666;
}
.regform table
{margin-top:10px; font-weight:normal}

/* Contact Form Styles */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 160px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform td {
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
color:#666;
padding: 5px 0 8px 0;
}


.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 350px;
height: 300px;
}

ol li {list-style-image:none}


/*feedback form */
.feedbackform td {
font:12px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 0 1px 0;
}