@charset "utf-8";
body {
	background: #534741;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
}
.frogfont h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	color: #633;
	padding-left: 10px;
}
h1 {
	color: #633;
	font-size: 25px;
	text-shadow: 2px 2px 2px #aaa;
	padding-left: 10px;
	border-bottom: solid 1px #baba68;
	padding-bottom: 5px;
}

h3 {
	color: #633;
}


p {
	font-size: 14px;
}

a img { 
	border: none;
}
a:link {
	color: #633;
	text-decoration: underline;
}
a:visited {
	color: #633;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #930;
}
.centre  {
	text-align: center;

}
#loading {
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFE3;
	background-color: #534741;
	position: absolute;
	height: 450px;
	z-index: 100;
	float: left;
	width: 100%;
	padding-top: 300px;
}


/* ~~ this fixed width container surrounds all other divs ~~ */
#container {
	width: 830px;
	margin: 50px auto;
	overflow: hidden;
	height: 600px;
	background-color: #FFFFE3;
	border: solid #fff 5px;
}

#sidebar1 {
	float: left;
	width: 240px;
	height: 600px;
}
#sidebar1 img {
	margin-top: 15px;
}
#sidebar1 #MainMenu {
	margin: 30px 10px 10px 10px;
	height: 288px;
	border: olive 1px solid;
	text-align: center;
	background-image: url(img/gfx/smlPanelGradient1.jpg);
}
#MainMenu ul {
	list-style-type: none;
	margin-top: 10px;
}

#MainMenu ul a {
	text-decoration: none;
	font-size: 20px;
	text-shadow: 2px 2px 2px #aaa;
	font-style: italic;
	display: block;
	padding: 1px 0;
	color: #633;
}
#MainMenu ul .bottom  a{
	border-bottom: none;
}

#MainMenu a:hover   , #MainMenu   ul #menuactive a{
	color: #930;
	background-image: url(img/gfx/menulinkbg.png);
	background-position: 0 5px;
}
.content {
	width: 590px;
	float: left;
	overflow: hidden;
	height: 600px;
}
.frogfont {
	font-family: 'PT Sans', arial, sans-serif;
	font-style: normal;
}
.content #mainContent {
	margin: 5px;
	border: solid 1px olive;
	height: 578px;
	padding: 5px;
	background-image: url(img/gfx/MCbg.jpg);
	overflow-y: scroll;
}
.links   p , .links h3{
	padding: 0px 10px;
	margin: 0;

}
.links img {
	float: left;
	padding: 0 10px 0 0;
}




.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content .box {
	margin: 5px;
	border: solid 1px olive;
}
.box p {
	padding-left: 10px;
}

#TopLeft {
	float: left;
	height: 288px;
	width: 318px;
}
#TopLeftC {
	float: left;
	height: 278px;
	width: 298px;
	padding: 5px 10px;
}

#TopLeftF {
	float: left;
	padding: 5px;
	height: 278px;
}

#TopRight {
	float: right;
	text-align: center;
	height: 278px;
	width: 238px;
	padding: 5px;
}
#BottomLeft {
	float: left;
	height: 268px;
	width: 298px;
	padding: 10px;

}
#BottomLeft h3 , #BottomLeft h4         {
	text-align: center;
}


#BottomLeft  img {
	float: right;
}

#BottomRight {
	height: 290px;
	width: 238px;
	float: right;
}

#Bottom {
	height: 288px;
	width: 578px;
	float: left;
}

.slideshow2 img {
	border-bottom: solid 1px olive;

}

.captions p {
	margin-top: 252px;
	width: 308px;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	background-color: #FFFFE3;
}

/* jQuery Slideshow */

.slideshow img  , .slideshow2 img , .captions p {
	position: absolute;
	z-index: 8;
	opacity: 0.0;
}
.slideshow img.active , .slideshow2 img.active , .captions p.active {
	z-index: 10;
	opacity: 1.0;
}
.slideshow img.last-active , .slideshow2 img.last-active , .captions p.last-active {
	z-index: 9;
}
#credits {
	clear: both;
	height: 30px;
	color: #999;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}
#credits p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#credits p a:hover {
	color: #930;

}
