/* CSS Document */

html{}
body{
	background-color: #4a575d;
	background-attachment: scroll;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma;
	font-size: 12px;
}
td{
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6{
	color: #FFFFFF;
	border: 1px solid #023668;
	padding: 2px;
	background-color: #1d3fa0;
}
input{
	font-size: 11px;
}

#nav-top{
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav-top a,#nav-top a:link,#nav-top a:active,#nav-top a:visited{
	font-size: 11px;
	color: #FFFFFF;

}
#nav-top a:hover{

}
#nav-bottom{
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	clear: both;
	float: none;
	text-align: center;
}
#nav-bottom a,#nav-bottom a:link,#nav-bottom a:active,#nav-bottom a:visited{
	font-size: 11px;
	color: #FFFFFF;
	text-transform: lowercase;
}
#nav-bottom a:hover{

}
#location{
	position: relative;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
}
#wrapper{
	position: relative;
	background-image: url(../images/lfiller.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	position: relative;
	height: 100px;
	width: 800px;
	background: url(../images/lheader.jpg) no-repeat;
}

#header #search-box{
	position: relative;
	height: 60px;
	width: 225px;
	/*float: right;*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 230px;
	padding-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
}

#header #search-box .textb{
	background-color: #ffffff;
	border: 1px solid #333333;
}
#header #search-box .button{
	background-color: #1d1d1d;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 10px;
}
#featured{
	position: relative;
	background-image: url(../images/lfeatured.jpg);
	background-repeat: no-repeat;
	height: 164px;
	width: 580px;
	padding-left: 220px;
}

#featured img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featured a,#content-mid a:link,#content-mid a:active,#content-mid a:visited{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#featured a:hover{
	text-decoration: underline;
}

#content-wrapper{
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/lbody.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
}


#menu-div{
	width: 190px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}


#menu-div a,#menu-div a:link,#menu-div a:active,#menu-div a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	display: block;
}
#menu-div a:hover{
	text-decoration: underline;
}

#content-body{
	width: 530px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}

#content-body a,#content-body a:link,#content-body a:active,#content-body a:visited{
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
}
#content-body a:hover{
	text-decoration: underline;
}
#footer{
	background-image: url(../images/lfooter.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 23px;
	width: 800px;
}



.eventtable{
	border: 1px solid #999999;
}
.eventtable th{
	height: 16px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #70a04c;
	border-bottom-color: #70a04c;
	background-color: #1d1d1d;
}

.eventtable a{
	display: block;
}
.eventtable td{
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.content-box{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.clear-div{
	height: 1px;
	clear: both;
	float: none;
}
.featured-div{
	width: 110px;
	float: left;
	height: 120px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 15px 0px 0px;
}
#featured img{
	border: 1px solid #999999;
}
