.page-break	{ page-break-after: always; }
.form-field {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #999;
	border-radius: 6px;
	padding: 4px;
}
.form-field2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color: #999;
	border-radius: 6px;
	padding: 2px;
}
.tahoma_12 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666;
}
.tahoma_13 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
}
.tahoma_13_dark {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #222;
}
.tahoma_13_blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #002040;
}
.tahoma_13_red {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #FF0000;
}
.tahoma_13_green {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #82AE19;
}
.tahoma_12_white {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;
}
.tahoma_12_green {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #82AE19;
}
.tahoma_14 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
}
.tahoma_14_dark {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #222;
}
.tahoma_14_blue {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #002040;
}
.tahoma_14_red {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.tahoma_16 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #666;
}
.tahoma_16_red {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #F00;
}
.tahoma_16_white {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
}
.tahoma_17 {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #666;
}
.tahoma_18 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #999;
}
.tahoma_16_green {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #82AE19;
}
.tahoma_18_green {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #82AE19;
}
.tahoma_18_red {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #F00;
}
.tahoma_22 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.tahoma_22_green {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.red_text {
	font-weight: bold;
	color: #F00;
}
.green {
	font-weight: bold;
	color: #62A21D;
}
.map_spacing {
	margin: 0px;
	padding: 1px;
}
.cdg_member {
	padding: 4px 16px;
}
.outline { 
border-collapse: collapse; 
	border: 1px solid #CCCCCC;
}

/* crop photos on results pages*/
.crop_photo_results {
  position: relative;
  width: 100%;
  height: 206px;
  overflow: hidden;
}
.crop_photo_results img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_results img.portrait {
  width: 100%;
  height: auto;
}
.crop_photo_results_tab {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.crop_photo_results_tab img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_results_tab img.portrait {
  width: 100%;
  height: auto;
}
.crop_photo_results_mobi {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.crop_photo_results_mobi img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_results_mobi img.portrait {
  width: 100%;
  height: auto;
}
.crop_photo_home {
  position: relative;
  width: 100%;
  height: 188px;
  overflow: hidden;
}
.crop_photo_home img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.crop_photo_home img.portrait {
  width: 100%;
  height: auto;
}

a:link {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a.tool:link {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a.tool:visited {
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}
a.tool:hover {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a.tool:active {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a.home:link {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a.home:visited {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a.home:hover {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a.home:active {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a.listing:link {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a.listing:visited {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
a.listing:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a.listing:active {
	font-weight: normal;
	color: #82AE19;
	text-decoration: none;
}
/* single border for cms multi-column table layout*/
table.list { border-collapse: collapse; }
    .list td, .list th {
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
}
table.list-agent { border-collapse: collapse; }
    .list-agent td, .list-agent th {
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
	background-color: #EEE;
}
table.list-comm { border-collapse: collapse; }
    .list-comm td, .list-comm th {
	border: 2px solid #CCCCCC;
	vertical-align: bottom;
}
table.list-detail { border-collapse: collapse; }
    .list-detail td, .list-detail th {
	border: 1px solid #fff;
	background-color: #002040;
	color: #FFF;
}
table.rc { border-collapse: collapse; }
    .rc td, .rc th {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
table.empty2 {
	border: 0px none #FFF;
}
    .empty2 td, .empty2 th {
	border: 0px none #FFF;
	vertical-align: middle;
}
table.e3 {
	border: 0px none #FFF;
}
    .e3 td, .e3 th {
	border: 0px none #FFF;
	vertical-align: top;
}		
table.empty {
	border: 0px none #FFF;
}
    .empty td, .empty th {
	border: 0px none #FFF;
}
.pop {
	border-collapse: collapse;
	line-height: normal;
	padding: 1px;
}

td input[type="checkbox"] {
float: left;
margin: 0 auto;
}
/* image overlay code*/
#wrapper{  
    float:center; /* important */
	position:relative; /* important(so we can absolutely position the description div */  
}
#a, #b{
	position: absolute;
	left: 0px;
	width: 100%;
}
#a{
	top: 0px;
	/* styling bellow */  
}
#b{
	bottom: 0px;
	/* styling bellow */  
}
p.description_content{  
    padding:6px;  
    margin:0px;

}
p.available_soon{  
    padding:6px;  
    margin:0px;
	background-color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
	opacity: 0.8; /* transparency */
	filter: alpha(opacity=80); /* IE transparency */
}
p.available_soon2{  
    padding:6px;  
    margin:0px;
	background-color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: white;
	opacity: 0.8; /* transparency */
	filter: alpha(opacity=80); /* IE transparency */
}
p.open_house{
	padding: 6px;
	margin: 0px;
	background-color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
	opacity: 0.8; /* transparency */
	filter: alpha(opacity=80); /* IE transparency */
}
p.open_house_tab{
	padding: 4px;
	margin: 0px;
	background-color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: white;
	opacity: 0.8; /* transparency */
	filter: alpha(opacity=80); /* IE transparency */
}
p.open_house_mobi{
	padding: 2px;
	margin: 0px;
	background-color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: white;
	opacity: 0.8; /* transparency */
	filter: alpha(opacity=80); /* IE transparency */
}
.bottom_right {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}

h1 {
	font-size: 16px;
	color: #002040;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #002040;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 16px;
	color: #002040;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}


