/*********************/
/***   Universal   ***/
/*********************/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #032763;
  color: #000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.85em;  
}

h1 {
  display: none;
}

h2 {
  color: #11549f;
  font-size: 1.6em;
  font-weight: normal;
}

h3 {
  color: #11549f;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 15px;
}


a {
  color: #11549f;
}

a img {
  border: none;
}

p {
  line-height: 1.5em;
  padding: 7px 0;
}

blockquote {
  text-align: right;
  font-style: italic;
}

.spacer {
  height: 15px;
}

a#home-link {
  display: block;
  position: relative;
  left: 20px; top: 60px;
  width: 450px; height: 100px;
}
a#home-link span {
  display: none;
}

ul {
  padding: 8px 0 0 0;
  list-style-image: url('../images/li-blue.png');
}

li {
  margin-left: 25px;
  line-height: 1.5em;
  padding: 5px 0;
}
/*********************/
/***   Structure   ***/
/*********************/

/*   Header   */
div#header-out {
  background: #0a3d81 url('../images/header-bg.png') 0 0 repeat-x;
  width: 100%; height: 170px;
}
div#header-out-left {
  background: #0a3d81 url('../images/header-bg-left.png') 0 0 no-repeat;
  margin: 0 auto;
  width: 1000px; height: 170px;
}
div#header-out-right {
  background: #0a3d81 url('../images/header-bg-right.png') 100% 0 no-repeat;
  margin-left: 40px;
  width: 960px; height: 170px;
}
div#header {
  background: #0a3d81 url('../images/header-bg-middle.png') 0 0 no-repeat;
  margin-right: 40px;
  width: 920px; height: 170px;
}

/*   Navigation   */
div#navigation-out {
  background: #0a3d81 url('../images/navigation-bg.png') 0 0 repeat-x;
  width: 100%; height: 31px;
}
div#navigation-out-left {
  background: #0a3d81 url('../images/navigation-bg-left.png') 0 0 no-repeat;
  margin: 0 auto;
  width: 1000px; height: 31px;
}
div#navigation-out-right {
  background: #0a3d81 url('../images/navigation-bg-right.png') 100% 0 no-repeat;
  margin-left: 40px;
  width: 960px; height: 31px;
}
div#navigation {
  background: #0a3d81 url('../images/navigation-bg.png') 0 0 repeat-x;
  margin-right: 40px;
  width: 920px; height: 31px;
}

/*   Content   */
div#content-out {
  background: #94a8be url('../images/background.png') 0 0 repeat-x;
  width: 100%;  
}
div#content-out-left {
  background: transparent;
  margin: 0 auto;
  width: 1000px;
}
div#content-out-right {
  background: transparent;
  margin-left: 40px;
  width: 960px;
}
div#content {
  background: #fff;
  margin-right: 40px;
  width: 920px;
}
div#content-in-2 {
  width: 100%;   
}
div#content-in {
  padding: 15px 25px;
}
div.content-blue-bar {
  background: #5994d8;
  width: 100%; height: 6px;
}
div#content-text {
  min-height: 300px;
  padding: 20px 3px;
}

/*   Footer   */
div#footer-out {
  background: #032763 url('../images/footer-bg.png') 0 0 repeat-x;
  width: 100%; height: 70px;
}
div#footer-out-left {
  background: #032763 url('../images/footer-bg-left.png') 0 0 no-repeat;
  margin: 0 auto;
  width: 1000px; height: 70px;
}
div#footer-out-right {
  background: #032763 url('../images/footer-bg-right.png') 100% 0 no-repeat;
  margin-left: 40px;
  width: 960px; height: 70px;
}
div#footer {
  background: #032763 url('../images/footer-bg.png') 0 0 repeat-x;
  margin-right: 40px;
  width: 920px; height: 70px;
}

/**********************/
/***   Navigation   ***/
/**********************/
div#navigation-in ul {
  display: block;
  padding: 0; 
  margin: 0;
  list-style-image: none;
  list-style-type: none;
}
div#navigation-in ul li {
  display: block;
  float: left;
  position: relative;
  padding: 0; 
  margin: 0;  
}
div#navigation-in ul li a {
  background: transparent;
  color: #fff;
  display: block;
  font-size: 1.0em;
  line-height: 31px;
  padding: 0 15px;
  text-decoration: none;  
}
div#navigation-in ul li a.home-icon span {
  display: block;
  background: transparent url('../images/home-icon.png') 0 7px no-repeat;
  width: 16px;
  height: 31px;
}
div#navigation-in ul li a.home-icon span span {
  display: none;
}
div#navigation-in ul li.active a.level0, div#navigation-in ul li.active.unactive a.level0:hover {
  background: #5994d8 url('../images/navigation-bg-hover.png') 0 0 repeat-x;    
}
div#navigation-in ul li.active.unactive a.level0 {
  background: transparent;
}
div#navigation-in ul li.active.unactive a.level0.hover {
  background: #5994d8 url('../images/navigation-bg-hover.png') 0 0 repeat-x;
  color: #fff;
  text-decoration: none;  
}
div#navigation-in ul li a:hover, div#navigation-in ul li a.hover {
  background: #5994d8 url('../images/navigation-bg-hover.png') 0 0 repeat-x;
  color: #fff;
  text-decoration: none;  
}
div#navigation-in ul ul {
  border-top: 6px solid #5994d8;
  background: transparent url('../images/subnavigation-bg.png') 0 0 repeat-x;
  display: none;
  position: absolute;  
  left: 0; top: 31px;
}
ul li#menulink-1 ul {
  width: 360px;
}
ul li#menulink-2 ul {
  width: 220px;
}
ul li#menulink-3 ul {
  width: 140px;
}
ul li#menulink-5 ul {
  width: 140px;
}
ul li#menulink-6 ul {
  width: 130px;
}
ul li#menulink-7 ul {
  width: 270px;
}
ul li#menulink-8 ul {
  width: 230px;
}
ul li#menulink-9 ul {
  width: 115px;
}
ul li#menulink-9 {
  width: 115px;
}
div#navigation-in ul ul li {
  display: block;
  float: none;
  line-height: 25px;
}
div#navigation-in ul li ul li a {
  background: transparent;
  border-bottom: 1px solid #5994d8;
  padding: 0 12px;
  display: block;
  line-height: 25px;  
  color: #000;
}
div#navigation-in ul li ul li a:hover {
  background: #11549f url('../images/subnavigation-bg-hover.png') 0 0 repeat-x;
  color: #fff;  
}
/***********************/
/***   Breadcrumbs   ***/
/***********************/
div.breadcrumb {
  background: #dbe2e9 url('../images/breadcrumb-bg.png') 0 0 no-repeat;
  font-size: 0.95em;
  line-height: 25px;
  width: 870px; height: 25px;
}
div.breadcrumb-in {
  padding: 0 10px 0 22px;
}
div.breadcrumb-in a {
  text-decoration: none;
}
div.breadcrumb-in a:hover {
  text-decoration: underline;
}
div.breadcrumb-left {
  float: left;
}
div.breadcrumb-right {
  float: right;
}
div.breadcrumb-right a {
  background: transparent url('../images/icon-up-squares.png') 100% 3px no-repeat;
  color: #fff;
  padding-right: 15px;
}

/******************/
/***   Footer   ***/
/******************/
div#footer-in {
  color: #fff;
  text-align: center;
  padding: 10px;
}
div#footer-in a {
  color: #fff;
}
p#footer-languages {
  float: left;
  padding-left: 10px;
  text-align: left;
}
p#footer-links {
  float: right;
  text-align: right;
}
span.flags-spacer {
  display: inline-block;
  width: 8px; height: 10px;
}
p#footer-links a {
  background: transparent url('../images/li-white.png') 3px 5px no-repeat;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 25px 0 15px;
  text-decoration: none;
}
p#footer-links a:hover {
  text-decoration: underline;
}
p#footer-copyright {
  background: transparent url('../images/line-long.png') 50% 0 no-repeat;
  clear: both;
  font-size: 0.80em;
  line-height: 1.3em;  
  padding: 15px 0 5px 0;
  text-align: center;
}
p#footer-copyright a {
  color: #82b3ec;
  text-decoration: none;
}
p#footer-copyright a:hover {
  text-decoration: underline;
}
table.sponsors {
  border: 1px dashed #ddd;
  border-collapse: collapse;
}
table.sponsors td {
  border: 1px dashed #ddd;  
  width: 240px;
  height: 120px;
}
table.archive {
  border: 1px solid #dbe2e9;
  border-collapse: collapse;
  background: #fff url('../images/gradient-light.png') 0 0 repeat-x;
  margin-top: 15px; 
}
table.archive tr {
  vertical-align: top;
}
table.archive td {
  border: 1px dashed #a8b8ca;
  padding: 12px;
  width: 150px;
  height: 130px;
}
table.archive td h3 {
  padding: 0; margin: 0;
  font-size: 1.1em;  
}
table.archive td li {
  line-height: 1.2em;
  padding: 3px 0;
}
