@charset "UTF-8";
/* CSS Document */
/* Main Colors:
Search Background: #9f6067
Search Trim      : #7d1e29

Header Background: #014171

Body Background  : #3a475c

Highlight Blue Text: #88cdff (phone number in header)
Flashy Blue Text: #44c8f5 (other properties available)
Gray Text: #b6b6b6

Footer Text: #0f314a
Footer Highlight: 83b4d8

*/
html {
	margin:0;
/*	background: url(/images/backgrounds/body.gif) repeat-x left bottom scroll #828fa4; removed per Madeline James, June 17, 2013 */
	height:100%;
    font: 14px Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	margin: 0;
}
p {
	margin:0;
}
sup {
	font-size:small;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
.floaty {
	clear:both;
}
.clearleft {
	clear:left;
}
.smpreviewimages {
  maxwidth:640px;
  margin: 0 auto;
}
body#index #menuhome {
	display:none;
}
body#search form>table {
	margin:auto;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: url("/images/backgrounds/search.jpg") no-repeat scroll 0 0 #9F6067; /* 9D5E66 */
	color:#FFF;
	padding:10px 25px;
	border:4px solid #FFF;
}
body#services {
	font-size: 16px;
}
table.srchprop {
	width:300px;
	height:450px;
	background:#D9DDE3;
/*    background: rgba(255, 255, 255, 0.7); */
    border: 4px solid #990000;
    border-radius: 25px 25px 25px 25px;
    color: #000000;
    margin: auto;
    padding: 10px 25px;
}
#container {
	min-height: 100%;
}
#homebox {
	width:675px;
	float:none;
	height:auto;
/*	color: #FFF; per Madeline */
}
body#index #homebox {
	float:left;
	height: 250px;
}
#homebox h1, #homebox h2 {
/*	text-shadow: 2px 2px 0px #333; per Madeline */
	margin: 0;
}
.agentframe h2 { margin:0; }
#homebox h1 {
	font-size: 33pt;
}
#homebox h2 {
	font-size:24pt;
}
#homebox h2, #homebox p {
/*	color:#b9e2ff; per Madeline */
}
#homebox p {
	margin-top:25px;
	font-size: 14pt;
	font-style: italic;
}
#login-button {
	display: block;
	width:35px;
	height:20px;
	position:absolute;
	margin:5px;
	background: url(/images/login.png) no-repeat center center;
}
#logo {
	background: url(/images/james-logo.jpg) no-repeat 0 0 scroll transparent;
	width:250px;
	height:150px;
	float:right;
}
#tiptop {
	width:100%;
	height:52px;
/*	background:url(/images/backgrounds/menu.gif) repeat-x; removed per Madeline James, June 17, 2013 */
	border-bottom: 2px solid #000;
}
#mainmenu ul {
	padding:10px 0;
	margin-top:15px;
	display:none;
	position: absolute;
/*	background: #16262e; removed per Madeline James, June 17, 2013 */
	background: #fff;
	margin-top:15px
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 2px solid #000; /* changed from #B6B6B6 per Madeline James, June 17, 2013 */
	border-top: none;
}
#mainmenu li:hover>ul {
	display:block;
}
#mainmenu ul li {
	float: none;
}
#mainmenu>li {
	display: block;
	float: left;
	font-size: 14pt; /* added per madeline James, June 18, 2013 */
	padding:15px 0;
	margin:0;
}
#mainmenu, #mainmenu a {
/*	color:#b6b6b6; removed per Madeline James, June 17, 2013 */
	color:#333;
	text-decoration: none;
}
#mainmenu a {
	margin:0 15px;
	padding-bottom: 15px;
}
#mainmenu a:hover {
	color:#009; /* changed from #FFF per Madeline James, June 17, 2013 */
	text-decoration: underline;
}
#menucont {
	width:1050px;
	margin:auto;
}
#menucont div {
	color:#009; /* changed from #88cdff per Madeline James, June 17, 2013 */
	padding-top:14px;
	padding-left:100px;
	float:left;
	font-size: 12pt;
}
#topsy {
	min-height:315px;
	background: #FFF; /* url(/images/backgrounds/header.jpg) no-repeat center 0 scroll transparent; per Madeline */
}
#floatbox {
	width:200px;
	height:300px;
	border:4px solid #FFF;
	background: url("/images/backgrounds/search.jpg") no-repeat scroll 0 0 #9F6067;
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	margin: -150px 0 0 -100px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1000;
	padding:10px;
	text-align: center;
	color: #FFF;
}
#floatbox span {
	font-weight: bold;
	color: #FFF;
}
#overlay {
	background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.textme {
	cursor: pointer;
	text-decoration: underline;
	color: #00F;
}
#pre-footer>div {
	width:150px;
	height:auto;
	float:left;
}
#pre-footer>p {
	display: block;
	width:700px;
	padding:20px;
	font-size: 18px;
	color:#043a63;
}
#pre-footer img {
	padding:8px 0 0 0;
}
#footer {
	margin: -125px 0;
	min-height:123px;
	width:100%;
/*	background: #4b677c; removed per Madeline James, June 17, 2013 */
	border-top: 2px solid #324859;
	text-align: center;
	font-size:14pt; /* added per madeline James, June 18, 2013 */
/*	color:#0f314a; removed per Madeline James, June 17, 2013 */
}
#footer h3, #footer h4, #footer h5 {
	display:block;
	line-height: 0;
}
#footer p {
	color:#009; /* changed from #83b4d8 per Madeline James, June 17, 2013 */
	font-size: 18px;
	font-style: italic;
	font-family: Times, Serif;
}
#content {
	height: auto;
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 125px;
	padding-top: 25px;
}
#sl {
	width:3000px;
	margin:0;
	-moz-transition:margin 1s;
	-webkit-transition:margin 1s;
	transition:margin 1s;
}
.bigprop {
	width:225px;
	height:350px;
	float:left;
	overflow: hidden;
}
#padd {
	height:350px;
	width:675px;
	overflow:hidden;
}
#slider {
	width:680px;
	background:#FFF;
	height:350px;
	padding:15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:25px;
}
#boxy {
	background:#FFF;
	padding:1px 15px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:25px;
}
#right-house {
	width:230px;
	float:right;
	height:400px;
	clear:right;
	overflow: hidden;
}
#searchbox {
	background:url(/images/backgrounds/search.jpg) no-repeat 0 0 scroll #9f6067;
	width:250px;
	float:right;
	height:365px;
	border: 8px solid #FFF;
	color: #FFF;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#searchbox form {
	padding:15px;
}
#searchbox h3 {
	background: #ed1b2e;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	margin:0;
	padding:10px 0;
	width:250px;
	text-align: center;
}
#searchbox input[type=text] {
	border:1px solid #740e19;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:3px 5px;
}
input[type=submit] {
	border: none;
	background: url(/images/buttons/red-button.png) repeat-x;
	width:142px;
	height:24px;
	color: #FFF;
	font-weight: bold;
	font-size:14px;
	padding-bottom:5px;
	margin-top:5px;
}
#searchbox input[type=submit],body#search form>table input[type=submit] {
	float:right;
	background: url(/images/buttons/search.png) no-repeat 0 0 scroll transparent;
	border:none;
	width:150px;
	height:30px;
	cursor: pointer;
	border: none;
}
#searchbox img {
	margin: 10px 0;
}
select {
    background: url(/images/backgrounds/red-button-back.png) repeat-x scroll 0 0 #B03744;
    border: 1px solid #78262f;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-variant: small-caps;
    height:24px;
}
input[value='NEW SEARCH'] {
	background: url(/images/buttons/search-bg.png) 0 0 no-repeat;
	border:none;
	color:#FFF;
	height:25px;
	width:145px;
	font-size: 14px;
}

#searchbox select {
	border:1px solid #740e19;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #FFF;
	padding:1px;
	color:#78262f;
}
#searchbox input[name=minimaxi] {
	width:90px;
	height:17px;
}
#searchbox select[name=mprice] {
	width:90px;
}
#wrapit {
	background: #FFF;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.anchor {
	position:absolute;
	height:1px;
	width:1px;
}
.big_frames {
	width:209px;
	height:227px;
	background:#FFF;
	padding:4px;
	border:1px solid #014171;
	text-align:center;
	margin-left:5px;
}
.big_photos {
	width:208px;
	height:225px;
	overflow:hidden;
	border:1px solid #014171;
}
.big_photos img {
	height:225px !important;
	margin-left: -33%;
}
.big_photos p {
	position:absolute;
	top:175px;
	left:20px;
	display:block;
	width:113px;
	height:34px;
	background:url(/images/backgrounds/price_bubble.gif) repeat-x left bottom transparent;
	border:1px solid #014171;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	overflow:hidden;
	font-size:18px;
	line-height:35px;
	color:#504033 !important;
	cursor:pointer;
}
.big_description {
	width:209px;
	height:100px;
	background:#FFF;
	float:left;
	padding:4px;
	margin:5px 0 0 7px;
	font-size: 12px;
}
.big_description p, .big_description h2 {
	margin:0;
	padding:0;
}
.big_description h2>a {
	max-height:24px;
	overflow:hidden;
	text-align:left;
	color:#025d9f;
	text-decoration: none;
}
.big-details {
	background: #FFF;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 25px 25px;
	margin:0 !important;
	text-align: left !important;
}
.big-details h1, .big-details h2 {
	text-align: center;
	color: #a33440;
	padding:0;
	margin:0;
}
.closebox {
	position: absolute;
	top:-10px;
	right:-10px;
	background: #444;
	border:2px solid #fff;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left:1px;
	width:13px;
	height:14px;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.closebox:hover {
	background: #FFF;
	color: #444;
}
.propprimary>a, a.smarty {
	color:#025d9f;
	font-size:10px;
	text-decoration: none;
}
.propprimary>a:hover, .big_description h2>a:hover, a.smarty:hover {
	text-decoration: underline;
}
.little_frames {
	width:94px;
	height:94px;
	background:#FFF;
	float:left;
	padding:4px;
	border:1px solid #014171;
	text-align:center;
	margin:5px 0 0 5px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}
.little_photos {
	width:94px;
	height:94px;
	overflow:hidden;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}
.little_frames:nth-child(2n+1) {
	margin:-45px 0;
}
.little_photos img {
	height:100px !important;
}
.nearby-properties a {
	color: #FFF;
}
.nearby-properties {
	background:url(/images/backgrounds/search.jpg) no-repeat 0 0 scroll #9f6067;
	border: 8px solid #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding:0 0 0 10px;
	float:right;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.nearby-properties a.details, a.addagent {
	color:#504033;
	background:url(/images/backgrounds/price_bubble.gif) repeat-x left bottom transparent;
	padding:2px;
	text-decoration: none;
	border:1px solid #504033;
	border-radius:5px;
	margin:4px auto;
	width:50px;
	text-shadow: none;
}
.nearby-properties a.details:hover, a.addagent:hover {
	background: #ea1f25;
	color:#FFF;
	border:1px solid #FFF;
}
.one-property>a.geoimage {
	margin:0;
	display:block;
	padding:3px;
	background:#FFF;
	border: 1px solid #014171;
	overflow: hidden;
	height: 70px;
	text-align: center;
}
.one-property img {
	width:90px !important;
	border: 1px solid #014171;
}
.poperty-detail-container {
}
.prop-details {
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #c0c7d1;
/*	background:rgba(255,255,255,0.5); */
	width:350px !important;
	padding:0 10px 10px;
	margin:15px 0;
}
.prop-detail-desc {
	font-size: 14px !important;
}
.nearby-properties h2 {
	color: #fff;
}

.righty {
	text-align:right;
	padding-right:8px;
}
.separator {
	border-bottom:1px dashed #c6b0a3;
	clear:both;
}
.white {
	color: #FFF;
}
.agentframe {
	width:425px;
	height:300px;
	overflow:hidden;float:left;
	text-align:center;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 10px;
	padding:5px;
	font-size: 14px
}
.agentframe p {
	text-align:left;
}
.agentpic {
	width:150px;
	height:190px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	border:1px solid #900;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bluearea {
	width:250px;
	float:left;
}
.formbuttons, #formbuttons>a {
	border:2px solid #033f75;
	border-radius: 10px;
	background: #297cc2;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	margin: 5px 3px;
	line-height: 30px;
}
body#links #content li {
  padding:3px 0;
}
/* .main_image { margin-top: -50px; } */
.arrows { 
  height: 1px;
  display: block;
  user-select: none;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;    
}
.arrow {
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin: 7px;
  width:10px;
  height: 10px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.left_arrow, .right_arrow {
  border-radius: 100px;
  background: #a33440;
  background: radial-gradient(#a33440, #632b2b);
  padding: 5px;
  width: 30px;
  height:30px;
  margin: 5px;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
}
.left_arrow:hover, .right_arrow:hover {
  cursor: pointer;
}
.left_arrow {
  top: 200px;
  left: -20px;
}
.right_arrow {
  top: 200px;
  left: 560px;
}
.propimagelist {
  width:auto;
  height: 70px;
  overflow-y:hidden;
  overflow-x:scroll;
  white-space: nowrap;
}
.propimagelist img {
  width:80px;
  cursor:pointer;
}
/*.propimagelist div {
  width:auto;
  white-space: nowrap;
  overflow-x: scroll;
} */