@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 { margin: 0; padding: 0; }

body {
	background: #def0e3 url(../images/bg.jpg) repeat-x top;
}

#container {
	margin: 0 auto; /* align center for the entire site , change to "margin: 0;" if align left */
	font: 11px tahoma, arial, serif; /* this is the default font of the site */
	width: 100%;
}

ul { margin: 0px 15px; }

ul li { padding: 2px 0; }

/*=========================================== Header Part ============================================*/

#header {
	margin: 0 auto;
	width: 950px;
	padding: 15px 15px 0 15px;
	background: url(../images/header_bg.png) top no-repeat;
	min-height: 30px;
}

#logo {
	float:left;
}

#logo div { vertical-align: middle; display: inline;}

#companyName {
	font: bold normal 22px "Lucida Sans", Arial;
	color: #bdbdbd;
}

#link_top { /* this is the very top navigation which included links and search functions */
	width: 410px;
	float: right;
	color: #03697f;
	padding-top: 20px;
}

#link {
	float: right;
	/*width: 130px;*/
	text-align: right;
}

#icon {
	float: right;
	padding: 0px 0 0 15px;
}

#link a, #link a:visited {
	text-decoration: none;
	color: #03697f;
}

#link a:hover {
	color: #03697f;
	text-decoration: underline;
}

#search {	
	float: right;
	width: 270px;
}

.txtbox_search { /* set your search textbox style */
	width: 220px;
	height: 19px;
	background-color: #FFF;
	border: 1px solid #03697f;
	color: #848484;
	padding: 4px 0 0 5px;
	font: 12px tahoma, arial, serif;
}

#search input { vertical-align: middle;}

/*=========================================== Middle Part ============================================*/

#middle {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	background: url(../images/middle_bg.png) repeat-y;
	position: relative;
}

#nav, #nav_below {
	margin: 0 auto;
	width: 980px;
	background: url(../images/nav_bg.png) no-repeat;
	height: 37px;
	padding: 8px 0 0 0;
}

#nav ul { list-style: none; margin: 0; padding: 0;}

#nav li { display: inline; margin: 0; padding: 0;}

#nav a {
	float: left;
	font: bold 13px "Lucida Sans", Arial;
	color: #3499ad;
	background: url(../images/seperator.png) no-repeat right;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}

#nav a:hover {
	color: #666;
	overflow: visible;
}

#nav a.selected, #nav a:active {
	color: #666;
}

#nav_below ul { list-style: none; margin: 0; padding: 0;}

#nav_below li { display: inline; margin: 0; padding: 0;}

#nav_below a {
	float: left;
	font: bold 13px "Lucida Sans", Arial;
	color: #3499ad;
	background: url(../images/seperator.png) no-repeat right;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
}

#nav_below a:hover {
	color: #666;
	overflow: visible;
}

#nav_below a.selected, #nav_below a:active {
	color: #666;
}

#FlashLayer{
	width:500px;
	height:300px;
	//border:1px solid black;

}

#banner_bg {
	padding: 10px 0 10px 0;
	width: 980px;
	background: url('../images/banner_bg.png') bottom no-repeat;
}

#banner {
	background: url('../images/banner.jpg') no-repeat;
	/*height: 450px;*/
	height: auto;
	width:980px;
	overflow: hidden;
}

.banner_textbox { /* text area of banner, if the font here are different from the default, add another font type here */
	float: left;
	color: #03697f;
	font: 14px tahoma, arial, serif;
	line-height: 20px;
	padding: 70px 20px 20px 20px;
	width: 400px;
}

#banner h1 {
	font: 34px "trebuchet MS", verdana, arial;
	color: #FFF;
}

#banner_flash{
	overflow: hidden;
	margin: 0 auto;
}



/*=========================================== Content Part ============================================*/

#content {
	margin: 0 auto;
	width: 940px;
	min-height: 330px;
	font-size: 13px;
	background: url(../images/middle_bg.png) repeat-y;
	color: #666;
	padding: 20px;
}

#whole_content { /* this div is for 1 column content layout */
	padding: 0px;
	line-height: 18px;
}

#side_content_right, #side_content_left { /* this div is for 2 column content layout - side content appearence   */
	width: 265px;
}

#main_content_right, #main_content_left  { /* this div is for 2 column content layout - main content appearence */
	width: 660px;	
	text-align: left; /* change to right, center, inherit or justify if desired */
	line-height: 18px;
}

#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 {
	text-align: center;
	font: bold 20px "Lucida Sans", Arial;;
	color: #03697f;
	border-bottom: 1px solid #03697f;
	padding: 0px 0 10px 0;
}

.side_text {
	padding: 5px 5px 20px 5px;
}

.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
}

.side_text li {
	padding: 0 0 15px 0;
	list-style-position: outside;
	list-style-image: url('../images/arrow-side.gif');
}

.side_text strong { color: #666;}


.pagetitle h2 {
	font: bold 20px "Lucida Sans", Arial;;
	color: #03697f;
	border-bottom: 1px solid #03697f;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

#bottom, #counter {
	clear: both;
	padding: 8px 0;
}

/*=========================================== Footer Part ============================================*/

#footer {
	margin: 0 auto 10px auto; 
	color: #FFF;
	background:url(../images/footer_bg.png) no-repeat top;
	font-size: 11px;
	width: 960px;
	min-height: 30px;
	padding: 15px 0px;
}

.footer_menu {
	float: right;
	width: 460px;
	padding-right: 20px;
	text-align: right;
}

.footer_contact  {
	float: left;
	width: 460px;
	padding-left: 20px;
	text-align: left;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
	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 {
	background-color: ;
	border: 3px solid #6f4a22;	
}

#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #333;
}

.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #333;
}

.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #F0F0F0;
	border: 1px solid #6f4a22;
}

.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 #6f4a22;
}

.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #333333;	
}

.normal { /* Contact us page - job position */
	font-weight: normal; 
	font-size: 12px; 
	color: #555;
}

.price {
	color: #6f4a22; /* color of the price display on product page */
}

.bgcolor { /* Use in the title of Security Code within a form  */
	background-color: #333333;
	font-weight: bold;
	color: #CCC;
}

.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #212121;
}

.border_hori, .border_verticle, .border { border: 2px solid #c2ce92;}

/*============= General ================*/

a:link, a:visited {
	color: #6f4a22;
	text-decoration: underline;
}
a:hover {
	color: #6f4a22;
	text-decoration: none;
}

.left{ float: left;}
.right{ float: right;}

hr {
	margin: 1em 0;
	height: 1px;
	border: none;
	background-color: #888;
	color: #888;
}

sup { font-size: 0.7em;}

a img { border: none;}

p { padding: 8px 0;}

h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #666; 
}
h1 {  /* Use for those highlight title, subtitle, likes: News & Events title */
	font: bold 20px "Lucida Sans", Arial;;
	color: #bdbdbd;
	padding: 0 0 10px 0;
}
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;
}

#contact_panel h1, #download_panel h1, #guestbook_panel h1, #news_panel h1, #product_panel h1, #testimonial_panel h1 { font-size: 18px;}

/*===================================== 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_hori {    
	height: 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;
}
.clear { /* Fix the float problems */
	height: 0;
	width: 100%;
	clear: both;
	_margin: -13px 0 0 0;
}

/*--------------------------------------------- SLIDER BANNER ------------------------------------------------*/
 
#slider-wrapper {
    width:980px;
    /*height:450px;*/
	height: auto;
    margin:0 auto;
}
 
#slider {
    position:absolute;
    width:980px;
    /*height:450px;*/
    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: #666;
	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: #666;
	overflow: visible;
}

#side_searchnav a.selected, #side_searchnav a:active {
	background-position: 0% 0px;
	color: #333;
}

#side_search_column {
	margin: 0px 0 20px 0;
	width: 245px;
	padding: 10px;
	background-color: #ded9d1;
}

.side_searchtbl {
	width: 100%;
	margin: 0 0 15px 0;
}

.side_criteriatbl {
	width: 100%;
	margin: 0 0 10px 0;
}

.side_criteriatbl td {
	font: bold 12px "Lucida Sans", Arial;
	color: #999;
	font-style:italic;
	padding: 2px 0;
}

.side_criteriatbl select {
	width: 180px;
}


/*=========================================== 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: #03697f;
}

.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: bold 12px "Lucida Sans", Arial;
	color: #CCC;
	font-style:italic;
}

#title {
	background-color: #03697f;
	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: 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 #CCC;
}

#property_name {
	margin: 0;
	padding-bottom: 10px;
}

#property_name a, #property_name a:visited {
	font: bold 14px "Lucida Sans", Arial;
	color: #333;
	padding-bottom: 18px;
	text-decoration: none;
}

#property_name a:hover {
	font: bold 14px "Lucida Sans", Arial;
	color: #333;
	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: #03697f;
}

#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: bold 20px "Lucida Sans", Arial;;
	color: #03697f;
	padding: 0 0 10px 0;
}

/*=========================================== Property ============================================*/
.pagination {
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 10px 5px 10px 10px;
}
.pagination ul {
	list-style: none;
}
.pagination li {
	display: inline;
}
.pagination a {
	background-color: #FFF;
	color: #03697f;
	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: #03697f;
	color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #03697f;
	border: 1px solid #ccc;
	text-decoration: none;
}
.pagination a:active {
	text-decoration: none;
}

table.table{
	border:1px solid #ccc;
	border-bottom:0px solid #ccc;
}
table.table tr{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;	
}

table.table tr td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

