body {
	background:				#736B98 url('../images/structure/purple_bg.jpg') fixed repeat-x top left;
}

#container {
	background:				#FFF url('../images/structure/container_bg.png') top left;
	border:					1px solid #19004F;
	border-top:				none;
	border-bottom:			none;
	margin:					0 auto;
	width:					958px;
}

#header {
	background:				#FFF url('../images/structure/header_bg.png') repeat-x top left;
	height:					145px;
	width:					958px;
}

#nav {
	background:				#FFF url('../images/structure/nav_bg.jpg') repeat-x top left;
	border-bottom:			1px solid #326E00;
	height:					30px;
	width:					958px;	
}

#nav ul {
	list-style-type:		none;
	margin:					0;
}

#nav > ul > li {
	position: relative;
}

#nav li ul {
	background: #9DD961;
	border-top: 1px solid #326E00;
	display: none;
	position: absolute;
	top: 30px;
	width: 200%;
	z-index: 9999;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	float: none;
}

#nav li ul li a {
	background-image: none;
	border-bottom: 1px solid #7BB03B;
	color: #326E00;
	padding: 0 0 0 10px;
	text-align: left;
	width: auto;
}

#nav li ul li a:hover {
	background: #326E00;
	border-bottom: 1px solid #326E00;
	color: #EEE;
}

#nav a {
	background:				transparent url('../images/structure/nav_bg.gif') no-repeat top left;
	color:					#EEE;
	display:				block;
	height:					30px;
	line-height:			29px;
	padding-left:			2px;
	text-align:				center;
	width:					78px;
}

#nav a:hover,
#nav li:hover a {
	color:					#326E00;
}

#home_showcase {
	height:					300px;
	width:					958px;
}

#home_showcase .cycle {
	height:					300px;
	overflow:				hidden;
	width:					649px;
}

#home_content_container {
	background:				transparent url('../images/structure/content_dropshadow.png') repeat-x top left;
	padding:				20px 9px;
}

#home_content_left {
	width:					700px;
}

#home_content_right {
	width:					220px;
}

/*#wp-calendar {
	background:				transparent url('../images/structure/calendar_bg.png') repeat-x bottom left;
}*/

#sidebar ul {
	list-style-type:		none;
	margin:					0;
}

li.widget {
	margin-bottom:			2em;
}

#sidebar h2.widgettitle {
	color:					#333;
	margin-bottom:			0.5em;
}

#wp-calendar {
	background:				#5A5A5B url('../images/structure/calendar_bg.gif') repeat-x top left;
	border:					5px solid #A6A6A8;
	color:					#FFF;
	padding:				5px;
}

#wp-calendar caption {
	border-bottom:			1px solid #FFF;
	font-family:			Georgia, Times, serif;
	font-size:				1.5em;
	margin-bottom:			0.5em;
	text-align:				left;
}

#wp-calendar a {
	color:					#FFF;
}

#wp-calendar a.eventday {
	color:					#9EDA62;
}

#wp-calendar a:hover {
	color:					#939393;
}


#ec3_2010_5,
table.nav {
	margin-bottom:			0;
}

.ec3_schedule {
	margin:					0;
}

.ec3_schedule_holder {
	background:				#5A5A5B url('../images/structure/calendar_bg.gif') repeat-x top left;
	border:					5px solid #A6A6A8;
	color:					#FFF;
	float:					right;
	margin:					0 0 1.5em 1.5em;
	padding:				5px;
	width:					300px;
}

.ec3_head {
	border-bottom:			1px solid #FFF;
	font-family:			Georgia, Times, serif;
	font-size:				1.5em;
	margin-bottom:			0.5em;
	text-align:				center;
}

.footer {
	border-top:				1px solid #CCC;
	color:					#999;
	padding-top:			10px;
}
