body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #019821;
	text-align: center;
}

#page {
	position: relative;
	width: 790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	}
	
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:790px;
	text-align: center;
	background-image:url(../images/background.jpg);
	background-color: #ffffff;
	min-height:500px;
  	height:auto !important;
	height:500px;
	z-index:1;
	padding: 0px;
}

#top {
	position:relative;
	left:0px;
	top:0px;
	width:790px;
	height:25px;
	background-image:url(../images/top.gif);
	z-index:2;
}

#left-container {
	position:relative;
	left:0px;
	top:-23px;
	width:232px;
	float:left;
	text-align: center;
}

#left {
	position:relative;
	left:0px;
	top:0px;
	width:232px;
	z-index:5;
	float:left;
	min-height:390px;
  	height:auto !important;
	height:390px;
	text-align: center;
	line-height: 30px;
}
#left p { color: #00703c; font-weight: normal; text-decoration: none; font-size: 12px; line-height: 20px;}
#left a:link { color: #00703c; font-weight: bold; text-decoration: none; font-size: 14px; }
#left a:visited { color: #00703c; font-weight: bold; text-decoration: none; font-size: 14px; }
#left a:hover { color: #bb9f61; font-weight: bold; text-decoration: none; font-size: 14px; }
#left a:active { color: #00703c; font-weight: bold; text-decoration: none; font-size: 14px; }

#phone {
top: 5px;
}
#phone b { color: #00703c; font-weight: bold; text-decoration: none; font-size: 24px; line-height: 15px;}

#email {
top: 10px;
}
#email a:link { color: #00703c; font-weight: bold; text-decoration: none; font-size: 12px; }
#email a:visited { color: #00703c; font-weight: bold; text-decoration: none; font-size: 12px; }
#email a:hover { color: #bb9f61; font-weight: bold; text-decoration: none; font-size: 12px; }
#email a:active { color: #00703c; font-weight: bold; text-decoration: none; font-size: 12px; }

#main {
	position:relative;
	left: 2px;
	top:-23px;
 	width: 558px;
	z-index:5;
	float:left;
	padding: 0;
	margin: 0;
	text-align: justify;
}

#main-text {
	position:relative;
	left: 10px;
	top: 0px;
 	width: 530px;
	z-index:5;
	float:left;
	padding: 0px;
	text-align: justify;
}
#main p { color: #3b3b3b; font-weight: normal; text-decoration: none; font-size: 12px; }
#main a:link { color: #00703c; font-weight: bold; text-decoration: none; font-size: 12px; }
#main a:visited { color: #00703c; font-weight: bold; text-decoration: none; font-size: 12px; }
#main a:hover { color: #bb9f61; font-weight: bold; text-decoration: none; font-size: 12px; }
#main a:active { color: #00703c; font-weight: bold; text-decoration: none; font-size: 12px; }

H1  { color: #00703c; font-weight: normal; text-decoration: none; font-size: 18px; }
H2  { color: #00703c; font-weight: normal; text-decoration: none; font-size: 16px; }
H3  { color: #000000; font-weight: normal; text-decoration: none; font-size: 14px; }
H4  { color: #000000; font-weight: normal; text-decoration: none; font-size: 12px; }
H5  { color: #000000; font-weight: normal; text-decoration: none; font-size: 12px; }
H6  { color: #000000; font-weight: normal; text-decoration: none; font-size: 12px; }

#slideshow {
	position:relative;
	left:0px;
	top:-1px;
	width:556px;
	height:245px;
	z-index:5;
	background-color: #019821;
}

#base {
	position:relative;
	left:0px;
	width:790px;
	height:25px;
	background-image:url(../images/base.gif);
	z-index:3;
	float:left;
}


.gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
		  text-align:center;
          padding-bottom:100px;
          margin-top:10px;
        }
          .gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:23.8%;
            margin:0 0 10px 1%; padding:20px 0;
            height:66px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
			overflow:hidden;
          }
            .gallery a,
            .gallery img{
              display:block;
              width:100%;
            }

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #019821;
   cursor: url("/images/magminus.cur"), pointer;
}
