html,body
{
	width: 100%;
	padding: 0px;
	margin: 0 0 0 0;
}

body{
	background: #307616 url('images/body_bg.gif');
}

body,td,a,span,th,input,div,select,textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: inherit;
	text-decoration: none;
}

.wrapper
{
	width: 100%;
	position: relative;
}

.container
{
	position: relative;
	width: 900px;
	min-height: 400px;
	left: 50%;
	margin-left: -450px;
	top: 20px;
}

.menuholder
{
	height: 74px;
	background: #fff url('images/top_bg.gif') bottom left repeat-x;
	position: relative;
}

	.logo
	{
		float: left;
		width: 300px;
		height: 74px;
		margin-left: 20px;
		background: url('images/top_logo_new.gif') no-repeat;
	}
	
	.menuholder ul
	{
		float: right;
		margin: 0 0 0 0;
		padding: 0px;
	}
	
		.menuholder ul li
		{
			list-style: none;
			float: left;
			margin-left: 5px;
			margin-right: 5px;
			height: 74px;
			cursor: pointer;
		}
	
		.menuholder ul li:Hover a
		{
			color: #62a14e;
		}
	
			.menuholder ul li a
			{
				display: block;
				padding-left: 20px;
				padding-right: 20px;
				padding-top: 30px;
				padding-bottom: 25px;
				font-size: 14px;
				cursor: pointer;
			}
	
		.menuholder ul li.selected
		{
			background: #333 url(images/menu_selection_bg.gif) center center;
		}
	
			.menuholder ul li.selected a
			{
				color: #81cd6b;
			}
			
		.menutag
		{
			position: absolute;
			bottom: -18px;
		}

.onecallbanner
{
	background: #1e470d;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	text-shadow: #000 1px 1px 1px;
	font-family: 'Nevis_webfontbold', Arial, Helvetica, sans-serif;
}

.servicesbanner
{
	background: #1e470d;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	padding-left: 22px;
	text-shadow: #000 1px 1px 1px;
	font-family: 'Nevis_webfontbold', Arial, Helvetica, sans-serif;
}

.content_services
{
	background: #fff;
	min-height: 400px;
}

.content
{
	background: #fff;
	min-height: 200px;
	padding: 20px;
	font-size: 12px;
}

	.content td,
	.content div,
	.content span{
		font-size: 12px;
	}
	
	.content a
	{
		color: #2f437c;
	}

.footer
{
	height: 180px;
	background: url('images/bottom.png') no-repeat;
	position: relative;
}

	.facebook
	{
		width: 900px;
		text-align: center;
		position: absolute;
		top: 10px;
	}

	.footer a
	{
		height: 180px;
		display: block;
	}
	
/* 
Page specifc styles...
*/	

.aboutbanner
{
	height: 222px;
	background: #ccc;
}

.bigtitle
{
	color: #307515;
	font-size: 30px !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Nevis_webfontbold', Arial, Helvetica, sans-serif;
}

ul.onethird
{
	width: 230px;
	float: left;
	height: 150px;
	margin-right: 10px;
	margin-top: 20px;
}
	ul.onethird li{
		margin-bottom: 8px;
	}
	
.serviceLink
{
	opacity: 1;
	-moz-opacity: 1;
}
	
	.serviceLink:Hover
	{
		opacity: 0.7;
		-moz-opacity: 0.7;
	}