body {
	margin: 0 auto; 
	padding: 0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:1.0em;
	text-align: center;   /* This determines the alignment of the website */
	width:990px;
}

/*
.row_main {
	width:30%;
}
*/

#greyarea {
	margin-top:5px;
	color:#FFFFFF;
	padding: 3px 5px 0px 5px;
	background-color:#3466CC; /*dark blue*/
	font-size:100%;
	text-align:right;
	margin: auto auto; /* centers the div */
	position:relative;
}
#greyarea a:hover {
	text-decoration:none;
}

.drilldowncss {
	display: inline-block;
	margin: 5px 0px;
}

#content_holder {
	background-color:#ffffff;
	text-align: left;
	padding: 0px 0px;  /* must be zero (mobile ads) */
}
/* deprecated, use holder instead */
#content_holder2 {
	text-align: left;
	margin: 0px 0px 8px 8px;
}
#content_holder2 h3 {
	margin: 8px 0px 8px 0px;
}
#content_holder2 li {
	padding: 8px;
	list-style-position: inside; /*otheriwse markers hidden due to padding set to 0*/
}
/* Opposite of adsense */
#left_column_holder {
	width: 805px;  /* screenwidth - 2*padding - adsense*/
	float:left;
}
#fblike_header {
	float:right; 
	margin-top:1px;
}
#search_feat {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	width: 336px;
	font-size:95%;
	line-height:110%;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding: 0px;
	text-align: left;
}
#responsive_index_ad {
	clear:both;
	margin-left:126px;
	width:728px;
}
.responsive_left_LB {
	clear:both;
	float:left;
	margin-top:8px;
	width:100%;
}
#popular {
	margin-bottom: 5px;
	border-bottom:1px solid #ccc;
	color:#000000;
	font-size:85%;
	text-align:left;
}
nav ul {
	display: block; 
	clear: right;
	background: #efefef;
	list-style: none;
	margin:0px;
	border-radius: 0px; padding: 0;
}
nav ul li {
	border-top: 1px solid #6b727c;
	float:left;
	background: #5f6975;
	color: #fff;
}
nav ul .actLink {
	background: #efefef;
	display: block; 
	padding: 5px 10px;
	color: #757575; 
	text-decoration: none;
	border-bottom: 1px solid #efefef;
}
nav ul .actLink a {
}
nav ul .pasLink a {
	display: block; 
	border-bottom: 1px solid #575f6a;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}	
nav ul li a:hover {
	background: #4b545f;
	color: #fff;
}
#login_links {
	float:right; margin-top:0px;
}
#login_links a {
	color:#FFFFFF;
}
#additional_login_link a {
	color:#FFFFFF;
}
#listing_body {
	float:left; 
	width:660px; 
	margin-left:10px;
}
.menu_left {
	text-align:left;
	margin-right:0px;
	display: inline;
	float: right;
	position:absolute;
	bottom:0;
	right:0;
}
/* A Header in the Grey Area */
#greyarea h1 {
	color:#FFFFFF;
	font-size:250%;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-align:left;
	text-decoration:none;
}
/* Holds adsense in search results  */
#right_column_holder{
	position:relative;
	top: 10px;
	right: 0px;
	width:160px;
	margin-left: 3px;
	float:left;
}
.drilldown_box {
	margin-bottom: 10px;
	padding: 5px;
	width:100%;
	border:1px solid #ccc;
}
.drilldown_box_ad {
	width:100%;
}
/* A Menu Link */
.ctd {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size:100%;
	/* cursor: pointer; */
}
#greyarea .ctd a {
	color:darkblue;
	text-decoration:none;
	font-weight: bold;
}
#detailLRAd {
	float:right; 
	margin:4px; 
	width:386px; 
	height:280px;
}
#listMap {
	float: left;
	width: 815px;  /* screenwidth - thumb width (160) */
	height: 300px;
	border:1px solid #ccc;
	margin-top: 10px;
	display: none;
}
#detailWS {
	float:left; margin-top:15px; width:310px;
}
#rea_blueimp {
	float:left; clear:left; margin-left:3px; margin-top:5px;
}
#menu_button {
	background:url(/images/if-menu-alt.png) no-repeat;
  /*-webkit-appearance: push-button;
  -moz-appearance: button; */
  cursor: pointer;
	display: none;
	float:right;
	margin-top:12px;
	width:24px;
	height:24px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
#menu_checkbox {
	display: none;
}

/* The form dimensions */

#contact_div {
	padding: 1px;
	clear:both;
}

.contactForm, #reportForm {
	display: none;
  /*width: 40em;*/
  /*width: 640px;*/
  padding: 0px 0px 10px 0px;
  margin: 10px auto;
}

.reaButton {
	display:inline-block;
	height:40px;
	font-size:100%;
	padding: 3px 8px;
	margin-top:5px;
}

/* The header at the top of the form */

.contactForm h2 {
  /*font-size: 2em;*/
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0;
  padding: 1em;
  color: #aeb6aa;
  /*background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; http://morguefile.com/archive/display/606433 */
  background: #dfe0e5;
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}


/* Position the form in the middle of the window (if JavaScript is enabled) */

.contactForm.positioned {
}

/* Dimensions and position of the status messages */

.statusMessage {
  display: none;
  margin: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* geo col */
#search_col2 {
float: left;
width: 320px;
text-align:left;
border:1px solid #ccc;
margin: 10px 10px 10px 0px;
}

#search_col3_wrap {
float: left;
width: 300px;
text-align:left;
margin-right: 6px;
margin-top: 10px;
}

/* The main container */
#container {
	background-color:#ffffff;
	padding-left: 2px;
	padding-right:2px;
}

#search_result_box, #search_result_long {
	float:left; white-space: normal; overflow: hidden; text-overflow: ellipsis; margin-bottom:0px; border: 1px solid #ccc;
}
#search_result_box {
	width:390px;
	height:320px;
	padding:10px 5px 10px 5px;
}
#search_result_long {
	width:790px;
}

.inputtext {
	width:500px;
}

.tableclass {
	width:800px;
	margin-top:15px;
	margin-bottom:15px;
	border-collapse: separate;
	border-spacing: 10px;
}

.thumb_div {
	float:left;margin-right:4px;
}

/* accordion */
.accordion {
  margin: 10px 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  /*width: 295px;*/
  width: 100%;
}

.accordion a {
  text-decoration: none;
  color: inherit;
}

ul.accordion {
  list-style: none;
  padding: 0;
}
ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul.accordion .inner.show {
  /*display: block;*/
}
ul.accordion li {
  margin: .5em 0;
}
ul.accordion li a.toggle {
  display: block;
  background: #5f6975;
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}
ul.accordion li a.toggle:hover {
  /*background: rgba(0, 0, 0, 0.9);*/
}
/*end accordion*/

.post_msg_menu {
  text-align:center; 
  margin:20px;
}

@media (max-width: 867px) {
	body {
		width:100%;
	}
	.inputtext {
		width:85%;
	}
	.tableclass {
		width:93.75%;
	}
	.tableclass input[type=text] {
	}
	.thumb_div {
		width:100%;
	}
	#container {
		padding-left: 0px;
		padding-right:0px;
	}
	#greyarea h1 {
		font-size:200%;
	}
	.ctd {
		margin-top:0px;
	}
	.contactForm {
	  width: 100%;
	}
	.contactForm.positioned {
	  margin-top: 0;
	}
	#search_col2 {
		width: 98.75%;
		margin-right: 0;
	}
	#search_col3_wrap {
		width: 98.75%;
		margin-right: 0;
	}
	.statusMessage {
	  width: 62.5%;
	}
	#left_column_holder {
		width: 100%;
	}
	#listing_body {
		width:97.18%;
		margin-left:5px;
	}
	#listMap {
		width:100%;
		height: 200px;
	}
	#minQryId {
		width:37.5%;
	}
	#detailWS {
		/* display:none; */
	}
	.minSearchHide {
		display: none;
	}
	.drilldown_box_ad {
		display: none;
	}
	#fblike_header {
		display: none;
	}
	#additional_login_link {
		display: none;
	}
	#popular {
	}
	#search_feat {
		display: none;
	}
	#detailLRAd {
		display:none; 
	}
	#responsive_index_ad {
		margin-left:0px;
		width:100%;
	}
	.responsive_left_LB {
		width:100%;
	}
	.menu_left {
		position:static;
	}
	nav {
		display: none;
	}
	nav ul li {
		float:none;
	}
	#menu_button {
		display: block;
	}
	#menu_checkbox:checked ~ nav {
		display: block;
	}
	.pasLink {
	}
	#search_result_box, #search_result_long {
		width: 95.3%;
		height:auto;
	}
}

#shareThisDiv {
	clear:both;
	margin-top:10px;
	height:35px;
}

img {
     border: none;
}
.geosel {
	border: 1px solid white;
	text-decoration:none;
	color: black;
	margin: 5px;
}
.geosel a {
	text-decoration:none;
	color: black;
}
.geosel:hover {
	border: 1px solid #ccc;
}

.cmenu {
	float: left;
}

.mapleft {
	float: left;
	width:198px;
	margin:2px;
}

#map {
	float: left;
	width: 768px;  /* screenwidth - small square ad (200) - padding for ad (2); also change result_box.html */
	height: 530px;
}


/* The Footer */
#footer {
	margin-top: 5px;
	padding:4px;
	background-color:#99CCFF;  /* light blue */
	color:#000000;
	text-align:center;
	font-size:100%;
}

div.markerTooltip {
text-align: center;
white-space: nowrap;
margin: 0;
padding: 2px 0.5ex;
border: 1px solid #555;
font-weight: bold;
background: #fff;
}

#search_col1 {
text-align:left;
border:1px solid #ccc;
margin-bottom: 10px;
}

#search_feat a {
color: black;
text-decoration:none;
}
#search_feat a:hover {
text-decoration:underline;
}

#greyarea .h1st {
	font-size:300%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#search_feat_sep {
	margin-top: 0px;
	border-top:1px solid #ccc;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-top: 5px;
	clear: both;
}
/* geo col */
#search_col2_half {
float: left;
width: 48%;
margin: 3px;
}
#search_col2_full {
float: left;
width: 85%;
margin: 3px;
}


/* menu separator etc */
.ms, .msNoTop, #menuTitle, .menuTitle2 {
background-color:#efefef;
font-weight:bold;
border-bottom:1px solid #ccc;
}

.ms, .menuTitle2 {
border-top:1px solid #ccc;
}

#menuTitle, .menuTitle2 {
text-align: center;
}

.statNum {
	font-size:90%;
}

.browse_tool_curpage {
	BACKGROUND-COLOR: #132975;
	color: #ffffff;
  width: 51px;
  height: 36px;
display: table-cell;
	text-align: center;
}

.bt_pages {
  font-family: verdana, arial;
  BACKGROUND-COLOR: #D1DEE9;
  text-decoration:none;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  color:  #000000;
}

a.bt_pages {
  color:  #000000;
  width: 51px;
  height: 36px;
display: table-cell;
}

a.bt_pages:visited{
  color: #000000;
}

a.bt_pages:hover{
  color:#ffffff;
  background: #132975;
}

/* Add curved borders to various elements */

.contactForm, .statusMessage, .contactForm input[type="submit"], .contactForm input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}


/* Style for the contact form and status messages */

.contactForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}



.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}


/* Give form elements consistent margin, padding and line height */

.contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contactForm ul li {
  margin: .9em 10px 0 0;
  padding: 0;
}

.contactForm input, .contactForm label {
  line-height: 1em;
}


/* The field labels */

.contactForm label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 28%;
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}


/* The fields */

.contactForm input, .contactForm textarea {
  display: block;
  margin: 0;
  padding: .4em;
  width: 65%;
  font-family: "Georgia", serif;
  /*font-size: 1em;*/
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}

.contactForm textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}


/* Place a border around focused fields, and hide the inner shadow */

.contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}


/* Display correctly filled-in fields with a green background */

.contactForm input:valid, .contactForm textarea:valid {
  background: #dfd;
}


/* The Send and Cancel buttons */

.contactForm input[type="submit"], .contactForm input[type="button"] {
  float: left;
  margin: 2em 1em 0 1em;
  width: 10em;
  padding: .5em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  /*font-size: 1em;*/
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.contactForm input[type="submit"]:hover,
.contactForm input[type="submit"]:active,
.contactForm input[type="button"]:hover,
.contactForm input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}

.contactForm input[type="submit"]:active, .contactForm input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

.contactForm input[type="button"] {
  background: #f33;
}

/* messages */

* {
  margin: 0;
  padding: 0;
}

.emailRow__options {
  display: block;
  float: left;
}

.emailRow__options .material-icons {
  margin: 5px;
}

.emailRow {
  display: block;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid whitesmoke;
  cursor: pointer;
  z-index: 999;
}

.emailRow:hover {
  border-top: 1px solid whitesmoke;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.24);
}

.emailRow__message {
  display: block;
  width: 90%;
  clear: both;
  align-items: center;
  font-size: 13px;
}

.emailRow__title {
  float: left;
  margin-top: 8px;
  font-size: 15px;
}

.emailRow__time {
  padding-right: 15px;
  font-size: 13px;
  font-weight: bold;
  float: right;
  margin-top: 8px;
}

.emailRow__description {
  font-weight: 400;
  color: gray;
  display: block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
}
/* end messages */

input[name="type[]"] {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 670px) {
	select:focus, textarea:focus, input:focus {
		font-size: 0.750em;   /*has to be high enough to prevent automatic zoom in*/
	}
}

@media (min-width: 1200px) {
	body {
		width:1150px;
		font-size:1.0625em;
	}
	#left_column_holder {
		width: 950px;  /* screenwidth - 2*padding - adsense*/
	}
    #search_result_box {
		width: 460px;
		height:290px;
	}
	#search_result_long {
		width: 930px;
		height: auto;
	}

	#search_feat {
		width: 430px;
	}
	#search_col3_wrap {
		width: 340px;
	}
	#search_col2 {
		width: 350px;
	}
	#listing_body {
		width:820px; 
	}
}

