body{
	margin: 50px 0px 50px 0px;
	background: #2B5282;
	text-align:center;
}

a:link, a:visited{
	color: #2B5282;
	text-decoration: none;	
}

a:hover{
	color: #2B5282;
	text-decoration: underline;	
}

hr {
color: #FFFFFF;
height: 1px;
}

/* Header Tags - remember we are using the h5 tags for navigation!!! */

h1 {
font: bold 1.0em Tahoma;
color: #FFFFFF;
margin: 10px 0px 10px 0px;
}

h2 {
font: bold 1.0em Tahoma;
color: #000000;
margin: 10px 0px 10px 0px;
}

/* Main Navigation - Works with Nav Link Style */
h3 {
font: 1.0em Tahoma;
margin: 0px;
padding: 0px 10px 0px 20px;
text-align: left;
}

/* Sub Navigation */
h4 {
font: bold 0.75em Tahoma;
margin: 0px;
/*padding: 10px 10px 0px 20px;*/
padding: 10px 10px 0px 0px;
text-align: left;
}

/* Site Map Only */
h5 {
font: 0.9em Tahoma;
color: #CCCCCC;
margin: 0px;
padding: 0px;
}

/* Table and Cell Styles */

td {
background-color: transparent;
font: 1.0em Tahoma;
color: #000000;
text-align: left;
padding: 0px;
}

/* Heading Table - For use across all sections */
.td_heading_bg {
background-color: transparent;
padding: 0px;
border-bottom: 1px solid #FFFFFF;
}

.td_page_heading_bg {
background: url(../images/native-trees-bg-page-headin.gif) no-repeat top right;
padding: 0px;
border-bottom: 1px solid #FFFFFF;
}

/* Left hand of beer glass */
.td_left {
background: #A5B2AD url(../images/native-trees-bg-left.gif) no-repeat top left;
padding: 0px;
text-align: left;
}

/* Right Hand Side of Beer Glass */
.td_right {
background: #9EA598 url(../images/native-trees-bg-news.gif) no-repeat top;
padding: 0px;
text-align: right;
}

.td_right_base {
background: #9EA598 url(../images/native-trees-bg-news-base.gif) no-repeat bottom;
padding: 0px;
text-align: right;
}

/* Main colum BG and text */
.td_main_bg {
background: #C7C3A1 url(../images/native-trees-new-bg-base.gif) no-repeat bottom right;
padding: 0px;
}

.main_text {
font: 0.75em Tahoma;
color: #000000;
padding: 10px 20px 40px 0px;
}

.image_left {
float: left;
width: 200px;
margin: 5px 10px 5px 0px;
}

.image_right {
float: right;
width: 200px;
margin: 5px 0px 5px 10px;
}

/* Main Navigation */
.td_main_nav {
font: 0.75em Tahoma;
color: #FFFFFF;
background: #386AA9 url(../images/native-trees-bg-main-nav.gif) no-repeat left;
padding: 0px;
}

/* Footer */
.td_footer_main {
font: 0.7em Tahoma;
color: #FFFFFF;
background: #B4AE80;
text-align:right;
}

.td_footer {
background: #B4AE80;
text-align:left;
}

/* Site Map */
.td_site_map {
font: 0.6em Tahoma;
color: #FFFFFF;
background: #2B5282;
text-align:right;
padding: 5px 0px 0px 0px;
}

/* Formatting Growers Listings */
.growers_list_heading {
font: bold 1.2em Tahoma;
color: #FFFFFF;
text-align: left;
padding: 10px 0px 20px 0px;
}

.growers_list_title {
font: bold 1.0em Tahoma;
color: #FFFFFF;
background-color: #B4AE80; /*386AA9;*/
text-align: left;
padding: 10px;
border-bottom: solid 1px #FFFFFF;
}

.td_row_one {
font: 1.0em Tahoma;
color: #FFFFFF;
background-color: #A5B2AD;
text-align: left;
padding: 5px 0px 5px 10px;
}

.td_row_two {
font: 1.0em Tahoma;
color: #FFFFFF;
background-color: #9EA598;
text-align: left;
padding: 5px 0px 5px 10px;
}

/* Form Styles */
.text2 {
font: 12px Tahoma;
color: #000000;
border: 0px solid #000000;
padding: 3px;
}

.std_button {
font: 12px Tahoma;
color: #666666;
border: 1px solid #666666;
}

.search_button {
background: #2B5282;
font: 12px Tahoma;
color: #FFFFFF;
border: 0px solid #FFFFFF;
padding: 3px;
}

.small_text {
font: 0.75em Tahoma;
}

/* Nav Link - Main Navigation Only*/
.nav_link {
color: #FFFFFF;
text-decoration: none;
}

a:link.nav_link  {
color : #FFFFFF;
text-decoration: none;
}

a:visited.nav_link  {
color : #FFFFFF;
text-decoration: none;
}
a:active.nav_link  {
color : #FFFFFF;
text-decoration: none;
}

a:hover.nav_link  {
color : #C7C3A1;
text-decoration: none;
}

/* Nav Link Active - Gives the Dark Brown when we are showing that page */
.sub_nav_link {
color: #2B5282;
text-decoration: none;
}

a:link.sub_nav_link  {
color : #2B5282;
text-decoration: none;
}

a:visited.sub_nav_link  {
color : #2B5282;
text-decoration: none;
}
a:active.sub_nav_link  {
color: #2B5282;
text-decoration: none;
}

a:hover.sub_nav_link  {
color: #FFFFFF;
text-decoration: none;
}

/* Site Map Nav Link */
.site_map_nav_link {
color: #FFFFFF;
text-decoration: none;
}

a:link.site_map_nav_link  {
color : #FFFFFF;
text-decoration: none;
}

a:visited.site_map_nav_link  {
color : #FFFFFF;
text-decoration: none;
}
a:active.site_map_nav_link  {
color: #FFFFFF;
text-decoration: none;
}

a:hover.site_map_nav_link  {
color: #FFFFFF;
text-decoration: underline;
}

/* Photo Gallery CSS */

.td_photo {
padding: 10px;
}
