*{
	margin: 0px;
	padding: 0px;
}

body{ 
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	background-color: #556b23;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}

#wrapper{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#header{
	height: 125px;
	text-align: right;
}

#banner{
	height: 350px;
	text-align: left;
	background-color: #111111;
	width:800px;
	overflow:hidden;
	position:relative;
}

#navigation{
	height: 45px;
	background-color: #283a0c;
	text-align: left;
}

#subnavigation{
	height: 25px;
	background-color: #ffffff;
	padding: 15px 10px 15px 5px;
	text-align: left;
}

#content{
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	border: 1px solid #eeeeee;
	margin: 10px;
}

#footer{
	background-color: #ffffff;
	clear: both;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	color: #999999;
	border-top: 1px solid #cccccc;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #28310c;
color: #ffffff;
float: left;
width: 100%;
font-weight: normal;
font-size: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 15px 10px;
background-color: #28310c;
color: #ffffff;
text-decoration: none;
float: left;
border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
background-color: #41631b;
color: #fff;
font-weight: bold;
}

#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
color: #28310c;
float: left;
width: 100%;
font-size: 12px;
font-weight: normal;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
padding: 2px 8px 2px 5px;
color: #28310c;
text-decoration: none;
float: left;
border-right: 1px solid #28310c;
}

#navcontainer2 ul li a:hover
{
color: #28310c;
font-weight: bold;
}

#header img{
	float: left;
}

#call{
	padding-top: 65px;
	padding-right: 15px;
	font-size: 20px;
	color: #41631b;
}

#strapline{
	padding-top: 10px;
	font-size: 16px;
	color: #555555;
	padding-right: 15px;
}

p{
	font-size: 12px;
	color: #111111;
	line-height: 18px;
	padding-top: 10px;
	width: 450px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #28310c;
}

#content ul{
	margin: 30px;
	font-size: 12px;
}

#image{
	float: right;
	width: 290px;
	height: 308px;
	background-color: #cccccc;
}

#slideshow{
	width: 440px;
	height: 100px;
	border: 1px solid #eeeeee;
	padding: 5px;	
	background-color: #ffffff;
	margin-top: 10px;
}

.clear{
	clear: both;
}