/*------ reset ---------*/

*{ 	padding: 0; 
	margin: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

img a{
	border:0;
}

body{
margin:0;
background:#E8E8E8;
}


/*----- layout ---------*/

body {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

#page{
position:relative;
width:860px;
padding:0 10px;
margin:0 auto;
background:url(../images/main_bckg.jpg) repeat-y;
}

#header_area{
position:relative;
width:858px;
height:215px;
border-bottom:1px solid #BFBFBF;
background:url(../images/header_img.jpg) no-repeat;
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

	#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 85px;
	width: 82px;
	}

	#top_menu{
	position:absolute;
	width:276px;
	top:15px;
	right:20px;
	}
	
	#header_text{
	position:absolute;
	width:200px;
	height:63px;
	top:125px; 
	left:30px;
	}

#main_menu{
position:relative;
width:858px;
height:35px;
background:url(../images/mid_menu_bckg.jpg) repeat-x;
border-bottom:1px solid #D7AA00;
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
}

#content_area{
position:relative;
width:828px;
background:#FFFFFF;
padding:30px 0px 30px 30px;
}

	#content{
	position:relative;
	width:560px;
	float:left;
	}

        #language_menu {
        position:relative;
        float:right;
        width:240px;
        padding-right:10px;
        text-align:right;
        margin-bottom:10px;
        clear:right;
        }

        #searchbox {
        position:relative;
        float:right;
        width:240px;
        padding-right:10px;
        text-align:right;
        margin-bottom:10px;
        clear:right;
        }

	#sidebar_wrap{
	width:250px;
	height:auto;
	float:right;
        /*clear:right;*/
	margin-bottom:30px;
	background:url(../images/sidebar_bckg_mid.jpg) repeat-y;
	}

		#sidebar_top_shade {
		width:250px;
		height:6px;
		background:url(../images/sidebar_bckg_top.jpg) no-repeat;
		overflow:hidden;
		}

		#sidebar{
		background-color: #E8E8E8;
		margin-left:11px;
		}
		
		#sidebar_bottom_shade {
		position:relative;
		width:250px;
		height:8px;
		background:url(../images/sidebar_bckg_bot.jpg) no-repeat #FFFFFF;
		overflow:hidden;
		}

		
			#sidebar_image{
			background:url(../images/home.jpg) no-repeat;
			height:170px;
			}
	
			#submenu{}
		
			#sidebar_content{
			padding:10px;
			}
	
#footer_area{
position:relative;
width:858px;
height:45px;
background:url(../images/footer_bckg.jpg) repeat-x;
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
}

	#bottom_menu{
	position:absolute;
	width:300px;
	top:13px;
	left:20px;
        color:#00CCFF;
	}
	
	#footer_text{
	position:absolute;
	width:40%;
	top:14px;
	right:20px;
	line-height:13px;
	font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-align:right;
	}
	
#footer_credits{
position:relative;
width:100%;
height:20px;
margin:0 auto;
padding-top:20px;
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
text-align:center;
}

/*------ navigation items ----------*/

#top_menu .menuitem a, #top_menu .menuitem_first a {
float:left;
font-size:12px;
line-height:13px;
padding:0 0 0 8px;
margin:0 0 0 8px;
border-left:1px solid #00CCFF;
display:block;
color:#00CCFF;
text-decoration:none;
}

#top_menu .menuitem a:hover, #top_menu .menuitem_first a:hover, #top_menu .menuitem_act, #top_menu .menuitem_act_first {
float:left;
font-size:12px;
line-height:13px;
padding:0 0 0 8px;
margin:0 0 0 8px;
border-left:1px solid #00CCFF;
display:block;
color:#F0F0F0;
text-decoration:none;
}

#top_menu .menuitem_act a, #top_menu .menuitem_act a:hover {
color:#F0F0F0;
text-decoration:none;
}

#top_menu .menuitem_first a, #top_menu .menuitem_first a:hover, #top_menu .menuitem_act_first {
border:0;
}

#main_menu .menuitem a{
font-size:11px;
font-weight:bold;
border-right:1px solid #D7AA00;
border-left:1px solid #FFE87E;
float:left;
display:inline;
width:auto;
height:25px;
color:#333333;
padding:9px 15px 0 15px;
text-decoration:none;
}

#main_menu .menuitem a:hover, #main_menu .menuitem_act a{
font-size:11px;
font-weight:bold;
border-right:1px solid #D7AA00;
border-left:1px solid #FFE87E;
float:left;
display:inline;
width:auto;
height:25px;
color:#333333;
padding:9px 15px 0 15px;
text-decoration:none;

background:url(../images/mid_menu_bckg_hover.jpg) repeat-x;
}


#submenu .menuitem a{
font-size: 11px;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
display:block;
color:#FFFFFF;
text-decoration:none;
padding:4px 15px 5px 15px;
background-image: url(../images/submenu_bckg.jpg);
background-repeat: repeat-x;
background-color: #6E6E6E;
border-bottom:1px solid #FFFFFF;
}

#submenu .menuitem a:hover, #submenu .menuitem_act a{
font-size:11px;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
display:block;
color:#333333;
text-decoration:none;
padding:4px 15px 5px 15px;
background-image: url(../images/submenu_bckg_act.jpg);
background-repeat: repeat-x;
background-color: #F9D133;
border-bottom:1px solid #FFFFFF;
}

#submenu .sub_menuitem a{
font-size:11px;
font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
display:block;
color:#333333;
text-decoration:none;
padding:4px 25px;
background:#FFFFFF;
border-bottom:1px solid #FFFFFF;
}

#submenu .sub_menuitem a:hover, #submenu .sub_menuitem_act a{
font-size:11px;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
font-weight:bold;
display:block;
color:#333333;
text-decoration:none;
padding:4px 25px;
background:#FFFFFF;
border-bottom:1px solid #FFFFFF;
}

#submenu .sub_menuitem a:hover {
font-weight:normal;
text-decoration:underline;
}

#bottom_menu .menuitem {
float:left;
margin:0 6px 0 0;
font-weight:lighter;
}

#bottom_menu .menuitem a{
font-size:12px;
font-weight:normal;
line-height:13px;
padding:0 2px 0 2px;
color:#00CCFF;
text-decoration:none;
}

/*------ typo ----------*/

p{
padding:0 0 18px 0;
line-height:150%;
}

ul, ol {
padding:0 0 18px 0;
list-style-position:outside;
}

	ol li {
	list-style:decimal;
	}

	ul li {
	list-style:disc;
	}

li {
margin-left:30px;
line-height:150%;
}

h1{
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:18px;
color:#333333;
font-weight:normal;
padding:0 0 18px 0;
}

h2{
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
color:#333333;
padding:0 0 18px 0;
}

h3{
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
padding:0 0 5px 0;
}

#sidebar h1 {
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0 0 10px 0; 
color:#BF8C00;
text-transform:uppercase;
}

#sidebar h1 a, #sidebar h1 a:hover {
color:#BF8C00;
}

#sidebar h1 a:hover {
text-decoration: underline;
}

#sidebar p {
padding:0 0 10px 0;
line-height:120%;
}

#sidebar a, #sidebar a:hover {
color:#666666;
text-decoration: none;
}

a {
color:#BF8C00;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

#language_menu a:hover {
text-decoration:none;
}

#header_text a {
color:#2568A7;
}


/*------ other --------*/

.clearer{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

.separator {
position: relative;
display: block;
height:2px;
background:url(../images/separator_bckg.jpg) repeat-x;
overflow:hidden;
margin:5px 0;
clear:both;
}

input {
margin-bottom:6px;
}

select {
margin-bottom:6px;
}


/* -------- tt_news -------*/

.news-latest-title, .news-list-title, .news-single-title {
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:14px;
color:#BF8C00;
padding:0 0 5px 0;
}

.news-single-timedata {
padding:0 0 10px 0;
}

.news-single-image {
float: right;
}

.news-single-image img {
margin-left: 12px;
border: 1px solid #BEBEBE;
padding: 4px;
}

.news-single-item h3 {
padding-bottom: 15px;
font-size: 13px;
}

.news-single-files img{
margin-right: 10px;
}

news-single-files-title {
margin-bottom: 10px;
}

.news-single-files dd {
margin-top: 10px;
}

.news-list-morelink {
padding:0 0 5px 0;
}

.news-list-item .news_clearer {
margin: 10px 0;
padding-top: 5px;
}

.news-latest-morelink, .news-list-morelink {
position:relative;
float:left;
width:109px;
height:24px;
background:url(../images/button_bckg.jpg) no-repeat;
padding: 3px 5px;
}

.news-latest-morelink a, .news-list-morelink a {
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
display:block;
width:100%;
color:#FFFFFF;
text-transform:uppercase;
padding:0 5px;
}

.news-latest-morelink a:hover, .news-list-morelink a:hover{
text-decoration:none;
}

.news-list-date {
padding:0 0 5px 0;
}

.news-list-image img{
float:left;
border: 1px solid #BEBEBE;
padding: 4px;
margin:0 12px 15px 0;
}

.news-list-item p {
padding-bottom:5px;
}

.news_clearer {
height:1px;
width:100%;
padding:0 0 5px 0;
margin:10px 0 0 0;
border-top:1px solid #cccccc;
overflow:hidden;
clear:both;
}

.news-latest-item {
margin-bottom:20px;
}

.news-latest-image img {
float:left;
margin-right: 12px;
border: 1px solid #BEBEBE;
padding: 4px;
}

.news-latest-date {
float: left;
}

.news-latest-date a {
line-height:150%;
}

.news-latest-container, .news-latest-item {
margin: 0;
padding: 0;
}

/* -------- frames -------*/

.grey_box_wrap {
width:560px;
}

.grey_box_top_shade {
background:url(../images/grey_box_bckg_top.jpg) no-repeat;
height:6px;
overflow:hidden;
}

.grey_box {
background:url(../images/grey_box_bckg_mid.jpg) repeat-y #999999;
padding:10px;
}

.grey_box_bottom_shade {
background:url(../images/grey_box_bckg_bottom.jpg) no-repeat;
height:4px;
overflow:hidden;
}


/*----- filelinks ---------*/

.filelinks {
width:100%;
padding:0 0 5px 0;
}

.filelinks a {
font-size:12px;
color:#9e7402;
text-decoration:none;
}

.filelinks a:hover{
text-decoration:underline;
}