/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

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

body {
  line-height: 1;
  }
  
ol, ul {
  list-style: none;
  }
  
blockquote, q {
  quotes: none;
  }
  
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
  }
  
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

/* Framework */

body {
  background:#000000;
  font-size:95.00%;
  font-family: Century Gothic, sans-serif;
  padding:0px; 
  margin:0px;
  width:100%;   
  text-align:center;  
  height:auto; 
  margin-bottom:0;
  color:#fff;
  }

#bg img {
  border: none;
  width:100%;
  height:auto;
  position: fixed;
  top: 0px;
  left: 0px;  
  z-index: -100;
  }
  
#container {
  text-align:left;
  padding:0px;
  margin:0px;
  }  
  
#page {  
  padding:0px;  
  width:1000px;
  margin:auto;
  border:0px;
  }      

/* HEADER */

#header {
  padding:0px;   
  padding-top:25px;
  }   

#header h1 {
  font-size:290%;
  }

#header h2 {
  font-size:200%;
  }

#header a {color:#ffffff; text-decoration:none;}
#header a:focus,
#header a:hover,
#header a:active {color:#ffffff; text-decoration:none;}

/* NAVIGATION */

#navigation {
  float: left; 
  width: 160px;
  margin: 0; 
  padding: 0;
  padding-top:50px;
  padding-left:40px;  
  }

#navigation li {
  margin-bottom:30px;
  }

#navigation a {font-size:150%; color:#ffffff; text-decoration:none; font-weight:300;}
#navigation a:focus,
#navigation a:hover,
#navigation a:active {color:#ffffff; text-decoration:underline;}
  
/* CONTENT */

#content {
  padding-top:50px;  
  margin-left:200px;
  }

#content h1 {
  display:block;
  background:#851d1e;
  padding:10px;
  font-size:140%;
  text-align:right;
  width:550px;
  margin-left:180px;
  margin-top:-68px;
  }

#text {
  border:1px solid #0d1a22;
  background:url(../gfx/bg-black-opacity.png) repeat;
  width:670px;
  padding:45px;
  }  

/* FOOTER */
  
#footer {
  background:#0d1a22;
  height:25px;
  border:1px solid #0d1a22;
  margin-left:200px;
  margin-bottom:100px;
  padding-top:5px;
  padding-left:25px;  
  padding-right:25px;    
  width:710px;  
  }

#footer a {font-family: Lucidia, sans-serif; font-size: 11px; color: #ffffff;}
#footer a:focus, 
#footer a:hover,
#footer a:active {color: #ffffff; text-decoration:underline;}  

/*Fontlayout*/

img {
  border:0px;
  }

#content h2,h3,h4,h5,h6 { 
  font-weight:lighter; 
  color:#ebebeb;
  margin: 0em 0 0.3em 0;
  padding-top:0.4em;
  color:#2a5e80;  
  }
          
#content h2 { font-size: 160%; padding-top:1.2em; padding-bottom:1.0em;} 
#content h3 { font-size: 130%; padding-top:0.8em; padding-bottom:0.8em;}                  
#content h4 { font-size: 115%; text-decoration: underline; padding-bottom:0.5em;}           

#content p {
  font-size:111%;
  color:ffffff;
  line-height:1.44em;
  padding-bottom:10px;
  }

#gmaps {
  margin-top:25px;
  }

.glry {
  margin:5px;
  border:1px solid #2a5e80;
  }

.grlyimages {
  margin-left:20px;
  }

#shdwboxcontent ul,
#content ul {
  list-style-type:disc;
  margin-left:20px;
  padding-bottom:15px;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  }

li {
  line-height:1.3em
  }

table {
  margin-left:15px;
  width:95%;  
  border-collapse:collapse;
  margin-bottom:25px;
  }

th {
  font-size:120%;
  color:#2a5e80;  
  padding:8px; 
  border-bottom:1px solid #282828;
  }

td {
  padding:8px; 
  border-bottom:1px solid #282828;
  }

td.first {
  width:240px; 
  }

td.last {
  width:120px; 
  }

.right {
  float:right;
  }
  
/*Links*/

a {color:#851d1e; text-decoration:none;}
a:focus,
a:hover,
a:active {color:#851d1e; text-decoration:underline;}

#form-box {
  margin-top:20px;
  }

.fieldclass {
  font-family:Arial, Helvetica, sans-serif;
  background-color: #dedede;
  border:3px solid #404040;
  font-size:100%;
  color:#000000;
  padding:6px;
  margin-bottom: 10px;
  width:400px;
  }
  
.btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  padding: .31em 2em .35em;
  -webkit-border-radius: .35em;
  -moz-border-radius: .35em;      
  border-radius: .35em;
  }
  
.btn:hover {
  text-decoration: none;
  }

.btn:active {
  position: relative;
  top: 1px;
  }

.green {
  color: #ffffff;
  background: #1d5123;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a7432), to(#1d5123));
  background: -moz-linear-gradient(top, #2a7432, #1d5123);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a7432', endColorstr='#1d5123');
  }

.green:hover {
  background: #2a7432;
  background: -webkit-gradient(linear, left top, left bottom, from(#289537), to(#1d5123));
  background: -moz-linear-gradient(top, #289537, #1d5123);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#289537', endColorstr='#1d5123');
  }

.green:active {
  background: #2a7432;
  background: -webkit-gradient(linear, left top, left bottom, from(#289537), to(#1d5123));
  background: -moz-linear-gradient(top, #289537, #1d5123);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#289537', endColorstr='#1d5123');
  }

#shdwbox {
  background:url(../gfx/background-shadowbox.jpg) no-repeat #000 top left;
  background-attachment:fixed;  
}

#shdwboxcontent {
  text-align:left;
  padding:25px;
  }

#shdwboxcontent h1 {font-size: 130%; color:#2a5e80; padding-bottom:1.0em;} 
#shdwboxcontent h2 {font-size: 115%; color:#2a5e80; padding-top:0.5em; padding-bottom:0.5em;} 
#shdwboxcontent p {line-height:1.3em; padding-bottom:0.5em;} 

#shdwboxcontent #form {margin-top:25px;}

