/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

.headerlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #4B8014;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}

.headersmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #4B8014;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #86BE1F;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 80px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	background-position: center;
}

.mainmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #86BE1F;
	font-size: 12px;
	font-weight: bold;
	color: #4B8014;
	float: left;
	height: auto;
	width: 80px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	background-position: center;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	text-transform: capitalize;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}

.normalbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #4B8014;
	margin: 0px;
	float: none;
	height: 0px;
	display: block;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: capitalize;
}

.links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #86BE1F;
	margin: 0px;
	float: none;
	height: 0px;
	display: block;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	float: none;
	height: 0px;
	display: block;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*------------------ Gallery Styles-------------------*/
#gallery {
	width:700px;
	height:330px;
	padding:10px;
	border:0px solid #1A1A1A;
	background: white;
	position:relative;
	float: centre;
	margin-right: 50px;
}
#gallery b.default {position:absolute; left:10px; top:10px; width:400px; height:300px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; border:0px solid #eee; border-color:#555 #ddd #eee #333;}
#gallery b.default span {display:block; color:darkgreen; 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:230px; 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:40px; text-decoration:none; border:0px 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:40px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:darkgreen;}
#gallery ul li a:hover b {position:absolute; left:-470px; top:0; width:400px; height:300px; text-align:center; background:#white; z-index:20;}
#gallery ul li a:hover span {display:block; color:darkgreen; 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:0px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#000;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-470px; top:0; width:400px; height:300px; text-align:center; background:white; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; 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:0px solid #eee; border-color:#555 #ddd #eee #333;}
