/* body */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 13pt;
	margin: 0 auto;
	background-color: #F3E2A8;
	height: 100%;
}
hr {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 1px;
	background-color: #F4F2C8;
	color: #F4F2C8;
	border: 0;
  	width: 100%;
}
a img {
	border: none;
}
/* text */
p {
	font-size: 13px;
	line-height: 16pt;
}
caption {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 12px;
}
a:link {
	color: #76212B;
}
a:visited {
	color: #76212B;
}
a:hover {
	color: #92313D;
}
a:active {
	color: #76212B;
}
h1 {
	color: #006134;
	font-size: 14px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-top: -2px;
}
h2 {
	color: #76212b;
	font-size: 16px;
	font-weight: bold;
}
ul {
	margin: 0px;
	padding: 5px 0px 5px 20px;
}
li {
	margin: 0px;
	padding: 0px 0px 9px 0px;
	line-height: 15px;
}
.date{
	color: #A12F3F;
}
.green {
	color: #004B2A;
}
/* homepage */
#homePage #sidebar {
	float: left;
	width: 360px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 6px 0 0 12px;
}
#homePage #sidebar a img {
	margin: 0px 0px 20px 90px;
	text-align: center;
}
#homePage #content {
	float: left;
	width: 405px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 6px 0 0 12px;
}
#homePage #sidebar form{
	float: left;
	width: 360px;
	padding: 6px 0 6px 12px;
	margin-bottom: 20px;
	background-image:url(../images/bg-indx-l1.gif);
	background-repeat:repeat-y;
}
/* containers */
.container {
	margin: 0 auto;
	width: 840px;
	border-right: 1px solid #76212B;
	border-left: 1px solid #76212B;
	background-image: url(../images/bg.gif);
	height: auto;
}
.container1 {
	margin: 0 auto;
	padding: 0px;
	width: 820px;
	height: 100px;
	background-image: url(../images/bg.gif);
}
.container1box {
	margin: 0 auto;
	width: 100%;
	height: 100px;
}
.container-tabs {
	margin: 0 auto;
	width: 820px;
	height: 40px;
}
.container-tabs-box {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background-image: url(../images/bg-navbar.gif);
}
.container2 {
	margin: 0;
	width: 820px;
	height: 2px;
	background-color: #006134;
}
.container2box {
	margin: 0;
	width: 100%;
	height: 2px;
	background-color: #006134;
}
.container3 {
	margin: 0 auto;
	width: 800px;
	margin-bottom: 12px;
	padding-bottom: 3px;
}
.container3in {
	margin: 0 auto;
	width: 800px;
	padding-left: 12px;
	padding-right: 12px;
}
.container3out{
	margin: 0 auto;
	width: 800px;
}
.container3left {
	width: 555px;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 24px;
	float: left;
	position: relative;
}
.container3right {
	width: 209px;
	margin-bottom: 12px;
	float: left;
}

.container3box {
	margin: 0 auto;
	width: 100%;
	height: 181px;
}
.container4 {
	margin: 0 auto;
	width: 800px;
	height: 122px;
	background-image:url(../images/index-village.jpg);
	margin-bottom: 12px;
}
.container5 {
	margin: 0 auto;
	width: 800px;
	height: auto;
}
.indexcol1{
	float: left;
	width: 360px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 6px 0 0 12px;
	background-image:url(../images/bg-indx-l1.gif);
	background-repeat:repeat-y;
}
.indexcol2{
	float: right;
	width: 403px;
	margin-left: 9px;
	margin-bottom: 12px;
	padding-right: 10px;
}

.contentleft {
	float: left;
 	margin: 0 auto;
	width: 140px;
}
.contentright {
 	margin: 0 auto;
	width: 620px;
	float: right;
}
/* footer */
.footerbox {
	width: 100%;
	height: 58px;
	padding-top: 5px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	clear: both;
	background-image: url(../images/bg-bottom.gif);
	margin: 0 auto;
}
.footer {
	margin: 0 auto;
	padding-top: 2px;
	width: 800px;
	text-align: left;
	font-family: Arial, sans-serif;
	clear: both;
	position: relative;
}
.footerlinks {
	margin-right: 12px;
	color: #FFFFFF;
}
.footerlinks:link {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.footerlinks:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.footerlinks:hover  {
	color: #A0666D;
	font-family: "Times New Roman", Times, serif;
}
.footerlinks:active  {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#socialButtons {
	position: absolute;
	top: 10px;
	left: 680px;
}
#socialButtons img {
	border: none;
}
/* forms */
.submit {
	font-family: Arial, sans-serif;
	height: 22px;
	background-color: FAF0D1;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	vertical-align: middle;
}
.input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 88px;
	height: 18px;
	vertical-align: middle;
}
.indexcontact {
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #CCCCCC;
	width: 200px;
	height: 18px;
	vertical-align: middle;
}
.indexcontact2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 212px;
	height: 80px;
}
ul { 
	list-style-image: url("../images/leaf-small.gif"); 
	line-height: 16pt;
	} 
/* right */
.righttop1 {
	width: 209px;
	background-image:url(../images/right1.gif);
	height: 59px;
}
.righttop2 {
	width: 209px;
	background-image:url(../images/right2.gif);
	height: 59px;
}
.righttop3 {
	width: 209px;
	background-image:url(../images/right3.gif);
	height: 59px;
}
.righttop4 {
	width: 209px;
	background-image:url(../images/right4.gif);
	height: 59px;
}
.right{
	background-color: #C3D0A4;
	width: 209px;
	height: 124px;
}
.right2{
	background-color: #C3D0A4;
	width: 209px;
	height: 399px;
}
.rightlinks{
	padding-left: 12px;
	line-height: 16pt;
}
.rightbottom {
	width: 209px;
	background-image:url(../images/right_03.gif);
	height: 28px;
}
.rightlinks a:link {
	color: #004B2A;
}
.rightlinks a:visited {
	color: #004B2A;
}
.rightlinks a:hover {
	color: #0C663F;
}
.rightlinks a:active {
	color: #004B2A;
}
.righttop {
	color: #004B2A;
	text-decoration: none;
}
.righttop a:link {
	color: #004B2A;
	text-decoration: none;
}
.righttop a:visited {
	color: #004B2A;
	text-decoration: none;
}
.righttop a:hover {
	color: #0C663F;
	text-decoration: none;
}
.righttop a:active {
	color: #004B2A;
	text-decoration: none;
}
.floor {
	width: 250px;
	float: left;
	margin-bottom: 12px;
}
.border {
	border: 1px solid #CCCCCC;
}
.minirequest {
	padding: 12px;
	margin-top: 12px;
	height: 300px;
	background-image: url(../images/bg-request.gif);
}
.minijobrequest {
	padding: 12px;
	margin-top: 12px;
	height: 350px;
	background-image: url(../images/bg-request-job.gif);
	background-repeat:no-repeat;
}
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
/* common classes */

.block {
	display: block;
}
/* IE^ only Transparent PNG */
img.bloglogo { behavior: url(/css/iepngfix.htc); }