@charset "utf-8";
/* CSS Document */
/*------------------ HTML5 display definitions ---------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }
  
  
/*--------------------------- RESET STYLE --------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre,
a, abbr, address, cite, code, small, sub, sup, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


body {
	line-height: 1;
	color: #333;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #F0F0F0 url('../images/bg.gif') repeat-x top;
}

#container {
	margin: 0 auto; 
	width: 779px;
}

a {
	text-decoration: none;
	color: #679200;
	outline: 0;
	-o-transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
	
a:hover { color: #fff;}
	
hr {
	margin: 0 0 10px 0;
	height: 1px;
	border: none;
	background-color: #ddd;
	color: #ddd;
}

sup { font-size: 0.7em;}

a img { border: none; vertical-align: middle;}
	
p {	margin: 1.2em 0;}

blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear:after { 
	height: 0;
	width: 100%;
	clear: both;
	_margin: -13px 0 0 0;
}

.clear:before, .clear:after {
  content: "";
  display: table; 
}

.clear { zoom: 1; }


.left { float: left;}
.right { float: right;}

.content ul, .content ol { margin: 1em; padding-left: 25px;}
.content li { padding: 3px 0;}


/*--------------------------- HEADING --------------------------*/

h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #674722; 
}
h1 {  /* Use for those highlight title, subtitle, likes: News & Events title */
	font-size: 12px;
	line-height: 2.0em;
	padding-bottom: 5px;
}
h2 {  /* Use for those highlight title, subtitle, likes: Q&A questions title */
	font-size: 14px;
	line-height: 2.5em;
}
h6 {  /* Use in news & events date format */
	font-weight: normal;
	font-size: 11px;
	color: #555;
}


/*--------------------------- Header PART --------------------------*/

#inner { width: 100%;}

header {
	width: 100%;
	padding-bottom: 17px;
	min-height: 60px;
	position: relative;
}

#logo {	padding: 10px 0 0 0px;}

#logo img { vertical-align: middle;}

.companyName {
	font: italic normal 20px "trebuchet MS", verdana, arial;
	color: #B3AFAA;
}

#link_top { 
	width: 250px;
	position: absolute;	
	top: 20px;
	right: 0;
}
#icon {
	float: right;
	padding: 0px 0 0 15px;
}
#icon a img{
	border:none;
}
#link {
	float: right;
	text-align: right;
}
#link a, #link a:visited {
	text-decoration: none;
	color: #fff;
}
#link a:hover {
	color: #FBE9B1;
	text-decoration: underline;
}

#search { float: right; padding-top: 10px;}

.txtbox_search { 
	width: 160px;
	line-height: 25px;
	height: 25px;
	background-color: #000;
	border: 1px solid #674722;
	color: #FBE9B1;
	padding: 0 5px;
	font: 11px verdana;
}

/*--------------------------- MIDDLE PART --------------------------*/
#middle { width: 100%;}

#nav, #nav_below {
	width: 100%;		
	background: #674722 url('../images/nav_top_bg.gif') no-repeat bottom;
	border-top: 1px solid #A97539;
	margin-bottom: 6px;
	padding: 0 0 28px 0;
	min-height: 24px;
}
#nav ul, #nav_below ul {
	list-style: none;
	padding: 0 10px;
}
#nav li, #nav_below li {
	display: inline-block;
}
#nav a, #nav_below a {
	display: inline-block;
	background: url('../images/navi_top_bulletoff.gif') no-repeat left center;
	color: #fff;
	text-decoration: none;
	padding: 0px 40px 0 15px;
	margin: 12px 0 0 0px;
	position:relative;
}
#nav a:hover, #nav_below a:hover {
	background: url('../images/navi_top_bulleton.gif') no-repeat left center;
	text-decoration: none;
	color: #fff;
}
#nav a.selected, #nav_below a.selected {
	background: url('../images/navi_top_bulleton.gif') no-repeat left center;
	text-decoration: none;
	color: #fff;
}

#banner, #banner_flash {
	background: url('../images/banner.jpg') no-repeat;
	height: 256px;
	width: 779px;	
	margin-bottom: 6px;
	overflow:hidden;
}
.banner_textbox {
	float: right;
	padding: 100px 20px 20px 20px;
	width: 380px;
	overflow:hidden;
}
#banner h1 {
	font: bold 42px "trebuchet MS", verdana, arial;
	color: #000;
	margin: 0;
	padding: 0;
}

/*--------------------------- CONTENT PART --------------------------*/

#content { 
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 6px;
}

#side_content_right, #side_content_left { 
	width: 205px;
	padding: 10px;
	background-color: #D6D6D6;
}

#main_content_right, #main_content_left  { 
	background-color: #ffffff;
	width: 505px;	
	padding: 10px;
	text-align: left; 
}

#side_content_right, #main_content_right {
	float: right; /* DO NOT EDIT for this class */
}
#side_content_left, #main_content_left { 
	float: left; /* DO NOT EDIT for this class */
}

.side_title {
	background: url('../images/side_content_titlebg.gif') no-repeat center;
	text-align: center;
	font: bold 16px "trebuchet MS", verdana, arial;
	color: #25190B;
	height: 35px;
	padding: 3px 0 0 0;
	clear: both;
}

.side_text {
	padding: 5px 5px 20px 5px;
}
.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.side_text li {
	padding: 0 0 8px 0;
	list-style-position: outside;
	list-style-image: url('../images/side_content_bullet.gif');
}
.page_title h2 {
	font: bold 24px "trebuchet MS", verdana, arial;
	color: #674722;
	border-bottom: 4px dotted #674722;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
}
#bottom, #counter {
	clear: both;
	padding: 5px 0;
}

/*--------------------------- FOOTER PART --------------------------*/
footer {
	clear: both; 
	padding: 15px 0;
	background-color: #25190B;
	width: 100%; 
	margin: 0 auto; 
	text-align: center;
	color: #FBE9B1;
	font-size: 11px;
}
.footer_menu, .footer_contact {
	padding: 0 0 8px 0;
}
footer a {
	text-decoration: none;
	color: #FBE9B1;
}
footer a:hover {
	text-decoration: underline;
}

/*============= Login, Contact, Download, News & Events, Testimonial, Guestbook Page ================*/

/* This section need to be edit based on the design color */

input { outline:0;}

#login_panel, #testimonial_panel, #guestbook_panel, #download_panel {
	border: 5px solid #D3C1AF;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #D3C1AF;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #D3C1AF;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #F0F0F0;
	border: 1px solid #9B8772;
}
.txtbox, .txtarea  { /* appearance of all textbox and textarea - leave all blank if you wish to use browser default style */
	background-color: #ffffff;
	border: 1px solid #9B8772;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #D3C1AF;	
}
.normal { 
	font-weight: normal; 
	font-size: 12px; /* Follow the default font-size of the site */
}
.price {
	color: #FF0000; /* color of the price display on product page */
}
.bgcolor { /* Use in the title of Security Code within a form  */
	background-color: #D3C1AF;
	font-weight: bold;
	color: #000;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #F2EAE2;
}
.big_img_frame img {	/* Product detail page - border color of Big product image - add in style if desired */
}
.border /* Product detail page - border color of small thumbnail of product image */
{
    border-color: #674722;
}


/*===================================== DO NOT Edit this section ===================================== */
#login_panel {
	padding: 20px;
	width: 260px;
}
#login_panel td, .tbl_padding td {
	padding: 5px 0;
}
.tbl_proImage td {
	padding: 0;
}
#testimonial_panel, #guestbook_panel, #download_panel {
	padding: 8px;
	margin-top: 10px;
}
#news_panel td {
	padding: 8px 0;	
}
#product_panel td {
	padding: 4px 0;
}
#product_panel {
	padding-top: 10px;
}
.txtbox_login { 
	width: 150px;
}
.imgborder, #testimonial_panel img {
	margin-right: 10px;
}
.bgcolor {
	padding: 4px 0;
}
.bgcolor2 {
	padding: 10px 0;
}
.page_link {
	padding: 5px 0;
	text-align: right;
}
.border_verticle
{
    border-width: 2px;
	border-style: solid;
	border-color:#674722;
	height: 65px;
	text-align:center;
}
.border_hori
{
    border-width: 2px;
	border-style: solid;
	border-color:#674722;
	width: 65px;
	text-align:center;
}
.small_img_frame a:link img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.small_img_frame a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}

/*--------------------------------------------- SLIDER BANNER ------------------------------------------------*/

#slider-wrapper {
    margin:0 auto;
}

#slider {
    position:absolute;s
    background:url('../images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index:1000;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('../images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*=========================================== Side Search Column ============================================*/

#side_searchnav {
	width: 100%;
}

#side_searchnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side_searchnav li {
	display: inline;
}

#side_searchnav a {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background: transparent url("../images/side_searchnav_bg.png") no-repeat;
	background-position: 0% -30px;
	text-decoration: none;
	padding: 7px 28px 6px 28px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	overflow: visible;
}

#side_searchnav a:hover {
	background-position: 0% 0px;
	color: #fff;
	overflow: visible;
}

#side_searchnav a.selected, #side_searchnav a:active {
	background-position: 0% 0px;
	color: #fff;
}

#side_search_column {
	margin: 0px 0 20px 0;
	width: auto;
	padding: 10px;
	background-color: #674722;
}

.side_searchtbl {
	width: auto;
	margin: 0 0 15px 0;
}

.side_criteriatbl {
	width: auto;
	margin: 0 0 10px 0;
}

.side_criteriatbl td {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	font-style:italic;
	padding: 2px 0;
}

/*.side_criteriatbl select {
	width: 120px;
}

.side_criteriatbl input{
	width:120px;
}*/
.side_criteriatbl input{
	width:95%;
}


/*=========================================== Search Column ============================================*/

#searchnav {
	width: 100%;
}
#searchnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#searchnav li {
	display: inline;
}
#searchnav a {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background: transparent url("../images/searchnav_bg.png") no-repeat;
	background-position: 0% -30px;
	text-decoration: none;
	padding: 7px 28px 6px 28px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	overflow: visible;
}

#searchnav a:hover {
	background-position: 0% 0px;
	color: #FFF;
	overflow: visible;
}

#searchnav a.selected, #searchnav a:active {
	background-position: 0% 0px;
	color: #FFF;
}

#search_column {
	margin: 0px 0 20px 0;
	width: 100%;
	background-color: #674722;
}

.searchtbl {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 20px 10px 0px 10px;
}

.txtinput {
	border:none;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#999;
	width: 100%;
	/*-moz-border-radius: 5px; /* Firefox */
  	/*-webkit-border-radius: 5px; /* Safari and Chrome */
 	 /*border-radius: 15px;*/
	 behavior: url(ie-css3.htc);
}

.criteriatbl {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0px 10px 20px 10px;
}

.criteriatbl td {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	font-style:italic;
}

#title {
	background-color: #674722;
	width: 100%;
	/*-moz-border-radius: 10px; /* Firefox */
  	/*-webkit-border-radius: 10px; /* Safari and Chrome */
 	 /*border-radius: 10px;*/
	 behavior: url(ie-css3.htc);
}

#title h5 {
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	padding: 9px 0px 9px 18px;
}

/*=========================================== Property Listing ============================================*/

#property_listing {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#property_name {
	margin: 0;
	padding-bottom: 10px;
}

#property_name a, #property_name a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding-bottom: 18px;
	text-decoration: none;
}

#property_name a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #888;
	padding-bottom: 18px;
	text-decoration: underline;
}

#listing_img {
	float: left;
	padding: 3px;
	border: 1px solid #CCC;
	width: 144px;
    text-align: center;
    vertical-align: middle;
}

#listing_info {
	float: left;
	padding-left: 8px;	
}

#listing_info h6 {
	font-weight: bold;
	font-size: 12px;
	color: #674722;
}

#listing_contact {
	width: 150px;
	float: right;
	padding: 0 10px 0 15px;
	border-left: 1px solid #ccc;
	min-height: 100px;	
}

#property_detail {
	width: 100%;
	margin: 0 0 30px 0;
}

#property_detailinfo {
	padding: 10px 10px;
}

#gallery_img {
    width: 340px;
}

#gallery_img img {
	padding: 3px;
	border: 1px solid #CCC;
}

#thumbnail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#thumbnail li {
	display: inline;
	padding: 5px 0 8px 4px;
	float: left;
	width: 65px;
	height: 65px;
}

#property_detail_left {
	float: left;
	width: 60%;
}

#property_detail_right {
	float: right;
	width: 40%;
}

#agent_detail {
	width: 180px;
	margin: 10px 10px 0 0px;
	padding: 10px;
	/*background-color: #F1F1F1;*/
	border: 1px solid #CCC;
	float: right;
	line-height: 1.5em;
	/*-moz-border-radius: 10px; /* Firefox */
  	/*-webkit-border-radius: 10px; /* Safari and Chrome */
 	/*border-radius: 10px;*/
	 behavior: url(ie-css3.htc);
}

#agent_detail h1 { 
	font-weight: bold;
	font-size: 20x;
	color: #674722;
	padding: 0 0 10px 0;
}

/*=========================================== Property ============================================*/
.pagination {
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding: 10px 5px 10px 10px;
}
.pagination ul {
	list-style: none;
}
.pagination li {
	display: inline;
}
.pagination a {
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination a:link {
	text-decoration: none;
}
.pagination a.selected {
	background-color: #674722;
	color: #FFFFFF;
	border: 1px solid #ccc;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #ccc;
	text-decoration: none;
}
.pagination a:active {
	text-decoration: none;
}

/*---------------------------------------- Pagination ------------------------------------------*/

#pagination { padding: 5px 0; text-align: right;}

#pagination a, #pagination a:visited { display: inline-block; background-color:#fff; border:1px solid #ccc; color: #666; padding: 0 5px; line-height: 20px; text-decoration: none;}

#pagination a.selected, #pagination a:hover { background-color:#674722; border:1px solid #674722;}
