@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:url(../images/body-bg.gif) repeat-x #d0debe;
	color:#4c4c4c;
}
.clearboth
{
	clear:both;
}
img
{
	border:none;
}
a
{
	color:#4c4c4c;
	text-decoration:none;
	outline:none;
}
h1
{
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:normal;
	color:#363f2c;
}
h2
{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	color:#363f2c;
}
.gray-heading
{
	font-size:24px;
	font-weight:normal;
	color:#808080;
}
#outer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	height:119px;
}
.logo
{
	width:243px;
	height:82px;
	float:left;
	margin-top:28px;
}
.header-right
{
	width:737px;
	float:right;
}
.phone
{
	width:308px;
	height:43px;
	margin-top:12px;
	float:right;
}
.links
{
	margin-top:19px;
}
.links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links li {
	float: left;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	height:31px;
	margin-right:1px;
}
.links li a{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:7px 15px 9px 15px;
}
.links li a:hover{
	background:#76b033;
}
#banner
{
	width:966px;
	height:391px;
	margin-left:auto;
	margin-right:auto;
}
#content
{
	width:926px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/content-bg.png) repeat-y;
	padding:20px;
}
#content-bottom
{
	background:url(../images/content-bottom.gif) no-repeat;
	width:966px;
	height:7px;
	margin-left:auto;
	margin-right:auto;
}
.left
{
	width:640px;
	float:left;
	text-align:justify;
}
.right
{
	width:271px;
	float:right;
}
.welcome-img
{
	margin-right:20px;
	margin-bottom:10px;
}
.services-top
{
	background:url(../images/services-top.gif) no-repeat;
	width:217px;
	height:33px;
	padding-left:54px;
	padding-top:20px;
}
.services-center
{
	border-left:1px solid #d3dbca;
	border-right:1px solid #d3dbca;
	width:229px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:11px;
	text-align:justify;
}
.services-center ul li
{
	list-style-image:url(../images/bullet.gif);
	padding-left:3px;
	padding-top:5px;
}
.services-bottom
{
	background:url(../images/services-bottom.gif) no-repeat;
	width:271px;
	height:2px;
}

#footer
{
	width:100%;
	background:#427902;
	height:31px;
	margin-top:20px;
	margin-bottom:20px;
}
.footer-inner
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.footer-left
{
	width:397px;
	height:21px;
	background:url(../images/footer-left.gif);
	float:left;
	font-size:10px;
	color:#323232;
	text-align:center;
	padding-top:10px;
}
.footer-right
{
	height:11px;
	width:575px;
	float:right;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background:#427902;
	padding-top:10px;
}
.footer-right a
{
	color:#ffffff;
}
.footer-right a:hover
{
	text-decoration:underline;
}
