body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, table, tbody, th, td, tr, form, fieldset, input, textarea, text {
margin:0;
padding:0;
}
html, body {
	height: 100%;
	}
body {
	font-size: small;
	font-family: arial,helvetica,sans-serif; 
	color:#000000; 	
	line-height:1.55em;
    background: #E1DFD3;
	}
* html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
	}
#outer {
	border:0;
	width:960px;  /* Width of Site */
	background: #ffffff;
	border:0;
	margin: auto;
	padding: 0px;
	}
#hdr {
	padding: 0px;
	width: 960px;
	height: 205px;
	border: 0px;
	background: #ffffff;
	}
/* Header Images */ 
.logoimg {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	}
.site-title{
	font-size: 28px;
	font-weight: bold;
	font-family:arial,helvetica,sans-serif; 
	padding: 20px 0 0 20px;
	color: #ffffff;
	}
/* End Header Images */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	/* Set to normal for bolder fonts if requred */
}
h1.page-title{
	font-size: 180%;
	line-height:120%;
	color: #60A217; /***************************** COLOR ***************************/
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 3px 3px 0px;
	background: transparent;
	}
h1 {
	font-size: 160%;
	color:#60A217 ; /***************************** COLOR ***************************/
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px 3px 3px 0px;
	background: transparent;
	}
h2 {
	font-size: 135%;
	color: #333333; /***************************** COLOR ***************************/
	margin-top: 8px;
	margin-bottom: 6px;
	padding: 0px;
	background: transparent;
	}
h3 {
	font-size: 125%;
	color:#4D4D4D; /***************************** COLOR ***************************/
	margin-top: 5px;
	margin-bottom: 5px;
	}
h4 {
	font-size: 120%;
	color:#60A217; /***************************** COLOR ***************************/
	margin-top: 5px;
	margin-bottom: 5px;
	}
small {
	font-size: 98%;
	}
a:link {
	font-size: 100%;
	color:#5FA217; /***************************** COLOR ***************************/
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	font-size: 100%;
	color: #5FA217; /***************************** COLOR ***************************/
	font-style: normal; 
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	font-size: 100%;
	color:#5FA217; /***************************** COLOR ***************************/
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #294D97; /***************************** COLOR ***************************/
	}
input {
	border: 1px solid #A09D9E;
	margin-bottom: 5px;
	}
textarea {
	border: 1px solid #A09D9E;
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
	}
.testimonial-body {
	font-style: italic;
	}
#textarea-small {
	border: 1px solid #A09D9E;
	height: 70px;
	width: 320px;
	font-family: verdana;
	float: right;
	font-size: 80%;
	}
blockquote {
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	color: #272727;
	margin: 0px;
	width: 450px;
	text-align: justify;
	background: url(images/quote-left.gif) top left no-repeat;
	}
blockquote div{
	background:  url(images/quote-right.gif) bottom right no-repeat;
	padding: 0 27px;
	}
/*Navigation Bar */ 
#nav {
	background: #5CC234;
	border:0;
	float:left;
	font-size:115%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 ;
	padding: 4px 0 4px 18px;
	width:942px;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li.off a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #ffffff; /***************************** COLOR ***************************/
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
#nav li.off a:hover{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:underline;
	}
#nav li.on a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #ffffff; /***************************** COLOR ***************************/
	font-weight: bold;
	text-decoration:underline;	
	border-bottom: none;
	}
/*SubNavigation Bar */ 
#subnav {
	border:0 none;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:8px 0 10px 20px;
	padding: 5px 4px 2px 4px;
	width:670px;
	background: #CFE3BA ;
	}
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#subnav li.off a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 3px 8px 4px 8px;
	color: #333333; /***************************** COLOR ***************************/
	text-decoration: none;
	border: 0px;
	background: transparent;
	}
#subnav li.off a:hover{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 3px 8px 4px 8px;
	color: #333333;
	text-decoration:underline;
	background: transparent;
	}
#subnav li.on a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 3px 8px 4px 8px;
	color: #333333;
	text-decoration:underline;
	border-bottom: none;
	background: #none;
	}
/* Used for padding if there is no other navigation to display */
#sub-pad {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom:5px;
	height: 20px;
	background:transparent;
	}
/*Store Nav Bar */ 
.store-cat-depth-2 { display: none; }
.store-cat-depth-3 { display: none; }
.store-cat-depth-4 { display: none; }

#store-nav {
	float: left;
	width: 130px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	background: #FFFFFF;
	}
#store-nav h3{
	padding: 0;
	margin: 0;
	font-size: 85%;
	color: #000; /***************************** COLOR ***************************/
	background: #fbe6b1;
	border-top: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	}
#store-nav ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	}
#store-nav li {
	border-bottom: 1px solid #EAEAEA;
    margin-bottom: 5px;
	font-size: 85%;
	}
#store-nav li.on{
	border-bottom: 1px solid #727377;
    margin-bottom: 5px;
	font-size: 85%;
	background: #EAEAEA;
	}
#store-nav p.searchtitle{
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
	}
#store-nav input.searchbox{
	width: 120px;
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
	}
#store-nav input.searchboxbutton{
	width: 70px;
	font-size: 85%;
	margin-left: 5px;
	color: #474747;
	}
/***********Content container***************/
#cont {
	clear: left;
	border: 0px;	
	margin: 0;
	float: left;
	padding: 0px 0px 15px 0px;
	width: 960px;
	text-align:left;
	background:#ffffff url(images/right-col.png) top right repeat-y;
	min-height: 500px;
	}
#cont.page4 {
	clear: left;
	border: 0px;	
	margin: 0;
	float: left;
	padding: 0px 0px 15px 0px;
	width: 960px;
	text-align:left;
	background:#ffffff;
	min-height: 500px;
	}
/* min height hack for ie*/
* html #cont {
    height:500px;
	}
#cont img.border{
	float: right;
	margin: 0 8px 10px 10px;
	padding: 0px;
	border:none;
	}
#cont img.recent-item-border{
	float: auto;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid green;
	background: transparent;
	}
#cont img.view-item-detail-border{
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border: 0;
	background: transparent;
	}
/*****  Store content list   */
#store-cont {
	float: left;
	width: 490px;
	text-align:left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	background: transparent;
	}
#store-cont a{
	color: #305ead; /****overrides all links in the store *******/
	}
#store-cont a:hover{
	text-decoration: underline;
	}
#store-cont-empty {
	width: 65%;
	margin:auto;
	text-align:left;
	float: left;
	}
#store-cont table
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	border: 0px;
	}
#store-cont td.item-description
	{
    font-size: 85%;
	background: #FFFFFF;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-top: 1px solid #EAEAEA;
	}
#store-cont td.item-description-left
	{
	font-size: 85%;
	background: #FFFFFF;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border: 0;
	}
.store-label-from {	/* The "From " prefix for products with multiple prices */
	display: none;
}


/* store recent items css controls */
#recent-items {
	clear: both;
	background: transparent;
	}
#recent-items table.rpros{
	background: #FFFFFF;
	}
.product-container{
	width: 150px;
	text-align: center;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 9px;
	background:  transparent;
	}	
.product-border{
	background:transparent none repeat scroll 0 0;
	border-color:#D9E0E6 #A09D9E #A09D9E #D9E0E6;
	border-style:solid;
	border-width:1px;
	padding:4px;
	vertical-align:middle;
}

.product-border-float-right {
	background:transparent none repeat scroll 0 0;
	border-color:#D9E0E6 #A09D9E #A09D9E #D9E0E6;
	border-style:solid;
	border-width:1px;
	float:right;
	padding:4px;
}

.category-border-float-right {
	background:transparent none repeat scroll 0 0;
	border-color:#D9E0E6 #A09D9E #A09D9E #D9E0E6;
	border-style:solid;
	border-width:1px;
	float:right;
	padding:4px;
}

.product-header-left { font-weight: bold; }
.product-header-right { text-align: right; }
.cat-list-product-code { font-weight: bold; }
.product-option-title { font-style:italic; }
.bold-hilight { font-weight: bold; }

#mag-glass {
	clear: right;
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 9px;
	margin-left: 9px;
	}
.item-title a{
	margin: 0;
	padding:9px 9px 0 9px;
	background:transparent;
	}
.item-desc{
	font-size: 80%;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	background: transparent;
	vertical-align: top;
	}
.item-desc em{
	display: block;
	padding: 0 9px 9px 0;
	}
.item-more-info { font-size: 85%; padding-bottom: 10px; }	
/* end recent items*/
/* store item get - control display*/
#item-list table{
	background: transparent;
	}
#item-list td{
	padding-bottom: 10px;
	}
.cat-item-container{
	float: left;
	width: 100%;
	text-align: left;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 9px;
	background: #FFFFFF;
	}	
.cat-item-title{
	font-weight:bold;
	color: #0094C6; /***************************** COLOR ***************************/
	margin: 0;
	padding:9px 9px 0 0px;
	background: transparent;
	}
.cat-item-desc{
	margin: 0px;
	padding: 0 9px 0px 0px;
	}
.cat-item-code{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background: transparent;
	}
.cat-item-code p{
	margin-right: 6px;
	}
.cat-item-code em{
	clear: right;
	display: block;
	margin-top: 9px;
	padding: 0 9px 9px 0;
	background: transparent;
	}
#option-choice {
	clear: right;
	padding: 0 9px 9px 0;
	background:transparent;
	}
#option-choice table{
	clear: right;
	background: none;
	}
.cat-product-border{
	margin: 5px 8px 5px 5px;
	padding: 3px;
	border:1px solid #FFFFFF;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: #F3F3F3;
	}
.sub-cat{
	text-align: center;
	font-size: 85%;
	line-height: 1.0;
	width:25%;
	vertical-align: bottom;
	}
.sub-cat img{
	padding: 0px;
	border: 0;
	}
#item-list a.full-detail{
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	}
.price{
	font-family: ariel,verdana;
	font-size:100%;
	font-weight: bold;
	color: #BDBDBF;
	float: right;
	
	margin-right: 20px;
	}
/**********shopping cart controls***************/
.store-cart-image{
	padding: 2px;
	border:0px solid #FFFFFF;
	}
.store-cart-border{
	border-top:1px solid #A09D9E;
	padding-top: 9px;
	}
#cart-continue-proceed{
	clear: left;
	padding: 0;
	margin-top: 5px;
	}
/* *shopping cart buttons **/
#btnContinue {
	font-size: 85%;
	color: #474747;
	}
#btnUpdate{
	font-size: 85%;
	color: #474747;
	}
 #btnCheckout{
	font-size: 85%;
	color: #474747;
	}
#btnConfirm{
	font-size: 85%;
	color: #474747;
	}
/*************************/
#left-cont {
	float: left;
	clear: left;
	width: 690px;
	text-align:left;
	margin-bottom: 25px;
	margin-left: 20px;
	}
#left-cont ul, ol{
	list-style:square;
	margin: 4px 4px 4px 35px;
	 }
#left-cont li{
	line-height:120%;
	margin: 0px;
	padding: 2px 0 4px 0px;
	 }

#left-cont a{
	text-decoration: underline;
	}
#left-cont a:hover{
	text-decoration: underline;
	}

.item-description {
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 2px solid #A09D9E;
	}

/******no teasers***/
#no-teaser{
	clear: both;
	width: 95%;
	text-align:left;
	padding-left:0px;
	margin:auto;
	margin-bottom: 25px;
	background: transparent;
	}
/***********news and events pages listing etc ******************/
#content-list {
	clear: left;
	}
#content-list.eventslist-timestamp {
    color: #999999; /***************************** COLOR ***************************/
    }
#content-list table {
    background: transparent;
	width:100%;
	}
#content-list table td{
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
	}
#content-list table td.title-row{
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	}
#content-list table td.item-description {
	font-size: 100%;
	margin: 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	}
#content-list table td.item-description img{
    float: right;
	}
/********
Image Gallery
******************/
#gallery-cont {
	width: 930px;
	text-align:left;
	margin-bottom: 25px;
	margin-left: 25px;
	}

#gallery-list {
	clear: both;
	width: 900px;
	padding: 0px;
	margin: 0px;
	}	
#gallery-list h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
#gallery-list table {
	margin-top: 4px;
	width:900px;
	border-collapse: separate;
	border-spacing:8px; 
	}
#gallery-list table td{
    border-bottom: 0;
    margin: 0px;
	padding:0px;
	text-align: left;
	}
#gallery-list table td.title-row{
    border-top: 1px solid #EAEAEA;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	}
#gallery-list table td.item-description {
   width: 250px;
	margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #F4F3F3;
	}
#gallery-list table td.item-description h2{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFFFFF url(images/image.gif) top left no-repeat;
	padding: 5px 0 3px 28px;
	margin:0 0 5px;
	border-bottom: solid 1px #dddddd;
	}
#gallery-list table td.item-description-left h2{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFFFFF url(images/image.gif) top left no-repeat;
	padding: 5px 0 3px 28px;
	margin:0 0 5px;
	border-bottom: solid 1px #dddddd;
	}
#gallery-list table td.item-description-left {
    width: 250px;
	margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #F4F3F3;
	}
#gallery-list table td.album-item-description {
    width: 250px;
	margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #F4F3F3;
	}
#gallery-list table td.album-item-description h2{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFFFFF url(images/albums.gif) top left no-repeat;
	padding: 5px 0 3px 28px;
	margin:0 0 5px;
	border-bottom: solid 1px #dddddd;
	}

#gallery-list table td.album-item-description-left {
    width: 250px;
	margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #F4F3F3;
	}
#gallery-list table td.album-item-description-left h2{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFFFFF url(images/albums.gif) top left no-repeat;
	padding: 5px 0 3px 28px;
	margin:0 0 5px;
	border-bottom: solid 1px#dddddd;
	}
#gallery-list table td img{
	float: left;
	margin: 0 10px 3px 0px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	}
#gallery-list p{
	padding: 6px;
	}
/****** left col *******/
#leftcol{
	float: left;
	width: 200px;
	margin-right: 0px;
	margin-top: 5px;
	margin-left:5px;
	margin-right: 8px;
	padding: 0px;
	background: transparent;
	border-left:0px solid #EAEAEA;
}
/***** Right col *********/
#rightcol{
	float: right;
	width: 200px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 22px;
	padding: 0px;
	background: #CFE3BA;
	}
/*******************************
subscribe box 
****************/
.subscribe-table {
	color: #5FA217;
	font-weight: bold;
	width: 180px;
	margin: auto;
	padding-top: 0;
	vertical-align: top;
	}
.subscribe-table input {
	width: 170px;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 5px; 
	}
#subscribe-button{
	width: 90px;
	color: #ffffff;
	font-weight: bold;
	background-color:#5FA217;
	border:1px solid #ffffff;
	cursor:pointer;
	}
/****** right column teaser ********/
/** mini cart ******/
#teaser-cart h3{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000; /***************************** COLOR ***************************/
	background: #FFFFFF url(images/cart.gif) top left no-repeat;
	border-top:1px solid #C4C1BC;
	border-bottom:1px solid #DDDDDD;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 28px;
	margin: 0 0 5px 0;
	}
#teaser-cart{
	width: 198px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background:#e7e7e7;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	border-bottom: 1px solid #C4C1BC;
	}
.mini-cart-total{
	padding-right: 5px;
	text-align: right;
	}
.mini-cart-link{
	text-align: center;
	margin-bottom: 4px;
	}
#teaser-video h3{
		font-size: 115%;
	font-weight:bold;
	width: 195px;
	color: #ffffff; 
	background: #5E79B0 url(images/tease-hdr.jpg) top left no-repeat;
	border-bottom:1px solid #000000;
	padding: 5px 0 5px 5px;
	margin: 0 0 5px -1px;
	}
#teaser-video{
	width: 198px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background:#e7e7e7;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	border-bottom: 1px solid #C4C1BC;
	}

#teaser-news h3{
	font-size: 155%;
	font-weight:bold;
	color: #60A217; 
	background: #ffffff url(images/tease.png) top left no-repeat;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0 4px 25px;
	margin: 0 ;
	}
#teaser-news{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border: 0;
	}
#teaser-events h3{
	font-size: 155%;
	font-weight:bold;
	color: #ffffff; 
	background: #ffffff url(images/tease.png) top left no-repeat;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0 4px 25px;
	margin: 0 ;
	}
#teaser-events{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border: 0;
	}
#teaser-product h3{
	font-size: 155%;
	font-weight:bold;
	color: #ffffff; 
	background: #ffffff url(images/tease.png) top left no-repeat;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0 4px 25px;
	margin: 0 ;
	}
#teaser-product{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border: 0;
	}
#teaser-subscribe h3{
	font-size: 155%;
	font-weight:bold;
	color: #5FA217; 
	background: #ffffff url(images/tease.png) top left no-repeat;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0 4px 35px;
	margin: 0 ;
	}
#teaser-subscribe{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border: 0;
	}
#rightcol a.teaser-link{
	color: #5FA217; 
	}
#rightcol ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	font-size: 100%;
	}
#rightcol li {
    margin-bottom: 5px;
	padding-right: 5px;
	}
#rightcol a{
	color: #5FA217;
	font-weight: bold;
	}
#rightcol a:hover{	
	color: #294D97;
	}
#rightcol img{
	vertical-align: center;
	margin-left: 8px;
	}
#rightcol p {
	color: #333333;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
#rightcol table {
   	margin-top: 0px;
	margin-bottom: 0px;
	}
#rightcol h3 {
	font-family: arial,helvetica,sans-serif; 
	}
.articlelist-timestamp {
    color: #333333; /***************************** COLOR ***************************/
    font-size: 85%;
	}
.news-feed-icon{ display: none;}
/*********************************************
end right column teaser
***************************************************/
#ftr {
	clear: both;
	padding:0;
	margin:0;
	margin-bottom: 4px;
	height: 169px;
	width: 960px;
	background: #5FA217 url(images/footer-logo.gif) bottom left no-repeat;
	border-bottom: 0;
	}
#footer-address{
	color: #ffffff;
	text-align:left;
	font-weight: bold;
	padding: 84px 16px 8px 25px;
	margin: 0 122px 0 0;
	}
#ftr-nav {
 clear: both;
 width: 935px;
 color: #5FA217;
 text-align: left;
 padding: 3px 0 3px 25px;
 margin:0;
 background: transparent url(images/right-col.png) top right no-repeat;
 }
 #ftr-nav a{
  color: #000000;
	}
.turboweb-sig{
	font-size: 100%;
	color: #333333;
	padding-bottom:0;
	margin-top: 3px;
	margin-bottom: 0;
	text-align: center;
}
.turboweb-sig a
	{
	color: #5FA217;
	}
.turboweb-sig a:active {
	color: #5FA217;
	}
.turboweb-sig a:visited {
	color: #5FA217;
	}
.turboweb-sig a:hover {
	color: #294D97;
	text-decoration:underline;
	}

	/* end of sig */
.mail-address-table {
	 /***************************** COLOR ***************************/
	width: 600px;
	border: 0px;
	margin-bottom: 8px;
	}
.mail-address-table td
	{
	vertical-align: top;
	}
/* Mailform */
#formtable {
	clear:left;
	width: 648px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
	background: #CFE3BA;
	border-bottom: 1px solid #B6B6B6;
	}
#formtable table{
	width: 650px;
	}
#formtable td{
	padding: 5px;
	}
#formtable td.left{
	width: 35%;
	padding: 5px;
	}
#formtable h3{
	color: #000000;
	}
.inputbox {
	width: 95%;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #A09D9E;
		}
.inputbox:focus, select:focus, textarea:focus {
background:#EDF7FD;
}
.inputbox-textarea {
	width: 95%;
	height: 200px;
	padding: 2px;
	border: 1px solid #A09D9E;
	}
.inputbox-textarea:focus, select:focus, textarea:focus {
background:#EDF7FD;
}
#formbutton{
	width: 90px;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
	background-color:#5FA217;
	border:1px solid #FFFFFF;
	cursor:pointer;
	}
/*eof mail form**/
