@charset "utf-8";
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
}
#logo {
	background: #606163 url(../img/bg_logo.gif) no-repeat center top;
	height: 209px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
#logo div {
	height: 209px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#logo ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 179px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo ul li {
	display: inline;
	padding-right: 15px;
	font-size: 0.8em;
	padding-left: 15px;
}
#logo ul li a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#logo ul li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#logo ul li a:hover {
	color: #64b461;
	text-decoration: none;
}
#logo ul li a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#services {
	background: #64b461 url(../img/bg_services.gif) no-repeat center center;
	height: 41px;
	width: 100%;
}
#maincontainer {
	background-color: #FFFFFF;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
}
#servicesmenu {
	float: left;
	height: auto;
	width: 282px;
	padding-left: 13px;
}
#servicesmenu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#servicesmenu li {
	color: #64b461;
	font-size: 0.9em;
}
#servicesmenu li a:link {
	color: #666666;
	text-decoration: none;
}
#servicesmenu li a:visited {
	color: #666666;
	text-decoration: none;
}
#servicesmenu li a:hover {
	color: #64b461;
	text-decoration: none;
	border-bottom: 1px dashed #64b461;
}
#servicesmenu li a:active {
	color: #666666;
	text-decoration: none;
}
#servicesmenu div {
	background: url(../img/bg_servicesmenu_div.gif) no-repeat center top;
	float: left;
	height: auto;
	width: 266px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	height: auto;
	width: 450px;
	float: right;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.8em;
}
#content h4 {
	color: #FFFFFF;
	background-color: #64B461;
	padding: 4px;
	font-size: 1.2em;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	color: #CCCCCC;
	background-color: #606163;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top:100px;
	font-size: 0.7em;
	position: absolute;
	bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a {
	color:#64b461;
}
.field {
	background-color: #ececec;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
h1 {
	font-size: 1.4em;
	color: #64b461;
}
