body {
  margin-top: 17px;
  color: #222;
  background-color: #fdf9e0;
  font-family: Helvetica, Arial;
  text-shadow: 1px 1px 0px rgba(255,255,255,.1);  
}

td {
  vertical-align: top;
}

.middle-td {
    margin: 0 auto;
    width: 600px;
}    

  .middle-td td {
    vertical-align: middle;
  }

ol li, ul li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

a, a:link {
  color: #bB6237;
}

a:visited {
  color: #000;
}

a:hover, a:focus, a:active {
  color: #eB8267;
}

/* ----- slidetabmenu start ----- */

.col50 {
  width: 42%;
  margin-right: 2%;
  float: left;
  text-align: left;
}

.col50.last {
  width: 48%;
  border-left: solid 1px #ccc;
  margin-right: 0;
  padding-left: 2%;  
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  letter-spacing: -0.033em;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

h2 {
  font-size: 1.75em;
  margin-bottom: 1em;
}

h3 {
  color: darkred;
  font-size: 1.33em;
  font-family: Georgia, Garamond;
  font-style: italic;
  font-weight: bold;
}

h4 {
  font-size: 1.125em;
}


.last-header {
  padding-top: 20px;
  padding-right: 14px;
  padding-right: 0\9;
  background: #537C6B url(/images/common/top-right-corner.gif) top right no-repeat;

}

#header-container {
  height: 130px;
  display: block;
  background-color: #537C6B;
}

#header-container h1 {
  font-size: 2em;
  color: #333;
  font-family: Georgia, Garamond;
  font-style: italic;
  margin-left: 30px;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255,255,255,.3);
}

ul#topnav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 28px;
  font-size: 0.95em;
  margin-top: 16px;
  padding-top: 2px;
  padding-bottom: 2px;

  background: transparent url(../images/common/menu_bg2.jpg);
  text-shadow: 1px 1px 1px rgba(9,9,9,.6);
}

  ul#topnav li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
 
    ul#topnav li a {
      display: inline-block;    
      color: #ccc;
      padding: 5px 9.33px;
      text-decoration: none;
    }
      ul#topnav li a:hover {
        color: #fff;
      }
      
ul#mainnav {
  background: transparent url(../images/common/menu_bg.jpg);
  width: 42.75em;
//  width: 43.5em;
  height: 41px;    
  margin: 0;
  padding: 0;  
  white-space: nowrap;  
}

html>/**/body ul#mainnav, x:-moz-any-link, x:default {   width: 43.1em; } /* Only FireFox 3 */

  ul#mainnav li {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    list-style: none;
    position: relative;
      white-space: nowrap;    
    float: left;
  }
    ul#mainnav li a {
      border-right: solid 1px #333;
      border-left: solid 1px #7a9;
      border-top: solid 1px #7a9;
      border-bottom: solid 1px #555;      
      display: inline-block;
      font-weight: bold;
      color: #AACFBB;
      text-decoration: none;
      padding: 12px 1.05em;
//  padding: 12px 1.05em;     
      white-space: nowrap;
      text-shadow: 0px 0px 25px rgba(200,180,160,.2);      
    }
    
    ul#mainnav li a:hover {
      color: #fff;
      text-shadow: 0px 0px 20px rgba(255,255,255,.5);      
    }

  ul#mainnav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    border-top: solid 1px #333;
    top: 41px;
    left: 0;
    background-color: #537C6B;
    white-space: normal;  
  }
  
    /*ul#mainnav li:hover ul {
      display: block;
    } */ 
    
    ul#mainnav ul li {
      width: 140px;
    }

      ul#mainnav ul li a {
        text-shadow: 1px 1px 1px rgba(9,9,9,.3);  
        font-weight: normal;      
        display: block;
        padding: 10px;
      }

        ul#mainnav ul li a:hover {
          background-color: #638C7B;      
        }      

/* ----- FORM ELEMENTS ----- */
input[type="text"], input[type="password"], select {
	font:1em Arial, Helvetica, sans-serif;
	border:1px solid #7f9db9;
	color:#003876;
	margin-right:3px;
	padding:2px;
	text-rendering:optimizeSpeed; /*this turns off text kerning in FF3 as the text is squished together with text-rendering activated*/
}
textarea { border:1px solid #7f9db9; }
option { padding:0 5px; }


#table-container {
  margin: 0 auto;
}

.content_container {
  padding: 2em 4em;
  background: #D4DEDA url(../images/common/bg2.jpg) no-repeat;
}

.content_container td, .content_container p {
  line-height:1.66 !important;
}

#call-now {
  position: relative;
  left: 540px;
  top: -7px;
  font-size: 1.5em;
  color: #b4bEbA;
  text-decoration: none;
}

  #call-now:hover {
    color: #537C6B;
  }

.rounded-box {
    z-index: 10000;
    padding: 1.5em 2em;
    margin-bottom: 1.5em;
    background: #eee url(../images/common/bg.jpg) no-repeat;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.rounded-box2 {  
    z-index: 10000; 
    padding: 1.5em 2em;
    margin-bottom: 1.5em;
    border: solid 2px #eee;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#footer {
  border-top: solid 1px #ccc;
  padding-top: 1.5em;
  margin-bottom: -1.5em;
  font-size: 0.95em;
  color: #666;
}

#footer #top-link {
  float: right;
}

#footer ul {
  list-style: none;
}

#map1 {
  width: 100%;
  height: 300px;  
}

.content_container p {
  font-size: 1.1em;

}

.content_container p img {
  margin: 0 0 2em 2em;
  float: right;
    border: solid 2px #eee;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



/* OVERLAY */

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:900px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers a {
  margin: 1.25em;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:-1px;
	left:1px;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/common/bg.png) repeat-x;		
}

hr {
  border-top: solid 1px rgba(255,255,255,0.5);
}

.timetable td {
  padding: 0.5em 1em !important;
}

.quiet {
  font-size: 11px;
}

table.table {
  margin-bottom: 1.5em;
  border-collapse: collapse;
}

.timetabletext table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

table.table td {
  padding: 0.5em 1em;
}

.timetabletext table td {
  border: solid 1px #444;
}

table.table p {
  margin-bottom: 0;
  font-weight: bold;
}

.loud {
  font-weight: bold;
}

table.costs {
  margin-bottom: 1.5em;
  border-collapse: collapse;  
  border: solid 1px #333;
} 

table.costs td {
  border: solid 1px #999;
  padding: 0.25em 0.5em;

}

table.costs tr:first-child * {
  font-weight: bold;
}

h4, h5 {
  font-weight: bold;
}
