/* Header */

body{
 background-image: url(back.png)
}
* 
{ 
    padding: 0;
    margin:0;
    font-family: "Raleway", sans-serif;
}

#layout {
width: 65%;
max-width: 1300px;
min-width: 950px;
margin-left: auto;
margin-right: auto;
height: 100%;
background-color: ;
background-clip: border-box;
box-shadow: 5px 0 5px 2px #888888, -5px 0 5px 2px #888888;    
}

#header { 
background-color: rgb(95, 95, 95);
text-align: left;
padding-bottom: 0px;
color: white;
border-bottom: 0px solid #666;
height: 115px;
}

.header_title img{
margin: 0;
padding: 0;
left: 0;
top: 0;
max-height: 80px;
width: 100%;
}

.header_title h1:hover{
    color: red;
}

.header_title a{
    color:red;
    text-decoration: none; 
}

.header_nav{
background-image: url(fadedbar.png);
position:relative;
top: -3px;
margin: 0px;
height:auto;
width:100%;
line-height: 30px;
text-align:center;

}
.navigation a:hover {
    color: black;
}

    
.navigation li {
	/*display: inline-block;*/
	display: inline;
    padding-left: 43px;
    padding-right: 43px;
    text-decoration: none;
   
}

.navigation a{
    font-size: 22px;
    color: white;
    text-decoration: none;
    
}

/*body*/
#textbox ul
{
    padding-left: 55px;
    padding-top: 10px;
    
}

#container { 
margin-top: 0px;
height: 100%;
min-height: 700px;
background-color:  #fff;
}

#footer { 
margin-top: 0px;
height: 40px;
background-color:  rgba(255, 255, 255, 0.37);
}

.disclaimer {
    align-self: right;
    text-align: right;
    padding-right: 10px;

}

#tabletop{
    border-collapse: collapse;
}

#tabletop tr td {
    padding-top: 0px;
    width: 20%;
    
}
#tabletop tr td img{
    padding-top: 0px;
    width: 100%;
    height: 160px;
    
}
#tabletop{
    padding: none;
    margin: none;
}


#textbox
{
   float:none;
    text-align: justify;
    right: 40px;
    width: 66%;
    padding-top: 40px;
    padding-right: 17%;
    padding-left: 17%;
    line-height: 1.7em;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
}

#list
{
    padding-left: 60px;
    
}

#top
{
    padding: 15px;
    text-align: center;
    font-size: 18px;
}

#left
{
    float: left;
    background-color: rgba(169, 169, 169, 0.11);
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
#left h1{
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    font-size: 20px;
    width: 45%;
    color: #052734;
    float: left;
}

#left p{
    float:left; 
    width: 50%;
    padding-top: 30px;
    padding-left: 70px;
    font-size: 17px;
    
}

#left ul{
    float:right;
    width: 40%;
    padding-right: 80px;
    
}
#left li{
    line-height: 1.8em;
}

#left img{
    float: right;
    width: 25%;
    height: auto;
    min-height: 150px;
    padding-right: 15%;
    padding-top: 0px;
}

#left2
{
    float: left;
    background-color: rgba(255, 255, 255, 0.72);
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
#left2 h1{
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    font-size: 20px;
    width: 45%;
    color: #052734;
    float: left;
}

#left2 p{
    float:left; 
    width: 50%;
    padding-top: 30px;
    padding-left: 70px;
    font-size: 17px;
    
}

#left2 ul{
    float:right;
    width: 40%;
    padding-right: 80px;
    
}
#left2 li{
    line-height: 1.8em;
}

#left2 img{
    float: right;
    width: 20%;
    height: auto;
    min-height: 200px;
    padding-right: 15%;
    padding-top: 30px;
}

#right{
    float: right;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

#right h1{
    text-align: center;
    float: right;
    font-size: 20px;
    width: 50%;
    padding-right: 30px;
       
}

#right p{
    float: right;
    width: 48%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 17px;
    
}

#right img{
    float: left;
    width: 25%;
    height: auto;
    min-height: 150px;
    padding-left: 15%;
}

#map{ 
    float: right; 
    padding-right: 7%;
    padding-top: 40px;
}

#textbox_map
{
   float:left;
    text-align: justify;
    right: 40px;
    width: 28%;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 12%;
    line-height: 1.7em;
    font-family: "Raleway", sans-serif;
    height: 100%;
}
#container_map { 
margin-top: 0px;
height: 100%;
min-height: 700px;
background-color:  #fff;
}

/*navbar */

@import url(http://fonts.googleapis.com/css?family=Capriola);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  width: auto;
  height: 30px;
  padding-bottom: 4px;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 0px;
  background: #0f71ba;
}
#cssmenu #bg-two {
  height: 30px;
  z-index: 2;
  background: url('images/bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 30px;
  z-index: 3;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 30px;
  z-index: 4;
  background: url('images/bg.png');
}
#cssmenu ul {
  height: 30px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 4px 30px 5px 30px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 15px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #0f71ba;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('images/bg.png');
  color: #ffffff;
}