@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 115px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 80%;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 4px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}.oneColFixCtrHdr #topnav {
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.oneColFixCtrHdr #index-topimage {
	background-color: #84BB18;
	color: #FFFFFF;
	height: 254px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}


.oneColFixCtrHdr #linkbox {
	width: 180px;
	margin-top: 25px;
	margin-right: 33px;
	margin-bottom: 25px;
	margin-left: 33px;
	background-image: url(../img/linkbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding: 10px;
}
.oneColFixCtrHdr #linkbox2 {
	width: 180px;
	margin-top: 25px;
	margin-right: 33px;
	margin-bottom: 25px;
	margin-left: 33px;
	background-image: url(../img/linkbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding: 10px;
}
.oneColFixCtrHdr #linkbox3 {
	width: 180px;
	margin-top: 25px;
	margin-right: 33px;
	margin-bottom: 25px;
	margin-left: 33px;
	background-image: url(../img/linkbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding: 10px;
}


.oneColFixCtrHdr #linkboxarea {
	width: 200px;
	height: 200px;
	padding: 0px;
	display: inline;
	margin: 0px;
}
.oneColFixCtrHdr #linkboxarea ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.oneColFixCtrHdr #linkboxarea li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.oneColFixCtrHdr #pagetext {
	padding: 20px;
	border: 5px solid #84BB18;
	background-color: #CCE6B3;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(../img/textbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.toplinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	text-decoration: none;
	background-image: url(../img/topnav-up.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.brackets {
	font-size: 25px;
	color: #CCCCCC;
}
.toplinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	text-decoration: none;
	background-image: url(../img/topnav-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #container #mainContent #linkbox a {
	color: #990000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../img/featurelink-up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #linkbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #BC3438;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../img/featurelink-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #linkbox2 a {
	color: #990000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../img/featurelink-up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #linkbox2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #BC3438;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../img/featurelink-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #linkbox3 a {
	color: #990000;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../img/featurelink-up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #linkbox3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #BC3438;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../img/featurelink-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 18px;
	margin-top: 5px;
}
.toplinks-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.toplinks-right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	text-decoration: none;
	background-image: url(../img/topnav-up.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #linkbox-content {
	width: 180px;
	margin-top: 25px;
	margin-right: 33px;
	margin-bottom: 25px;
	margin-left: 33px;
	background-image: url(../img/linkbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding: 10px;
}
.toplinks-right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	text-decoration: none;
	background-image: url(../img/topnav-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.services-feature {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #pagetext p {
	padding: 0px;
	margin-top: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #pagetext h1 {
	padding: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
}
.portfolio-box {
	background-color: #84BB18;
	margin: 0px;
	padding: 4px;
}
.oneColFixCtrHdr #index-galleryimage {
	background-color: #85BB19;
	color: #FFFFFF;
	height: 409px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #gallerytext {
	background-color: #000000;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 24px;
	height: 24px;
}
.oneColFixCtrHdr #container #mainContent #gallerytext a {
	color: #99CC66;
	text-decoration: none;
}
.oneColFixCtrHdr #pagetext a {
	color: #006600;
	text-decoration: none;
}
