@import url('fonts/fonts.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
html, div, map, dt, isindex, form {
	display:block;
}
header, nav, article, footer, address {
	display:block;
}
html {
	background:#ffffff;
	color:#0e2e36;
}
body {
	width:100%;
	/*min-width:1024px;*/
	margin:0px;
	font-family: "open_sansregular", Arial, sans-serif;
	font-size:15px;
	position:relative;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
	visibility:hidden;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
	visibility:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.uppercase {
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.cleanmargin {
	margin:0 !important;
}
.cleanpadding {
	padding:0 !important;
}
.cleanmargin-bottom {
	margin-bottom:0 !important;
}
.clean-line {
	line-height:20px !important;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.header {
	width:100%;
	background:#0e2e36;
	height:86px;
	overflow:hidden;
}
.logo {
	width:169px;
	height:86px;
	float:left;
}
.logo a {
	text-indent:-9999px;
	background:url(../images/logo.png) top left no-repeat;
	width:169px;
	height:86px;
	display:block;
}
.container {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.smallnav{
	float:right;
	width:auto;
	padding-top:10px;
	margin-right:20px;
}
.smallnav ul li {
	display: inline-block;
	float: left;
	padding:0 5px;
}
.smallnav ul li a {
	color: #FFF;
	display: inline-block;
	padding: 0 5px;
	position: relative;
	text-decoration: none;
	font-family: "open_sanslight", Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.topnav {
	float:right;
	width:auto;
	padding-top:5px;
}
.topnav ul li {
	display: inline-block;
	float: left;
}
.topnav ul li a {
	color: #FFF;
	display: inline-block;
	padding: 3px 25px;
	position: relative;
	text-decoration: none;
	font-family: "open_sanslight", Arial, sans-serif;
	font-size: 17px;
	line-height: 40px;
	text-transform: uppercase;
}
.slider-container {
	position:relative;
	overflow:hidden;
	background:#e5e5e5;
}
.slider-container ul.slide {
	width:auto;
	height:auto;
	white-space:nowrap;
	overflow:hidden;
}
.slider-container ul.slide li {
	display:inline;
	width:auto;
	position:relative;
}
.slider-container ul.slide li .slide-wrap {
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	width:1920px;
}
.slider-container ul.slide li a img {
	display:block;
}
.slider-container ul.slide li a.inside-slider {
	display:block;
	margin-left:-50%;
}
.slider-container ul.slide li a.slide-link {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
div.background-image {
	background-position:center;
}
.slider-container ul.slide img {
	vertical-align:top;
	width:1920px;
	height:600px;
}
.slider-container .anythingControls {
	display:block;
	position:absolute;
	right:35px;
	bottom:25px;
}
.slider-container .thumbNav {
	position:relative;
	z-index:1;
}
.slider-container .thumbNav a {
	display:block;
	width:15px;
	height:15px;
	text-decoration:none;
	font-size:0px;
	line-height:0px;
	float:left;
	margin-right:5px;
}
.slider-container .thumbNav a.cur {
	background-image:url('../images/slide_active.png');
}
.slider-container div.arrs {
	position:absolute;
	z-index:110;
	bottom:40px;
	right:40px;
	width:36px;
	height:37px;
}
.slider-container div.arrs a.al {
	margin:12px 0 0 0;
}
div.slide-pattern-up {
	position:absolute;
	top:0;
	left:0px;
	background:url('../images/tooth-up.png') no-repeat center top;
	width:1022px;
	height:30px;
	z-index:110;
}
div.slide-pattern-down {
	position:absolute;
	bottom:0;
	left:0px;
	background:url('../images/tooth-down.png') no-repeat center bottom;
	width:1022px;
	height:30px;
	z-index:110;
}
div.hider {
	position:absolute;
	bottom:-1px;
	left:0;
	height:5px;
	width:1022px;
	border-bottom:1px solid #ffffff;
	font-size:0px;
	line-height:0px;
}
.slider-container span.forward a {
	position:absolute;
	z-index:110;
	top:50%;
	right:50px;
	margin-top:-60px;
	height:39px;
	width:39px;
	background:url('../images/arrows.png') no-repeat right center;
}
.slider-container span.back a {
	position:absolute;
	z-index:110;
	top:50%;
	left:50px;
	margin-top:-60px;
	height:39px;
	width:39px;
	background:url('../images/arrows.png') no-repeat left center;
}
.slider-container span a span {
	display:none;
}
.slider-container div.buyNow {
	font-family:'open_sanslight', Arial, sans-serif;
	width:auto;
	height:36px;
	background:#ffffff;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
}
div.slider-inner {
	width:1000px;
	height:600px;
	margin:0 auto;
	position:relative;
	padding:0px;
}
div.loader {
	width:100%;
	height:600px;
	background:url('../images/ajax-loader.gif') #ffffff no-repeat center center;
}
div.custom-slide-center {
	position:relative;
	z-index:110;
	margin:0 auto;
}
div.custom-slide-left {
	position:relative;
	z-index:110;
	float:left;
}
div.custom-slide-right {
	position:relative;
	z-index:110;
	float:right;
}
div.custom-slide-left .description, div.custom-slide-right .description {
	z-index:110;
	color:#333333;
	float:left;
	line-height:20px;
	white-space:normal;
	width:250px;
	font-size:12px;
}
div.custom-slide-left .description {
	float:left;
}
div.custom-slide-right .description {
	float:right;
}
.slider-inner .description h1, .slider-inner .description h2 {
	font-size:30px;
	line-height:38px;
	margin-bottom:15px;
}
.slider-inner .description h3, .slider-inner .description h4 {
	font-size:22px;
	line-height:32px;
	margin-bottom:15px;
}
.slider-inner .description h5, .slider-inner .description h6 {
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
}
.slider-inner .description p {
	margin-bottom:10px;
}
.slider-container div.custom-slide-left .description a, .slider-container div.custom-slide-right .description a {
	margin:0;
	display:inline;
}
div.custom-slide-left .buyNow {
	float:left;
	padding:7px 10px 0px 51px;
}
div.custom-slide-right .buyNow {
	float:right;
	padding:7px 51px 0px 10px;
}
#to_cluster {
	color:#333333;
	margin:0 !important;
	padding-top:35px;
	text-align:left !important;
}
.clustered svg {
	left:-2px !important;
}
.slider-tabs {
	width:100%;
	height:64px;
	position:absolute;
	bottom:0;
	left:0;
	display:table;
}
.slider-tabs div, .slider-tabs a {
	padding:12px 0 0;
	display:table-cell;
	height:42px;
	cursor:pointer;
	text-decoration:none;
}
.slider-tabs div h3, .slider-tabs a h3 {
	font-family:'open_sanssemibold', Arial, sans-serif;
	color:#333333;
	text-align:center;
	line-height:18px;
	font-size:18px;
	margin:0 0 5px;
}
.slider-tabs.tabs4 div, .slider-tabs.tabs4 a {
	width:250px;
	background:url('../images/tab-bg4.png');
}
.slider-tabs.tabs3 div, .slider-tabs.tabs3 a {
	width:333px;
	background:url('../images/tab-bg3.png');
}
.slider-tabs.tabs2 div, .slider-tabs.tabs2 a {
	width:500px;
	background:url('../images/tab-bg2.png');
}
.slider-tabs div p, .slider-tabs a p {
	font-family:'open_sanslight', Arial, sans-serif;
	font-size:15px;
	text-align:center;
	color:#555555;
}
.slider-tabs div:hover p, .slider-tabs a:hover p {
	color:#333333;
}
.slider-tabs div.active h3, .slider-tabs a.active h3 {
	font-family:'open_sanssemibold', Arial, sans-serif;
	color:#ffffff;
}
.slider-tabs div.active p, .slider-tabs a.active p {
	color:#ffffff;
}
.slider-tabs.tabs4 div.active, .slider-tabs.tabs4 a.active {
	background:url('../images/active4.png') no-repeat center bottom;
	width:250px;
}
.slider-tabs.tabs3 div.active, .slider-tabs.tabs3 a.active {
	background:url('../images/active3.png') no-repeat center bottom;
	width:333px;
}
.slider-tabs.tabs2 div.active, .slider-tabs.tabs2 a.active {
	background:url('../images/active2.png') no-repeat center bottom;
	width:500px;
}
.slider-tabs span.space-left {
	background:url('../images/slider-tabs-bg.jpg') top left repeat-x;
	display:table-cell;
}
.slider-tabs span.space-right {
	background:url('../images/slider-tabs-bg.jpg') repeat-x;
	display:table-cell;
}
.custom-slide-hide {
	display:none !important;
}
.slider-container h1, .slider-container h2, .slider-container h3, .slider-container h4, .slider-container h5, .slider-container h6 {
	font-family:'open_sanssemibold';
}
.externalNav h3 {
	font-family: "open_sanssemibold", Arial, sans-serif;
	font-size:21px;
}
.externalNav div p {
	font-family: "open_sanslight", Arial, sans-serif;
	font-size:15px;
}
.content .home {
	padding:100px 20px 100px 20px;
	overflow: hidden;
	width: 960px;
}
.content .subpage {
	padding:0 20px 100px 20px;
	overflow: hidden;
	width: 1000px;
}
.content h1 {
	font-family: "open_sanslight", Arial, sans-serif;
	font-weight:normal;
	color:#0e2e36;
	font-size:36px;
	padding:10px 0;
}
.content h3 {
	font-family: "open_sansregular", Arial, sans-serif;
	font-weight:normal;
	color:#0e2e36;
	font-size:16px;
	text-transform:uppercase;
	padding:15px 0 15px 0;
	clear:both;
	width:100%;
}
.content p {
	padding:20px 0 10px 0;
	line-height:220%;
}
.home p {
	float:left;
	display:inline;
	width:650px;
}
.rightcta {
	float:right;
	width:305px;
	display:inline;
}
.rightcta a {
	float:right;
}
.footer {
	width:100%;
	background:#0e2e36;
	height:77px;
}
.footer ul.footernav {
	float: left;
	list-style: none;
	margin-top: 17px;
}
.footer ul.footernav li {
	display: inline;
	float: left;
	padding: 0 15px;
}
.footer ul.footernav li a {
	color: #fff;
	font-family: "open_sanslight", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-addr {
	float:left;
	color: #b6b6b6;
	font-family: "open_sanslight", Arial, sans-serif;
	font-size: 12px;
	clear:both;
	padding-left:15px;
	padding-top:10px;
}

.footer-addr a {
	display: inline;
	color: #b6b6b6;
	font-family: "open_sanslight", Arial, sans-serif;
	font-size: 12px;
	clear:both;
	padding-left:15px;
	padding-top:10px;
}

.footer-jpfco {
	width:169px;
	height:77px;
	float:right;
	display:inline;
}
.relative {
	position:relative !important;
}
.gray-content {
	background:#f4f4f4;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding-top:40px;
}
.gray-content .subpage {
	padding-bottom:60px;
}
#map-canvas {
	width: 100%;
	height:600px;
	margin: 20px 0 0 0;
	padding: 0;
}
h1.padding-top {
	padding-top:100px;
}
.quatro {
	width:21%;
	padding-right:4%;
	float:left;
	margin-top:30px;
}
.quatro span {
	width:100%;
	float:left;
	font-size:13px;
	padding-bottom:6px;
	color:#0e2e36;
	font-family:'open_sanssemibold_italic', Arial, sans-serif;
}
.quatro a {
	color:#1e7cd4;
	float:left;
	width:100%;
	font-family:'open_sansregular', Arial, sans-serif;
	padding-bottom:25px;
	font-size:13px;
	line-height:130%;
	text-decoration:none;
}
#flashcontent {
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.gallery {
	margin-top:30px;
	margin-bottom:80px;
}
.gallery a {
	margin:0 17px 13px 0;
	border:1px solid #dddddd;
	text-decoration:none;
	display:inline-block;
}
.gallery a img {
	padding:8px;
}
.nash-map-img {
	margin:0 auto;
	width:100%;
	max-width:1631px;
}
.nash-map {
	width:100%;
	text-align:center;
	padding-bottom:100px;
}
.cinque {
	width:18%;
	padding-right:2%;
	float:left;
	margin-top:30px;
}
.cinque h4 {
	font-family:'open_sansbold_italic', Arial, sans-serif;
	line-height:150%;
	font-size:14px;
	font-weight:normal;
	padding-top:15px;
}
.content .cinque p {
	font-family:'open_sansregular', Arial, sans-serif;
	line-height:170%;
	font-size:13px;
}
#rtabs {
	height: 48px;
	position: fixed;
	left: 0;
	bottom: 18%;
	width: 135px;
	z-index: 89;
}
#rtabs a#fdbk_tab {
	background-image: url("../images/newslettertab.png");
	color: white;
	cursor: pointer;
	height: 48px;
	margin-left: -3px;
	overflow: hidden;
	position: absolute;
	text-indent: -100000px;
	top: 0;
	width: 135px;
}



#rtabs a#fdbk_tab:hover {
	margin-left: 0;
}
#toTop {
	background-color: rgba(193, 193, 193, 0.8);
	background-image: url("../images/up.png");
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 0;
	bottom: 20px;
	color: rgba(0, 0, 0, 0);
	display: none;
	font-size: 0;
	height: 41px;
	position: fixed;
	right: 30px;
	width: 45px;
	z-index: 50;
}
#toTop:hover {
	background-color: #0e2e36;
}
.gmapdiv {
	color: #474747;
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 12px;
	height: 135px !important;
	text-align: left;
	width: 350px !important;
	padding-top:5px;
}
.slider-container ul.slide #map-canvas .gmapdiv img.gmapimg{
	display: inline;
	float: left;
	padding: 0 10px 0 0 !important;
	width:151px;
	height:97px;
}
.gmapdiv p {
	clear: none !important;
	display: inline;
	float: left;
	height: auto;
	line-height: 18px !important;
	padding: 5px 0 0 !important;/*    width: 200px !important;*/
}
.map-address {
	color: #003f4f;
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size: 14px;
	line-height:120%;
	padding-bottom:4px;
	float:left;
	width:100%;
	padding-top:3px;
}
.map-left {
	float:left;
	width:151px;
}
.map-right {
	float:right;
	width:189px;
}
.map-img {
	float:left;
}
.map-rates {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	float:left;
	font-size:12px;
	text-align:center;
	width:100%;
	height:40px;
}
.map-rates span {
	margin:0 auto;
	background:#003f4f;
	color:#FFFFFF;
	padding:6px 10px;
	display:inline-block;/*	float:left;*/
}
.map-area {
	font-size:13px;
	padding-bottom:10px;
	float:left;
	width:100%;
}
.map-bed {
	width:27px;
	height:18px;
	line-height:20px;
	background:url(../images/mapbed.gif) left center no-repeat;
	padding-left:23px;
	float:left;
	display:inline;
}
.map-bath {
	width:31px;
	height:18px;
	line-height:20px;
	background:url(../images/mapbath.gif) left center no-repeat;
	padding-left:19px;
	float:left;
	display:inline;
}
.map-link {
	float:left;
	width:100%;
	border-top:1px solid #f2f2f2;
	margin-top:10px;
	padding-top:10px;
}
.map-link a {
	color:#003f4f;
	font-size:13px;
	text-decoration:none;
	background:url(../images/map-link.gif) right center no-repeat;
	padding-right:20px;
	float:left;
	font-weight:bold;
	height: 15px;
	line-height:13px;
}
.agent {
	background:#fafafa;
	border:1px solid #ebebeb;
	width:268px;
	height:107px;
	float:left;
	display:inline;
	margin-right:63px;
}
.agimage, .agdetails {
	float:left;
	display:inline;
}
.agdetails {
	padding-left:16px;
}
.agtitle {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size:14px;
	padding-top:8px;
	padding-bottom:5px;
}
.agname {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size:16px;
}
.agphone {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size:14px;
	padding-top:10px;
}
.aglinks {
	color:#1f84d3;
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-top:8px;
}
.aglinks a {
	text-decoration:none;
	color:#1f84d3;
	line-height:16px;
}
.filters {
	background:#fafafa;
	border:1px solid #ebebeb;
	width:571px;
	height:107px;
	padding:0 15px;
	float:left;
	display:inline;
}
.filters h4 {
	font-family: "open_sanssemibold", Arial, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom:20px;
}
.listcellsmall {
	width:270px;
	height:300px;
	float:left;
	margin-right:63px;
	margin-top:35px;
	margin-bottom:25px;
	background:#fafafa;
	border-bottom:1px solid #ececec;
}
.listingsmall {
	border-bottom:2px solid #dedede;
	float:left;
	width:270px;
	height:298px;
	text-decoration:none;
	color:#0e2e36;
	font-family: "open_sanssemibold", Arial, sans-serif;
}
.h2rnt {
	width:255px;
	font-size:18px;
	float:left;
	margin-left:10px;
	padding-top:14px;
	height:20px;
	overflow:hidden;
}
.h2loc {
	width:131px;
	font-size:14px;
	float:left;
	margin-left:10px;
	padding-top:7px;
}
.listcellsmall .minmax {
	font-size:14px;
	float:left;
	margin-left:10px;
	margin-top:0;
	height:24px;
	line-height:25px;
	width:255px;
}
.listcellsmall .bed {
	font-size:14px;
	float:left;
	margin-left:10px;
	width:30px;
	margin-top:5px;
	height:24px;
	line-height:25px;
	background:url(../images/rental_bed.gif) center left no-repeat;
	padding-left:28px;
}
.listcellsmall .bath {
	font-size:14px;
	float:left;
	width:29px;
	margin-left:10px;
	margin-top:5px;
	height:24px;
	line-height:25px;
	background:url(../images/rental_bath.gif) center left no-repeat;
	padding-left:20px;
}
.chosen-container {
	font-size:14px;
	width:128px !important;
	margin-right:11px;
}
.chosen-container .chosen-single {
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	background-color:#fff;
	background-image:none;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:3px;
	line-height:35px;
	height:35px
}
.chosen-container .chosen-single div {
	width:30px;
	border-left:1px solid rgba(0,0,0,0.1)
}
.chosen-container .chosen-single div b {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	background-image:url("../images/down-arrow.png") !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size:8px 6px !important;
	width:100%;
	height:100%;
	display:block
}
.chosen-container .chosen-single:hover b {
	background-color:#f2f2f2;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.chosen-container .chosen-drop {
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.1);
	border-top:none;
	margin-top:-2px
}
.chosen-container .chosen-drop ::-webkit-scrollbar {
width:8px
}
.chosen-container .chosen-drop ::-webkit-scrollbar-track {
background-color:transparent;
margin-left:10px
}
.chosen-container .chosen-drop ::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,0.2);
border-radius:3px
}
.chosen-container .chosen-drop ::-webkit-scrollbar-thumb:hover {
background-color:rgba(0,0,0,0.4)
}
.chosen-container .chosen-drop ::-webkit-scrollbar-button {
display:none
}
.chosen-container .chosen-drop ::-webkit-scrollbar-corner {
display:none
}
.chosen-container .chosen-drop .chosen-results {
	margin-top:2px
}
.chosen-container .chosen-drop .chosen-results li {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	line-height:20px;
	margin-right:5px
}
.chosen-container .chosen-drop .chosen-results li:hover {
	background-color:#003f4f;
	background-image:none;
	border-radius:3px;
	color:#fff
}
.chosen-container .chosen-drop .chosen-results .result-selected {
	background-color:#003f4f;
	background-image:none;
	border-radius:3px;
	color:#fff
}
.filters input[type="text"], .filters input[type="email"], .filters input[type="number"], .filters input[type="password"], .filters textarea, .filters .uneditable-input, .filters #inputDate, .newsemail{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.2);
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.2);
	border:none;
	border-radius:2px;
	display:block;
	height:30px;
	margin-bottom:3px;
	margin-top:5px
}
.filters input[type="text"]:focus, .filters input[type="email"]:focus, .filters input[type="number"]:focus, .filters input[type="password"]:focus, .filters textarea:focus, .filters .uneditable-input:focus, .filters #inputDate:focus, .newsemail:focus {
	-webkit-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4);
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4)
}
.filters input[type="text"]:hover, .filters input[type="email"]:hover, .filters input[type="number"]:hover, .filters input[type="password"]:hover, .filters textarea:hover, .filters .uneditable-input:hover, .filters #inputDate:hover, .newsemail:hover {
	-webkit-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4);
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4)
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="number"], .widget input[type="password"], .widget textarea, .widget .uneditable-input, .widget #inputDate {
	width:100%
}
.filters textarea {
	height:auto
}
.week-picker {
	display: inline-block !important;
	height: 35px;
	margin: 1px 0 0;
	width: 128px;
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2) !important;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2) !important;
	background-color:#fff !important;
	border:1px solid rgba(0,0,0,0.2) !important;
	border-radius:3px !important;
	line-height:35px !important;
	height:35px !important;
	padding:0 0 0 8px !important;
	-moz-user-select: none;
	display: inline-block;
	font-size: 13px;
	position: relative;
	margin-right:11px;
	background-image:url(../images/calendar.png);
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.top-rentals {
	padding-top:50px;
}
.e_map {
	width:124px;
	height:27px;
	color:#FFF;
	background:#474747 url(../images/e_map.gif) top left no-repeat;
	position:absolute;
	top:120px;
	right:0;
	z-index:999;
}
.c_map {
	width:124px;
	height:27px;
	color:#FFF;
	background:#474747 url(../images/c_map.gif) top left no-repeat;
	position:absolute;
	top:553px;
	right:0;
}

.slider-container ul.slide #map-canvas img {
    height: auto;
    width: auto;
}
.map-loading{
	line-height:30px;
	font-weight:bold;
	font-size:16px;
}
.propimages {
    display: inline;
    float: left;
    margin-top: 20px;
    padding-left: 5px;
    width: 640px;
}
#house .propimages {
    background:#eeeeee;
    border: medium none;
    float: left;
    height: 420px;
    padding: 36px 30px 36px 20px;
    width: 917px;
}
#mainimg, #mainvideo {
    background: none repeat scroll 0 0 #f5f3f4;
    border: 1px solid #dcdcdc;
    height: 450px;
    line-height: 450px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
#house .propimages #mainimg, #house .propimages #mainvideo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: inline;
    height: 400px;
    position: relative;
    vertical-align: top;
    width: 600px;
	float:left;
}
#mainimg img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 450px;
    max-width: 638px;
    position: absolute;
    right: 0;
    top: 0;
}
#house #image {
    max-height: 400px;
    min-height: 400px;
}
#house .rentalimg #image {
    max-height: 489px;
    min-height: 260px !important;
}
.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.lb-prev, .lb-next {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    display: inline-block;
    height: 100%;
    width: 30%;
}
.lb-prev {
    background: url("../images/prev.png") no-repeat scroll left 48% transparent;
    left: -10px;
    position: absolute;
}
.lb-nav a {
    cursor: pointer;
    outline: medium none;
}
.lb-next {
    background: url("../images/next.png") no-repeat scroll right 48% transparent;
    position: absolute;
    right: -10px;
}
#small-overlay {
    background: none repeat scroll 0 0 rgba(238, 238, 238, 0.85);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.loading-small {
    background-color: #f3f3f3;
    background-image: linear-gradient(#ffffff, #f9f9f9 20%, #eeeeee 80%, #e1e1e1);
    border: 1px solid #dddddd;
    border-radius: 3px;
    bottom: 0;
    box-shadow: 0 0 8px 1px rgba(100, 100, 100, 0.7), 0 0 7px 5px rgba(255, 255, 255, 0.9) inset;
    color: #666666;
    font-weight: bold;
    height: 50px;
    left: 0;
    line-height: 18px !important;
    margin: auto;
    min-width: 150px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 16%;
    z-index: 9999;
}
#small-throbber {
    background: url("../images/small-loader.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    margin-top: 15px;
    vertical-align: middle;
    width: 16px;
}
#small-text {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px !important;
    padding-left: 10px;
    padding-top: 18px;
    text-shadow: 1px 1px 3px #bbbbbb;
    vertical-align: middle;
}
#house .smallimg {
    display: none;
    float: right;
    height: 400px;
    margin: 0;
    position: relative;
    width: 300px;
}
#house #slider-prev {
    height: 14px;
    left: 133px;
    position: absolute;
    top: -22px;
    width: 27px;
}
.disabled {
    color: #b0b0b0;
    cursor: default;
}
#house .smallimg .disabled img {
    display: none;
}
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
.slide, .slide-small {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide {
    height: 476px;
}
#house .slide {
    float: left;
    height: 95px;
    width: 300px !important;
}
#house .propgalery, #house .propvideo {
    cursor: pointer;
    display: inline;
    float: left;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
#house #slider-next {
    bottom: -22px;
    height: 14px;
    left: 133px;
    position: absolute;
    width: 27px;
}
#imgnr {
    clear: both;
    color: #1f1f1f;
    float: left;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
    width: 600px;
}
#house .padd {
    margin-left: 10px;
}
#house .propgalery, #house .propvideo {
    cursor: pointer;
    display: inline;
    float: left;
}
.hdetails{
	font-size:15px !important;
	padding-top:10px;
	text-transform:uppercase;
}
.hdetails .bed{
	display:inline-block;
	padding-right:25px;
	background:url("../images/mapbed.gif") no-repeat right center;
	margin-right:25px;
}
.hdetails .bath{
	display:inline-block;
	padding-right:26px;
	background:url("../images/mapbath.gif") no-repeat right center;
	margin-right:22px;	
}
.hdetails .rid{
	display:inline-block;
}
.descriptxt{
	float:left;
	padding:70px 22px 0 22px;
	display:inline-block;
	width:671px;
}
.descriptxt strong, .descriptxt h2, .deschouse strong, .deschouse h2{
	font-family: "open_sanssemibold", Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	padding:15px 0 0 0;
}
.deschouse h2{
	margin-bottom:10px;
}
.deschouse span{
	line-height:220%;
	width:100%;
	display:block;
}
.content .descriptxt p{
	padding:10px 0 20px 0;
}
.deschouse{
	float:left;
	width:200px;
	display:inline-block;
	padding:70px 0 70px 45px;	
}
#tblbedbath{
	line-height:220%;	
}
#tblbedbath th{
	font-family: "open_sanssemibold", Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	padding:15px 0 0 0;
}
.deschouse .infos{
	width:100%;
	text-align:center;
	padding-top:25px;
}
.deschouse .infos a{
	margin:0 auto;
}
#rentalame td {
    line-height: 30px;
    padding-left: 20px;
}
.tdfirst {
    padding-left: 20px !important;
}
#rentalame{
	margin-top:30px;
}
#rentalame td{
	background:url(../images/amenities_yes.gif) left center no-repeat;
}
#rentalame td.unavailable{
	background:url(../images/amenities_no.gif) left center no-repeat;
	color:#8b8b8b;
}
.rates{
	background:#fcfcfc;
	border:1px solid #cacaca;
	position:relative;
	width:220px;
	min-height:150px;
	height:auto;
	float:left;
	padding:50px 0 10px 10px;
	font-size:12px;
	font-family: "open_sanssemibold", Arial, sans-serif;		
}
.rates + .rates{
	margin-left:15px;
}
.avltbl{
	float:left;
	width:100%;
	margin-top:35px;
}
.rates .month{
	position:absolute;
	top:-26px;
	left:-9px;
	width:61px;
	height:12px;
	background:#f4f4f4 url(../images/months.png) top left no-repeat;
	padding:30px 5px 10px 5px;
	text-align:center;
	font-size:11px;
	font-family: "open_sanssemibold", Arial, sans-serif;	
}
.rline{
	padding-bottom:15px;
}
.rline .week{
	display:inline-block;
	padding-right:15px;
}
.rline .rate{
	display:inline-block;	
	padding-right:15px;	
}
.rline .rent-now{
	display:inline-block;
	font-size:10px;
	background:#0e2e36;
	color:#FFF;
	text-decoration:none;
	padding:2px 4px;
}
.bagent{
	position:fixed;
	left:50%;
	top:50%;
    margin-left:-350px;
    margin-top:-152px;
	width:670px;
	height:275px;
	padding:15px;
	display:inline-block;
	background:#fafafa;
	border:1px solid #ebebeb;	
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);	
}
.bcontact{
	position:fixed;
	left:50%;
	top:50%;
    margin-left:-180px !important;
    margin-top:-105px !important;
	width:330px !important;
	height:180px !important;
	padding:15px;
	display:none;
	background:#fafafa;
	border:1px solid #ebebeb;	
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);		
}
.close{
	position:absolute;
	top:5px;
	right:5px;
	width:36px;
	height:36px;
	background:url(../images/close_03.png) top left no-repeat;
}
.bagent .bagimg{
	width:231px;
	height:261px;
	float:left;
	display:inline-block;
}
.bagent .bagdet{
	width:420px;
	height:auto;
	float:left;
	display:inline-block;
	margin-left:15px;
}
.bagent .bagname{
	font-size:18px;
	padding-bottom:13px;
}
.bagent .bagname strong{
	font-family: "open_sanssemibold", Arial, sans-serif;	
}
.bagent .bagdesc{
	line-height:150%;
}
.bagent .bagdesc p{
	padding-bottom:15px;
}
.bagcontact{
	font-weight:bold;
}
.bagcontact a{
	text-decoration:none;
	color:#1f84d3;
	font-size:16px;
}
.bagcontact span{
	padding-right:18px;
}
.loading-results {
	background-color: #F3F3F3;
	background-image: linear-gradient(#FFFFFF, #F9F9F9 20%, #EEEEEE 80%, #E1E1E1);
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 8px 1px rgba(100, 100, 100, 0.7), 0 0 7px 5px rgba(255, 255, 255, 0.9) inset;
	color: #666666;
	font-size: 2.3em;
	font-weight: bold;
	height: 70px;
	margin-left: 330px;
	margin-top: 75px;
	position: fixed;
	text-align: center;
	width: 300px;
	z-index: 9999;
}
#loading-throbber {
	background: url("https://www.jpfco.com/images/ajax-load.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 40px;
	margin-right: 8px;
	margin-top: 15px;
	vertical-align: middle;
	width: 40px;
}
#loading-text {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 18px;
	text-shadow: 1px 1px 3px #BBBBBB;
	vertical-align: middle;
}
#small-overlay {
	z-index:9998;
	background: none repeat scroll 0% 0% rgba(238, 238, 238, 0.85);
	position:absolute;
	top:0;
	left:0;
	display:none;
	height: 100%;
	width: 100%;
}
.loading-small {
	background-color: #F3F3F3;
	background-image: linear-gradient(#FFFFFF, #F9F9F9 20%, #EEEEEE 80%, #E1E1E1);
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 8px 1px rgba(100, 100, 100, 0.7), 0 0 7px 5px rgba(255, 255, 255, 0.9) inset;
	color: #666666;
	font-weight: bold;
	height: 50px;
	position:absolute;
	text-align: center;
	width: 16%;
	z-index: 9999;
	min-width:150px;
	line-height:18px !important;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin:auto;
}
#small-throbber {
	background: url("https://www.jpfco.com/images/small-loader.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	margin-right: 8px;
	margin-top: 15px;
	vertical-align: middle;
	width: 16px;
}
#small-text {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 18px;
	text-shadow: 1px 1px 3px #BBBBBB;
	vertical-align: middle;
	line-height:18px !important;
}
.tdbd{
	padding-left:5px !important;
}

#ctbl1 input, .popw input {
	margin:0;
}


#ctbl1 .cform1, #ctbl1 .cform2, #ctbl1 .cform3,
.popw .cform1, .popw .cform2, .popw .cform3
 {
	background:#FFFFFF;
	border: 1px solid #A0A5B0;
	color: #686868;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
}
#ctbl1 .cform1,
.popw .cform1 {
	width: 185px;
	margin-bottom:10px;
}
#ctbl1 .cform3,
.popw .cform3 {
	width:50px;
}
#ctbl1 .cform2,
.popw .cform2 {
	width: 95px;
}
#ctbl1 label,
.popw label {
	padding-right:5px;
}
.cftxt {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A0A5B0;
	color: #686868;
	height: 75px;
	overflow: hidden;
	padding: 2px;
	width: 550px;
	margin:10px 0;
}
.contactprop {
	width:70px;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	font-size:10px;
	text-align:center;
	background:#3B4453;
	line-height:17px;
	color:#FFF;
	position:relative;
}
.button {
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	font: 12px/100% Arial, Helvetica, sans-serif;
	margin: 0 2px;
	outline: medium none;
	padding: 0.4em 0.9em 0.44em;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF !important;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	vertical-align: baseline;
}
.button:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.button:active {
	position: relative;
	top: 1px;
}
#contactrent, #contactsale {
	width:620px;
	margin:10px 0;
}
#ctbl1 h3,
.popw h3 {
	margin-bottom:12px;
}
#ctbl1 p, 
.popw p {
	padding:5px 0 !important;
	margin:0 !important;
	line-height:18px !important;
	font-size:13px !important;
}
.ctrem {
	width:12px;
	height:12px;
	background:url(../images/contactremove.png) top left no-repeat;
	top:-6px;
	right:-4px;
	position:absolute;
	cursor:pointer;
	text-indent:-99999px;
}
.rightcol {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #b7b7b7;
	display: inline;
	float: left;
	margin-left: -1px !important;
	min-height: 1200px;
	padding: 35px 0 35px 35px;
	width: 785px;
}
.viewList {
	background: url("../images/list-view-icon.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
	color: #0096d5;
	font-weight: bold;
	height: 18px;
	line-height: 25px !important;
	padding: 3px 0 3px 27px;
}
#ctbl1, .popw{
	width:710px;
	margin:0 auto;
	font-family: Tahoma,Geneva,sans-serif;
    color: #333;
    font-size: 13px !important;
    line-height: 21px !important;	
}
#ctbl1{
	min-height: 400px;
}
#ctbl{
	font-family: Tahoma,Geneva,sans-serif;
    color: #333;
    font-size: 13px !important;
    line-height: 21px !important;	
}
#ctbl td.middle{
	vertical-align:middle !important;			
}
.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
hr {
    background: -moz-linear-gradient(left center , #ccc, #b7b7b7, #ccc) repeat scroll 0 0 #b7b7b7;
    border: 0 none;
    height: 1px;
}
#ctbl1 h3, .content h3,
.popw h3 {
	font-family: "open_sansregular", Arial, sans-serif;
	font-weight:normal;
	color:#0e2e36;
	font-size:16px;
	text-transform:uppercase;
	padding:15px 0 15px 0;
	clear:both;
	width:100%;
	margin:0;
}
#captcha {
    border: 1px solid #777;
    vertical-align: bottom !important;
}
.smallimg .thumbs{
	width:300px !important;
}
.event{
	width:970px;
	float:left;
	border-bottom:1px solid #eceae4;
	position:relative;
	padding-bottom:10px;
	margin-top:15px;
	padding-top:10px;
}
.evdate{
	width:60px;
	float:left;
	padding-right:15px;
}
.evdate .date{
	color:#333;
	font-size:32px;
	width:60px;	
	text-align:center;	
	font-family: "open_sanssemibold", Arial, sans-serif;	
}
.evdate .month{
	color:#999999;
	font-size:14px;
	width:60px;
	line-height:22px;
	text-align:center;
	font-family: "open_sanssemibold", Arial, sans-serif;
	text-transform:uppercase;	
}
.evtitle{
	width:788px;
	float:left;
	font-family: "open_sansregular", Arial, sans-serif;
	font-size:20px;
	color:#0e2e36;
	line-height:32px;
	display:inline;
}
.evsubtitle{
	color:#999999;
	font-family: "open_sansitalic", Arial, sans-serif;	
	font-size:13px;
	width:788px;
	padding-top:4px;
	float:left;	
	display:inline;	
}
.viewdetails_o{
	width:67px;
	height:29px;
	display:inline;
	float:right;
	position:absolute;
	right:0;
	top:16px;
	background:url(../images/ev_o.gif) top left no-repeat;
}
.viewdetails_c{
	width:67px;
	height:29px;
	display:inline;
	float:right;
	position:absolute;
	right:0;
	top:16px;
	background:url(../images/ev_c.gif) top left no-repeat;
}

.evdetails{
	padding:35px 0 20px 75px;
	float:left;
	width:100%;
	display:none;
}
.evimg{
	float:left;
	width:209px;
	margin-right:25px;
}
.evimg img{
	border:1px solid #cbcbcb;
}
.evtxt{
	float:left;
	width:550px;	
}
.evtxt .subdate{
	font-family: "open_sanssemibold_italic", Arial, sans-serif;
	font-size:16px;
	color:#0e2e36;
	padding-bottom:20px
}
.content .evtxt p{
	padding:5px 0;
	line-height:180%;
}
.real-estate{
	float:left;
	width:100%;
	padding:50px 0 10px 0;
}
.real-estate a{
	text-decoration:none;
}
.restate{
	margin-right:70px;
}
.real-estate a img{
	border:none;
}
.newsemail {
	display: inline-block !important;
	margin: 1px 0 0;
	width: 228px;
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2) !important;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2) !important;
	background-color:#fff !important;
	border:1px solid rgba(0,0,0,0.2) !important;
	border-radius:3px !important;
	line-height:35px !important;
	height:35px !important;
	padding:0 0 0 8px !important;
	-moz-user-select: none;
	display: inline-block;
	font-size: 13px;
	position: relative;
}
.newssubmit{
	background-color:#fff !important;
	border:1px solid rgba(0,0,0,0.2) !important;
	float:right;
	width:100px;
	cursor:pointer;
	height:30px;
	border-radius:3px !important;
	line-height:28px !important;
	padding:0 5px;
	margin-right:8px !important;
	margin-top:16px !important;
	font-family: "open_sanssemibold", Arial, sans-serif;	
}
.breadcrumb{
	padding-bottom:20px;
	float:left;
	width:100%;
}
.breadcrumb a{
	font-family: "open_sanssemibold", Arial, sans-serif;
	color:#2f619c;
	font-size:14px;
	text-decoration:none;
}
.home-slider .bx-wrapper .bx-controls-direction a {
    text-indent: -9999px;
    height: 39px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    width: 39px;
    z-index: 8010;
	background-image: url("../images/arrows.png");
	background-repeat:no-repeat;
}
.home-slider .bx-wrapper .bx-prev {
	background-position: left center;
    left: 50px;	
}
.home-slider .bx-wrapper .bx-next {
	background-position: right center;
    right: 50px;	
}

.slider li{
	text-align:center;
}
.home-slider  .bx-wrapper {
	margin:0 auto !important;
	max-width:1920px !important;
}
.home-slider  .bx-viewport{
/*	max-height:600px !important;*/
}
.home-slider .bx-wrapper .bx-pager, .home-slider .bx-wrapper .bx-controls-auto {
    bottom: 25px;
    position: absolute;
    width: auto;
	right:35px;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background-image: url("../images/slide.png");
    background-repeat: no-repeat;
	background-color:transparent;
    display: block;
    height: 21px;
    width: 20px;
}

.home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color:transparent;
    background-image: url("../images/slide_active.png");
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    width: 20px;	
}
.gobut{
    background: url("../images/gobutton.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: 0 none;
    height: 37px;
    margin-left: -50px;
    width: 51px;
	cursor:pointer;
	position:absolute;
    right: -1px;
    top: -1px;
	text-indent: -9999px;	
}
#turnover{
   font-family: "open_sanssemibold",Arial,sans-serif;
   font-size: 13px;
   width:240px; position:absolute; top:10px; right:15px;   
}
#turnover label{
	padding-right:5px;
}









.form {
	float:left;
}
#inquiry {
	font-size: 13px !important;
	line-height: 21px !important;
	color:#333;
}
#propdiv {
	float: left;
	height: auto;
	margin-top: 20px;
	width: 760px;
}
.owner {
	border: 10px solid #E1DDDD;
	height: auto;
	overflow: hidden;
	width: 630px;
	margin-bottom:10px;
}
.owner td {
	background: none repeat scroll 0 0 #F4F4F4;
	color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	line-height:18px;
}
.owner input {
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.owner .textfield1 {
	width: 350px;
}
.owner .smallinput {
	width: 111px;
}
.owner .commentfield {
	width: 222px;
}
.owner .turntext {
	border: 1px solid #999999;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 516px;
}
.owner .selector, .owner .tselector {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 65px;
}
.owner .tselector {
	width: 123px;
}
.owner h4 {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 2px;
}
.newreset {
	background: url("https://www.jpfco.com/images/cllear.gif") no-repeat scroll left top #FFFFFF;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 31px !important;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	width: 71px !important;
}
.newsubmit {
	background: url("https://www.jpfco.com/images/sffb.gif") no-repeat scroll left top #FFFFFF;
	border: medium none !important;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 31px !important;
	line-height: 24px;
	text-align: center;
	text-decoration: none !important;
	width: 154px !important;
}
.prominent {
	color: #0096D5;
	font-weight: bold;
	line-height:18px;
}
.viewList {
	color: #0096D5;
	font-weight: bold;
	line-height:25px !important;
	padding:3px 0;
	padding-left:27px;
	background:url(https://www.jpfco.com/images/list-view-icon.gif) top left no-repeat;
	height:18px;
}

.rawbooked{
	text-decoration:line-through !important;
}
#captchack{
	display:none;
	font-weight:bold;
	color:#F00;
	margin-top:20px;
}
.g-recaptcha.impError{
	
}