/************** Reset **************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/************** End Reset **************/

/************** Globals **************/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #2e2e25;
}
a {
	color: #2e2e25;
	text-decoration: underline;
}
.c {
	clear: both;
}
/************** End Globals **************/

/************** Main **************/
#main_container {
	width: 800px;
	margin: auto;
}
.error {
	background: #FCC1C1;
	border: 1px solid #EE8F8F;
	margin: 5px;
	padding: 5px;
	font-size: .9em;
	color: #EC6868;
}
.error ul {
	margin: 5px 0 0 0;	
}
.error li {
	margin: 0 0 0 20px;
	list-style: ;
	list-style-type: square;
}
/************** End Main **************/

/************** Header **************/
#header {
	width: 800px;
}
#header #logo a {
	background: url(/images/logo.png) no-repeat;
	width: 148px;
	height: 38px;
	float: left;
	display: block;
	margin-top: 20px;
}
#header #logo span {
	display: none;
}
#header #nav {
	float: right;
	margin-top: 30px;
}
#header #nav li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.1em;
}
#header #nav li:last-child {
	margin: 0 0 0 0;
}
#header #nav span {color: #2e2e25;}
#header #nav a {
	text-decoration: none; 
	color: #4c4c47;
}
#header #nav a:hover {color: #2e2e25;}
/************** End Header **************/

/************** Footer **************/
#footer {
	width: 800px;
	text-align: center;
	font-size: .8em;
	float: left;
	margin-top: 15px;
	color: #C7C7C7;
}
#footer a {
	color: #C7C7C7;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/************** End Footer **************/

/************** Content **************/
#content_container {
	width: 800px;
	margin: 25px 0 0 0;
	float: left;
}
/************** End Content **************/

/************** Homepage **************/
/* Map */
#homepage_map {
	width: 800px;
	height: 300px;
	background: url(/images/temp_map.png);
	border: 1px solid #cdcdc5;
}
#home_quick_search {
	width: 230px;
	height: 280px;
	float: right;
	position: relative;
	padding: 10px;
	background: url(/images/map_search_overlay_bg.png);
margin-bottom:-300px;
z-index:5000;
}
#home_quick_search h1 {
	color: #fff;
	font-size: 1.2em;
}
#home_quick_search select {
	color: #fff;
	font-size: 1.2em;
	border: none;
	width: 230px;
	background: url(/images/homepage_select_bg.png);
	margin-top: 5px;
	margin-bottom: 5px;
}
#home_quick_search select:focus {
	color: #000;
}
#home_quick_search .search {
	border: none;
	float: right;
	background: none;
	color: #fff;
	font-size: 1.1em;
}
/* carousel */
#carousel_container {
	height: 84px;
	width: 800px;
	float: left;
	margin: 15px 0 0 0;
}
#carousel_container #arrow_left {
	float: left;
	background: url(/images/left_arrow.png) no-repeat left;
	height: 82px;
	width: 18px;
}
#carousel_container #arrow_right {
	float: right;
	background: url(/images/right_arrow.png) no-repeat left;
	height: 82px;
	width: 18px;
}
#carousel_container img {
	padding: 2px;
	border: 1px solid #cdcdc5;
	margin: 0 11px 0 11px;
	float: left;
}
/************** End Homepage **************/ 

/************** Map **************/
#map_overlay {
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	display: ;
	background: #fff;
	z-index: 50000;
	display: none;
}

#map_overlay_inner{
	float:left;
	width:950px;
}

#streetview{
	width:100%;
	z-index: 5000;
	background:#fff;
	float:left;
	margin: 15px 5px 0 0;
}

#map_overlay #shadow {
	background: url(/images/map_hover_bg.png) repeat-x;
	height: 13px;
	top: -13px;
	position: relative;
}
#map_overlay #close_btn {
	top: -17px;
	left: 175px;
	position: relative;
	cursor: pointer;
	border: none;
	padding: 0;
}
#map_overlay #content {
	margin: 15px 5px 0 0;
	float:left;
}

#map_overlay img {
	float: left;
	border: 1px solid #cdcdc5;
	padding: 2px;
}

#map_overlay #product_info {
	float: left;
	margin: 15px 0 0 0;
	width:344px; 
}

#product_info ul li strong{
display:block;
width:150px;
clear:left;
float:left;
text-align:left;
}



#map_overlay #product_info h1 {
	font-size: 1.5em;
	margin-bottom: 0px;
}

#map_overlay #product_info h2{
margin-bottom:5px;
font-style:italic;
font-size:.8em;
text-align:left;
color:#696969;
}

#mapheader{
	z-index:110;
	height:40px;
	background-color:#fff;
}

#save {
	background: url(/images/map_overlay_save_listing.png) bottom left no-repeat;
	width: 113px;
	height: 30px;
	margin-top: 10px;
	cursor: pointer;
}


#sidebar{
background: #000;
opacity:0.6;
}
.sidebar{
position: absolute;
right:0px;
top:0px;
width:250px;
border-left:1px solid #333;
padding:10px;
z-index:100;


height:100%;
}

#sidebarcontent{
opacity:1;

z-index:102;
}
#searchResults{
display:none;
}
.gsc-input{
width:150px;
}
.gsc-branding-text{
color:#fff;
}
#searchlist{
margin:15px 0 0 0;
}
.searchrow{
	color:#ddd;
}
.searchrow a{
	color:#fff;	
}
/************** End Map **************/

/************** Property View Page **************/
#property_container h1 {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 15px 0;
	font-size: 1.5em;
	color: #292921;
}
#property_container #left {
	width: 332px;
	float: left;
}
#property_container .main_image {
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #f0f0f0;
	margin: 0 0 15px 0;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider {
	margin: 0 0 15px 0;
}
#slider, #slider li { 
	width:345px;
	overflow:hidden; 
}
#slider img {
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #f0f0f0;
}
span#prevBtn a {
	background: url(/images/property_left_arrow.png) no-repeat;
	width: 24px;
	height: 39px;
	display: block;
	position: relative;
	left: 0;
	top: -180px;
	float: left;
	margin-left: 7px;
}
span#nextBtn a {
	background: url(/images/property_right_arrow.png) no-repeat;
	width: 24px;
	height: 39px;
	display: block;
	position: relative;
	top: -180px;
	float: right;
	margin-right: 7px;
}
#property_container .map {
	height: 180px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #f0f0f0;
	margin: 0 0 15px 0;
}
#property_container .additional_info {
	padding: 5px;
	border: 1px solid #E0E0E0;
	background: #f0f0f0;
	margin: 0 0 15px 0;
}
#property_container .additional_info li {
	list-style-type: square;
	margin: 0 0 0 20px;
}
#property_container .additional_info h2 {
	color: #ACACAC;	
}
#property_container .information {
	float: right;
	width: 450px;
}
#property_container #contact {
	background: #EAF8DE;
	padding: 5px;
	border: 1px solid #bbd3a8;
	margin-top: 20px;
}
#property_container #contact h2 {
	font-size: 1em;
	color: #bbd3a8;
}
#property_container #contact input {
	width: 200px;
	border: 1px solid #bbd3a8;
	padding: 4px;
	margin: 0 0 5px 0;
	font-size: .85em;
	background: #fff;
}
#property_container #contact textarea {
	width: 414px;
	border: 1px solid #bbd3a8;
	padding: 4px;
	margin: 0 0 5px 0;
	font-size: .85em;
	background: #fff;
}
#property_container #description {
	font-size: .9em;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE;
	padding-top: 5px;
}
#property_container #description h2 {
	font-size: 1em;
	font-weight: bold;
}
/************** End Property View Page **************/
.user_note {
	color:#fff;
	font-style:italic;
	font-size:.8em;
}

#map-nav{
float:right;
position:absolute;
top:10px;
right:10px;
}

#map-nav li{
margin:8px 0 0 0;
display:inline;
float:left;
width:60px;
}

#map-nav a{
color:#fff;
}
