/* IMPORTS */
@import url(basic.css);
@import url(modules.css);
@import url(toppanel.css);

a {
	color: #47690d;
}
a:hover {
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	background: #454746;
	color: #3e3e3e;
	text-align: center;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #4d607e;
	font-weight: normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #2d2822;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #3c3c3c;
}
img {
	border: 0 solid #474747;
}

/* BOX */
#big_box {
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(images/box.gif) repeat-y;
}
#box {
	font: 90% "Times New Roman", Times, serif;
	text-align: left;
	width: 990px;
	background: url(images/container.jpg) no-repeat bottom;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 251px;
	width: 990px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 495px;
	height: 251px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 78px;
	left: 462px;
	width: 163px;
	height: 125px;
}

#flash {
	position: absolute;
	width: 438px;
	height: 245px;
	left: 4px;
	top: 3px;
}
/* CONTAINER */
#container {
	width: 990px;
}

/* LEFT */
#left {
	float: left;
	width: 204px;
}

/* MENU */
#menu {
	background: url(images/menu_top.jpg) no-repeat top;
	width: 204px;
	padding: 70px 0 25px 0;
	min-height: 100px;
}
#menu ul ul {
	background: url(images/menu_line.gif) no-repeat 6px top;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_line.gif) no-repeat 6px bottom;
}
#menu li a {
	text-decoration: none;
}
#menu li span {
	text-decoration: underline;
}
#menu li a, #menu li span {
	display: block;
	padding: 8px 15px 8px 25px;
	color: #2d2822;
}
#menu a:hover {
	color: #614d16;
	text-decoration: underline;
	background: url(images/menu_li_h.jpg) no-repeat 0 center;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}

/* CONTENT */
#content {
	float: left;
	width: 587px;
	background: url(images/content.jpg) no-repeat left top;
	padding-bottom: 100px;
}

#info {
	position: relative;
	width: 587px;
	padding-top: 40px;
}
#navi {
	color: #47690d;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 120px 8px 20px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 14px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	height: 16px;
	position: absolute;
	top: 10px;
	right: 20px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
	width:22px;
	height:16px;
	position:relative;
}
#print_show{
	position:absolute;
	top:7px;
	right:110px;
}

/* RIGHT */
#right {
	width: 199px;
	background: url(images/right_top.gif) no-repeat top;
}
#right2 {
	float: left;
	overflow: hidden;
	width: 199px;
	padding-bottom: 59px;
	background: #fff url(images/right2_btm.gif) no-repeat bottom left;
}

/* BOXES */
.leftbox {
	width: 200px;
	margin-bottom: 20px;
}
.leftbox h3.access {
	position: relative;
	left: 0;
	width: 180px;
	height: auto;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
.leftbox h3.access span {
	color: #fff8e6;
}
.rightbox {
	background: #d1dbef url(images/rb_top.gif) repeat-x top;
	width: 194px;
	border: 1px solid #a6b9d1;
	margin-bottom: 3px;
	padding-top: 5px;
}
#right .first {
	background: url(images/rb_top_first.gif) no-repeat top;
	width: 196px;
	border: none;
	border-bottom: 1px solid #a6b9d1;
}
.rightbox h3.access {
	position: relative;
	left: 10px;
	width: 174px;
	height: auto;
	padding-right: 10px;
}
.rightbox h3.access span {
	color: #ececec;
}
.rightbox a {
	color: #4f680f;
}

/* FOOTER */
#footer_false {
	width: 990px;
	height: 71px;
}
#footer {
	width: 990px;
	height: 71px;
	font: 80% "Times New Roman", Times, serif;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #ffd56f;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 15px;
	width: 480px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
	padding-left: 10px;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}








#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
