/* CSS Document */
* {margin:0;padding:0}
body {
	color: #3a4d31;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CDDE54;
	background-image: url(images/dragon.gif);
	background-repeat: no-repeat;
	background-position: 500px 0px;
	line-height: 22px;
	padding-top: 0px;
	margin-top: 0px;
}
/* centre for ie5.+ */
#outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	height: 650px;
}
#gallery{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/galleryback.gif);
	background-repeat: no-repeat;
	height: 650px;
}
#events{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/eventsback.gif);
	background-repeat: no-repeat;
	height: 650px;
}
#menu{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/menuback.gif);
	background-repeat: no-repeat;
	height: 650px;
}
#contact{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/contactback.gif);
	background-repeat: no-repeat;
	height: 650px;
}
h1 {
	color: #672A8D;
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
h2 {
	color: #3a8d28;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.purple:link, a.purple:active, a.purple:visited {
	text-decoration: none;
	font-size: 22px;
	color: #672A8D;
	font-weight: normal;

}
a.purple:hover {
	color: #672A8D;
}
#logo {
	float: left;
	padding-left: 30px;
}
.clearer{
    height:1px;
    overflow:hidden;
    margin-top:-1px;
    clear:both;
}
.about {
	background-image: url(images/about_back.jpg);
	height: 250px;
	width: 490px;
	text-align: left;
	padding-left: 240px;
	padding-top: 20px;
	padding-right: 30px;
}
.gallery {
	height: 273px;
	width: 177px;
	text-align: left;
	font-size: 16px;
	margin-left: 30px;
}
.contact {
	background-image: url(images/contact_side.gif);
	height: 273px;
	text-align: left;
	font-size: 16px;
	background-repeat: no-repeat;
	width: 177px;
	margin-left: 30px;
	color: #FFF;
}
.holdingevents {
	position:relative;
	width:495px;
	height:562px;
	float:right;
	z-index:1;
	overflow: auto;
	margin-top: 26px;
	margin-right: 28px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
}
.holdingmenu {
	position:relative;
	width:495px;
	height:440px;
	float:right;
	z-index:1;
	overflow: auto;
	margin-top: 26px;
	margin-right: 28px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
}
.holdingcontact {
	position:relative;
	width:495px;
	height:562px;
	float:right;
	z-index:1;
	overflow: auto;
	margin-top: 26px;
	margin-right: 28px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
}
#slideshow {
	margin-top: 26px;
	float: right;
	height: 292px;
	width: 495px;
	margin-right: 28px;
}
.navholding {
	width: 660px;
	padding-left: 80px;
}
ul.nav  {
	margin: 0;
	width: 100%;
	display: inline;
	float: left;
	}
ul.nav li {
	list-style: none;
	float: left;
	}
ul.nav li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	}
ul.nav li a:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	background-image: url(images/navback.png);
	background-repeat: no-repeat;
	background-position: center center;

	}

ul.nav li a:visited{
	font-weight: normal;
}
#purplenav {
	color: #672A8D;
	margin-right: 60px;
	visibility: hidden;
}
.gallerycontainer{
	position: relative;
	float: right;
	margin-top: 27px;
	margin-right: 22px;
	height: 242px;
	width: 510px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	padding-top: 320px;
	overflow: hidden;
}
.thumbnail img{
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{

}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.menubuttons {
	width: 180px;
	float: right;
	clear: left;
	height: 55px;
	padding-top: 66px;
}
h3 {
	color: #ffffff;
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.terms {
	font-size: 10px;
	line-height: normal;
}
#flashcontent {
	height: 605px;
	width: 940px;
	text-align: center;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1#logo {
	text-indent: -9999px;

}

