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

a{
	color:#005379;
}
a:hover {
	text-decoration: none;
}
body{
	background: #fff;
	color: #3e3e3e;
	text-align: center;
	font:80% Arial, Helvetica, sans-serif;
}
img{
	border:0 solid #e9e9e9;
}

/* BOX */
#box{
	background:#d4d4d4;
	margin: 0 auto;
	text-align: left;
	width: 986px;
}

/* HEADER */
#header{
	background: url(images/header.jpg) no-repeat right;
	height:252px;
	width: 986px;
	position: relative;
}
#header h1{
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height:252px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:100px;
	left:605px;
	width:277px;
	height:86px;
}

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

/* LEFT */
#left{
	float: left;
	width:214px;
	background:url(images/left_top.jpg) no-repeat top left;
	padding-top:60px;
}

/* MENU */
#menu2{
	width:540px;
	height:47px;
	position: absolute;
	top:1px;
	left:330px;
	overflow: hidden;
}
#menu2 ul{
	list-style-type: none;
}
#menu2 li{
	/*display: inline;*/
	background:url(images/menu2_li.gif) no-repeat top left;
	height:47px;
	float:left;
	padding:0 22px 0 13px;
}
#menu2 li a, #menu2 li span{
	margin-top:25px;
	color:#fdfdfc;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size:1.1em;
}
#menu2 ul ul {
	display: none;
}
#menu{
	width:194px;
	padding-bottom: 15px;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	text-decoration: none;
}
#menu li span {
	text-decoration: underline;
}
#menu li a, #menu li span{
	display: block;
	padding: 7px 10px 6px 30px;
	color:#242424;
	border-bottom:1px solid #f3f3f3;
}
#menu a:hover{
	color:#005379;
	background:url(images/menu_li_h.gif) no-repeat 9px center;
	text-decoration: underline;
}
#menu li li a, #menu li li span{
	padding-left:40px;
}
#menu li li li a, #menu li li li span{
	padding-left:50px;
}
#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:70px;
}

/* CONTENT */
#content{
	float: left;
	width:563px;
}

#info{
	min-height:2em;
	width:543px;
	margin:0 10px;
	position:relative;
}
#navi{
	color:#005379;
	font-size: 88%;
	letter-spacing: 1px;
	padding:0 120px 8px 17px;
	background:url(images/navi_ul.gif) no-repeat left 4px;
}
#navi li{
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right:12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a{
	color:#005379;
}
#language{
	height:16px;
	position: absolute;
	top: 0;
	right:0;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right:5px;
	width:26px;
	height:16px;
}

/* RIGHT */
#right{
	float: left;
	overflow: hidden;
	width:209px;
}

/* BOXES */
.lb_1, .lb_2, .lb_3{
	width:214px;
	padding-top:10px;
}
.lb_1{
	background:url(images/lb1_h3_top.gif) no-repeat top;
}
.lb_2, .lb_3{
	background:url(images/lb2_h3_top.gif) no-repeat top;
}

.rb_1, .rb_2, .rb_3{
	width:209px;
	padding-top:10px;
}
.rb_1{
	background:url(images/rb1_h3_top.gif) no-repeat top;
}
.rb_2, .rb_3{
	background:url(images/rb2_h3_top.gif) no-repeat top;
}
#left .lb_1 h3.access{
	position:relative;
	left:0;
	width:174px;
	height:auto;
	background:#429ec5 url(images/lb1_h3_btm.gif) no-repeat bottom;
	color:#fff;
	padding:0 20px 10px 20px;
}
#left .lb_2 h3.access, #left .lb_3 h3.access{
	position:relative;
	left:0;
	width:174px;
	height:auto;
	background:#9d9d9d url(images/lb2_h3_btm.gif) no-repeat bottom;
	color:#fff;
	padding:0 20px 10px 20px;
}
#right .rb_1 h3.access{
	position:relative;
	left:0;
	width:169px;
	height:auto;
	background:#429ec5 url(images/rb1_h3_btm.gif) no-repeat bottom;
	color:#fff;
	padding:0 20px 10px 20px;
}
#right .rb_2 h3.access, #right .rb_3 h3.access{
	position:relative;
	left:0;
	width:169px;
	height:auto;
	background:#9d9d9d url(images/rb2_h3_btm.gif) no-repeat bottom;
	color:#fff;
	padding:0 20px 10px 20px;
}

/* FOOTER */
#footer{
	width:986px;
	height:71px;
	background:url(images/footer.gif) no-repeat top;
	font:88% Arial, Helvetica, sans-serif;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img{
	float: left;
	margin:3px 10px;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 28px;
	width:490px;
}
#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 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;
}
