@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	padding: 0;
}
#main_nav {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #3E2A0F;
	margin-top: 0px;
	background-color: #E0DFCD;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 15px;
	margin-right: 15px;
}
#main_nav p {
	color: #990000;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
#main_nav  a:link {
	color: #990000;
	text-decoration: none;
}
#main_nav a:visited {
	color: #990000;
	text-decoration: none;
}
#main_nav a:hover {
	color: #7F6345;
	text-decoration: none;
}
.navleft {
	float: left;
}
.navright {
	float: right;
	text-align: right;
}
#mainContent {
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	margin: 0px;
}
#text_box {
	width: 53%;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #3A270E;
	margin-bottom: 10px;
	padding-right: 8px;
}
#footer {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	clear: both;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #3A270E;
	margin-right: 15px;
	margin-left: 15px;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 1em;
	font-size: 16px;
}
#plow {
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}
#list_serv {
	margin-left: 230px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #990000;
}
h2, h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #37250D;
}
p {
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	color: #333333;
	line-height: 1.5em;
	font-size: 15px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #7F6345;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
.leftcol {
	width: 49%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #152F6E;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcol {
	padding: 0px;
	width: 49%;
	float: right;
	margin: 0px;
}
.topfive {
	margin-top: 5px;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422100;
}
#copyright  a:link {
	color: #422100;
	text-decoration: none;
}
#copyright a:visited {
	color: #422100;
	text-decoration: none;
}
