@charset "UTF-8";
/* CSS Document */
body	{
	background-color:#1d6d07;
	background-image:url(../images/bkgd.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;

	font-size: 12px
	color: #000000;
}
p	{
	margin-bottom: 10px;
}
li {
	margin-top: 8px;
	color: #000000;
	margin-left: 5px;
}

#spread	{
	width: 800px;
	margin: 0 auto;
}
#header	{
	position: relative;
	height: 108px;
	padding: 10px 5px 5px 5px;
}
#logo {
	position: absolute;
	float: left;
	width: 183px;
	height: 108px;
}
#tagline {
	position: absolute;
	float: left;
	width: 572px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 200px;
	text-align: center;
}
#navigation	{
	border-bottom: 1px solid #d73f2f;
	padding: 0px 10px;
}
#cover	{
	height: 409px;
}
#cover-bottom	{
	height: 320px;
	padding: 0px 10px;
}
#cover-bottom-left	{
	float: left;
	width: 780px;
	height: 319px;
}
#cover-bottom-right	{
	float: right;
}
#footer	{
	margin-top: 25px;
	font-size:10px;
	text-align:right;
	padding: 0px 10px;
}
/* Inner styles */
#leftcol	{
	float: left;
	width: 180px;
	padding: 0px 10px;
	margin-top: 20px;
}
#rightcol	{
	float: right;
	width: 580px;
	padding: 10px;
}
#innernav	{
	padding: 0px;
	border-bottom: 1px solid #d73f2f;
}
#innerheader	{
	height: 35px;
	padding: 40px;
}
#contentwrapper	{
	padding: 10px;
}
#content	{
background-image:url(../images/content-bkgd.gif);
background-repeat:repeat-x;
padding: 10px;
}
.bold {
	font-weight: bold;
}
.servicesTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #1D6D07;
	text-decoration: none;
}
.ProductsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
a {
	color: #196206;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
