@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color:white;
  background:#2b3632;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

.blue {
  color:#83b8b9;
}

.center {
  text-align: center;
}

#content a:hover {
  color:#83b8b9;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}


@media (min-width: 1100px) {
  .container {
    width:1100px;
    margin:0 auto;
  }

  #header {
    height:80px;
    width:100%;
  }

  #nav {
    height:32px;
    padding-top:8px;
    background:#1d2825;
  }

  #nav a {
    color: white;
    text-decoration: none;
    padding-right:40px;
    font-size: 11pt;
  }

  #nav a:hover {
    color:#83b8b9;
  }

  #content {
    min-height: 400px;
    padding:40px 0px;
  }

  #content a {
    color: white;
  }

  h1, h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  #footer {
    background:#1d2825;
    color:white;
    padding:40px 0px;
    font-size: 10pt;
  }

  .right {
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .site {
    float:left;
    width:333px;
    height:300px;
    margin-right:20px;
    margin-bottom: 20px;
    text-align: center;
  }

  td {
    padding:5px;
  }


  ul {
    font-size:11pt;
  }

  ul.dropdown,
  ul.dropdown li,
  ul.dropdown ul {
   list-style: none;
   margin: 0;
   padding: 0px 0px 7px 0px;
   z-index:1100;
   /*font-weight: bold;*/
  }

  ul.dropdown {
   padding-top: 2px;
   z-index: 597;
   list-style-type: none;
   font-size: 11pt;
   margin-left:0px;
  }

  ul.dropdown li {
   float: left;
   display:inline;
   vertical-align: middle;
   zoom: 1;
  }

  ul.dropdown li.hover,
  ul.dropdown li:hover {
   position: relative;
   z-index: 599;
   cursor: default;
  }

  ul.dropdown ul {
   visibility: hidden;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 598;
   width: 100%;
   padding:5px;

  }

  ul.dropdown ul li {
   float: none;
   font-weight: normal;
  }

  ul.dropdown ul ul {
   top: 1px;
   left: 99%;
  }

  ul.dropdown li:hover > ul {
   visibility: visible;
  }

  ul.dropdown li {
   background-color: transparent;
   color: #fff;
   line-height: normal;
  }

  ul.dropdown li.hover,
  ul.dropdown li:hover {
   
  }

  ul.dropdown a:link,
  ul.dropdown a:visited { color: #fff; text-decoration: none; }
  ul.dropdown a:hover { color: #c6c6c6; text-decoration: none; }
  ul.dropdown a:active { color: #fff; }


  ul.dropdown ul {
   width: 300px;
   background-color: #575757;
   color: #fff;
   font-size: 10pt;
   text-transform: none;
   filter: alpha(opacity=90);
   -moz-opacity: .9;
   KhtmlOpacity: .9;
   opacity: .9;
   /*padding-top:10px;*/
   margin-top:3px;
  }

  ul.dropdown ul li {
   background-color: transparent;
   color: #000;
   filter: none;
   display:block;
  }

  ul.dropdown ul li.hover,
  ul.dropdown ul li:hover {
   background-color: transparent;
  }

  ul.dropdown ul a:link,
  ul.dropdown ul a:visited { color: #fff; }
  ul.dropdown ul a:hover { color: #c6c6c6; text-decoration: none; }
  ul.dropdown ul a:active { color: #c6c6c6; }



  ul.dropdown *.dir {
   background-image: none;
   background-position: 100% 50%;
   background-repeat: no-repeat;
  }
  

  ul.dropdown li a {
   padding: 20px;
  }

  ul.dropdown ul li.dir {
   padding-right: 15px;
  }

  ul.dropdown ul a {
   padding: 7px 20px 7px 14px;
   width: 300px; /* Especially for IE */
   
  }

  ul.dropdown ul a:hover {
   color:#c6c6c6;
  }

  ul.dropdown li a.current {
    background:#121d60;
    padding-top:12px;
  }

}



@media screen and (max-width : 1099px){
   .container {
    width:100%;
    margin:0 auto;
  }

  #header {
    width:100%;
  }

  #nav {
    height:32px;
    padding-top:8px;
    background:#1d2825;
  }

  #nav a {
    color: white;
    text-decoration: none;
    padding-right:40px;
    font-size: 11pt;
  }

  #nav a:hover {
    color:#83b8b9;
  }

  #content {
    min-height: 400px;
    padding:40px 0px;
  }

  #content a {
    color: white;
  }

  h1, h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  #footer {
    background:#1d2825;
    color:white;
    padding:40px 20px;
    font-size: 10pt;
  }

  .right {
    margin-bottom: 20px;
  }

  .site {
    width:333px;
    height:300px;
    margin:10px auto;
    text-align: center;
  }

  img {
    max-width:90%;
    margin-left:5%;
    height: auto;
  }

  td {
    padding:5px;
  }


  /*Make dropdown links appear inline*/
  ul {
    position: static;
    display: none;
  }

  /*Display 'show menu' link*/
  .show-menu {
    display:block;
  }

  li {
    display:block;
    float: left;
    text-align:center;
    width:100%;
    margin-bottom:1px;
  }

  li a {
    display:block;
    text-align: center;
    color:white;
    background:#5e5d5d;
    padding:12px 0px;
    text-decoration: none;
    position:relative;
    text-transform: uppercase;
  }

  /*Hover state for top level links*/
  li:hover a {
    background: #1d2825;
    color:white;
  }

  /*Style for dropdown links*/
  li:hover ul a {
    background-color: #cdcdcd;  
    color: white;
    text-transform: uppercase;
    text-align:center;
    height: 22px;
    padding:12px 0px;
    font-size:14px;
    width:100%;
  }

  /*Hover state for dropdown links*/
  li:hover ul a:hover {
    background: #1d2825;
    color: #fff;
  }

  /*Hide dropdown links until they are needed*/
  li ul {
    display: none;
  }

  /*Make dropdown links vertical*/
  li ul li {
    display: block;
    float: none;
  }


  /*Prevent text wrapping*/
  li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    text-align:center;
  }


  /*Display the dropdown on hover*/
  ul li a:hover + .hidden, .hidden:hover {
    display: block;
  }

  /*Show menu when invisible checkbox is checked*/
  input[type=checkbox]:checked ~ ul.dropdown{
      display: block;
  }
  input[type=checkbox]:not(:checked) ~ ul.dropdown{
      display: none;
  }
}