﻿@import url('layout.css');
body {
	background-color: #F7FFFD;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
#container {
	border-top: 2px #358 solid;
	width: 100%;
	margin-top: 30px;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	background-position: right;
	width: 750px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	height: 65px;
	background-image: url('../images_1/frog_gt.gif');
}
#navigation {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 750px;
	padding-top: 7px;
	text-align: left;
}
#extra {
	float: right;
	width: 200px;
	position: relative;
	}
#gallery {
	width: 728px;
	height: 380px;
	padding: 10px;
	border: 1px #006600 solid;
	background: #F7FFFD;
	position: relative;
}
#footer {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	text-align: center;
}
#copyright {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-family: "Casper Open SF", "Casablanca SF", Times New Roman, Times, serif;
	font-weight: normal;
	font-size:xx-large;
	color: #000000;
	text-transform: uppercase;
	display: inline;
	
}
#masthead h4 {
	font-family: Verdana, Arial, sans-serif;
	bottom: 0;
	font-weight: normal;
	color: #000000;
	display: inline;
	margin-top: 0;
	margin-left: 0px;
	font-size: small;
	font-variant: small-caps;
	float: left;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	padding: 0 0px 0 0px;
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #006600;
	display: run-in;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #C0C0C0;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h1,h2,h3,h4,h6 {
	color: #006600;
	margin-bottom: 12px;
}
#content h5 {
	color: #006600;
	margin-bottom: 0px;
}
#content p {
	color: #808080
}
/* Extra Styles */
#extra p {
	text-align: right;
	color:black
}
/* Gallery Styles */
#gallery b.default {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 548px;
	height: 380px;
	text-align: center;
}
#gallery b.default img {
	display: block;
	margin: 0px auto 10px auto;
	border: 1px solid;
	border-color: #006600 #009933 #009933 #006600;
}
#gallery b.default span {
	display: block;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
#gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 180px;
	position: relative;
	float: right;
}
#gallery ul li {
	display:inline; 
	width:52px;
	height:52px; 
	float:left;
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}
#gallery ul li a span {
	display:none;
}
#gallery ul li a img {
	display: block;
	width: 50px;
	height: 50px;
	border: 0;
}
#gallery ul li a:hover {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #FFFFFF;
}
#gallery ul li a:hover b {
	position:absolute;
 	left:-548px;
  	top:0px;
   	width:548px;
    height:380px;
    text-align:center;
    background:#F7FFFD;
    z-index:20;
       }
#gallery ul li a:hover span {
	display: block;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:hover img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #006600 #009933 #009933 #006600;
}
#gallery ul li a:active, #gallery ul li a:focus {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #FFFFFF;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position: absolute;
	left: -548px;
	width: 548px;
	height: 380px;
	text-align: center;
	background: #F7FFFD;
	z-index: 10;
	top: 0px;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display: block;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 350px;
	margin: 0 auto;
}
#gallery ul li a:active img, #gallery ul li a:focus img{
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Copyright Styles */
#copyright {
	font-size: x-small;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/* Link Styles */
a {
	color: #47B;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


