body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: verdana, arial, helvetica, geneva;
   font-size: 13px;
   background-color: #9bbfb6;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
	}

#sitedescription  {display: none;}	

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link, a:visited, a:active {color: #4f655f; text-decoration: none; }
a:hover {text-decoration: underline;}

ul {list-style:square; }

#head { width: 1000px; height: 115px; background: url(images/bg_head.jpg) top no-repeat; margin: 0; padding:0;}
#head a {color: #000000; font-size: 11px; text-decoration: none; font-weight:normal;}
#head a:hover {text-decoration: underline;}

#navigation { font-size: 13px; text-align: center; background: #99bdb4; padding:0; margin:0; width:992px;  border:double #719189;}
#navigation ul {list-style:none; margin:0; padding:5px 0 5px 0; border:solid 1px #99bdb4; background: #719189; }
#navigation li {display: inline; height: 42px; }
#navigation li a { color: #ffffff; font-weight: bold; text-decoration: none; padding: 6px 20px 6px 20px;}
#navigation li a:hover { color: #333333; font-weight: bold; background: #99bdb4; }

#homepics {width:1000px; height: 297px; background:url(images/bg_homepics.jpg) top no-repeat #ffffff; vertical-align:middle; }
#home_content { width: 963px; border-left: solid 1px #ffffff; border-right: solid 1px #ffffff; background: url(images/bg_home.gif) #719189 repeat-y; padding: 0 16px 0 17px; text-align: left; vertical-align:top; min-height:270px;}

#interior_body { background:url(images/bg_interior.jpg) top no-repeat #ffffff; min-height: 450px; width:1000px;}
.content { padding: 40px 25px; vertical-align: top; text-align:left; }

#quicklinks { width: 176px; background:url(images/bg_logo.jpg) bottom no-repeat; padding: 30px 10px 0 10px; color: #ffffff; text-align: left;}
#quicklinks a{color: #ffffff; text-decoration: none; font-weight:normal; line-height: 18px;}
#quicklinks a:hover {text-decoration: underline;}

#nav2 { background:url(images/bg_trans.png) no-repeat; width: 128px; height: 130px; padding: 10px 10px 7px 7px; margin: 10px; color: #719189; text-align: left; font-size: 12px;}
#nav2 a{color: #4f655f; text-decoration: none; font-weight:normal; line-height: 15px;}
#nav2 a:hover {text-decoration: underline;}

#nav2long { background:url(images/bg_longtrans.png) no-repeat; width: 128px; height: 360px; padding: 10px 10px 7px 7px; margin: 10px; color: #719189; text-align: left; font-size: 12px;}
#nav2long a{color: #4f655f; text-decoration: none; font-weight:normal; line-height: 15px;}
#nav2long a:hover {text-decoration: underline;}

.small:link, .small:active, .small:visited, .small:hover {font-size: 11px; }

#feature { width: 215px; font-size:11px; color: #ffffff; padding-top:30px; }
#feature a{color: #ffffff; text-decoration: none; font-weight:normal; font-size: 13px;}
#feature a:hover {text-decoration: underline;}

#home_intro { width: 500px; padding-top: 20px; padding-right:16px; padding-bottom:0px; padding-left:16px; color: #ffffff; margin-left:195px; vertical-align:top;}

#foot { background: #3f7d6f; width:988px; border: solid 1px #ffffff; font-size: 11px; color:#ffffff; padding: 5px;}
#foot a{color: #ffffff; text-decoration: none; font-weight:normal; }
#foot a:hover {text-decoration: underline;}

.copy {font-size: 10px; color:#003333; line-height: 16px;}

h1 { color:#FFFFFF; padding:0; margin: 0; font-size: 24px; font-weight:600;}
h2 { color: #4f655f; padding:0; margin: 0; font-size: 24px; font-weight:600;}
h3 { color:#FFFFFF; padding-left:19px; margin: 3px; font-size: 14px; }
h4 { color:#FFFFFF; margin: 0; font-size: 14px;}
h5 { color:#666666; font-size: 14px;}

hr {color: #91b4ab; height:1px; margin:0; padding:0;}

#snapshot { background:url(images/bg_snaps.png) no-repeat; width:248px; height:183px; padding: 8px; vertical-align:top; color:#666666; font-weight:bold; vertical-align:middle; text-align:center;}

.datatable { border: 1px solid #D6DDE6; border-collapse:collapse; }
.datatable td { border: 1px solid #D6DDE6; padding: 4px 10px 4px 10px; }
.datatable th { border: 1px solid #828282; background-color: #BCBCBC; font-weight:bold; text-align: left; padding-left: 4px;}
.datatable caption { font-weight: bold; font-size:14px; color: #33517a; text-align:left; padding-top:2px; padding-bottom:8px;}
.datatable tr.altrow {background-color:#E9E9E9; color:#cccccc; }

label {
	cursor: pointer;
}