html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 0.9em  sans-serif;
  background: #F7F7F7 url(pattern.png) fixed;
  color: #333; 
  /* color: #003300; */}

p
{ padding: 0 0 8px 0;
  line-height: 1.5em;
  font-size: 100%;
  border: 0;}

img
{ border: 0;
  margin: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 200% 'trebuchet ms' sans-serif;
  /* color: #333; */
  margin: 0;
  padding: 0 0 8px 0;}

h1, h2, h3, h4, h5, h6 :
{ 
  font: normal 150% 'trebuchet ms' sans-serif;
  /* color: #333; */
  margin: 0;
  padding: 0 0 8px 0;
  }


h3
{ font:  normal 150% 'trebuchet ms' sans-serif;
  font-weight: normal ;
  color: #F14E23; 
  margin: 5px 0 5px 0 ;
  padding: 0 0 8px 0;}

h4
{ font: normal 150%  'trebuchet ms' sans-serif;
  font-weight: normal ;
  color: #F14E23;   
  margin: 5px 0 5px 0;
  padding: 0 0 8px 0;}

h5
{ font: normal 150%  'trebuchet ms' sans-serif;
  font-weight: normal ;
  color: #F14E23;   
  margin: 5px 0 5px 0;
  padding: 0 0 8px 0;}


strong
{ font: normal 200% 'trebuchet ms' sans-serif;
   /* color: #F14E23;  */
  /* color: #333; */
}


a, a:hover
{ outline: none;
  text-decoration: none;
  color: #0073e6;}

a:hover
{ text-decoration: underline;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

ul
{ margin: 2px 0 22px 17px;
  border: 0;}

ul a {

}
ul li
{ list-style-type: circle;
  margin: 0 0 0 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 0 0 0 2px;
  padding: 0 0 2px 25px; }

ol li
{ margin: 0 0 2px 0;
  line-height: 1.5em;}

#main, #header, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#main
{ width: 800px;
  margin: 20px auto;}

#header
{ width: 800px;
  height: 95px;}

#logo
{ width: 800px;
  float: left;
  height: 50px;
  padding: 0 0 0px 10px;}

#logo h1
{ font: normal 200% 'trebuchet ms' sans-serif;
  padding: 0px 0 10px 10px;
  color: #444;
  float: left;}

.slogan
{ float: right; 
  padding-right: 25px;
  text-align: right; 
  font: 200% 'trebuchet ms' sans-serif; 
  color: #444;}

#menubar
{ height: 46px;
  width: 800px;
  margin: 0px auto -1px auto;
  float: right;
  padding: 0px 0 0 0;} 

ul#menu
{ float: right;}

ul#menu li
{ float: left;
  padding: 0 0 0px 0px;
  list-style: none;
  margin: 2px 0 0 0;
  background: transparent;}

ul#menu li a
{ font: normal 150% 'trebuchet ms' sans-serif;
  text-decoration: none;
  color: #444;
  display: block; 
  float: left; 
  height: 20px;
  padding: 7px 23px 15px 23px;
  text-align: center;} 

ul#menu li.current a
{ height: 20px;
  padding: 6px 22px 15px 22px;}

ul#menu li.current a
{ background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #F14E23;}

ul#menu li a:hover
{ color: #F14E23;}

#site_content
{ width: 800px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
  background: #fff;
  border: 1px solid #E7E7E7;} 

#content
{ text-align: left;
  width: 730px;
  padding: 25px 0 5px 25px;
  margin: 0;}

#content ul
{ margin: 0px 0 0 0px;
  border: 0;}

#content ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 0px 0; 
  padding: 0 0 0px 25px;
  line-height: 1.5em;}

#footer
{ clear: both;
  width: 100%;
  font: normal 150%  sans-serif;
  height: 85px;
  padding: 20px 0 5px 0;
  text-align: center; 
  color: #555;
  background: transparent;
  margin-bottom: 20px;}

#footer p
{ padding: 0 0 10px 0;}

#footer a, #footer a:hover
{ color: #555;
  text-decoration: none;}

#footer a:hover
{ color: #35BDF5;
  text-decoration: none;}

.gallery img
{ position:absolute;}

 
table
{ margin: 10px 0 10px 0;
  border-collapse: collapse;}

table tr th, table tr td
{ 
  border: 1px solid black ;
  background: #F5F5F5;
  color: #555;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ background: #FBFBFB;
  color: #555; }
