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

a{
	color:#cf281c;
}
a:hover{
	text-decoration:none;
}
body{
	background:#c4dfaf url(images/body.jpg) repeat-x top;
	color:#000;
	font:80% Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#cf281c;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color:#000;
}
img{
	border:0 solid #c6bc83;
}

/* BOX */
#box{
	text-align:left;
	width:1000px;
	margin:0 auto;
	background:#fff url(images/box.gif) repeat-y 210px 0;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	position:relative;
	width:1000px;
	height:107px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	position:absolute;
	width:500px;
	height:107px;
	left:0;
	padding:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	width:379px;
	height:74px;
	top:17px;
	left:222px;
}

/* CONTAINER */
#container{
	width:1000px;
}

/* LEFT */
#left{
	float:left;
	width:201px;
	margin-left:16px;
	background:url(images/left_top.jpg) no-repeat top right;
	padding-top:84px;
	position:relative;
}

/* MENU */
#menu{
	width:201px;
	background:url(images/menu_bkg.png) repeat-y;
}
#menu ul{
	width:194px;
	margin-right:7px;
	border-top:1px solid #fff;
}
#menu ul ul{
	margin:0;
	border:none;
}
#menu li{
	list-style-type:none;
}
#menu a{
	text-decoration:none;
}
#menu li a, #menu li span{
	color:#000;
	display:block;
	padding:6px 10px 6px 15px;
	border-bottom:1px solid #fff;
}
#menu li span{
	background:#038145;
	color:#fff;
	font-weight:bold;
}
#menu li li a, #menu li li span{
	padding-left:30px;
}
#menu li li li a, #menu li li li span{
	padding-left:45px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:60px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left:75px;
}
#menu2{
	width:1000px;
	height:40px;
	background:url(images/menu2.jpg) no-repeat 16px 0;
}
#menu2 ul{
	height:40px;
	width:767px;
	margin-left:217px;
	overflow:hidden;
	background:#015d31 url(images/menu2_bkg.png) repeat-x top;
}
#menu2 ul ul{
	display:none;
}
#menu2 li{
	float:left;
	height:40px;
	list-style-type:none;
}
#menu2 li a, #menu2 li span{
	display:block;
	padding:11px 15px 0 15px;
	font-weight:bold;
	height:29px;
}
#menu2 li a{
	color:#f4ef6a;
	text-decoration:none;
	background:url(images/menu2_li.gif) no-repeat right;
}
#menu2 li.last a{
	background:none;
}
#menu2 li span, #menu2 li.sel a{
	color:#fff;
	background:#038145 url(images/menu2_li_act.gif) no-repeat right;
}

/* CONTENT */
#content{
	float:left;
	width:574px;
}
#info{
	position:relative;
}
#navi{
	color:#909090;
	font-size:88%;
	padding:12px 10px 0 0;	
	margin:0 20px;
	font-weight:bold;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 6px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	font-weight:bold;
	color:#cb5724;
}
#language{
	height:18px;
	width:120px;
	position:absolute;
	top:-140px;
	left:660px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#language li a, #language li span {
	background: url(images/lang_li.gif) no-repeat right top;
	padding-right: 5px;
}
#language li a.last, #language li span.last {
	padding: 0;
	background: none;
}

/* RIGHT */
#right{
	float:left;
	width:193px;
	padding-top:16px;
	position:relative;
}

/* BOXES */
.leftbox{
	width:194px;
	margin:10px 7px 10px 0;
	color:#4e6141;
}
.rightbox{
	width:191px;
	border:1px solid #038145;
	background:url(images/rb.png) repeat-x top;
	margin-bottom:16px;
}
.leftbox h3.access, .rightbox h3.access{
	position:relative;
	left:0;
	width:194px;
	height:1.3em;
	overflow:hidden;
	font-size:1.1em;
	background:url(images/lb_h3.gif) no-repeat 0 14px;
	text-align:center;
}
.leftbox h3.access span, .rightbox h3.access span{
	color:#747474;
	padding:0 10px;
	background:#fff;
}
.rightbox h3.access{
	width:191px;
	background-image:url(images/rb_h3.gif);
}
.rightbox h3.access span{
	background:url(images/rb.png) repeat-x 0 -5px;
	color:#fff;
}
.fulltextsearch{
	position:absolute;
	width:230px;
	background:none;
	border:none;
}
#left .fulltextsearch{
	left:750px;
	top:-120px;
}
#right .fulltextsearch{
	left:-20px;
	top:-110px;
}
#fulltext_mini h3.access{
	display:none;
}

/* FOOTER */
#footer{
	background:url(images/footer.jpg) no-repeat top;
	font:85% Arial, Helvetica, sans-serif;
	width:1000px;
	height:87px;
	position:relative;
}
#footer p{
	color:#726d47;
	padding:0 10px;
}
#footer a{
	color:#726d47;
}
#footer img{
	position:absolute;
	top:0;
	left:500px;
}
#footer_left, #footer_right{
	float:left;
	padding-top:23px;
	width:370px;
}
#footer_left{
	padding-left:230px;
	text-align:left;
}
#footer_right{
	text-align:right;
}

/* 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;
	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;
}
