@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		/* color: #4b4942; */ color: #B1B3AB; 
		background: #404639 url(../images/bg_patterns.gif);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.png) left bottom no-repeat;
	}
	* html #containertop{behavior: url(fileadmin/templates/organic/css/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 902px;
		margin: 44px auto 0 auto;
		background: #171A0F url(../images/bg_container.png);
		padding-bottom:10px;
	}

/* =HEADER */
	/* Logo and Site Title */
        .centercontent h1{ 
                margin-bottom: 10px; 
        }
	h1{
		font-size: 2.0em;
		text-transform: uppercase;
	}
	h1 a,h1 a:hover{
		display: block;
		width: 300px;
		height: 30px;
		padding-top:10px;
		margin-left:18px;
		background: url(../images/logo.gif) 0 0 no-repeat;
		padding-left:52px;
		color: #7b8266;
	}
        h3, h4, h5 { 
        	font-size: 1.4em; 
                margin-bottom: 10px; 
        }
        h3 a, h4 a, h5 a {
		text-decoration: underline; 
        } 
/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(../images/nav_bg.gif) 0 0 repeat-x;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
		list-style: none; 
                margin-left: 0;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		color: #82865b;
		background: #394030 url(../images/nav_hover_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(fileadmin/templates/organic/css/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	.banner_wrapper, .map{
		width: 874px;
		overflow: hidden;
		padding:30px 0 0 28px;
		padding:3px 0 0 10px; 
	}
	.banner {
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		margin-top: 10px; 
		padding-bottom:6px;
		padding-top: 5px; 
		position: relative;
	}
	.image_wrapper{
                text-align: center; 
                margin-left: 5px;  
                float: left; 
        }
	.banner img{border: 3px solid #181B0F; background-image: url('../images/dgrass.jpg');}
        .map { 
        	width: 90%;
        	border: 10px solid #263022; 
        	margin: 20px; 
                padding: 15px; 
        	background-image: url('../images/dgrass.jpg'); 
        }
        .map img { 
                margin: 0px 10px; 
        }
	.banner_last{margin-right:0;}
	.banner .bannerhead{
		height: 40px;
		/* background: url(../images/banner_top.gif) left no-repeat; */
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 17px 0 17px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 245px;
}
	.bannerdesc { 
                float: left; 
		color: #7c7c58;
		padding: 3px 0px 0px 10px; 
	}
	
	
/* =SERVICES */
        .middle { 
                padding: 0px 10px 0px 16px; 
        }
	.services, .centercont{
		width: 858px; /* width: 858px; */
		/* margin:26px auto 0 auto; */
		position: relative;
		border: 2px solid #3B3F2D;
	}
	.centercont {
		margin-bottom: 10px; 
	}
	.servicescontent, .centercontent{
		width: 858px;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B url(fileadmin/templates/organic/images/services_bg.jpg) bottom repeat-x;
		padding: 30px 0 20px 0;
	}
	.centercontent {
		color: #b1b3ab; 
		font-size: 15px; 
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-left: 10px;
		padding-right: 10px; 
		width: 838px;
	}
	/* sevices header */
	.services h2, .centercont h2{
		background: #2d3622 url(fileadmin/templates/organic/images/services_top_bg.jpg);
		height: 39px;
		font-size:2.5em;
		color: #7C7C58;
		padding: 12px 0 0 40px;
		border-bottom: 1px solid #2b2e1f;
	}
	/* top rounded image */
	.services h2 span, .centercont h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(fileadmin/templates/organic/images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(fileadmin/templates/organic/images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: url(fileadmin/templates/organic/images/services_bg_pic.jpg) left top no-repeat;
	}
	/* list of services */
	.serviceslist{
		padding-left: 30px;
		float: left;
		font-size:1.3em;
		line-height:1em;
	}
	.serviceslist li a{
		display: block;
		padding: 10px;
		width: 197px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing:-.03em;
		color: #7B8266;
		background: #323C26 url(fileadmin/templates/organic/images/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslist li a:hover{
		color: #7B8266;
		background: #2C3421 url(fileadmin/templates/organic/images/list_dotted_border.gif) bottom repeat-x;
	}
	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #313B24 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 150px;
		float: left;
		background: url(../images/logo_small.gif) left bottom no-repeat;
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(fileadmin/templates/organic/css/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}
	
	.twocol { }
	.leftcol {
		float: left; 
		min-height: 20px; 
		width: 45%;
		padding-right:20px;
	}
	.rightcol {
		float: left; 
		width: 50%;
	}
	.tx-chcforum-pi1-singlePost .scroller { 
		background: none;
	}
        .tx-mininews-pi1-singleView h2 { 
                background: none; 
                border: none;
                padding-left: 0; 
                margin-bottom: 10px;  
        }	
        #footermenu li { 
                margin-left: 0; 
                list-style: none; 
        }

.tx-chcforum-pi1-Table, .tx-chcforum-pi1-pageLinksBtm, .tx-chcforum-pi1-linkUp, .tx_chcforum-pi1-toolBar div, .tx-chcforum-pi1-preTableWrap { border: 0; }

td.tx-mmforum-td, th.tx-mmforum-th { 
 border: 1px solid #666666;
 color: #999797; 
 font-size: 12px;
}
.tx-mmforum-td {
 border: 1px solid #666666;
}
.tx-mmforum-pi1 a {
 color: #666666;
}
.tx-mmforum-pi1 {
 color: #666666;
}
th.tx-mmforum-th { 
 background: #363B28;
}
.tx-mmforum-pi1 tr { 
 border: 1px solid #666666; 
}
td.tx-mmforum-subth { 
 background: none; 
 border: 1px solid #666666; 
 color: #666666;
}
.tx-mmforum-pi1-listpost-menu { 
 background: none;
}
.tx-mmforum-pi1 h2 { 
 padding: 10px; 
}
.div.tx-mmforum-rootline { 
 border: 1px solid #666666;
}

div.tx-mmforum-pi2-container {
 padding: 10px; 
 border: 1px solid #666666; 
}
div.tx-mmforum-pi2-container p label { 
 float: left; 
 text-align: left; 
}
div.tx-mmforum-pi2-container p {
 width: 250px;
}
div.tx-mmforum-rootline { 
 border: 1px solid #666666; 
}
div.tx-mmforum-pi1-listpost-date { 
 color: #999797; /* #545353; */
}
.tx-mmforum-pi1-pt-quote { 
 background: none; 
}
.tx-mmforum-pi1 { 
 border: 0; 
}
.tx-mmforum-table { 
 color: #999797; /* #545353; */
}

.tx-mmforum-pi1 tbody tr:hover {
 background-color: #181B0F; 
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { 
 font-size: 12px; 
} 

.banner .bannerhead { 
 font-size: 15px; 
 font-weight: bold; 
}

.tx-srfreecap-pi2-cant-read { color: #fff; } 
.tx-veguestbook-pi1 h2.tx-guestbook-header { background: #111; } 
.tx-veguestbook-pi1 .tx-guestbook-right { background: none; color: #fff; } 
.tx-veguestbook-pi1 .tx-guestbook-left { background: #000; color: #fff; } 
.tx-veguestbook-pi1 p.tx-guestbook-form-error { color: #ff0000; } 
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield { color: #ff0000; } 
.tx-veguestbook-pi1 .tx-guestbook-latest p, .tx-veguestbook-pi1 .tx-guestbook-right p { color: #fff; } 

.tx-srfeuserregister-pi1-captcha-response { 
 float: left; 
 width: 400px; 
 padding: 20px; 
}
.tx-srfreecap-pi2-image { 
 padding: 0; 
 float: left; 
}

.tx-newloginbox-pi1 #user, .tx-newloginbox-pi1 #pass, .tx-srfeuserregister-pi1-text, .tx-srfeuserregister-pi1-captcha-response input, .tx-srfeuserregister-pi1-password { 
 background-color: #404639; 
 color: #fff; 
 border: 1px solid #2D3622; 
}


.tx-felogin-pi1 label { 
 width: 100px; 
 padding-right: 10px; 
 text-align: left; 
}
.tx-felogin-pi1 input { 
 margin-bottom: 10px; 
}
.tx-felogin-pi1 legend { 
 display: none; 
}
.tx-felogin-pi1 { 
 padding: 10px 0px 20px 0px; 
}