/* CSS Document */
/*------------------------------------------------body start---------------------*/
body {
	padding:0;
	margin:0;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	height:100%;
}
html {
	height:100%;
}
 p, form, label, input, textarea, span{
	margin:0 0 0 0; 
	padding:0;
}
img {
	padding: 10px;
}
h1 {
	color:#6C0000;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:30px;
	margin-top:0;
}
h2 {
	color:#6C0000;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:24px;
	margin-top:0;
}
h3{
	color:#6C0000;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:20px;
	margin-top:0;
}
h4{
	color:#6C0000;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:16px;
	margin-top:0;
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}

/*------------------------------------------------body end---------------------*/
/*------------------------------------------------background start---------------------*/
#background {
	height:103px;
	background-image:url(images/topbanner.gif);
	margin: 0 0 -60px 0;
}
/*------------------------------------------------background end---------------------*/
/*------------------------------------------------header start---------------------*/
#header {
	height:205px;
	width:770px;
	background:url(images/header.png) no-repeat transparent;
	margin:auto;
	position:relative;
	z-index:10;
}

/*------------------------------------------------header end---------------------*/
/*------------------------------------------------body start---------------------*/
#main {
	width:770px;
	margin:auto;
	background: url(images/midbg.png) repeat-y center;
	height: auto;
}
#mainbottom {
	background: url(images/midbottom.png) no-repeat bottom center;
	width:770px;
	height:45px;
	margin:auto;
}
#topnav {
	background:#eeeecc;
	height:26px;
	margin:auto;
	width:754px;
	font-size: 11px;
	border-bottom: 1px solid #cccc99;
}
#content {
	width: 590px;
	height:auto;
	margin-right:8px;
	margin-left:160px;
	padding: 5px;

}
#leftnav {
	background: #eeeecc;
	border-right: 1px solid #cccc99;
	border-bottom: 5px solid #cccc99;
	border-left: 1px solid #cccc99;
	margin-right: 0px;
	width:150px;
	height:auto;
	margin-top:-25px;
	float:left;
}
#leftnav h3 {
	margin: 0 0 5px;
	padding: 4px 3px;
	background: #cccc99;
	font-size: 12px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #cccc99;
}

#leftnav h3 a {
	text-decoration: none;
	display: block;
	padding: 4px 3px;
	margin: -4px -3px;
	width: 100%;
	color:black;
}

#leftnav h3 a:hover {
	background: #ffffff;
	color: black;
}


#leftnav ul {
	margin: 0;
	padding: 0;
	width: 150px;
	background: #eeeecc;
	border: 0px solid #eeeecc;
}

#leftnav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #eeeecc;
	font-size:12px;
}

#leftnav li:hover {
	background: #ffffff;
	padding-left:5px;
}

#leftnav li.submenu:hover {
	background-color: #ffffff;
}

#leftnav li a:hover {
	background-color: transparent;
	color: black;
}

#leftnav li a {
	display: block;
	padding: 3px 10px 3px 4px;
	text-decoration: none;
	color: black;
}
#leftnav ul a {
	width: auto;
}
#leftnav ul ul {
	position: absolute;
	top: 0;
	left: 148px;
	display: none;
}
#leftnav ul.level1 li.submenu:hover ul.level2{
	display: block;
}
#leftcol {
	width:150px;
	height:auto;
	margin-left:7px;
	float:left;
	display: inline;
}
#boxout {
	float: left;
	width: 150px;
	margin: 0;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 90%;
}

#boxout h3 {
	margin: 0;
	padding: 0 0 2px;
	text-align: center;
	background: #6C0000;
	color: #ffffff;
	font-size: 11px;
}

#boxout ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#boxout li.title {
	font-weight: bold;
	font-size:12px;
	padding-top: 2px;
	
}

#boxout li.item {
	font-size:12px;
	padding-left: 5px;
}
#contact-info, #weekly-schedule, #event-calendar {
	border: 1px solid #6C0000;
	margin-top: 1em;
}
#event-calendar h3 a {
	color: #ffffff;
}

#event-calendar ul li {
	margin-bottom: .8em;
}

span.bold {
	font-weight: bold;
}
/*---------------------------------------------body end---------------------*/

/*------------------------------------------------footer start---------------------*/

#footer {
	height:60px;
	margin:0 auto;
	padding:0;
	background:url(images/footer.gif) repeat-x;
	bottom:0;
	clear:both;
	
}

#footertext {
	margin:auto;
	padding:10px 0;
	width:750px;
	clear:both;
}
.darkbluetext {	font-size: 16px;
	font-style: italic;
	color: #2D404B;
}

/*------------------------------------------------footer end---------------------*/

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
}
