<!--

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body, table, a, input, textarea, select {
  color:#01396a;
}

h1, h2, h3
{
  color:#e98a08;
  font-weight: normal;
}

* {
  padding:0;
  margin:0;
}

ul {
  margin : 0 10px;
  padding: 0 10px;
}

img {
  border:none;
  margin:0;
  padding:0;
}

img, input {
  vertical-align: middle;
}

form {
  padding:0;
  margin:0;
}

.body {
  background: #e0edf5;
  text-align:left;
  cursor: default;
}

a {
  cursor: pointer;
}

body, table, h1, h2, h3, input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h2, h3 {
  margin-top: 15px;
}

input, textarea, select {
  border: 2px solid #bebfc3;
  background: white;
}


/**************************
   MAIN
***************************/
.maintable {
  width: 100%;
  height: 100%;
  background:#003b65;
}

.language {
  text-align:right;
  margin: 7px;
  margin-right:140px;
  color:#e98a08;
  font-weight: bold;
}

.language a {
  color:#e98a08;
}

.language a:hover {
  color:#284e7d;
}


/**************************
  MENU
***************************/

td.menu {
  background: url(tmpl/MenuBack.gif) no-repeat top left;
  height: 599px;
}

div.menu {
  width : 328px;
  font-family: Tahoma, Geneva, Arial;
  font-size: 18px;
}

.menu img {
  float: right;
}

.menu a {
  text-decoration: none;
}

.menu_items {
  display: block;
  margin-left: 10px;
}

.menu_item0 a, .menu_item1 a {
  color:#284e7d;
  display: block;
  padding: 14px;
  padding-left: 60px;
  margin-top: -14px;
  margin-bottom: -14px;
}

.menu_item0 a:hover, .menu_item1 a:hover {
  background: url(tmpl/MenuLogo.gif) left no-repeat;
}

.menu_item2 {
  font-size: 17px;
}

.menu_item2 a {
  display: block;
  margin-left: 168px;
  margin-top: 10px;
  margin-bottom: -10px;
  color:#eec08e;
}

.menu_item0 a:hover, .menu_item1 a:hover, .menu_item2 a:hover {
  color:#fff;
}


.content {
  height: 579px;
  -height: 599px;
  padding: 10px 20px;
  overflow: auto;
}

.tdmain {
  background: url(tmpl/MainBack.jpg) no-repeat center;
}

.decoration {
  height: 599px;
  width : 136px;
  background: no-repeat top left;
}

.d1 { background: url(tmpl/12comm_committed.jpg); }
.d2 { background: url(tmpl/12klap_active.jpg); }
.d3 { background: url(tmpl/12puzzle_research.jpg); }
.d4 { background: url(tmpl/12reach_interactive.jpg); }
.d5 { background: url(tmpl/12shake_accountable.jpg); }
.d6 { background: url(tmpl/12connect.jpg); }

/**************************
  Contact
***************************/
.contact input, .contact textarea {
  width: 250px;
  margin: 2px 0;
}

.contact textarea {
  height: 75px;
}

.contact .submit {
  width: auto;
  background: #01396a;
  color: white;
  border: 1px solid black;
  padding: 2px;
  cursor: pointer;
  margin-bottom: 20px;
}

