body {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans-serif;
	height:100%;
	padding:0;
	margin: 0 0 1px;
	color:#eaeaea;
	background: #161717;
}

img {
	border:0;
}

form{
	margin:0;
	padding:0;
}

p{
	line-height:150%;
}

h1,h2,h3{
	line-height:38px;
	height:38px;
	margin:22px 0 0 0;
	padding:0 0 0 15px;
	font-size:18px;
	color:#d9b68d;
	background:#333334;
	font-weight:normal;
}

h4, h5, h6{
	font-size:15px;
	font-weight:900;
	display:inline;
}


.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#wrapper{
	background:url(../images/bg2.png) repeat-x;
}

#container{
	margin: 0 auto;
	width:960px;
}

#top{
	height:163px;
	background:url(../images/logo_bg.png) no-repeat;
	position:relative;
}

#top a{
	position:absolute;
	top:36px;
	left:404px;
}

#menu{
	height:40px;
	background:url(../images/menu_bg.png) no-repeat;
	padding: 0 0 0 22px;
}

#menuul{
	margin:0;
	padding:0;
	list-style:none;
}

#menuul li{
	height:40px;
	float:left;
}

#menuul li a{
	display:block;
	height:40px;
	line-height:40px;
	padding: 0 20px 0 5px;
	color:#e7e7e7;
	text-transform:uppercase;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:12px;
	text-decoration:none;
}

#menuul li a.dropdown{
	background:url(../images/arrow_down.png) no-repeat right;
}

#menuul li a.dropdownActive{
	color:#cfae88;
	background:url(../images/arrow_down_active.png) no-repeat right;
} 

#menuul li a:hover{
	text-decoration:underline;

}

#menuul li a.active{
	color:#cfae88;
}

#menuul li div{
	position:absolute;
	z-index:5000;
	display:none;
	border: 2px solid #2d2e30;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #212122 url(../images/submenu_bg.png);
	margin:-10px 0 0 19px;
	overflow:hidden;
}

#menuul li div ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menuul li div ul li{
	display:block;
	float:none;
	clear:both;
	height:21px;
	width:100%;
}

#menuul li div ul li a{
	display:block;
	height:21px;
	line-height:21px;
	padding: 0 20px 0 5px;
	color:#e7e7e7;
	font-size:12px;
	text-decoration:none;
	text-transform:none;
}
	

#banner{
	height:269px;
}

#content{
	min-height:300px;
	height:auto; !important
	height:300px;
	padding: 0 0 40px 0;
}

#content-left{
	width:612px;
	float:left;
}

#content-right{
	width:322px;
	float:right;
}

.textwrapper{
	padding:0 16px 16px 16px;
	text-align:justify;
}

#footer{
	height:40px;
	border-top: 1px solid #2f2f30;
}

#footer-inner{
	margin: 0 auto;
	height:40px;
	color:4d4d4d;
	width:960px;
	padding: 15px 0 0 0;
	font-family: 'Trebuchet MS', sans-serif;
}

#footer-inner ul{
	margin:0;
	padding:0;
	list-style:none;
}

#footer-inner ul li{
	height:11px;
	float:left;
	border-right: 1px solid #5d5e5e;
	padding: 0 0 2px 0;
}

#footer-inner ul li.last{
	border:none;
}

#footer-inner ul li a{
	display:block;
	height:12px;
	line-height:12px;
	padding: 0 10px 0 10px;
	color:#5d5e5e;
	font-size:12px;
	text-decoration:none;
}

#footer-inner ul li a:hover{
	text-decoration:underline;

}

#footer-inner ul li a.active{
	text-decoration:underline;
}

#visto{
	float:right;
	height:13px;
	line-height:13px;
	color:#ffffff;
	font-size:12px;
}

#visto a{
	text-decoration:none;
	color:#5d5e5e;
}

#visto a:hover{
	text-decoration:underline;
}

.zebra{
	width:100%;
}

.zebra td{
	height:21px;
	line-height:21px;
	padding: 0 0 0 15px;
	cursor:default;
}

.highlight{
}

.even{
	background: url(../images/table_zebra.png);
}

.odd{
	background:none;
}

.mo{
	background: url(../images/table_mo.png);
}

a:link {
	color:#ddd;
	text-decoration:underline;
}
a:visited {
	color:#ddd;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
}

.newsCell {
	padding:10px 50px 40px 0px;
	text-align: justify;
	width:260px;
}
.newsRow {
	padding:10px 50px 40px 0px;
	text-align: left;
}

.newsHeadline {
	font-size: 13px;
	text-align: left;
	color: #999;
	font-weight:900;
	padding-bottom:3px;
}

.newsIngress {
	padding-top:3px;
	color: #ddd;
}
.newsIngress a:link {
	color:#ddd;
	text-decoration:none;
}
.newsIngress a:visited {
	color:#ddd;
	text-decoration:none;
}
.newsIngress a:hover {
	color:#fff;
	text-decoration:underline;
}

.newsReadMore {
	margin: 0 auto;
	background:url(../images/arrow_lesmer.png) no-repeat 13px left;
	padding:10px 0px 0px 20px;
}
.newsReadMore a:link {
	color:#999;
	text-decoration:none;
}
.newsReadMore a:visited {
	color:#999;
	text-decoration:none;
}
.newsReadMore a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav-sitemap ul {
	list-style: none;
	padding: 0px;
	padding-left: 40px;
	padding-top: 20px;
	line-height:30px;
	margin: 0;
	font-weight: 900;
} 

#nav-sitemapSub ul {
	list-style: none;
	padding: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
	line-height:14px;
	margin: 0;
	font-weight: 500;
} 
