@charset "utf-8";
/* CSS Document */

body {
	 background-color:#f4f3f8;
	 margin-top:0px;
	 margin-bottom:0px;
	 font-size:smaller;
	 font-family: Lucida Sans, Lucide Grande, Arial, Helvetica, sans-serif;
	 font-family: Tahoma, Geneva, sans-serif;	
	 color:#606060;	

}

#container {
	background-color:#d4dce9;
	width:892px;
	margin-left:auto;
	margin-right:auto;
}

#headertop {
	background-image:url(images/topheader.jpg);
	height:87px;
	width:892px;
	color:#f8e57e;
}
#contact {
	height:50px;
	width:200px;
	float:right;
	padding:10px;
	font-size: 12pt;
}
#header {
	height:396px;
	width:200px;
}

#slideshow {
		background-color:#FFF;
		width:595px;
		height:240px;
		position:relative;
		float:left;
		display:block;
}

#content {
	background-color:#FFF;
	margin-left:45px;
	margin-bottom:20px;
	margin-top:-55px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	position:relative;
	width:595px;
	height:auto;
	float:left;
	clear:right;
	

}

#content.home {
	padding:0px;
}
h1 {
	margin-top:20px;
	font-size:16pt;
	font-weight: bold;	
	color:#5178b3;	

}

h2 {
	margin-bottom:20px;
	font-size:12pt;
	font-weight: bold;	
	color:#5178b3;	

}

#nav { 
	width:180px;
	float:left;
	clear:both;
}


#nav li a {
	width:130px;
	height:33px;
	padding-left:15px;
	color:#fce27d;
	text-decoration:none;
	display:block;
	font-weight:bold;
	background:url("images/navbg.jpg") no-repeat left;

}

#nav li {	
	height:33px;
	line-height: 33px;
	font-size: 12px;
	list-style-type: none;	
}

#nav li a:hover {
	color:#5078b4;
	background:#fce27d url("images/navbghover.jpg") no-repeat;
}

#nav ul {
	list-style-type: none;	
}

a {
		color:#5078b4;
		text-decoration:none;
}

a.top {
		color:#fce27d;
}

a:hover.top {
		color:#fce27d;
		text-decoration:underline;
}

a:hover{
		color:#5078b4;
		text-decoration:underline;
}

ul.list li {
	padding-bottom: 5px;
}

#nav li a.on {

	text-decoration: none;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	background-color:#bdc9df;
	height:33px;

}

#copyright {
	color:#c2cfe0;
	padding-top:55px;
	font-size:10pt;
}

#events {
	width:90px;
	height:auto;
	border:solid #5178b3;
	position:relative;
	float:right;
	clear:right;
	background-color:#fff;
	padding:25px;

}

#footer {
	background-image:url(images/footer.jpg);
	height:74px;
	width:895px;
	clear:both;
}

	
