body
{
    background:White;
    font-size:medium;
//	text-align: center;
#	background-image:url('/images/WoodFine0050.jpg');
}

#logo
{
   position: absolute;
   top: 10px;
   left: 0px;
   right: 0px;
   width: 874px;
//   left: 10px;
//   width: 158px;
   height: 152px;
   margin: auto;
   background-image:url('/images/GardnerLogo.jpg');
   background-repeat: no-repeat;
   background-position: left;
   display: table;
}

#shifter
{
   position: absolute;
   top: 172px;
//   left: 10px;
   width: 874px;
   height: 206px;
   margin: auto;
   left: 0;
   right: 0;
}

@-webkit-keyframes shifterFadeInOut {
 0% {
   opacity:1;
 }
 16% {
   opacity:1;
 }
 20% {
   opacity:0;
 }
 96% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes shifterFadeInOut {
 0% {
   opacity:1;
 }
 16% {
   opacity:1;
 }
 20% {
   opacity:0;
 }
 96% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes shifterFadeInOut {
 0% {
   opacity:1;
 }
 16% {
   opacity:1;
 }
 20% {
   opacity:0;
 }
 96% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes shifterFadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#shifter img {
  position:absolute;
  left:0;
}

#shifter img {
  -webkit-animation-name: shifterFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12.5s;

  -moz-animation-name: shifterFadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 12.5s;

  -o-animation-name: shifterFadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 12.5s;

  animation-name: shifterFadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12.5s;

  width: 874px;
  height: 206px;
}
#shifter img:nth-of-type(5) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
#shifter img:nth-of-type(4) {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
#shifter img:nth-of-type(3) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
#shifter img:nth-of-type(2) {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  -o-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
#shifter img:nth-of-type(1) {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}


#mainbody
{
   position: absolute;
//   background:Gold;
   font-weight:normal;
//   margin:10px;
//   top: 428px;
  top: 200px;
//   left: 10px;
   margin: auto;
   left: 0;
   right: 0;
   width: 914px;
   border: 6px;
   padding: 15px;
   text-align: justify;
}

#mainbody.lowered
{
  top: 400px;
}

#mainbody hr {
  width: 874px;
}

#topbar
{
  position: absolute;
//left: 178px;
  width: 874px;
  left: 0;
  right: 0;
  margin: auto;
  top: 172px;
  background-color: midnightblue;
  color: white;
  text-align: center;
}

#topbar.lowered {
  top: 378px;
}

#topbar ul {
  height: auto;
  width: 100%;
  padding: 4px;
  margin: 0px;
}

#topbar li {
  display: inline;
  margin: 10px;
  padding: 10px;
//  background: Gold;
}

#topbar li a:link {
  color: white;
  text-decoration: none;
}

#topbar li a:visited {
  color: white;
  text-decoration: none;
}

#topbar li a:hover {
  color: white;
  text-decoration: none;
}

#topbar li a:active {
  color: white;
  text-decoration: none;
}

.columns {
  width: 914px;
}

.columns div {
   width: 264px;
   float: left;
   height: 100%;
   margin-left: 20px;
   margin-right: 20px;
}

.topcols  {
  width: 874px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 120%;
  text-align:center;
  font-weight: bold;
}

.topcols ul {
  height: auto;
  width: 866px;
  padding: 4px;
  margin: 0px;
}

.topcols li {
  display: inline;
  margin: 3px;
  padding: 6px;
//  border-left: 2px solid;
//  background: Gold;
}

// .topcols li .first {
//  border-left: none;
// }



h3{
   color:MidnightBlue;
   text-align:center;
   font-size: 150%;
}

#slogan {
   position: absolute;
   margin: auto;
   left: 0;
   right: 0;
   top: 410px;
   color:MidnightBlue;
   text-align:center;
   font-size:180%;
   font-variant: small-caps;
}

#phone {
//   position: absolute;
//   margin: auto;
//   left: 0;
//   right: 0;
//   top: 0;
//   bottom: 0;
   display:table-cell;
   padding-left: 180px;
   font-size:150%;
//   max-height: 100px;
   height: 152px;
   vertical-align: middle;
//   line-height: 100px;
   text-align:center;
}

.logout {
  border: 0;
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}

textarea
{
   vertical-align: top;
}

tr:nth-child(even) {background: White;}
tr:nth-child(odd) {background: AliceBlue;}

tr:nth-child(even).bar{
  height: 4px;
  background: MidnightBlue;
}

tr:nth-child(odd).bar{
  height: 4px;
  background: MidnightBlue;
}

.property_box {
  position: relative;
  border: 3px;
  left: 0px;
  right: 0px;
  margin: auto; 
  border-color: MidnightBlue;
  border-style: solid;
  width: 699px;
  height: 85px;
  padding-left: 175px;
  padding-top: 15px;
}

.property_box img {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  height: 100px;
  width: 150px;
}

mainbody table {
 width: 874px;
}

dt {
  font-weight: bold;
}

.centered {
  width: 100%;
  text-align: center;
}

.error {
  font-weight: bold;
  color: red;
}

table.bordered {
  border: 1px solid black;
  border-collapse: collapse;
}

table.bordered th {
  border: 1px solid black;
}

table.bordered  td {
  border: 1px solid black;
  width: 50%;
}

ol {
 list-style-type: decimal;
}

ol li ol {
 list-style-type: lower-alpha;
}

h2 {
 
}

.left-flush div h3 {
  text-align: left;
}