body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	background-color: #C5C6A7;
}

a:link {
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	color: #98C568;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}

#topmenu td.home
{
  text-align: center;
  height: 29px;
  width: 91px;
  background-image: url(images/navbg.jpg);
  background-repeat: repeat-x;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#topmenu td.topmenuitem
{
  text-align: center;
  height: 29px;
  background-image: url(images/navbg2.jpg);
  background-repeat: repeat-x;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  border-left: solid 1px #cccea6;
}

#topmenu a:link, #topmenu a:visited
{
  color: #30690a;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
#topmenu a:active
{
  color: #ca3306;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
#topmenu a:hover
{
  color: #9ac261;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

#sideMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	margin: 0;
	padding: 0;
	clear: both;
  font-weight: normal; 
  line-height:23px;
  z-index: 99999 !important;
	display: block  ;
	width: 208px;
}

#sideMenu .menu-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100001 !important;
	display: inline;
	font-weight: normal;
}

#sideMenu .menu-nav ul
{
  margin: 0;
  padding: 0;
}
#sideMenu .menu-nav li
{
  position: relative;
  display: block; 
  list-style-type: none;
  height: 23px;
  vertical-align: middle;
  text-align:right;
  padding-right: 5px;
  background:url(images/sideMenu_bg_off.jpg) no-repeat center top; 
  /* background:url(images/sideMenu_bg.jpg) repeat-x center top; */
}	
#sideMenu .menu-nav li:hover
{
  background:url(images/sideMenu_bg_on.jpg) no-repeat center top; 
}	
#sideMenu .menu-nav li a
{ 
  color: #30690a;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  width: 208px;
  height: 23px;
}
#sideMenu .menu-nav li a:link 
{ 
  color: #30690a;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  width: 208px;
  height: 23px;
}
#sideMenu .menu-nav li a:hover 
{ 
  color: #9ac261;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  width: 208px;
  height: 23px;
}

.bodyTR {
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-y;
}
.footerTR {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

.sectionHdr {
	background-image: url(images/sectionHdr.jpg);
	background-repeat: no-repeat;
	width: 208px;
	height: 41px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.sectionFtr {
	background-image: url(images/sectionFtr.jpg);
	background-repeat: no-repeat;
}


#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	line-height: 17px;
	text-align: justify;
	margin: 0 0 5px 5px;
	padding: 0;
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	margin: 0;
	padding: 0 0 10px 0;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	margin: 0;
	padding: 0 0 10px 0;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669933;
	margin: 0;
	padding: 0 0 10px 0;
}

#sideContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	line-height: 17px;
	text-align: left;
	margin: 0 0 0 12px;
	padding: 0 12px 0 0;
}
#sideContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	margin: 11px 0 0 7px;
	padding: 0;
}

#contactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	line-height: 17px;
	margin: 17px 27px 0 0;
	padding: 0;
}

#mainContent UL LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
}

.faq 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669933;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
padding-left: 15px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 135px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.tenpixspacer { height: 10px; }