﻿@import "style.css";

body {
  color: #000;
  text-align: left;
  }

#nav, #footer, #sidebar, #subnav, .image, #topnav {
  display: none;
  }
  
#container, #wrapper, .sidebar {
  width: 100%;
  margin: 0;
  padding:0;
  border: none;
  float: none;
  } 
  
.narrow {
  width: 100%;
  }
  
.box1 {
  height: auto;
  margin: 0;
  padding:0;
  }
  
#header {
  float: none;
  width: 100%;
  height: 150px;
  margin: 0;
  padding:0 0 20px 0;
  border: none;
  }

#logo {
  position: relative;
  float: right;
  padding: 0;
  top: 0;
  left: 0;  
  }

#content {
  float: none;
  width: 100%;
  margin: 0;
  padding:0;
}
  
h1 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  }

h1, h2 {
  color: #000;
  font-weight: bold;
  }
  
a:focus, a:link, a:visited, a:active {
  color: #000;
  text-decoration: underline;
  }
  
#content ul {
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 0;
  list-style: disc;
  }

#content ul li {
  padding-left: 10px;
  padding-top: 2px;
  } 

#content ul.link {
  margin-top: 0;
  margin-left: 20px;
  padding-left: 0;
  list-style: disc;
  }
  
#content ul.link li {
  padding-left: 10px;
  }  
  
ul.postTabs {
  display: none !important;
  }
  
.postTabs_divs   {
  display: block !important;
  }
 
table {
  border-bottom: 1px #ccc solid;
  }

table thead th {
  border-top: none;
  }

table thead td {
  border-top: none;
  }
  
table th {
  border-top: 1px #ccc solid;
  }

table td {
  border-top: 1px #ccc solid;
  }

.cform input,
.cform textarea,
.cform select { 
  border:1px solid #ccc; 
 }
 
.cform input.sendbutton {
  color: #fff;
 }