/* CSS Document */

	body {
		background-color:#f5f8e8;
		background-image: url('images/body_bg2.jpg');
		background-repeat: repeat-x;		
		text-align: center;
		padding:0px;
		margin:0px;
	}
	
	#container {
		width: 875px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.clear { clear:both; }
		
	#header {
		background-image: url('images/header.jpg');
		background-repeat: no-repeat;
		width: 875px;
		height: 232px;
		margin-right: auto;
		margin-left: auto;		
	}

	#contentheader {
		width: 800px;
		height: 63px;	
		background-image: url('images/content_header.png');
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	
	#page {
		width:730px;
		margin-left: 120px;		
	}
	
	#content {		
		width: 875px;
		background-image: url('images/content_bg.png');
		background-repeat: repeat-y;		
	}

	
	#contentfooter {
		width: 875px;
		height: 47px;
		background-image: url('images/content_footer.png');
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	
	#sidemenu {
		width: 125px;
		float:left;
		padding-left:12px;
	}	

	#menu {
		background-image: url('images/menu_bg.jpg');
		background-repeat: no-repeat;
		width: 875px;
		height: 33px;
		margin-right: auto;
		margin-left: auto;
	}
	

	}
	#copyright {
		background-repeat: no-repeat;
		width: 875px;
		margin-right: auto;
		margin-left: auto;

	}
	


/* slideshow */

	#slideshow {
		width:675px;
		height:175px;
		background-color:#fff;
		border:8px solid #cfcdaa;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		margin:10px 0px 10px 35px;
	    position:relative;
	    height:172px;
	}

	#slideshow IMG {
	    position:absolute;
	    top:0;
	    left:0;
	    z-index:8;
	    opacity:0.0;
	}
	
	#slideshow IMG.active {
	    z-index:10;
	    opacity:1.0;
	}
	
	#slideshow IMG.last-active {
	    z-index:9;
	}

/* homepage */
/*
	#slideshow {
		width:675px;
		height:175px;
		background-color:#fff;
		border:8px solid #cfcdaa;
		margin:10px 0px 10px 35px;
	}
*/	
	img.homeimg {
		float:right;
		margin:20px;
		-webkit-box-shadow:0px 0xp 15px #cfcdaa;
		-moz-box-shadow:0px 0xp 15px #cfcdaa;
		box-shadow:0px 0xp 15px #cfcdaa;
		border:8px solid #fff;
	}
	
	.homefloat {
		float:left;
		margin:0 10px;
		padding:10px;
	}
	
	.homefloat h3 {
		font-family:"century gothic";
		font-size:20px;
		color:#326368;
		border-bottom:1px solid #a7b566;
		padding:0 0 10px 0;
	}
	
	.homefloat p {
		font-family:georgia;
		font-style:italic;
		font-size:16px;
		color:#326368;
	}
	
	a.homecontact {
		background:transparent url('images/contact_button.jpg');
		height:61px;
		width:243px;
		background-position:top;
		display:block;
		margin:10px auto;
	}
	
	a.homecontact:hover {
		background-position:bottom;
	}
	
	a.homeevent {
		background:transparent url('images/event-button.jpg');
		height:61px;
		width:243px;
		background-position:top;
		display:block;
		margin:10px auto;
	}
	
	a.homeevent:hover {
		background-position:bottom;
	}
	
	a.homepodcast {
		background:transparent url('images/podcast_button.jpg');
		height:61px;
		width:243px;
		background-position:top;
		display:block;
		margin:10px auto;	
	}
	
	a.homepodcast:hover {
		background-position:bottom;
	}	




/* General Use Styles */	
	p {
		font-family: "Comic Sans", "Century Gothic", arial;
		text-align: left;
		font-size: 14px;
		font-weight: normal;
		color: #334042;
		text-decoration: none;
		padding-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 0px;
		margin-top: 0px;
	}	
	h1 {
		font-family: Verdana;
		font-size: 20px;
		font-weight: normal;
		background-image: url('images/h1.jpg');
		background-repeat: no-repeat;
		color: #326368;
		text-decoration: none;
		text-align: left;
		padding:10px;	
		margin-top: 0px;
		margin-left: 30px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	h2 {
		font-family: "Century Gothic";
		font-size: 16px;
		font-weight: bold;
		background-image: url('images/heading2.jpg');
		background-repeat: no-repeat;
		color: #777777;
		text-decoration: none;
		text-align: left;
		padding:10px;			
		margin-top: 0px;
		margin-left: 35px;
		margin-right: 35px;
		margin-bottom: 0px;
	}
	h3 {
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #52919e;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #d0dc9e;
		margin-top: 10px;
		margin-left: 40px;
		margin-right: 40px;
		margin-bottom: 10px;	
	}	

	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #52919e;
		text-decoration: none;
		margin-top: 5px;
		margin-left: 50px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: round;
		text-align: left;
		background-image: url('images/list_item.png');
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #9c0000;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #9c0000;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #9c0000;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #9c0000;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #c90000;
		background-color: none;
		text-decoration: underline;
	}
	
/* These are the Top Menu Links */	
	
	#topmenu ul {
		list-style-type: block;
		margin-top: 10px;

	}
	
	#topmenu li {
		list-style-type: none;
		margin-top: 10px;
		
	}
		
	#topmenu a {
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		margin-left:20px;
		margin-right:20px;
	}
	 
	#topmenu a:hover {
		text-decoration: none;
		color:#ffc600;
	}

