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

html {
	background:url(images/html.gif);
}
a {
	color: #780600;
}
a:hover {
	text-decoration: none;
}
body{
	background:url(images/body.gif) repeat-x top;
	color: #0c0c0c;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #620f0b;
}
#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: #171717;
}
img {
	border: 0 solid #fff;
}

/* BOX */
#box_out {
	font: 80% Tahoma, Arial, Verdana, sans-serif;
	width: 988px;
	text-align: left;
	background: url(images/box2.gif) repeat-y left;
	margin: 0 auto ;
}
#box {
	width: 988px;
	background: url(images/container.gif) no-repeat bottom;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 211px;
	position: relative;
	width: 788px;
	float: left;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 294px;
	height: 211px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 32px;
	right: 25px;
	width: 193px;
	height: 130px;
}

/* CONTAINER */
#container {
	width: 788px;
	float: left;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 190px;
	padding-left:10px;
	background: url(images/left_top.jpg) no-repeat top left;
	padding-top: 44px;
	min-height: 350px;
}

/* MENU */
#menu {
	width: 190px;
	padding-bottom:20px;
	background:url(images/menu_bkg.gif) repeat-y;
	border-bottom:1px solid #0d5274;
	min-height:185px;
	margin-bottom:6px;
}
#menu_in {
	background:url(images/menu_top.gif) no-repeat top;
	min-height:32px;
}
#menu ul {
	padding: 40px 0 0 0;
	width: 190px;
	border:none;
}
#menu ul ul {
	background:none;
	padding:0;
	min-height:0;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 6px 10px;
}
#menu li li {
	background:url(images/menu_lili.gif) repeat-y 0 0;
}
#menu li a, #menu span {
	color: #f1f1f1;
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 19px;
	overflow: hidden;
	background: url(images/menu_line.gif) no-repeat bottom;
	text-transform:uppercase;
}
#menu li li a, #menu li li span {
	padding-left: 25px;
	color: #65b3da;
	background:url(images/menu_line2.gif) no-repeat bottom;
}
#menu li li li a, #menu li li li span {
	padding-left: 34px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 43px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 52px;
}
#menu li a:hover, #menu li span {
	text-decoration:underline;
}
#menu span.menu_accesskey {
	display:none;
}
#menu2 {
	width:784px;
	height:32px;
	background:url(images/menu2_bkg.jpg);
	overflow:hidden;
}
#menu2 ul {
	height: 32px;
}
#menu2 ul ul {
	display: none;
}
#menu2 li {
	list-style-type: none;
	width: auto;
	float: left;
	height: 32px;
	background: url(images/menu2_li.gif) no-repeat right;
}
#menu2 li.last {
	background:none;
}
#menu2 li a, #menu2 li span {
	display: block;
	padding: 8px 20px 0 16px;
	color: #eaeaea;
	text-decoration: none;
}
#menu2 li.last a {
	background: none;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	position: relative;
	min-height: 350px;
	padding-top: 1em;
	background:url(images/content.gif) repeat-x top;
}
#info {
	position: relative;
}
#navi {
	color: #175785;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 8px 10px 5px 25px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right 3px;
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #175785;
}
#language {
	height: 16px;
	position: absolute;
	top: 45px;
	left: 498px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;
	background:url(images/content.gif) repeat-x top;
	padding-top:12px;
}

/* BOXES */
.leftbox, .rightbox {
	width: 190px;
	margin-bottom:6px;
	color:#171717;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 190px;
	height: auto;
	font-size: 1em;
	background:#166c96 url(images/lb_h3.gif) no-repeat top;
}
.leftbox h3.access span, .rightbox h3.access span {
	color:#ddd;
	padding:5px 10px 0 10px;
	display:block;
}

/* FOOTER */
#footer {
	font-size: 88%;
	width:988px;
	overflow: hidden;
	margin: 0 auto;
	font:70% Arial, Helvetica, sans-serif;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 12px 0 8px 0;
	width: 492px;
	text-align: left;
}
#footer_right {
	text-align: right;
}
#footer_right a {
	color:#fff1a3;
}
/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.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: 35px 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: 35px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
.required {
	background: White url(images/required.gif) top right no-repeat;
}
.invalid {
	background: White url(images/invalid.gif) top right no-repeat;
}


