html,body{margin:0;padding:0}
body{font: 12px arial,sans-serif;text-align:center; background-image:url(images/gradient-bg-repeat.jpg); background-repeat:repeat;}
p{margin:0 10px 10px; }
a:link {color: #669966; padding-left: 1px; }
a:visited {color: #669966; padding-left: 1px; }
a:active {color: #669966; padding-left: 1px; }
a:hover {color: #00CC00; padding-left: 1px;}
h1 {color: #336633; font-weight:bold; font-size:18px; margin-left:10px; margin-right: 10px;}
h2 {color: #669966; font-weight:bold; font-size:18px; padding:0px; margin-left:10px;}
h3 {color:#336633; font-weight:bold; margin: 5px 0 10px 10px; font-size:18px; text-decoration:underline; }
h4 {
	color: #00CC00;
	font-weight: bold;
	font-size: 16px;
	margin-left:10px;}
h5 {color:#181818; margin: 5px 0 10px 10px; font-size:13px;}

hr {color:#336633;}

li#list {line-height: 30px; }



div#header {margin:0; padding-left:10px;background: #336633;color: #FFF; height:120px; text-align:right;}
div#header a{ color:#99FF66;}
div#bg-container{background-image:url(images/gradient-bg.jpg); background-position:right; background-repeat:no-repeat; width:1024px; height:800px; margin-left:300px; } 
div#container{text-align:left; background-color:#FFF; margin-left: 15px; margin-top:5px;}
div#content p{line-height:1.4; color:#334C2F;}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{clear:both;width:100%; background-color:#121C13; color: #62985C;}
div#footer a:link{ color:#CDF2B7;}
div#footer a:hover{ color:#00CC00;}
div#footer p{margin:0;padding:5px 10px}

div#container{width:749px; position:absolute; left:100px;}
div#navigation{float:right;width:350px}
div#extra{float:left;width:350px}


/*Styles*/
.greenbold {font-weight: bold; color:#99FF66;}
.h1-bg {color: #99FF66; font-weight:bold; font-size:18px; padding:0 0 20px 0; margin-left:10px;}
.float-image {float:left; padding: 0 10px 10px 0;}
.greenhead {color: #00CC00;}
.float-img-rt {float:right; padding: 10px 10px 10px 10px;}
.calc-cells { padding: 0px 10px 10px 10px;}


/*- Menu Tabs F--------------------------- */

    #tabsF {
      float: left;
      width:100%;
	  background:#000000;
      font-size:97%;
	  font-weight:bold;
      line-height:normal;
	  border-bottom:1px solid #666;
	  overflow:hidden;
	  height:25px;
      }
    #tabsF ul {
	
	  margin: auto;
	  list-style:none;
	  text-align:center;
	  position:relative;
	  padding:2px 0 0 3px;
	  
	 
	   
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
	  position:relative;
 

	 
      }
    #tabsF a {
      float:left;
      background:url(tableftE.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	 
      }
	
    #tabsF a span {
      float:left;
      display: block;
      background:url(tabrightE.gif) no-repeat right top;
      padding:5px 15px 4px 12px;
      color:#151F17;
	  
	 
	
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	  
	  @media screen and (-webkit-min-device-pixel-ratio:0) {
	  
	  
	    #tabsF ul {
	
	  margin: auto;
	  list-style:none;
	  text-align:center;
	  position:relative;
	  padding:2px 0 0 0px;
	  
	 }
	  #tabsF a span {
      float:left;
      display: block;
      background:url(tabrightE.gif) no-repeat right top;
      padding:5px 15px 4px 12px;
      color:#151F17; }}
	  
 /* thumbnail pop ups*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: fixed;
right:10px;
top: 10px;
background-color: #336633;
padding: 5px;
border: 1px solid #181818;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

 /*position where enlarged image should offset horizontally */


