@charset "utf-8";
/* CSS Document */
body
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4c;
	background:url(../images/body-bg.gif) repeat-x #3f5900;
	margin:0px;
}
.clearboth
{
	clear:both;
}
img
{
	border:none;
}
a
{
	outline:none;
	color:#4a4a4c;
	text-decoration:none;
}
h1
{
	font-size:24px;
	font-weight:bold;
	color:#4a4a4c;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	padding-bottom:1px;
	border-bottom:2px solid #505052;
	margin-bottom:11px;
}
#outer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.logo
{
	width:260px;
	height:64px;
	margin-top:5px;
	float:left;
}
.moving-quote
{
	float:right;
	font-size:20px;
	color:#363636;
	background:url(../images/moving-quote-bg.gif) no-repeat;
	width:252px;
	height:31px;
	margin-top:37px;
	padding-top:6px;
	padding-left:75px;
}
#content
{
	width:970px;
	background:#ffffff;
	padding:5px;
}
.bg-repeat
{
	background:url(../images/content-bg.gif) repeat-y;
}
.left-container
{
	width:724px;
	float:left;
}
.right-container
{
	width:224px;
	float:right;
	/*background:url(../images/right-bg.gif) repeat-x #e8eadd;*/
	background:#e3e5d9;
	min-height:556px;
	padding-left:11px;
	padding-right:11px;
}
.right-container .welcome
{
	width:224px;
	height:32px;
	margin-bottom:10px;
	margin-top:24px;
}
.right-container .welcome-readmore
{
	width:69px;
	height:9px;
}
.links
{
	width:224px;
	margin-top:20px;
}
.links ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links ul li
{
	font-size:12px;
	color:#2a2b2f;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:2px solid #7a7a7a;
	border-bottom-style:dotted;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:6px;
	padding-top:6px;
}
.links ul li a
{
	color:#2a2b2f;
	background:url(../images/links-bullet.gif) no-repeat left center;
	padding-left:15px;
	margin-left:25px;
}
.links ul li a:hover
{
	color:#72a100;
}

.services
{
	margin-top:40px;
}
.services .heading
{
	height:19px;
}
.services ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top:15px;
}
.services ul li
{
	font-size:12px;
	color:#2a2b2f;
	font-weight:bold;
	margin-bottom:3px;
	background:url(../images/services-links-bg.gif) no-repeat;
	height:20px;
	padding-left:13px;
	padding-top:5px;
}
.services ul li:hover
{
	background:url(../images/services-links-bg-hover.gif) no-repeat;
}
.services ul li a
{
	color:#2a2b2f;
	display:block;
	height:25px;
}
.banner
{
	width:724px;
	height:307px;
	margin-bottom:15px;
}
.text
{
	padding-left:12px;
	padding-right:12px;
	width:700px;
	text-align:justify;
}
.text ul li
{
	list-style-image:url(../images/bullet.gif);
	margin-bottom:3px;
}
.welcome-text
{
	width:325px;
	float:left;
}
.moving-text
{
	width:325px;
	float:right;
	margin-right:10px;
}
.green
{
	color:#648c02;
}
.welcome-img
{
	padding:3px;
	border:1px solid #cecece;
	float:left;
}
.mar
{
	margin-right:15px;
}
#footer
{
	background:url(../images/footer-bg.gif) repeat-x;
	height:35px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	padding-top:10px;
	margin-bottom:5px;
}
#footer a
{
	color:#ffffff;
}
#footer a:hover
{
	text-decoration:underline;
}

