
* {
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 12px;
   color: #000;
}
   html, body,
   div, p, form, input, ul, ol, dl, dt, dd, li,
   h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }

   p, ul, ol {
      margin-bottom: 1em;
   }
   ul, ol {
      margin-left: 2em;
   }


a {
   color: #014b1a;
   cursor: pointer;
}

img {
   border: 0;
}
   img.icon {
      vertical-align: middle;
   }

table {
   clear: both;
   border: 0px;
   border-spacing: 0;
   border-collapse: collapse;
}

h1, h2, h3, h4 {
   margin: 1em 0 0.5em 0;
   font-weight: bold;
}
h1 {
   font-size: 22px;
   font-weight: normal;
}
h2 {
   font-size: 18px;
   font-weight: normal;
   color: #014b1a;
}
h3 {
   font-size: 15px;
}
h4 {
   font-size: 13px;
   font-weight: bold;
}


iframe {
	width: 700px;
	height: 400px;
	border: none;
}

.intro {
   font-size: 14px;
}



table.imageGrid {}
   table.imageGrid td {
      padding: 4px;
      border-bottom: 0;
   }

.popupWindow {
   height: 520px;
   text-align: center;
   overflow: hidden;
}


#popupCloseLink,
#photoNavPrevious,
#photoNavNext {
   position: absolute;
   padding: 8px 16px;
   color: #fff;
   font-size: 28px;
   font-weight: bold;
   text-decoration: none;
}
#popupCloseLink {
   top: 0;
   right: 0;
   background-color: #2bab51;
} 
#photoNavPrevious {
   bottom: 0;
   left: 0;
   background-color: #2bab51;
}
#photoNavNext{
   bottom: 0;
   right: 0;
   background-color: #2bab51;
}
   a:hover#photoNavPrevious,
   a:hover#photoNavNext {
      background-color: #ff7200;
   }


.homeContainer {
   width: 800px;
}
#homeLeft,
#homeRight {
   float: left;
   display: inline;
   overflow: hidden;
   margin-top: 20px;
   margin-left: 30px;
}
#homeLeft {
   width: 440px;
}
   #homeLeft h1 {
      font-size: 32px;
      font-weight: normal;
      color: #3c8832;
   }
#homeRight {
   width: 300px;
}


