@charset "UTF-8";
/* CSS Document */

<!--

/* body CSS */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;

}

li, a{
	text-decoration:none;
	color: #335E2A;	
	display: inline;
	text-align: center;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 20px;
}

 h3, h4{
	 padding-right: 10px;
	 padding-left: 20px;
	 padding-bottom: 5px;
}

h5, h6, p{
	padding-right: 5px;
	padding-left: 20px;
}

.container {
	width: 960px;
	margin: 0 auto;	
}

.header {
	width:950px;
	background-color: #FFF;
	background-image: url(images/logobanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100px;
}

/* Menu CSS */

#menu {
	background: #333;
	float: left;
	font-size: 18px;
	list-style: none;
	margin-top: 10px;
	color: #ccc;
	text-decoration: none;
	font-weight:normal;
	width: 950px;
}

#menu li {
	font: 67.5% "Lucida Sans Unicode";
	margin: 0;
	padding: 0;
}

#menu a {
	width: 134px;
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu a:hover {
	background: #335E2A url("images/hover.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

.content {
	padding-top: 20px;
	width: 759px;
	height: 400px;
	float: left;
	font-size:12px;
	background-image: url(images/mainbox.jpg);
	background-repeat: repeat;
}

.content2 {
	padding-top: 20px;
	width: 950px;
	height: 400px;
	float: left;
	font-size:12px;
}

#map{
	width: 760px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15%;
	font-size: 12px;
}

.sidebar{
	width: 190px;
	height:400px;
	padding-top: 10px;
	float: left;
	border-left: 1px solid #333;
	background-image:url(images/mainbox.jpg);
	background-repeat:repeat;
}

.news{
	alignment-baseline:baseline;
	height: 200px;
	border-bottom: 1px solid #333;
	font-size: 12px;
	text-align: center;
}

#logo{
	alignment-baseline:baseline;
}
	
.footer{
	float: left;
	alignment-baseline: baseline;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	padding-top: 5px;
	width: 950px;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->