@charset "utf-8";
/* CSS Document */

body {
	background: #005941;
	margin: 0;
	padding: 0;
}
    .grecaptcha-badge { 
    visibility: hidden;
}
.container {
	background-color:#FFFFFF;
	width: 95%;
	border:thick;
	border-color:#003300;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	outline-color: #FFF;
	outline-width: 3px;
	4 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
	behavior: url(../PIE.php);
}

.siteframe {
	width:auto;
	margin: 10px 10px 10px 10px;

}
.content {
		width:100%;
	padding: 10px 0;
	float: left;

}
.hr { background-color:#996600;
height:5px;
border:none;}


.curvedshadowbox{	
z-index: 90;
	background-color:#CCCCCC;
	align:center;
	width:95%;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	outline-color: #00F;
	outline-width: 3px;
4 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
behavior: url(/PIE.php);  }


.nnerendisclosure {
        font-family: "Times New Roman", Times, serif;
        font-size: 11px;
        color: #666;
}
.status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
.displaypage {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
}
.displaypage2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.displaypage3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
}
.displaypage4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.errorpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
}
.virttour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}


/* slide show for display prop page */
.rslides {  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0;  }
.rslides li {  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;  }
.rslides li:first-child {  position: relative;  display: block;  float: left;  }
.rslides img {  display: block;  height: auto;  float: left;  width: 100%;  border: 0;  } 
.spacer{
	width:100%;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}

.greentitlehp {
	font-size:24px;
	color:#009900;
	font-weight:bold;
	font-style:italic;
}

.whiteboxtopfont {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;	
}
.boxtext1 {
	font-size:14px;
	color:#FFCC33;
	font-weight:bold;
}
.boxtext2 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	background-color:#FFC;
}
.boxhead{
		font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom: 4px #000 solid;
	width:100%;
	bgcolor:#336600; 
	border-radius: 0px 18px 0px 0px ;
	-webkit-border-radius:  0px 18px 0px 0px ;
	-moz-border-radius:  0px 18px 0px 0px ;
	4 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
	behavior: url(PIE.php);
}
.boxbottom{
		font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	border-top: 4px #000 solid;
	width:100%;
	bgcolor:#336600; 
	border-radius: 0px  0px 0px 18px;
	-webkit-border-radius:  0px  0px 0px 18px;
	-moz-border-radius:  0px 0px 0px 18px ;
	4 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
	behavior: url(PIE.php);
}
.imageBorder {
	border: medium ridge #CC9933;
	margin:0;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.clearboth { clear:both; }
.hr { background-color:#996600;}
.blockdiv { display:inline-block;	
}
.rightdiv {
	display: inline-block;
	text-align:center; 
	width:48%;
	float:right;
	margin-left:auto;
	margin-right:auto;
}
.leftdiv {
	display: inline-block;
	text-align:center;
	width:48%;
	float:left;
	margin-left:auto;
	margin-right:auto;
}
.iframe-container {
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
.gallery { list-style: none; padding: 0; margin: 0;  }
.gallery:after { clear: both; content: "."; display: inline; height: 0; visibility: hidden; margin-bottom:10;}
.gallery li {  display: inline-block; width:49%;text-align:center;   border: 0px solid #3c3c3c; margin-bottom:3%;  }
.gallery li img { display: inline-block; width:90%;   height: auto;  }

.propimage { list-style: none; padding: 0; margin: 0;  }
.propimage:after { clear: both; content: "."; display: inline; height: 0; visibility: hidden; margin-bottom:10;}
.propimage li {  display: inline-block; width:49%;text-align:center;   border: 0px solid #3c3c3c; margin-bottom:3%;  }
.propimage li img { display: inline-block; width:90%;   height: auto;  }


.propimagediv{
  position:relative;
		border:0;
	background-color:#ffffff;
	box-shadow: 5px 5px 5px #000; 
	-webkit-box-shadow: 5px 5px 5px #000;
    -moz-box-shadow: 5px 5px 5px #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	outline-color: #00F;
	outline-width: 3px;
	4 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
	behavior: url(/PIE.php);     }
	
	.listingcontact{
		margin-left:auto; margin-right:auto;
	background-color:#FFFFFF;
	width:320px;
	border-collapse: separate; border-spacing: 5px;
	border:3px outset #f7f7f7;
    border-radius:  18px; 
	-moz-border-radius: 18px; 
    -webkit-border-radius: 18px;;
     box-shadow: 0px 0px 5px #000000;
     -webkit-box-shadow: 0px 0px 5px #000000;
     -moz-box-shadow: 0px 0px 5px #000000;
	 	4 filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);behavior: url(/PIE.php);  
}