/* (c) Klaus Weitzel */

body	
	{
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	text-align: center;
	background-image: url(background.jpg);
	background-repeat: repeat;
	background-color: #006F3C;
}

a:link, a:visited, a:active {
	color: #006F3C;
	text-decoration: none;
}
a:hover {
	color: Black;
	text-decoration: underline;
}

.wrap
	{
	width: 1000px;
	min-height: 600px;
	margin: auto;
	text-align: left;
	border-width: large;
	border-style: inset;
	background-image: url(lava-gray.png);
}

/*-------------------------------------------------*/
/* Top Banner                                      */
/*-------------------------------------------------*/

.banner
	{
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
}

/*-------------------------------------------------*/
/* Content Container                               */
/*-------------------------------------------------*/

.container
	{width: 100%;
	min-height: 450px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	background-image: url(lava-gray.png);
	}

/*-------------------------------------------------*/
/* Left Column                                     */
/*-------------------------------------------------*/

.leftbar
	{width: 200px;
	margin-top: 25px;
	min-height: 400px;
	padding-left: 5px;
	float: left;
	text-align: justify;
	}

/*-------------------------------------------------*/
/* Left Content Block                              */
/*-------------------------------------------------*/

.content
	{
	display: none;
	width: 180px;
	margin-top 10px: ;
}

/*-------------------------------------------------*/
/* Search Box                                      */
/*-------------------------------------------------*/

.searchbox
	{width: 196px;
	margin-top: -17px;
	margin-bottom: 3px;
	align: center;
	display: block;
	}

.searchbutton
	{width: 180px;
	margin: 1px;
	margin-bottom: 5px;
	align:center;
	display: block;
	}

/*-------------------------------------------------*/
/* Main Content                                    */
/*-------------------------------------------------*/

.content2
	{
	margin-left: 220px;
	margin-right: 10px;
	margin-top: 25px;
	padding: 10px;
                background: #fff url(section.jpg) no-repeat top right;
	min-height: 400px;
	text-align: justify;
	border: 1px solid Gray;
	background-color: #C1D72E;
}

/*-------------------------------------------------*/
/* News Module                                     */
/*-------------------------------------------------*/

.news_wrap
	{padding: 5px;
	margin-top: 15px;
	border: 1px solid Gray;
	background-color: #E6EDB0;
	}

.post_title, .post_date 
	{border-bottom: 1px solid #000;
	}

.post_title
	{font-weight: bold;
	font-size: 12px;
	color: #000;
	}

.post_date
	{text-align: right;
	font-weight: bold;
	}

.post_short 
	{
	text-align: left;
	font-size: 12px;
}

/*-------------------------------------------------*/
/* Footer                                          */
/*-------------------------------------------------*/

.footer
	{
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background-color: Olive;
	border: 1px solid Gray;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}	

/*-------------------------------------------------*/	
/* Navigation Menu 1 - by maxdesign (listamatic)   */
/* adapted by K. Weitzel for WB Template Metal-Slab*/
/*-------------------------------------------------*/

#navcontainer ul
	{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #C1D72E;
	color: #000;
	width: 100%;
	font: normal bold 100% Tahoma;
	text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
	{text-decoration: none;
	background-color: #C1D72E;
	color: #000;
	padding: .2em 1em;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}

#navcontainer li a:hover
	{background-color: #006F3C;
	font-weight: bold;
	color: #FFF;
	}

/*-------------------------------------------------*/	
/* Navigation Menu 2 - by maxdesign (listamatic)   */
/* adapted by K. Weitzel for WB Template Metal-Slab*/
/*-------------------------------------------------*/

#navcontainer2 ul
	{margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#navcontainer2 li { margin: 0 0 3px 0; }

#navcontainer2 a
	{display: block;
	margin-left: 2px;
	padding: 2px 2px 2px 22px;
	border: 1px solid Gray;
	font-weight: bold;
	background-color: #C1D72E;
	}

#navcontainer2 a:link
	{color: #000;
	text-decoration: none;

	}
#navlist2 a:visited
	{color: #000;
	text-decoration: none;
	}

#navcontainer2 a:hover
	{border: 1px solid #333;
	font-weight: bold;
	color: #FFF;
	background-color: #006F3C;
	}

#active a:link, #active a:visited, #active a:hover
	{border: 1px solid #333;
	color: #000;
	background-color: #fbcf56;
	}