

body {
	font-family: Arial, Helvetica, Sans-serif;
}
#header {
	background-color: #003C76;
	height: 180px;
}

/* LANGUAGES */

#block-block-2 a,
#block-block-4 a,
#block-block-5 a,
#block-locale-0 a
{
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
}

#block-locale-0 .first a {
  padding-right: 0;
  border-right: none;
}

#block-locale-0 ul {
	list-style-type: none;
}

#block-locale-0 ul li {
	display: inline;
}

#navbar {
	background-color: #C7CED3;
}

#logo-image {
  position: relative;
  top: 32px;
  left: 20px;
}

#footer {
	background-color: #003C76;
	height: 18px;
	/* height: 36px; */
}

#footer .footer-disclaimer{
  position: absolute;
  float: left;
}

#footer #footer-inner {
	padding: 0 20px;
}

#footer #footer-inner #footer-message {
	width: 100%;
	text-align: right;
}

#footer #footer-inner #footer-message p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}

#slideshow {
  background-color: #003C76;
  height: 392px;
}

#slideshow a {
	color: #fff;
}

#slideshow h2 {
	margin-top: 30px;
	font-size: 11px;
}

#slideshow .avatar_frame {
	width: 588px;
	float: right;
	margin-top: -68px;
	/* border: 1px solid red; */
}

#slideshow .avatar {
	position: absolute;
	height: 460px;
}

#slideshow .avatar_text {
	color: #FFFFFF;
	padding: 20px 600px 0 20px;
	font-size: 11px;
}

.avatar_description {
	font-size: 10px;
	line-height: 11px;
}

body.front #navbar{
	float: none;
	position: relative;
}

#attachments {
	width: 100%;
}

#attachments thead {
	display: none;
}

#attachments tr.odd,
#attachments tr.even {
	background: transparent;
	height: 60px;
}

#attachments td.odd,
#attachments td.even {
	background: transparent;
	border-bottom: 1px solid #DDDDDD;
}


/* admin menu */

#block-user-1 h2{
  position:absolute;
  top:0;
  left:0px;
  width:200px;
  background:#333;
  text-align:right;
  padding:5px;
  cursor:pointer;
  color: #667777;
  margin:0;
  font-size: 22px;
}

#block-user-1 .content{
  padding:5px 5px 5px 25px;
  width:180px;
  display:none;
  position:absolute;
  top: 40px;left:0;
  background:#333;
  z-index:100;
}

#block-user-1 ul{
  margin-left:0;
  padding-left:10px;
}

#block-user-1 ul li{
  margin-left:0;
}

#block-user-1 ul li a{
  color: #fff;
  font-size: 14px;
}


/*#block-locale-0 ul li.en.first {
  display: none;
}*/
