/* Layout */

* {
	font-size: 100.01%;
}

html, body {
	margin: 0;
	padding: 0;
	width:100%;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 1.25;
	font-family: Arial;
	color: #333;
	background: #f5f5f5;
}

div.container {
	height: auto !important;
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
	min-width: 1000px;
	max-width: 3000px;
}

div.footer_guard {
	height: 8em;
	clear: both;
}

div.footer {
	height: 6em;
	margin-top:-6em;
	min-width: 1000px;
	max-width: 3000px;
}

/* Styling */

h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 170%;
	font-weight: normal;
}
h2 {
	padding: 0;
	margin: 0 0 0.5em 0;
	font-size: 165%;
	font-weight: normal;
}
h3 {
	padding: 0;
	margin: 0 0 0.3em 0;
	font-size: 140%;
	font-weight: normal;
}
h3 a:link {
	color: #000;
}
h3 a:visited {
	color: #777;
}
h3 a:hover {
	color: #31ae88;
}
h4 {
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: normal;
	font-size: 130%;
}
a:link {
	color: #003021;
	text-decoration: underline;
}
a:visited {
	color: #536a63;
}
a:hover {
	color: #31ae88;
}
a img {
	border: none;
}
.text ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.text ul li {
	margin: 0 0 0.3em 0;
	padding: 0;
	behavior: expression( !this.before
            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	list-style-type: none;
	list-style-image: none;
	line-height: 14pt;
}
.text ul li:before { content: '\2014\a0'; }
.text p {
	margin: 0 0 1em 0;
	padding: 0;
}
.hint {
	font-size: 90%;
	color: #555;
}
.clear {
	clear: both;
}

/* Paginator */

.paginator {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
}
.paginator a {
	padding: 0 2px;
	line-height: 2;
}
.paginator span.paginator_selected {
	border: 1px solid #bbb;
	font-weight: bold;
	padding: 0px 2px;
}
.paginator a.paginator_next {
	margin: 0 0 0 4%;
	padding: 0;
	float: right;
}
.paginator a.paginator_prev {
	margin: 0 4% 0 0;
	padding: 0;
	float: left;
}

/* Column Layout */

.col1, .col2, .col3, .col4 {
	float: left;
}
.columns2 .wrap, .columns3 .wrap, .columns4 .wrap {
	overflow: hidden;
}

/* 2 Column Layout */

.columns2 {
	width: 50%;
}
.columns2 .wrap {
	width: 200%;
}
.columns2 .col1, .columns2 .col2 {
	width: 50%;
}

/* 3 Column Layout */

.columns3 {
	width: 33.3%;
}
.columns3 .wrap {
	width: 300%;
}
.columns3 .col1, .columns3 .col2, .columns3 .col3 {
	width: 33.3%;
}

/* 4 Column Layout */

.columns4 {
	width: 25%;
}
.columns4 .wrap {
	width: 400%;
}
.columns4 .col1, .columns4 .col2, .columns4 .col3, .columns4 .col4 {
	width: 25%;
}

/* Box */

.box {
	position: relative;
	background: #fff;
}
.box .c {
	width: 15px;
	height: 15px;
	position: absolute;
	font-size: 0;
	line-height: 0;
}
.box .tr {
	margin-left: 100%;
	left: -15px;
	background: url(../images/box_c_wtr.png) no-repeat;
}
.box .tr.blue {
	background: url(../images/box_c_btr.png) no-repeat !important;
}
.box .bl {
	margin-top: -15px;
	background: url(../images/box_c_wbl.png) no-repeat;
}
.box .bl.blue2 {
	background: url(../images/box_c_bbl.png) no-repeat;
}
.box_top {
	background: #1c7359;
	color: #fff;
	padding: 0 0 0 0.7em;
	font-size: 120%;
	line-height: 2em;
	height: 2em;
}
.box .box_content {
	border: 1px solid #d3d2d2;
	padding: 1em 1.2em;
}
.box.wtop .box_content {
	border-top: none;
}

/* Header */

#header {
	overflow: hidden;
}
#header_top {
	max-width: 1400px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#header_top #ht_mask {
	margin: 16px 0 0 0;
	max-width: 1400px;
	position: relative;
	height: 70px;
}
#header #logo {
	position: absolute;
	left: 3%;
}
#header ul#nav {
	margin: 0;
	padding: 0;
	text-align: right;
	height: 100%;
	font-size: 120%;
}
#header ul#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 3% 0 0;
	margin: 0;
	height: 22px;
	line-height: 46px;
}
#header ul#nav li a:link, #header ul#nav li a:visited, #header ul#nav li a:active {
	color: #333;
	text-decoration: none;
	border-bottom: #31ae88 solid 2px;
}
#header ul#nav li a:hover {
	color: #31ae88;
}
li.navsel a:link, li.navsel a:visited, li.navsel a:hover, li.navsel a:active {
	border: none !important;
	color: #fff !important;
	background: #31ae88 url(../images/navsel_c_tr.png) no-repeat top right;
	padding: 5px 10px 5px 0;
	cursor: default;
	text-decoration: none;
}
li.navsel span {
	padding: 0 0 5px 10px;
	background: #31ae88 url(../images/navsel_c_bl.png) no-repeat bottom left;
}
#additional_nav {
	height: 30px;
	position: absolute;
	left: 3%;
	top: 0;
	margin-top: 56px;
	padding-left: 90px;
}
#additional_nav a:link, #additional_nav a:visited  {
	display: block;
	height: 14px;
	width: 14px;
	float: left;
	margin-right: 21px;
	font-size: 0;
	line-height: 0;
	background: #7f7f7f;	
}
#additional_nav a:hover {
	background: #31ae88;
}
#additional_nav a.an_sel:link, #additional_nav a.an_sel:visited, #additional_nav a.an_sel:active  {
	background: #31ae88;
	cursor: default;
}
#header_line {
	height: 148px;
	background: url(../images/header_bg.png) repeat-x bottom;
	position: relative;
	overflow: hidden;
	margin-top: -40px;
	z-index: 2;
}
#header_line #hl_mask {
	overflow: hidden;
	max-width: 1400px;
	padding-top: 69px;
}
#header_line h1 {
	position: relative;
	z-index: 3;
	max-width: 1400px;
	margin-left: 3%;
	height: 51px;
	line-height: 51px;
}
#header_line #hl_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 212px;
	height: 94px;
	background: url(../images/header_left.png) no-repeat;
	z-index: -1;
}
#header_line #hl_right {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -1px;
	width: 256px;
	height: 69px;
	background: url(../images/header_right.png) no-repeat right;
}

/* Contentbox */

.contentbox {
	max-width: 1400px;
}
.contentbox_inner {
	padding: 0 2% 0 3%;
}

/* Footer */

#footer {
	background: url(../images/footer_bg.png) repeat-x top;
}
#inner_footer {
	max-width: 1400px;
	padding-top: 2.5em;
	position: relative;
}
#footer_search {
	position: absolute;
	right: 2%;
	top: 3em;
	width: 80%;
	text-align: right;
	display: none;
}
#f_search_i {
	width: 25%;
}
#f_search_b {
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
}
#copyright {
	text-align: right;
	margin-right: 2%;
	margin-top: -3em;
}
#buttons {
	text-align: center;
	/*margin-right: 2%;*/
	margin-top: -2em;*/
}

/*
#copyright a {
	display: block;
}
*/
#credits {
	text-align: left;
	margin-left: 2%;
	/*margin-top: -1em;*/
	font-size: small;
}

.errormsg {
	color: red;
/*	font-weight: bold;*/
}