@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

body {
  font: 400 16px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  background: #073e80;
  letter-spacing: 0.5px;
}

b, strong {
  font-weight: 600;
}

h1, h2, h3, h4 {
  margin: 2em 0 1em;
  color: #e9b97b;
  font-weight: 400;
  text-transform: uppercase;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.0em;
  font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a {
  color: #e9b97b;
  text-decoration: none;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

ol {
  margin-left: 10px; padding-left: 20px;
  list-style-type: decimal;
}

ul {
  padding-left: 20px;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

table {
  margin-bottom: 1em;
  width: 98%;
  border-collapse: collapse;
}

td {
  line-height: 1.5em;
  padding: 0.2em 0;
  text-align: left;
  vertical-align: top;
  font: inherit;
  font-size: 0.9em;
  color: #fff;
}

a {
  color: #fff;
}

a:hover {
  color: #e9b97b;
  text-decoration: none;
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.6;
  filter:alpha(opacity=60);
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: 0px;
}

dl {
  margin-bottom: 1em;
}

dt {
  padding-top: 5px;
}

dd {
  padding: 5px 0;
}

form {
  overflow: hidden;
}

input, textarea, select {
  padding: 4px 8px;
  font: inherit;
}

input[type=text], textarea, select {
  width: 100%; max-width: 300px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  width: 40px;
}

input[type=submit], .button {
  padding: 5px 20px;
  width: auto;
  background: #e9b97b;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
}

input[type=submit]:hover, .button:hover {
  background: #7992B0;
  color: #fff;
  -webkit-appearance: button;
  cursor: pointer;
}

input.error, textarea.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}

/*** Classes ***/
.menu {
  margin: 0; padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.menu li {
  margin: 0; padding: 0;
}

.menu .nav {
  border-bottom: 1px dotted #fff;
}

.menu a {
  padding: 15px 30px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu a:hover,
.menu li.active a {
  color: #073e80;
}

.menu .nav9 {
  padding: 20px 30px;
  border: 0;  
}

.menu .nav9 a {
  background: #073e80;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.menu .nav9 a:hover,
.menu .nav9.active a {
  background: #ccc;
}

.right {
  width: 60%; padding: 40px 5%;
  float: right;
}

/*** Page ***/
#page {
  margin: 0 auto; 
  max-width: 1100px;
  -moz-box-shadow: 0px 0px 30px 0px #666;
  -webkit-box-shadow: 0px 0px 30px 0px #666;
  box-shadow: 0px 0px 30px 0px #666;
  overflow: hidden;
}

/*** Header ***/
#header {
  line-height: 0;
  position: relative;  
}

#logo {
  display: block;
}

#slideshow {
  background: #fff;
  position: relative;
  z-index: 50;
  clear: both;
} 

#slideshow img {
  display: none;
}

#slideshow img:first-child {
  display: block;
}  

.deco {
  width: 30%; 
  position: absolute; top: 0; left: 0; bottom: 0;
  background: #073e80;
  opacity: 0.2;
  filter:alpha(opacity=20);
}

#deco2 {
  z-index: 100;
}

/*** Center ***/
#center {
  background: #e9b97b url(img/center.png) repeat-x bottom;
  overflow: hidden;
}

/*** Sidebar ***/
#sidebar {
  width: 30%;
  float: left;
}

#navigation {
  text-align: right;
}

/*** Content ***/
#content {
  padding-top: 50px;
  background: #073e80 url(img/content.png) repeat-x;
}

/*** Footer ***/
#network {
  padding: 30px;
  float: left;
}

#network img {
  vertical-align: top;
}

#copyright {
  font-size: 0.9em;
  color: #073e80;
}

#footer a {
  color: #073e80;
  text-decoration: none;
}

@media screen and (max-width: 740px) {

  #content > table,
  #content > table thead,
  #content > table tbody,
  #content > table th,
  #content > table td,
  #content > table tr {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .right, #footer {
    margin: 0; padding: 30px;
    width: auto;
    float: none;
  }

  .deco {
    display: none;
  }

  #navigationCtrl {
    margin-left: 30px;
    height: 50px;
    display: block;
  }

  #navigationCtrl span {
    width: 20px;
    display: block;
    float: left;
  }

  #navigationCtrl > span {
    margin: 17px 10px 17px 0;
  }

  #navigationCtrl > span > span {
    margin-bottom: 3px;
    height: 3px;
    background: #fff;
  }
  
  #navigation {
    text-align: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  
  .menu {
    border-top: 1px solid #fff;
  }

  #navigation .menu {
    display: none;
    clear: both;
  }

  #sidebar {
    padding: 0; margin: 0;
    width: 100%;
    float: none;
  }
  
  #network,
  #copyright {
    padding: 0; margin: 0;
    width: 100%;
    float: none;
  }
  
  #copyright {
    margin-top: 20px;
  }
}