html { 
    height:100%;
}

body
{
    background:White;
    font-size:medium;
    min-height: 100%;
//	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;
}

#bottom_div
{
   float: left;
   top:200px;
   height: 150px;
}

@-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: 444px;
}

#mainbody.right
{
  padding-left: 289px;
  width: 600px;
}

#mainbody hr {
  width: 874px;
}

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

#topbar.lowered {
  top: 378px;
}

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

#topbar li {
  display: inline;
  margin: 10px;
  padding: 6px;
//  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%;
  font-size:80%;
  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%;
}

#sidebar div h3
{
  padding-top: 0px;
  padding-bottom: 0px;
      -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

h4{
   color:MidnightBlue;
   text-align:center;
   font-size: 110%;
}

h1{
  color:MidnightBlue;
  text-align:center;
  font-size:200%;
  font-weight:bold;
}

#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;
  padding-bottom: 15px;
}

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

.property_detail_page_box {
	position: relative;
	width: 100%;
	height: auto;
	background: white;
        old-background: red;	
}

.property_detail_summary_box_header {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 25px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	background-color: MidnightBlue;
	top: 5px;
	height: 5px;
	width: 100%; 
	margin: auto;
	
			
}


.property_detail_summary_box_info {
      position: relative;
      top: 50px;
      text-align: center;
}

.property_detail_container
{
   position: relative;
   height: auto;
   overflow: auto;
   width: 100%;
   top: 55px;
   }

.property_detail_summary_box {
	position: relative;
	float: right;
	box-sizing: border-box;
	margin: 0px;
	width: 50%;
	height: auto;
	border-top: 5px;
	border-left: 5px;
	border-right: 5px;
	border-bottom: 5px;
	border-color: MidnightBlue;
	border-style: solid;
	background-color: white;
}

.property_detail_summary_box img {
      height: auto;
      width: 100%;
      padding: 0px;
      cursor: pointer;

}


.property_additional_picture_box img{
	position: absolute;
	display: inline-block;
/*	padding: 5px; */
	top: 150px;
	height: 25px;
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 1px;
	border-style: solid;
	border-color: MidnightBlue;
	
}
.property_detail_text_box {
	position: absolute;
	float: left;
	box-sizing: border-box;
	width:50%;
	height:100%;
	padding-top: 35px;
	left: 0%;
	right: 50%;
	margin: 0px;
	border-top: 5px;
	border-left: 5px;
	border-right: 5px;
	border-bottom: 5px;
	border-color: MidnightBlue;
	border-style: solid;
	text-align: left;
	padding-bottom: 20px;
/*	background-color: white; */

}

.property_detail_text_box_header {
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	top: 0px; 
	right: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
	background-color: MidnightBlue;
	height: 20px;
	width: 100%;
	max-width: 100%;
	margin: auto;
} 


.additional_pictures_box img {
	position: absolute;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

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;
}

#login
{
  top: 0px;
  right: 0px;
  text-align: right;
}

.inactive
{
  color: red;
}

.property_description
{
  overflow: auto;
  height:100%;
  padding:10px;
}

.property_detail_additional_info_header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	top: 0px; 
	right: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
	background-color: MidnightBlue;
	height: 20px;
	width: 100%;
	max-width: 100%;
	margin: auto;
} 




.additional
{
    position: relative;
    float: left;
    width: 100%;
    top: 55px;
}

.addimagediv
{
    position: relative;
    border: 5px solid MidnightBlue;
    overflow: auto;
    overflow-y: hidden;   
    -ms-overflow-y: hidden;
}

.imagetable
{
       position: relative;
       border: 0px;
}

.addinfo
{
    border: 5px solid MidnightBlue;
    padding: 5px;
}

table.proptable
{
  border-collapse: collapse;
}

table.proptable tbody tr td, table.proptable tbody tr th
{
  border: 1px solid black;
  vertical-align: top;
}

img.thumbnail
{
  width: 150px;
  height: 100px;
  vertical-align: text-top;
  cursor: pointer;
}

#floater
{
  position: fixed;
  top: 0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color: rgba(255, 255, 255, 0.75);
  visibility: hidden;
//  padding: 5% 0;
  padding-bottom: 60px;
}

#floatinner
{
  position: relative;
  height:auto;
  left:0px;
  right:0px;
//  overflow:visible;
  bottom:0px;
  top:0px;
  height:100%;
  margin-top:2%
  margin-bottom:2%;
//  padding-top:8%;
  margin-top:0.5%;
}

.floatpic
{
  position: relative;
  text-align: center;
  left: 0px;
  right: 0px;
//  width:100%;
//  height:100%;
  max-height:100%;
}

.floatpic img
{
 position:relative;
 margin-left:auto;
 margin-right:auto;
     display: block;
// min-width: 800px;
// max-width: 800px;
 height: 100%;
 border: 5px solid midnightBlue;
 margin-top: 10px;
 margin-bottom: 10px;
}

.arrows
{
  position: absolute;
  text-align: center;
  left: 0px;
  right: 0px;
  bottom:5px;
  height:auto;
  font-size: x-large;
}

.docdiv img
{
  height:100px;
  width:100px;
}

.rti_calculator
{
  margin: 0px auto;
  border: 3px solid midnightBlue;
}

.rti_calculator tr:first-child
{
  text-align: center;
}

#income
{
  background:MistyRose; 
  font-weight: bold;
  color: red; 
}

.app_part
{
  text-align: center;
  border: 4px solid midnightBlue;
  padding: 4px;
}

.app_part div
{
  text-align: left;
}

.formtext
{
   width: 400px;
}

.application_table
{
   margin: 0px auto;
}

.applybutton
{
  text-align: center;
}

.hiddendiv
{
  display: none;
}

//	&#x2714;

.done
{
  color : black;
  list-style: none; /* Remove list bullets */
  list-style-type: none;
  margin: 0;
//  list-style-image: 
}

* {-webkit-padding-start: 0px; }
.nosuch {   -webkit-margin-before: 0px;
   -webkit-margin-after: 0px; }

.done:before
{
  content: "\2714";
  padding-right: 8px;
  color: green;
}

.undone
{
  color : gray;
//  list-style-type: circle;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undone:before
{
  content: "\2717";
  padding-right: 8px;
  color: red;
}

.done
{
  color : black;
  list-style: none; /* Remove list bullets */
  list-style-type: none;
  margin: 0;
}

.navlist
{
  margin: 0;
  padding: 20px;
}

#sidebar
{
   position: absolute;
//   z-index: -2;
//   background:Gold;
   font-weight:normal;
//   margin:10px;
//   top: 428px;
  top: 200px;
//   left: 10px;
//  padding: auto;
  margin: auto;
  left: 0px;
  top: 0;
//  right: 0;
  width: 275px;
  border: 6px;
  padding: 15px;
//  padding-left: 0px;
//  padding-right: 615px;
  text-align: justify;
  position: absolute;
//  left: 0px;
//  width: 20%;
//  border: 2px;
}

#sidebar div
{
     margin: 0px;
	border: 4px solid black;
     padding-top: 20px;
}