html {
  height: 100%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#70695F;
	color:#2A1B1C;
	line-height:150%;
}
h2,pre,body,html,p,fieldset,input{
	margin:0;
	padding:0;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul{
	margin-bottom:15px;
	padding-bottom:15px;
}
a{
	color:#0000ff;	
}
a:hover{
	text-decoration:none;
}
a img{
	border:0;
}
h2 {
	font-family:georgia, serif;
	font-size: 22px;
	line-height: 150%;
	color:#7F0202;
}
h3 {
	font-family:georgia, serif;
}
h4 {
	font-weight:bold;
	font-size:1.1em;
	margin:0;
}
h5 {
	font-weight:bold;
	font-size:1.1em;
	color:#ff0000;
	margin:0;
}
/*LAYOUT*/
#header{
	width:100%;
	height:200px;
	text-align:center;
	background:#2A1B1C url('images/backgrounds/header_bg.png') no-repeat center;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	color:#2A1B1C;
	border-bottom:2px solid #bb0000;
	line-height:normal;
			
}
#header h1 {
	margin:0;
	padding:0;
}
#header_top, #copyright {
 	text-align:center;
	color:#f0f0f0;
	padding:8px 0 25px 0; 
	font-size:.89em;
	font-weight:normal;
	font-family:Tahoma, Trebuchet MS, Geneva, Arial, Helvitica, sans-serif;
}
#header_top a {
	color:#f0f0f0;
}
#content_box {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #000;
	border-right:2px solid #000;
	background-color:#fdfdfd;
	padding:10px 20px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
  	margin-bottom:0;
  	overflow:hidden;
}
#main_content {
}
#menu_content {
	width:340px;
	float:right;
	padding-left:5px;	
}
.entry{
	line-height:20px;
	font-size:12px;
	padding:0;
}
.entry p{
	padding-bottom:15px;
}

.entry p a{
	font-weight:bold;
}
div.sidebar_wrap {
	padding:10px;
	border:1px solid #D3CCBA;
	width:85%;
	margin:13px auto;
	font-size:.95em;
	background-color:#fff;
	overflow:hidden;
	font-weight:bold;	
}
div.sidebar_wrap h3 {
	color:#7F0202;
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:0;
}
.rent, .office, .lot, .storage {
	padding-right:100px;
	min-height:100px;
}
.rent {
	background:url('images/backgrounds/rent_bg.png') no-repeat bottom right;
}
.office {
	background:url('images/backgrounds/office_bg.png') no-repeat bottom right;
}
.lot {
	background:url('images/signs/for_sale_post.png') no-repeat bottom right;
}
.storage {
	background:url('images/signs/for_rent_post.png') no-repeat bottom right;
}
img.frame {
	margin: 10px auto;
	border:2px solid #000;
	text-align:center;
}
#footer{
	width:100%;
	height:100px;
	background-color:#2A1B1C;
	overflow:hidden;
	color:#fff;
	border-top:2px solid #bb0000;
	text-align:center;
	font-size:.80em;
} 
#footer a {
	color:#ff0000;
}
/*added on*/
a.button{
	background:url('images/backgrounds/button.gif');
	display:inline-block;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:175px;
	text-align:center;
}
.spacer {
  padding-right: 10px;
  display:inline;
}
.center {
	text-align:center;
}
.small {
	font-size:10px;
	font-weight:normal;
	line-height:110%;
}
.price {
	font-weight:bold;
	color:#7F0202;
	font-size:14px;
}
.list_box1 {
	width:150px;
	position:relative;
	top:0;
	left:0;
}
.list_box2 {
	padding:0 15px;
	position:relative;
}
.view_link {
	font-size:.70em;
	padding-left:15px;
}
img.list_image {
	border:1px solid #000;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
}
img.sold {
	position:absolute;
	z-index:3;	
	top:0;
	left:0;
}
img.sold_big {
	position:relative;
	z-index:3;	
	top:-300px;
	left:0;
}
img.left {
	float:left;
	border:2px solid #000;
}
.tbox, input[type=text], .cbox {
	background-color: #DED6CA;
	color:#7F0202;
	font-size:.88em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:145%;
	padding-bottom:3px;
}
.cbox {
	text-align:right;
}
#calc {
	background-color:#f4f4f4;
	border:1px solid #808080;
	font-size:.8em;
	padding-left:5px;
	font-weight:bold;
}
.calc_wrap {
	color:#7F0202;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:1px solid gray;
}
.calc_result {
	padding-top:3px;
	border-top:2px solid #a0a0a0;
	border-left:2px solid #a0a0a0;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#ded6ca;
	font-size:1.2em;
	font-weight:bold;
}
.left_nav_box {
	float:right;
	display:block;
	font-size:.85em;
	padding:5px;
	margin:0 0 10px 10px;
	border:1px solid #000;
	background-color:#f4f4f4;
}
.left_nav_box img {
	padding-right:3px;
}
#menubox a {
	color:#fff;
	text-decoration:none;
	float:right;
	cursor:default;
}
.underline {
	border-bottom:1px solid #2A1B1C;
	width:80%;
} 
.notice_me {
	color:#0000a0;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 20px;
}

/*sitelinks*/
#toplinks {
	margin:0 auto;
	font-size:.9em;
	position:relative;
	top:32px;
	height:40px;
}
#toplinks a, #toplinks a:visited {
	font-weight:bold;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color:#000;
	text-transform:uppercase;
	font-family:Tahoma, Trebuchet MS, Geneva, Arial, Helvitica, sans-serif;
	padding:5px 3px;
	color:#fff!important;
}
#toplinks a:hover {
	border-top:1px outset #b7b7b7;
  	border-left:1px outset #b7b7b7;
  	border-bottom:1px outset #70695f;
  	border-right:1px outset #70695f;
  	background-color:#C31217;
  	top:10px;
  	left:0;
  	color:#fff;
  	margin-bottom:-10px;
}
a.highlight {
	border-top:1px outset #b7b7b7;
  	border-left:1px outset #b7b7b7;
  	border-bottom:1px outset #70695f;
  	border-right:1px outset #70695f;
  	background-color:#C31217;
  	bottom:5px;
  	left:0;
}
.thehighlight, .thehighlight a {
	text-decoration:none;
	color:#fff!important;
	font-size:1.1em;
	font-weight:bold;
}
.clear {
   clear: both;
}
.image_caption {
	clear:both;
	float:right;
	color:#c0c0c0;
	font-size:.79em;
	padding:0 0 0 13px;
	background:url('images/icons/magnifying_glass.png') no-repeat center left;
	white-space:nowrap;
}
.fbox_sold {
	float:left;
	margin-bottom:-250px;
	margin-right:-150px;
	z-index:200;
	position:relative;
	width:35%;
	height:35%;
}
a.sidebar_button {
	margin-left:45px;
	text-transform:uppercase;
	background:url('images/icons/more_arrow.gif') no-repeat bottom right;
	font-size:.85em;
	font-weight:bold;
	padding-right:13px;
}


/*NEW SLIDER*/
div#fbox_wrap {
	padding:10px;
	border:1px solid #D3CCBA;
	float:right;
}
#s3slider { 
   width: 300px; /* important to be same as image width */ 
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border:2px solid #000;
}
ul#s3sliderContent {
	list-style:none;
	padding-left:0;
}
#s3sliderContent {
   width: 300px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.s3sliderImage span.info {
   position: absolute; /* important */
   left: 0!important;
   font: 11px/16px Arial, Helvetica, sans-serif;
   padding:15px;
   width: 90%;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0!important;
   
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

#thumbs { width:450px; float:left; margin-top:10px; }
#thumbs a { margin-right:5px; display:inline; margin-right:5px}
#thumbs a img { border:1px solid #000; }
#viewer { width:450px; height:300px; float:left; overflow:hidden; position:relative; border:2px solid #000; }
#slide { position:absolute; top:0; height:400px; width:1200px; }
#slide img {float:left; display:inline; }
