@media all
{
 /*
 Browser reset
 */

  /* Reset font size for all elements to standard (16 Pixel) */
  html * { font-size:100.01%; }
  
  /* Global reset of paddings and margins for all HTML elements */
  * { margin:0; padding:0; }

  /* Correction:margin/padding reset caused too small select boxes. */
  option { padding-left:0.4em; }
  select { padding:1px; }

 /*
 Global fix of the Italics bugs in IE 5.x and IE 6
 */
 
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }

  body {
    /* Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    font-size:100.01%;

    /* Standard values for colors and text alignment */
    background:#fff;
    color:#000;
    text-align:left;
  }

  /* Avoid visible outlines on DIV containers in Webkit browsers */
  div { outline:0 none; }

  /* Clear borders for <fieldset> and <img> elements */
  fieldset, img { border:0 solid; }

  /* New standard values for lists, blockquote */
  ul, ol, dl { margin:0 0 1em 1em; }
  li {
    line-height:1.5em;
    margin-left:0.8em; 
  }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; } 

  blockquote { margin:0 0 1em 0.8em; } 

 /*------------------------------------------------------------------------------------------------------*/

 /*
 Section clearing methods
 */

  /* Clearfix method for clearing floats */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* Essential for Safari browser !! */
  .clearfix { display:block; }

  /* IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  #ie_clearing { display:none; }
  
}

@media screen, projection
{
 /*
 Section base layout
 */
  
  #header { position:relative; }
  
  /* Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera */
  body { overflow-y: scroll; }
  
  /* Text Alignment for #topnav content */
  #topnav { text-align:right; } 

  /* Absolute positioning only within #header */
  #header #topnav {
    position:absolute;
    top:10px;
    right:10px;
  }

  /* Backup for correct positioning */
  #header, #nav, #main, #footer { clear:both; }
  
  /* Marginal areas & page background */
  body { 
	background: #fff; 
	padding: 10px 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:83.00%;
    color:#444;
  }

  /* Layout Alignment */
  .page_margins { margin: 0 auto; }

  /* Layout Properties */
  .page_margins { width: auto;  min-width: 760px; max-width: 90em; background: #fff; }
  .page { padding: 10px; }
  #header { padding: .75em 2em .75em 20px; color: #e9e9e9; background: #462c23; }
  #nav { overflow:hidden; }
  #main { margin: 15px 0 10px 0; background: #fff; }
  #footer { padding: 15px 20px; color:#ccc; background: #462c23; border-top: 5px #efefef solid; font-size: 0.85em; }

  /* Navigation: horizontal adjustment */
  #nav ul { margin-left: 20px; }
  
  /* Preparation for absolute positioning within content columns */
  #col1_content, #col3_content { position:relative; }
  
  /* Column setup */
  #col1 { float: left; width: 65%}
  #col3 { width: auto; margin: 0 0 0 66%; background:#dbc79e;}
  #col1_content { padding: 0 10px 0 20px }
  #col3_content { padding: 0 15px 15px 15px; margin-top: 0.5em; }

  /*------------------------------------------------------------------------------------------------------*/

 /*
 Section subtemplates
 */
 
  .subcolumns { width:100%; overflow:hidden; margin-top: 0.5em; }

  .c50l { float:left; }
  .c50r { float:right; margin-left:-5px; }
  .c50l, .c50r { width:50%; }

  .subcl { padding:0 1em 0 0; }
  .subcr { padding:0 0 0 1em; }

  }

@media all
{

 /*
 Horizontal list navigation
 */
  .hlist {
    /* Containing floats in IE */
    width:100%;
    overflow:hidden;
    /* Containing floats in all other browsers */
    float:left;
    display:inline;
    /* Bugfix:IE - collapsing horizontal margins */
    position:relative;
    background:#462c23;
    border-top:2px #dbc79e solid;
    line-height:0;
  }

  .hlist ul {
    margin:0;
    padding:0;
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left;
    border-left:1px #dbc79e solid;
    border-right:1px #dbc79e solid;
  }

  .hlist ul li {
    border-left:1px #dbc79e solid;
    border-right:1px #dbc79e solid;
    /* Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; 
    font-size:0.95em;
    line-height:0.95em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:#e9e9e9;
    display:block;
    font-size:0.95em;
    font-weight:bold;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#dbc79e; color:#333; text-decoration:none; outline: 0 none; }

  .hlist ul li.active {
    background:#dbc79e;
    border-left:1px #dbc79e solid;
    border-right:1px #dbc79e solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; color:#333; text-decoration:none; }
  
  /*--- Headings ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    color:#333;
    margin:0 0 0.25em 0;
  }

  h1 { font-size:250%; }             /* 30px */
  h2 { font-size:200%; }             /* 24px */
  h3 { font-size:140%; }             /* 18px */
  h4 { font-size:133.33%; }          /* 16px */
  h5 { font-size:116.67%; }          /* 14px */
  h6 { font-size:116.67%; }          /* 14px */
  
  #header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:700;
	font-size: 32px;
	font-variant:small-caps;
	letter-spacing: 1px;
    color:#e9e9e9;
    margin:0;
  }
  
  #col1_content h2 {
	margin-top: 0;
  }
  
  .c50l h3, .c50r h3 {
	padding: 1px 0 2px 0.5em; 
	margin: 0.5em 0; 
	border-style: solid; 
	border-width: 1px 1px 1px 0.6em;  
	border-color: #462c23 #462c23 #462c23 #462c23;
	background-color: #dbc79e;
  }
 
  .c50l h3 a, .c50r h3 a {
	font-weight: normal;
  }
  
  #col3_content h4 {
  font-variant: small-caps; color: #462c23;
  }
  
  #col3_content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
  #col1_content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
  }
  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:#285e01; background:transparent; text-decoration:none; font-weight: 600; }
  a:hover  { color:#6fa14c; }
  
  #header h1 a {color:#e9e9e9; text-decoration:none;}
  
  #topnav a { color:#e9e9e9; font-weight: normal; font-size: 0.9em;}
  #topnav a:hover { color:#6fa14c; }
  
  /*--- Images ---------------------------------------------------------------------------------------- */
  
  #col3 img {
  display: block; margin: 0 0 0.5em 0;
  }
  
  img.mcfloatl {float: left; margin: 0 1em 0.5em 0;}
  img.mcfloatr {float: right; margin: 0 0 0.5em 0.5em;}
  
    /*--- Forms ------------------------------------------------------------------------------------------- */
  
  ol.forms {
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width:100%;
  }

  ol.forms li {
  clear:left;
  float:left;
  line-height:1.5em;
  margin-bottom:0.5em;
  width:100%;
  }
  
  ol.forms label {
  display:block;
  float:left;
  line-height:1.5em;
  padding-right:2%;
  text-align:right;
  width:12%;
  }
  
  ol.forms li.buttons {
  padding-left:14%;
  width:89%;
  }
  
  ol.forms input {
  width:39%;
  }
  
  ol.forms textarea {
  height:20em;
  width:64%;
  }
  
  ol.forms .error {
  display:block;
  margin-bottom:0;
  margin-left:14%;
  margin-right:0;
  margin-top:0.25em;
  width: 64%;
  }

  .error {
  color:#FF0000;
  }

  /*--- Etc ------------------------------------------------------------------------------------------- */
  
  #col1_content p, #col3_content p {margin: 0 0 .75em 0}
  .ledCatName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
  }
  table.bookingkey {margin-bottom: 1em;}
  .col3_contact {margin-bottom: 1em;}
  
  .tdmenu, .tdspace, .tdhead { padding: 10px; }
  
}
