/* CSS Default */
* {
  margin: 0px;
	padding: 0px;
}

body {
  text-align: center;
  font-family: Helvetica, Arial;
  font-size: 1em;
  font-weight: 400;
  background-color: #f8f8f8;
  color: #283860;
}

a:active {
  color: #0037b8;
	text-decoration: none;
}

a:link {
  color: #0037b8;
	text-decoration: none;
}

a:visited {
  color: #0037b8;
	text-decoration: none;
}


.clear_right {
  clear: right;
}

.clear {
  clear: both;
}

.bold {
  font-weight: 800;
}

img.align_right {
  float: right;
  margin-left: 20px;
  width: 160px;
  height: auto;
  padding: 2px;
  background-image: url(../images/ref_bg.png);
  background-repeat: repeat-x;
  background-position: 0 -50px;
  border: 1px rgb(255,224,96) solid;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 2.7em;
  color: white;
  font-weight: 700;
  font-family: Helvetica, Arial;
}

h1.motto {
  font-size: 2.0em;
  margin-bottom: 10px;
}

.highlight {
  color: #0037b8;
}

h2 {
  font-size: 1.6em;
  margin-top: 47px;
  color: #c1c1c1;
  font-weight: 700;
  font-family: Helvetica, Arial; 
  letter-spacing: 0.03em;
  word-spacing: 0.1em;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  font-family: Helvetica, Arial;
  color: #0037b8;
}

h4  {
  font-size: 1.3em;
  font-weight: 400;
  font-family: Helvetica, Arial;
}

h5 {
  font-size: 1.1em;
  font-weight: 400;
  font-family: Helvetica, Arial;
}

h6 {
  font-size: 1em;
  font-weight: 800;
  font-family: Helvetica, Arial;
  color: #0037b8;
}
    
div#top {
  width: 100%;
  min-width: 900px;
  background-image: url(../images/top_blue_bg.png);
  background-repeat: repeat-x;
  background-color: #1a3678;
}

div.center {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

div#top_panel {
  width: 100%;
  min-width: 900px;
  height: auto;
  background-image: url(../images/top_panel_bg.png);
  background-repeat: repeat-x;
  background-position: 0px 28px;
} 

div#top_shadow {
  width: 900px;
  height: 28px;
  background-image: url(../images/top_shadow.jpg);
  background-position: center;
  text-align: center;
  color: rgb(255,224,32);
  font-weight: 800;
}

div#top_panel_content {
  width: 900px;
  height: 91px;
  margin-top: 16px;
}
div#top_panel_content img {
  border: none;
  float: left;
}

div#top_panel_content #main_menu {
  text-align: right;
}
#main_menu ul {
  list-style: none;
  display: block;
  float: right;
}

#main_menu ul li {
  float: left;
}

ul#text_menu li a { 
  display: block;
  float: left;
  height: 23px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  color:  rgb(151,151,151);
  font-size: 1.05em;
}

ul#text_menu li a:hover {
  color:  #717171;
}

ul#text_menu  div.sep {
  width: 2px;
  height: 25px;
  background-image: url(../images/submenu_separator_bg.png);
  background-repeat: repeat-y;
}

ul#button_menu {
  margin-top: 19px;
  cursor: pointer;
}

ul#button_menu li a #button_menu_l {
  width: 14px;
  height: 52px; 
  display: block;
  float: left;
  background-image: url(../images/submenu_left.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

ul#button_menu li a:hover #button_menu_l {
  background-position: 0px -52px;  
}

ul#button_menu li a #button_menu_r {
  width: 14px;
  height: 52px; 
  display: block;
  float: left;
  background-image: url(../images/submenu_right.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}

ul#button_menu li a:hover #button_menu_r {
  background-position: 0px -52px;
}

ul#button_menu li a {
  display: block;
  height: 52px;
  float: left;
  cursor: pointer;
  color: #b2b2b2;
  font-size: 1.04em;
  background-image: url(../images/submenu_bg.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-color: rgb(216,216,216);
}

ul#button_menu li a:hover {
  background-position: 0px -52px;
  color: #959595;
}

ul#button_menu div.sep {
  width: 2px;
  height: 52px;
  background-image: url(../images/submenu_separator_bg.png);
  background-repeat: repeat-y;
  cursor: pointer;
}

ul#button_menu li a span.button_menu_c {
  display: block;
  float: left;
  padding-top: 15px;
  padding-left: 13px;
  padding-right: 13px;
}

div#bottom_shadow {
  width: 100%;
  min-width: 900px;
  height: 28px;
  background-image: url(../images/bottom_shadow.jpg);
  background-position: center;
  border-top: 6px solid #0a2276;
}

div#header {
  width: 780px;
  height: auto;
  margin: 0 auto; 
  text-align: left;
}

div#header_l {
  width: 555px;
  height: auto;
  float: left;
  text-align: left;
}

div#header_r {
  width: 225px;
  height: auto; 
  float: left;
}

div#main_content {
  width: 100%;
  min-width: 900px;
  min-height: 51px;
  background-image: url(../images/main_bg.png);
  background-repeat: repeat-x;
  border-top: 2px white solid;
  padding-top: 45px;
  font-weight: 400;
}

.left {
  width: 560px;
  height: auto;
  float: left;
  text-align: justify;
  display: block;
}

.right {
  float: right;
  display: block;
}

div#main_content p {
  margin-top: 30px;
}

.center_780 {
  width: 780px;
  margin: 0 auto;
  text-align: justify; 
}

ul.list{
  list-style: circle;
  margin-left: 40px;  
}
ul.list li {
  margin-bottom: 20px;
}
ul.list li div {
  font-size: 0.9em;
}

/* YELOW MENU */	
ul.yelow_menu {
      list-style: none;
      display: block;
      margin-left: 8px;
    }

    ul.yelow_menu li {
          display: block;
          float: left;
          height: 65px;
        }

        li.yelow_menu_button  span#left {
            display: block;
            float: left;
            width: 14px;
            height: 65px;
            background-image: url(../images/yelow_menu_left.png);
        }

        li.yelow_menu_button  span#right {
            display: block;
            float: right;
            width: 14px;
            height: 65px;
            background-image: url(../images/yelow_menu_right.png);
        }

        li.yelow_menu_separator {
              width: 2px;
              background-image: url(../images/yelow_menu_separator.jpg);
            }

        li.yelow_menu_button {
              text-align: center;
              vertical-align: bottom;
              background-image: url(../images/yelow_menu_bg.png);
              background-repeat: repeat-x;
              background-color: rgb(255,192,16);
              color: #ffe8a3;
            }
    
            li.yelow_menu_button a {
                  color: #ffe8a3;
                  height: 65px;
                  display: block;
                  text-decoration: none;
                  font-family: Helvetica, Arial;
                  font-style: italic;
                  font-weight: 900;
                  font-size: 1.04em;
                  width: 252px;
                }
                li.yelow_menu_button span.text {
                  display: block;
                  padding-top: 22px;
                  padding-left: 10px;
                  padding-right: 10px;
                  vertical-align: middle;
                }
            li.yelow_menu_button a:active {
              color: #ffe8a3;
            }
            li.yelow_menu_button a:link {
              color: #ffe8a3;
            }
            li.yelow_menu_button a:visited {
              color: #ffe8a3;
            }
/* END OF YELOW MENU */

div#bottom {
  width: 900px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
}

div#bottom_c {
  width: 878px;
  height: 60px;
  background-color: #dcdcdc;
  float: left;
  font-size: 1.1em;
}

div#bottom_c a {
  color: #767676;
}

div#bottom_c #bottom_menu {
  height: 60px;
  margin-left: 49px;
}

div#bottom_c #bottom_menu div#mailto  {
  margin-top: 18px;
  margin-right: 69px;
}

div#bottom_l {
  width: 11px;
  height: 60px;
  float: left;
  background-image: url(../images/bottom_left.png);
  background-repeat: no-repeat;
}

div#bottom_r {
  width: 11px;
  height: 60px;
  float: left;
  background-image: url(../images/bottom_right.png);
  background-repeat: no-repeat;
}

ul#bottom_menu {
  list-style: none;
  float: left;
  display: block;
}

ul#bottom_menu li {
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 40px;
}

div#mailto {
  height: 42px;
  float: right;
  background-image: url(../images/envelope.png);
  background-position: top right;
  background-repeat: no-repeat;
  text-align: left;
  margin-top: 18px;
  margin-right: 50px;
}

div#mailto a {
  display: block;
  margin-top: 5px;
  margin-right: 40px;
}

ul.yelow_check {
  display: block;
}

ul.yelow_check li {
  list-style: square inside url(../images/check.png);
  margin: 0px;
  padding: 0px;
  margin-bottom: 13px;
  vertical-align: middle;
}

ul.yelow_check li span {
  margin-left: 5px;
  font-size: 1.03em;
}

ul#lang_menu {
  display: block;
  height: 20px;
  list-style: none;
  float: right;
  margin-right: 5px;
}

ul#lang_menu li {
  display: block;
  float: left;
  margin-left: 20px;
}     

ul#lang_menu li a {
  color: rgb(151,151,151);
  font-weight: 500;
  font-size: 0.9em;
}

ul#lang_menu li span {
  color: rgb(151,151,151);
  font-weight: 500;
  font-size: 0.9em;
}

div#map {
  width: 740px;
  height: 400px;
  border: 5px rgb(255,208,32) solid;
  padding: 5px;
  background-color: rgb(215,215,215);
}

div.panel ul {
  display: block;
  float: left;
  list-style: none;
}

div.panel ul li {
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

ul.float_left {
  width: 260px;
  font-size: 0.95em;
  text-align: left;
}

.float_left {
  display: block;
  float: left;
}

.small {
  font-size: 0.95em;
}

.references {
  width: 100%;
  text-align: center;
}

.references div {
  width: 220px;
  height: 174px;
  float: left;
  font-size: 0.8em;
  text-align: center;
  background-image: url(../images/ref_bg.png);
  background-repeat: repeat-x;
  margin: 15px;
  border: 1px rgb(255,240,112) solid;
  background-color: #efefef;
}

.references div p{
  margin: 8px;
}

.references img {
  max-width: 180px;
  height: 50px;
  margin-top: 0px;
  margin: 0 auto;
}

div.horz_line {
  width: 100%;
  height: 2px;
  font-size: 0em;
  background-color: rgb(255,208,32);
}

a.img {
  display: block;
  float: left;
  margin: 20px;
}

a.img img {
  padding: 3px;
  border: 1px rgb(255,240,112) solid;
}
