@charset "utf-8";
/* CSS Document */
* 
{margin: 0;}

html, body {
	height: 100%;
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	background-color: #666666;
	background-attachment: fixed;
	background-image: url(images/bgdef.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	width: 955px;
}
#header {
	height: 150px;
	background-image: url(images/headerfoto.png);
}
#header #logo {
	padding-top: 30px;
}

#content {
	min-height:650px;
	background-color: #CCC;
	padding: 14px;
	height: auto;
}
#content_L {
	float: left;
	width: 600px;
	height: auto;
}
#content_R {
	float: right;
	width: 300px;
	margin-top: 40px;
}
.spacer {
	height: 215px;
	background-image: url(images/spacer.png);
	margin-bottom: 10px;
	border: 1px solid #666;
}
.spacer #innerspacer {
	padding: 5px;
}
.spacer .innerspacer {
	padding: 5px;
}




#menu {
	background-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(images/menubalk.jpg);
}
#menu .navigation {
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#menu .navigation li {
	float: left;
}
#menu .navigation li a {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	height: 39px;
	font-weight: bold;
	color: #000;
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	line-height: 36px;
	text-decoration: none;
}

.navigation li a:hover {
	color:#669900;
	background-color: #CCC;
	background-image: url(images/menuhover2.jpg);
	background-repeat: repeat;

}
/* New CSS Menu*/
.navigation li.current a {
	background-color: #8CC63F;
	background-image: url(images/menuhover.jpg);
}

#footer {
	height: 30px;
	color: #FFF;
	letter-spacing: 2px;
	font-family: "Franklin Gothic Book";
	font-size: 10px;
}
.boldgreen {
	font-weight: bold;
	color: #8CC63F;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

h1 {
	font-family: "Franklin Gothic Book";
	font-size: 24px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Franklin Gothic Book";
	font-size: 20px;
	margin-bottom: 5px;
}
h3 {
	font-family: "Franklin Gothic Book";
	font-size: 18px;
	margin-bottom: 5px;
}
h4 {
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	height: 25px;
	text-indent: 5px;
	background-image: url(images/spacep2.png);
	color: #FFF;
	padding-left: 5px;
	padding-top: 3px;
}




#styleswitch {
	float: right;
}

#stylesBox {
	padding-left: 20px;
	font-size: 10px;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #CCC;
}
		
#stylesBox ul {
list-style-type: none;
}
		
#stylesBox li {
margin-bottom: 6px;
}
#menuheader {
	background-image: url(images/menuheader.png);
	background-repeat: no-repeat;
	background-position: 40px top;
	height: 35px;
	width: 228px;
	float: right;
	top: -1px;
	position: relative;
}
