@charset "utf-8";
/* CSS Document */
img, div, input { behavior: url("iepngfix.htc") }
img { -ms-interpolation-mode:bicubic; }

/* Reset stylesheet to make all the crowser consistance */
html, body, div, form, table, h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0;
} 

body {
	margin: 0;
	padding: 0;
	background: #729ebd url('../images/bg.gif') repeat-x top; /* Change your background color or image */
}
#container {
	margin: 0 auto; /* align center for the entire site , change to "margin: 0;" if align left */
	width: 790px; /* decide the entire width of your site */
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif; /* this is the default font of the site */
}

/*=========================================== Header Part ============================================*/
#header {
	width: 100%; /* the width is follow the container width */
	padding-bottom: 15px;
	background-color:#000;
}
#logo {
	padding: 0px 0 0 10px;
	float: left;
	margin-top:15px;
	width: 500px;
}
#logo span {
	float: left;
	margin-right:10px;
}
#companyName {
	font: normal 20px verdana;
	color: #fff;
	padding-top: 7px;
}
#icon {
	float: right;
	padding: 0px 0 0 15px;
}

#icon a img{
	border:none;
}

#link_top {
	width: 250px;
	height: 70px;
	float: right;
	position: relative;
	padding-top:20px;
	padding-right:10px;

}

#link {
	float: right;
	text-align: right;
}
#link a, #link a:visited {
	text-decoration: none;
	color: #fff;
}
#link a:hover {
	color: #87b1cc;
	text-decoration: underline;
}
#search {	
	position: absolute; /* the search function will always stay at the bottom of link_top div */
	bottom: 0;
	right: 0;
	color: #fff;
}
#search form { 
	margin: 0; /* remove the unneccessary spaces within the form */
}
.txtbox_search { /* set your search textbox style */
	width: 160px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #674722;
	color: #000;
	padding: 4px 0 0 5px;
	font: 11px verdana;
}

/*=========================================== Middle Part ============================================*/
#middle_container {
	width: 100%;
}
#nav {
	width: 100%;		
	margin-bottom: 0px;
	padding: 0 0 1px 0;
	min-height: 7px;
	overflow: auto;
	background-color:#000000;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0 10px 0 0;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 8px 22px;
	margin: 0px 0 0 0px;
	position:relative;
	overflow: visible;
	text-align:center;
	background-color:#141b2a;
	margin:0px 3px 3px 0px;
	font-size:12px;
}
#nav a.selected {
	background-color:#87b1cc;
	color:#fff;
	font-weight:bold;
}
#nav a.selected:hover{
	background-color:#87b1cc;
	color:#fff;
}
#nav a:hover, #nav a:active {
	background:#87b1cc;
	background-position:left-bottom;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #fff;
	overflow: visible;
}
#banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 257px;
	width: 790px;	
}
.banner_textbox { /* text area of banner, if the font here are different from the default, add another font type here */
	float: left;
	padding: 70px 20px 20px 25px;
	width: 340px;
	color:#fff;
}
#banner h1 {
	font: bold 42px "trebuchet MS", verdana, arial;
	color: #fff;
	margin: 0;
	padding: 0;
	color:#fff;
}

#banner_flash{	
	clear:both;
	margin:0 auto;	
	height: auto;
	width: 790px;
	text-align:center;
}

/*=========================================== Content Part ============================================*/
#content_container {
	width: 100%;
	margin-bottom: 6px;
	color:#d0d1d4;
	background-color:#393939;
}
#content { /* this div is for 1 column content layout */
	padding: 10px;
	overflow:hidden;
}
#side_content_right, #side_content_left { /* this div is for 2 column content layout - side content appearence   */
	width: 205px;
	padding: 10px;
	margin:5px;
	overflow:hidden;
}
#main_content_right, #main_content_left  { /* this div is for 2 column content layout - main content appearence */
	width: 515px;	
	padding: 10px 20px 15px 15px;
	overflow:hidden;
	text-align: left; /* change to right, center, inherit or justify if desired */
}
#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_nav {
	width: 100%;	
	margin-bottom: 20px;		
}
#side_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side_nav li {
	background-color: #141b2a;
	margin-bottom:4px;
}
#side_nav a {
	display: block;
	width: 180px;
	background-color:#141b2a;
	background-position:left-bottom;
	background-repeat:no-repeat;
	color: #fff;
	font-size:12px;
	text-decoration: none;
	margin-bottom: 3px;
	padding: 10px 5px 10px 15px;
}
#side_nav a:hover, #side_nav a:active {
	text-decoration: none;
	color: #333;
	background-color:#7ea7c5;
}
#side_nav a.selected {
	background-color:#43739b;
	margin-right:5px;
	color:#FFF;
	font-weight:bold;
}
.side_title {
	text-align: left;
	font: bold 16px "trebuchet MS", verdana, arial;
	color: #87b1cc;
	height: auto;
	padding:4px 0 4px 20px;
	border-bottom:3px solid #87b1cc;
}
.side_text {
	padding: 5px 5px 20px 5px;
	color:#d0d1d4;
}
.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.side_text li {
	padding: 2px 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: #87b1cc;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
}
#bottom, #counter {
	clear: both;
	padding: 8px 0;
}

/*=========================================== Footer Part ============================================*/
#footer {
	clear: both; /* content both side_content and main_content to bottom part */
	padding: 15px 0;
	width: 100%; /* 100% to let the footer full fit in browser, change to exact width if desired */
	margin: 0 auto; 
	text-align: center; /*change to left or right if desired */
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.footer_menu, .footer_contact {
	padding: 0 10px 8px 10px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#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 */

#login_panel, #testimonial_panel, #guestbook_panel, #download_panel {
	border: 5px solid #3D6D95;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #3D6D95;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #3D6D95;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #FFF;
	border: 1px solid #000;
	padding: 4px 5px;
}
.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 #000;
	padding: 4px 5px;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #000;	
}
h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #87B1CC; /* Brown color */
}
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;
}
.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: #3D6D95;
	font-weight: bold;
	color: #fff;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #ccc;
}
.big_img_frame img {	/* Product detail page - border color of Big product image - add in style if desired */
}
.small_img_frame img { /* Product detail page - border color of small thumbnail of product image */
	border-color: #000;	
}


/*===================================== 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;
}
.small_img_frame a:link img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border-width: 2px;
	border-style: solid;
}
.small_img_frame a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}
.clear { /* Fix the float problems */
	height: 0;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	_margin: -13px 0 0 0;
}


/*============= General ================*/

#content_container ul, #content_container ol { margin: 10px; padding-left: 25px;}

#content_container li { padding: 4px 0; }

a:link, a:visited {
	color: #87b1cc;
	text-decoration: underline;
}
a:hover {
	color: #87b1cc;
	text-decoration: none;
}

.left{ float: left;}
.right{ float: right;}

hr {
	margin: 2em 0;
	height: 1px;
	border: none;
	background-color: #ccc;
	color: #ccc;
}

sup { font-size: 0.7em;}

a img { border: none;}

p { padding: 8px 0;}



/*--------------------------------------------- SLIDER BANNER ------------------------------------------------*/

#slider-wrapper {
    /*width:790px;
    height:251px;*/
    margin:0 auto;
}

#slider {
	position:absolute;
    /*width:790px;
    height:251px;*/
	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%;
	/*position: relative;
	bottom: 34px;
	left: 0px;*/
}

#side_searchnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side_searchnav li {
	display: inline;
}

#side_searchnav a {
	float: left;
	font: bold 14px "Lucida Sans", Arial;
	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: #333333;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}

.side_searchtbl {
	width: auto;
	margin: 0 0 15px 0;
}

.side_criteriatbl {
	width: auto;
	margin: 0 0 10px 0;
}

.side_criteriatbl td {
	font: bold 12px "Lucida Sans", Arial;
	color: #FFF;
	font-style:italic;
	padding: 2px 0;
}
/*
.side_criteriatbl select {
	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: bold 14px "Lucida Sans", Arial;
	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: #333333;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}

.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: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
 	 border-radius: 5px;
	 behavior: url(ie-css3.htc);
}

.criteriatbl {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0px 10px 20px 10px;
}

.criteriatbl td {
	font: bold 12px "Lucida Sans", Arial;
	color: #FFF;
	font-style:italic;
}

#title {
	background-color: #333333;
	width: 100%;
	-moz-border-radius: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
 	 border-radius: 5px;
	 behavior: url(ie-css3.htc);
}

#title h5 {
	font: bold 12px "Lucida Sans", Arial;
	color: #FFF;
	padding: 9px 0px 9px 18px;
}

/*=========================================== Property Listing ============================================*/

#property_listing {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #888;
}

#property_name {
	margin: 0;
	padding-bottom: 10px;
}

#property_name a, #property_name a:visited {
	font: bold 14px "Lucida Sans", Arial;
	color: #fff;
	padding-bottom: 18px;
	text-decoration: none;
}

#property_name a:hover {
	font: bold 14px "Lucida Sans", Arial;
	color: #CCC;
	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: bold 12px "Lucida Sans", Arial;
	color: #ccc;
}

#listing_contact {
	width: 150px;
	float: right;
	padding: 0 0px 0 10px;
	border-left: 1px solid #888;
	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: 4px; /* Firefox */
  	-webkit-border-radius: 4px; /* Safari and Chrome */
 	 border-radius: 5px;
	 behavior: url(ie-css3.htc);
}

#agent_detail h1 { 
	font: bold 20px "Lucida Sans", Arial;;
	color: #fff;
	padding: 0 0 10px 0;
}

/*=========================================== Property ============================================*/
.pagination {
	color: #ccc;
	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: #333333;
	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:#34648e; color: #fff; padding: 0 5px; line-height: 20px; text-decoration: none;}

#pagination a.selected, #pagination a:hover { background-color:#8cbfda;}
