@charset "utf-8";
/* CSS Document */
body, html {
	font-family:Trebuchet MS;
	background-image:url(../imgs/bg.gif);
	background-repeat:repeat;
	background-position:center;
	margin:10px 0 0 0;
	padding:0;
}

#container {
	width:752px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	}

.homepage_text {
	font-size:14px;
	line-height:24px;
	}

p {
	margin-top:10px;
	font-family:Trebuchet MS;
	font-size:100%;
	line-height:15px;
	}
h1 {
	font-size:80%;
	font-weight:bold;
	font-family:Arial, sans-serif;
	padding:0;
	margin-top:0;
	margin-left:10px;
	color:#a8bd06;
	}

a {
	color:#53bdf9;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
/* START ON NAVCONTAINER */

#navcontainer a:hover {
	color:#53bdf9;
	}

#navcontainer {
	font-size:75%;
	font-family:Arial, Sans-Serif;
	width:752px;
	height:50px;
	float:left;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	line-height:40px;	
	}
ul.navbar {
	width:752px;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
}

.navbar li {
	list-style:none;
	display:inline;
	font-weight:bold;
	}

li#navhome a {
	width:124px;
	float:left;
	margin-right:2px;
	margin-left:0;
	height:50px;
	background-image:url(../imgs/menubg1.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	color:#000000;
	}
		

li#navevents a {
	width:124px;
	float:left;
	margin-right:2px;
	height:50px;
	background-image:url(../imgs/menubg2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	color:#000000;
	}

	
li#navdiary a {
	width:124px;
	float:left;
	margin-right:2px;
	height:50px;
	background-image:url(../imgs/menubg3.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	color:#000000;
	}
	
li#navgallery a {
	width:124px;
	float:left;
	margin-right:2px;
	height:50px;
	background-image:url(../imgs/menubg4.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	color:#000000;
	}

li#navaboutus a {
	width:122px;
	float:left;
	height:50px;
	margin-right:2px;
	background-image:url(../imgs/menubg5.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	color:#000000;
	}
	

li#navsupport a {
	width:123px;
	height:50px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(../imgs/menubg6.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	color:#000;
	
	}


/* END OF NAVCONTAINTER */	


#banner {
	width:752px;
	height:239px;
	background-image:url(../imgs/banner.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	float:left;

	}
	
#contentcontainer {
	background-color:#FFFFFF;
	width:752px;
	height:auto;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	float:left;
	}
#leftcontentcontainer {
	width:242px;
	height:auto;
	float:left;
	margin-left:3px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
	/*border:#FF0000 1px solid;*/
	}
#leftcontentcontainer img {
	margin-left:60px;
	}
	
#rightcontentcontainer {
	width:500px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	border-left:#ccc 1px solid;
	}
	
#rightcontentcontainer p {
	font-size:70%;
	font-family:Arial, sans-serif;
	color:#666666;
	margin-left:10px;
	}

	
#footer {
	background-color:#FFFFFF;
	width:752px;
	height:50px;
	float:left;
	padding:0;
	margin:0;
	background-image:url(../imgs/upperfooter.gif);
	background-repeat:no-repeat;
	background-position:top;
	}

#footer p {
	font-size:70%;
	font-family:Arial, sans-serif;
	color:#999;
	text-align:center;
	margin-top:20px;
	padding:0;
	}

/* EVENTS */

#latestevents {
	width:150px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
	}

.pastevents {
	width:170px;
	height:auto;
	float:left;
	padding:0;
	margin:0;

	}
 /* GALLERY*/
 
#galleryleftcontent {
	width:242px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	/*border:#FF0000 1px solid;*/
	}
	
#galleryleftcontent li {
	font-family:Arial, sans-serif;
	font-size: 70%;
	font-weight:bold;
	padding-bottom: 3px;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../imgs/bullet2.gif);
	}

#galleryleftcontent ul {
	display:block;
	}
#galleryleftcontent a {
	color:#999;
	}
#galleryleftcontent a:hover {
	color:#000;
	}

#galleryrightcontent {
	width:500px;
	height:300px;
	float:left;
	margin:0;
	padding:0;
	overflow: scroll;
	}
#galleryrightcontent a img {
	border:#999 1px solid;
	margin-right:8px;
	}
#galleryrightcontent a:hover img {
	border:#000 1px solid;
	margin-right:8px;
	}

/* active button gallery */	

body#g_active, a#g1 {
	color:#000;
	}	


 /* END OF GALLERY*/
 
 
 /* ABOUT US */
 
.officers {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-right:1em;
	float: left;
	height: 150px;
	width: 105px;
	border:0px #000000 solid;
}

#aboutus_leftcontent {
	width:242px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
	
#aboutus_leftcontent img {
	margin-left:20px;
	border:#CCC 1px solid;
	padding:2px;
	}
	
#aboutus_leftcontent p {
	margin-left:20px;
	color:#000000;
	font-size:11px;
	font-family:Arial, sans-serif;
	}

/* END OF ABOUT US */


/* SUPPORT US */

#supportus_leftcontentcontainer {
	width:242px;
	height:auto;
	float:left;
	margin-left:3px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
	}
#supportus_leftcontentcontainer p {
	font-size:70%;
	color:#000000;
	margin-left:10px;
	padding:0;
	}

/* END OF SUPPORT US */