/* css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body
{
	line-height:1
}
blockquote, q
{
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after
{
	content:'';
	content:none
}
:focus
{
	outline:0
}
ins
{
	text-decoration:none
}
del
{
	text-decoration:line-through
}
table
{
	border-collapse:collapse;
	border-spacing:0
}
body
{
	color:#333;
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	text-align: left;
	background-color: #064304;
}
/* Title */  
h1
{
	font-size: 26px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6
{
	font-weight:bold;
	display:block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.wrappers_1left h2
{
	font-size: 20px;
}
.wrappers_1 h2
{
	font-size: 19px;
	color:#286f23;
}
/* Links */ 
a:link, a:visited
{
	color:#333333;
	padding: 0 0px;
	text-decoration: none;
}
a:hover, a:active
{
	color:#aaaaaa;
	text-decoration: underline;
}
a
{
	outline: 0;
}
a img
{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* page */  
strong, b
{
	font-weight: bold;
}
em, i
{
	font-style: italic;
}
/* Text Elements */
address
{
	font-style: italic;
}
abbr[title], acronym[title], dfn[title]
{
	cursor: help;
	border-bottom: 1px dotted #666;
}
blockquote
{
	color: #666;
	font-style: italic;
	border-left: 1px solid #ddd;
	margin-left: 15px;
	padding-left: 10px;
}
strong
{
	font-weight: bold;
}
em, dfn, cite
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup
{
	bottom: 1ex;
}
sub
{
	top: .5ex;
}
small
{
	font-size: 12px;
}
del
{
	text-decoration: line-through;
}
ins
{
	text-decoration: underline;
}
code, pre
{
	line-height: 15px;
}
var, kbd, samp, code, pre
{
	background: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
kbd
{
	font-weight: bold;
}
samp, var
{
	font-style: italic;
}
pre
{
	white-space: pre;
	overflow: auto;
	padding: 10px;
	border: 1px solid #ddd;
	clear: both;
}
code
{
	padding: 0px 3px;
}
.nav
{
	margin-left: 0px;
}
.contont-content ul, .contont-content ol, #search-query
{
	margin-left: 25px;
}
/* Lists: (ul, ol, dl) */
ul, ol, dl
{
	margin-left: 15px;
}
ol, ul
{
	list-style:none
}
li ul, li ol
{
	margin-bottom: 0;
}
ul ul, ol ol, ul ol, ol ul
{
	margin-bottom: 0;
}
ol
{
	list-style-type: decimal;
}
ul
{
	list-style-type: disc;
}
ul ul
{
	list-style-type: circle;
}
ul ul ul
{
	list-style-type: square;
}
dt
{
	font-weight: bold;
}
/* Menu div*/


#menu2
{
	margin-top: 32px;
	float:right;
}
#menu2 ul
{
}
#menu2 ul li
{
	float: left;
	display: block;
	height:41px;
}
#menu2 ul li ul li
{
	padding: 2px 0px;
	border: 1px solid #e7e7e7;
	border-top: 1px solid white;
	background-color: #efefef;
	height:auto;
}
#menu2 ul li ul li a
{
	font-size: 1.100em;
	
}
#menu2 ul li a
{
	font-size: 1.400em;
	font-weight:bold;
	color:#6b6b6b;
	text-decoration: none;
	padding: 10px 0px 21px 20px;
}
#menu2 ul li a:hover, #menu2 ul li.current a
{
		color:#4aaa0b;
}
#menu2 ul li.current a
{
	font-weight: bold;
}
/* menu list */
#nav, #nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index:1000;
}
#nav li
{
	float:left;
	position:relative;
}
#nav ul
{
	background-color: white;
	position:absolute;
	display:none;
	top: 31px;
	z-index: 1000;
	margin-left: 8px;
}
#nav li ul a
{
	width:12em;
	height:auto;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav ul ul
{
	top:auto;
}
#nav li ul ul
{
	left:11em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display:block;
}
/* footer list */
.list ul
{
	width:210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type:none;
}
.list ul li
{
	display:block;
	background-color: transparent;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 28px;
}
/* services page list */
.services ul
{
	width:210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type:none;
}
.services ul li
{
	display:block;
	background-color: transparent;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 28px;
}
/* line divider */
.divider
{
	width:100%;
	background: transparent url(../images/line.gif);
	background-repeat:repeat-x;
	height:2px;
}
/* footer */
.footer
{
	font-size:0.833em;
	margin-left:0px;
}
/* form */
.primary
{
	width:325px;
	height:60px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.secondary
{
	width:690px;
	height:auto;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tertiery
{
	width:690px;
	height:auto;
}
.gutter
{
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.label
{
	cursor:pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
input
{
	width:322px;
	border: 1px solid #dddddd;
	padding:4px;
}
input:hover, textarea:hover
{
	border: 1px solid #c3c3c3;
}
input:focus, textarea:focus
{
	border: 1px solid #c3c3c3;
}
input.radio
{
	border:0px;
}
textarea
{
	width:670px;
	border:0px;
	padding:4px;
	border: 1px solid #ddd;
}
textarea.expanding
{
	line-height:18px;
	min-height:142px;
}
.button
{
	background-color:#373737;
	display:inline-block;
	padding:3px;
	color:#FFFFFF;
	width:85px;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	float:right;
}
.button:active
{
	top: 1px;
}
/* Accordion */
/*   sub-menu style
----------------------------------------------------------*/

ul.sub-menu{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

ul.sub-menu li{
	margin:0;
	padding:0;
}

ul.sub-menu li a{
	display:block;
	border-bottom:none;
	padding:1px 0 3px 0;
	margin-top:2px;
	border-bottom:#5b6e85 1px dashed;
	color:#e4f1ff;
	font-size:13px;
	letter-spacing:0.6px;
}

ul.sub-menu li a img{
	margin:0px 13px 0 5px;
	vertical-align:middle;
}

ul.sub-menu li a:hover{
	border-bottom:#394e66 1px solid;
	background:#e4f1ff;
	color:#394e66;
}

ul.sub-menu li.selected a{
	border-bottom:#394e66 1px solid;
	background:#e4f1ff;
	color:#394e66;
}

ul.accordion, ul.accordion ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	width:210px;
}
ul.accordion a
{
	display:block;
	text-decoration:none;
	font-weight:bold;

}
ul.accordion li
{

}
ul.accordion li a
{
	font-weight:normal;
	color:#7A7A7A;
	padding-top:5px;
padding-bottom:5px;
padding-left:5px;
}
ul.accordion li a:hover
{
	color:#666666;
	text-decoration:underline;
	background-color:#CCCCCC;
}
ul.accordion li ul li a
{

}
ul.accordion li ul li a:hover
{
}
.m1, .m2
{
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Maincontainers */
.wrappingdiv
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top:17px;
		
}
/* wrappers - Global */
.wrappers_1, .wrappers_2, .wrappers_3, .wrappers_4, .wrappers_5, .wrappers_6, .wrappers_7, .wrappers_8, .wrappers_9, .wrappers_10, .wrappers_port, .wrappers_port1,.wrappers_1left
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
/* wrappers - Columns */
.wrappingdiv .wrappers_10, .wrappers_9, .wrappers_4, .wrappers_6
{
	width:930px;
}
.wrappingdiv .wrappers_1, .wrappers_5,.wrappers_1left
{
	width:210px;
}
.wrappingdiv .wrappers_7, .wrappers_3, .wrappers_port
{
	width:500px;
	float:right;
}
.wrappers_port1
{
	width:450px;
}
.wrappers_port
{
	width:450px;
	float:right;
}
.wrappingdiv .wrappers_3
{
	width:690px;
	float:right;
}
.wrappingdiv .wrappers_8
{
	width:210px;
}
.wrappingdiv .wrappers_2
{
	width:450px;
}
.wrappers_1, .wrappers_3, .wrappers_4, .wrappers_8, .wrappers_port, .wrappers_port1,.wrappers_1left
{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}
.wrappers_5
{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-left: 15px;
}
.wrappers_9
{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.wrappers_10
{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	height:325px;
}
/* Logo */
.sitetitel
{
	width:300px;
	height:50px;
	font-size: 3.5em;
	margin-left: 35px;
	margin-top:24px;

}
.sitetitel:hover
{
	text-decoration:none;
}
.sitetitel a
{
	display: block;
	height: 100%;
	text-decoration:none;
}
.logo
{
margin-top:0px;
}
/* Clear Items */
.clear
{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0px;
	height:0;
}
.clearfix:after
{
	clear:both;
	content:' ';
	display:block;
	font-size:0px;
	line-height:0;
	visibility:hidden;
	width:0px;
	height:0px;
}
.clearfix
{
	display:inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display:block;
}
.contont
{
	border-bottom:1px solid #bbb;
}
.contont-head
{
	margin-bottom:20px;
}
.contont-head a, .comments, .ahref, a.ahref, .contont-head .ahref
{
	background-color:#373737;
	color:#ffffff;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.contont-head a.ahref, .contont-content a.ahref
{
	background-color:#373737;
	color:#ffffff;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.contont-head ahref.a:hover, .contont-head a:hover, .ahref:hover
{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.date
{
	background-color:#F5F5F5;
}
.aligncenter
{
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #ddd;
}
.contont li
{
	padding-top:7px;
}
/* social network */
.soc ul
{
	list-style:none;
	display:block;
	float:left;
	width:200px;
	padding-top:4px;
	margin-left:1px;
	
}
.soc ul li
{
	float:left;
	width:32px;
	margin-right:5px;
}
.invisible
{
	visibility:hidden;
}
.visible
{
	visibility:visible;
}
.error
{
	color:#990000;
}
.icon {
float:left;
margin-right:12px;
width:auto;
}
.servicehead{
	margin-bottom:2px;
	margin-top:2px;
	padding-top:2px;
	color:#1c6b17;
}
.serviceheadsmall{
color:#677d66;
}



.box
{
width:992px;
float:left;
margin:8px auto;
padding:0;
}
.box_top
{
background-image:url(../images/bg_top.png);
width:992px;
height:97px;
float:left;

}
.box_mid
{
background-image:url(../images/bg_center.png);
width:992px;
float:left;

}

.box_botm
{
background-image:url(../images/bg_bottom.png);
width:992px;
height:75px;
float:left;

}


.globaldiv
{
width:992px;
margin:0 auto;
}

.clear
{
clear:both;
}
 .wrappers_7
{
	width:500px;
	float:right;
	margin-right:35px;
	margin-top:11px;	
}
.wrappers_4 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
	
}
