/* HTML BODY */
html, body {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: trebuchet ms, arial;
font-size: 13px;
color: #828385;
text-align: center;
line-height: 18px;
background: url(../backs/html.jpg) no-repeat top center;
}

body {
overflow-x: hidden;
overflow-y: scroll;
}

/* FONTS */
h1 {
font-family: trebuchet ms, arial;
font-size: 16px;
font-weight: bold;
color: #005d7f;
margin-bottom: 10px;
}

h2 {
font-family: trebuchet ms, arial;
font-size: 14px;
font-weight: bold;
color: #005d7f;
line-height: 14px;
margin-bottom: 5px;
}

.pdf_field, #tickerbox, #multimedia, h2 {
font-family: trebuchet ms, arial;
font-size: 14px;
font-weight: bold;
color: #005d7f;
margin-bottom: 0px;
}

.header {
font-family: trebuchet ms, arial;
font-size: 16px;
font-weight: bold;
color: #005d7f;
}

.header2 {
font-family: trebuchet ms, arial;
font-size: 16px;
font-weight: bold;
color: #e3e3e5;
}

/* DIVS */
#container {
position: relative;
margin: -110px auto 0 auto;
padding: 0;
width: 1000px;
min-height: 100%;
text-align: left;
}

#header {
position: absolute;
top: 110px;
left: 0px;
width: 1000px;
height: 200px;
background: url(../backs/header.jpg) no-repeat;
}

#menu {
position: absolute;
bottom: 10px;
left: 300px;
}

#content {
position: relative;
float: left;
margin: 350px 0 0 60px;
}

#submenu {
position: relative;
float: left;
margin: 0 0 0 0px;
width: 200px;
min-height: 400px;
}

#text {
position: relative;
float: left;
margin: 0 0 0 47px;
padding-bottom: 20px;
width: 640px;
}

#footer {
position: relative;
float: left;
margin: 0 auto 0 auto;
width: 100%;
height: 110px;
background: #eeeef0;
}

.pdf_field {
position: relative;
float: left;
width: 185px;
height: 73px;
margin-right: 20px;
padding: 15px 0 0 110px;
background: url(../backs/pdf.jpg) no-repeat;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.news_icon {
margin-top: 15px;
margin-right: 5px;
}

.multimedia_pic img {
width: 75px;
height: 75px;
}

/* TABLES */
td {
vertical-align: top;
font-family: trebuchet ms, arial;
font-size: 12px;
}

td.descr {
width: 100px;
}

/* PARAGRAPHS */
p {
margin: 0 0 20px 0;
}

/* FORMS */
input, textarea {
font-family: trebuchet ms, arial;
font-size: 12px;
border: 1px solid #e3e3e5;
color: #828385;
}

.cfield {
display: none;
}

/* LINKS */
a {
color: #828385;
}

a:hover {
color: #000000;
}

.pdf_field, #tickerbox, #multimedia, a {
font-size: 13px;
text-decoration: none;
}

/* LISTS */
#text ul li {
}

/* LISTS MENU */
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu ul li {
float: left;
padding: 0 0 0 10px;
border-right: 1px solid #ffffff;
}

#menu ul li.no-line {
border: 0;
}

#menu ul li a {
text-decoration: none;
color: #ffffff;
padding-right: 5px;
}

/* LISTS SUBMENU */
#submenu ul {
margin: 0;
padding: 0;
list-style: none;
}

#submenu ul li {
padding: 10px 0 10px 0;
border-bottom: 1px solid #e3e3e5;
}

#submenu ul li.no-line {
border: 0;
}

#submenu ul li a {
text-decoration: none;
color: #005d7f;
}

#submenu ul li a:hover {
color: #9fb546;
}