html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: inherit;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:12px;
}
a {
	text-decoration: none;
	color: #307733;
}
a:hover{
	color: red;
}
.clr{
	float:none;
	clear:both;
}
tbody{
	border: 0px;
}
h1{
	overflow: hidden;
	height: 33px;
	line-height: 33px;
	padding: 6px 0px 0px 16px;
	color: #494949;
	font-size: 18px;
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	border-bottom: #d37724 2px solid;
}
h2{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 6px;
	background-color: #e4ece1;
    border-bottom: 2px solid rgb(92, 154, 57);
	margin-bottom: 4px;
}
h3{
	border-bottom: 1px solid #399a4d;
	padding: 4px;
	color: #12441c;
}

.tiny_ref{
	font-size: 8px;
}

.tl-container{
	clear: both;
	width: 100%;
	height: 42px;
	background: #399a4d url(./images/tl-bg.jpg) repeat-x;
	min-width: 320px;
}
.tl-constrain{
	max-width:1280px;
	margin: 0 auto;
	padding: 0px;
}
.tl-logo{
	float:left;
	padding: 2px;
}
.tl-logo-img{
	display: table-cell;
	vertical-align: middle;
}
.tl-logo-text{
	display: table-cell;
	vertical-align: middle;
	padding-left: 4px;
}
.tl-logo-text a{
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}
.tl-logo:hover .tl-logo-text a{
	color: #ffe;
}
.tl-left{
	float:left;
}
.tl-right{
	float:right;
}
.tl-menu{
	margin:0px;
	padding:0px;
	list-style:none;
}
.tlm1l{
	float:left;
	padding:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	height: 39px;
	background: transparent url(./images/tl-sep.jpg) no-repeat 0px 10px !important;
	cursor: pointer;
	}

.tlm1l div {
	margin: 0px 3px 0px 5px;
	}

.tlm1l:first-child {
	background: none !important;
	}

.tlm1l:hover div {
	background-color: #3e8e35 !important;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-khtml-border-radius:1px;
	}

.tlm1l:hover div a.tlm1a{
	color: #fff;
	}

.tlm1a{
	color: #fff;
    display: block;
    font-size: 12px;
	height: 22px;
    margin: 6px 2px 0;
    padding: 6px 11px 0 10px;
	}

.tlm1l:last-child{
	background-image: none;
	}

.tlm1a:hover{
	text-decoration: none;
	}
.tlm1 div {
	background: #335e98 !important;
	}
li.tlm1l:hover ul, li.tl-pm:hover ul, li.tl-pm-active:hover ul{
	display: block;
	}

ul.tlm2u {
	position: absolute;
	background: #fff;
	border: #dddddd 1px solid;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	list-style:none;
	display: none;
	top: 39px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	z-index: 10;
	}

.tlm2u .tlm2l div{
	margin: 0px 1px 1px 1px;
	}

.tl-constrain li li.tlm2l div {
	background-color: #f7f7f7 !important;
	} 

li.tlm2l{
	float: none;
	list-style:none;
	padding:0px;
	margin: 0px 0px;
	border-bottom: #dddddd 1px solid;
	background-image: none;
	}

a.tlm2a{
	display: block;
	color: #335e98;
	color: #333;
	background-image: none !important;
	padding: 13px 25px 13px 25px;
	font-size: 12px;
	width: auto;
	height: auto;
	}

li.tlm2l:hover a, li.tlm2l:hover span{
	background: #fff;
	background: #eaeaea;
	color: #333;
	text-decoration: none;
	}

li.tlm2l:last-child{
	border:none;
	}

.page-container{
	margin: 0 auto;
	padding: 0px 6px;
	max-width:1280px;
}

#header-bg {
	width: auto;
	background: url(./images/header-bg.gif) repeat-x;	
	margin-bottom:5px;
	display: flex;
}
#wrp-search{
	flex: 100%;
}
#search-green{
	height: 42px;
	background: url(./images/search-green-bg.png) repeat-x;
	margin:10px 5px;
	border-radius:12px;
}
#search-inner{
	padding: 2px 14px;
	font-size: 16px;
}
#od-search-form{
	background: #C0E491;
	padding: 5px;
	display: flex;
}
#search-box-q{
	display: flex;
	flex: 100%;
}
#search-box-submit{
	display: flex;
}
#search-input-q{
	width: 100%;
	font-size:16px;
}
#search-input-submit{
	margin-left:8px;
	font-size:16px;
}

#nav2{
	margin: 0px 5px;
}

#nav2 ul {
	padding:  0;
	margin: 0;
	height:30px;
}

#nav2 ul li {
	list-style-image:none;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: center;
	float:left;
	margin-right: 3px;
}
#nav2 ul li a {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#fff; 
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding: 0px 9px;
	height: 21px;
	background-color: #4d8a38;
	border-radius: 3px;
}
#nav2 ul li a span{
	line-height: 21px;
	display:block;
}
#nav2 ul li a:hover {
	background-color: #97d282;
	text-decoration: none;
	color:#175c00;
}

#content{
	padding: 0px 2px 0px 2px;
}

div.sm-status{
	border: 2px green solid;
	padding: 8px;
	background: #fff;
	margin: 3px;
}
div.sm-warning{
	border: 2px orange solid;
	padding: 8px;
	background: #fff;
	margin: 3px;
}
div.sm-error{
	border: 2px red solid;
	padding: 8px;
	background: #fff;
	margin: 3px;
}

.breadcrumb{
	margin:4px;
	height:21px;
	overflow:hidden;
	background: #e3f9f0 url(./images/breadcrumb-bg.gif) repeat-x;
	padding: 0px;
	width: 100%;
}
.breadcrumb .sep{
	display:block;
	float:left;
	background: url(./images/breadcrumb-sep.gif) no-repeat 0px 5px;
	width:7px;
	height:21px;
}
.breadcrumb a{
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#31b07f;
	text-decoration:none;
	line-height:11px;
	padding: 3px 5px;
}
.breadcrumb a:hover{
	color:orange;
}

.page-title{
	margin: 6px 0px 6px 0px;
	overflow:hidden;
	background: #fff url(./images/h1-bg.gif) left bottom repeat-x;
}
.page-title h1{
	overflow:hidden;
	height:33px;
	line-height:33px;
	padding: 6px 0px 0px 16px;
	color:#494949;
	font-size:18px;
	margin: 0px;
	font-weight: bold;
}
.page-title a{
	color:#494949;
	text-decoration:none;
}
.page-title a:hover{
	text-decoration:underline;
}
.footer{
	clear: both;
}

input.error{
	border: 2px red solid;
}
.form-item-error{
	border: 2px red solid;
	background: #fff;
	padding: 4px;
}

/* Footer */

#footerblock {
	width: 100%;
	clear: both;
	background-color:#fafafa;
	min-height: 150px;
	border-top: solid 1px #dfdfdf;
	margin-top: 20px;
	}


#footerblock ul {
    margin: 0;
    padding: 0;
	border-right: solid 1px #dfdfdf;
	min-height: 100px;
	}

#footerblock ul li {
	list-style: outside none none;
    margin: 0;
    padding: 2px 0px 2px 0px;
	}

#footerblock ul li a {
    color: #419cd0;
    font-size: 13px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	}

#footerblock ul li a:hover {
    text-decoration: underline;
	}

#footer {
	max-width: 1280px;
	margin: 0 auto; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1%;
    color: #0076ba;
	}

.footer-h3{
	font-size: 13px;
	padding: 2px 0px 8px 0px;
	font-weight:bold;
    color: #646464;
	}

.footer-h3 a {
	color: #646464;
	}

.footer-h3 a:hover {
	color: #419cd0;
	text-decoration: none;
	}

#footerblock1 {
	float: left; padding: 0 2% 0 2%;
	width: 10%;
	min-width: 120px;
	}

#footerblock2 {
	float: left; padding: 0 2% 0 2%;
	width: 10%;
	min-width: 120px;
	}

#footerblock3 {
	float: left; padding: 0 2% 15px 2%;
	width: auto;
	max-width: 400px;
	}

#footerlogo {
	float: right; padding: 13px 15px 0px 0px;
	width: 93px;
	height: 93px;
	}

#footerblock3 ul {
	border-right:  none !important;
	}

#footerblock4 {
	text-align: center;
	color:#787878;
	padding: 6px 0px 10px 0px;
	clear: both;
	font-size: 11px;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	}

#footerblock4 p {
	padding: 3px 0px 0px 0px;
	margin:  0px;
	}

#footerblock5 {
	text-align: center;
	color:#787878;
	padding: 15px 0px 0px 0px;
	clear: both;
	font-size: 11px;
	}

@media only screen and (min-width: 100px) and (max-width: 600px) {

	.tlm1a{
		padding: 6px 6px 0 5px;
		}
}
