* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 70px; /* .push must be the same height as .footer */
}
#footer {
	position: relative;
	clear:both;
	background-color: #252A44;
	padding: 20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 70px; /* .push must be the same height as .footer */
}

#footer a{color:#ffffff;text-decoration:none;border-bottom:dotted thin}
#footer a:hover{color:#6A7045}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.container {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

.top-container {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 144px;
}
.content-container {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	height: auto;
	min-height: 100%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 144px;
	width: 100%;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #707749;
	background-color: #FFFFFF;
}
#top-nav {
	background-image: url(../images/top-nav-bg.jpg);
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
#top-nav    ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-nav    li {
	display: inline;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 2px;
	margin: 0px;
	padding-right: 2px;
}
#top-nav  li  a {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
#top-nav  li  a:hover {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}
.right-end {
	position: absolute;
	top: 0px;
	right: -11px;
}
.left-end {
	position: absolute;
	top: 0px;
	left: -11px;
}
.logo {
	margin-top: 8px;
}
#call {
	position: absolute;
	right: 0px;
	top: 55px;
	text-align: center;
}
#call h1 {
	font-family: "Times New Roman", Times, serif;
	color: #252A6B;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
}
#call p {
	color: #555D34;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	padding-top: 7px;
}
#nav {
	width: 100%;
	background-image: url(../images/nav-bg.jpg);
	height: 42px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	float: left;
	list-style-type: none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 6px 20px;
	margin-top: 7px;
}
#nav li a {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li a:hover {
	list-style-type: none;
	color: #ADB482;
	text-decoration: none;
}
.sep {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F98C2;
}
p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}
#left {
	float: left;
	width: 605px;
	padding-right: 15px;
}
#right {
	float: left;
	width: 295px;
	padding-right: 15px;
}

.content-container {
	margin-bottom: 20px;
}

.content-container h1, .pagetitle {
	color: #2F3775;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 8px;
}
.content-container h2 {
	color: #2F3775;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}


.content-container p {
	margin:20px 0;
}

#e-updates p {
	margin:0;
}
.stroke {
	border: 1px solid #CCCCCC;padding:4px;
}
.stroke:hover {
	border: 1px solid #2F3775;
}

#featured {
	width: 605px;
	padding-top: 10px;
}
.featured-listing {
	width: 192px;
	float: left;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.featured-listing2 {
	width: 192px;
	float: left;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
}
.listing-title {
	font-size: 14px;
	color: #2F3775;
}
a.buttons  {
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	color: #575B48;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #CECECE;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
#search {
	width: 285px;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 15px;
}
a.button-right {
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	color: #575B48;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #CECECE;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#e-updates {
	width: 285px;
	border: 1px solid #CCCCCC;
	position: relative;
	background-image: url(../images/highlight-bg.jpg);
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	background-color: #B6BEC1;
}
#quick-search {
	width: 285px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 15px;
	background-image: url(../images/bg-gradient-sm.jpg);
	background-repeat: repeat-x;
}
a {
	color: #6A7045;
}
a:hover {
	color: #3B4B89;
}

#s3slider {
	width: 605px; /* important to be same as image width */
	height: 274px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	border: 1px solid #CCCCCC;
}

#s3sliderContent {
	width: 605px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin: 0;
	padding: 0px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 374px;
	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 */
	top: 0;
   /*
       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
   */
}

.clear {
   clear: both;
}
#s3sliderContent li {
	position: absolute; /* important */
	top: 0; /* important */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#s3sliderContent ul {
	position: absolute; /* important */
	top: 0; /* important */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul {
}
li {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

/* ====================  DAREN STYLES ==================== */

/*
input, textarea, select {padding:2px; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif; border: 1px solid #7F9DB9; text-align: left;}
*/

input, textarea, select {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;padding:2px; COLOR: #000000; border: 1px solid #7F9DB9; text-align: left;}
input.checkbox, input.radio, input.noborder {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin:2px;border: 1px solid #fff; padding:2px; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif; text-align: left;}
label {vertical-align:text-top;font-size:11px;border: 1px solid #fff; COLOR: #000000; FONT-FAMILY: verdana, arial, helvetica, sans-serif; text-align: left;}
input.checkbox {border: 0px;}
input.button {margin: 0; padding: 3px 6px; border: 1px solid #333; background-color: transparent; background-image: url(/images/back_button.gif); font-size: 11px; color: #000000;text-align: center;}
a.button {text-decoration:none; margin: 0; padding: 3px 6px; border: 1px solid #D7D3C8; background-color: #ffffff; font-family: arial, helvetica, serif; font-size: 11px; color: #494742;text-align: center;}

.TopBottomPadding {padding-top: 10px;padding-bottom:10px; }

.gmaptext {FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: verdana, arial, helvetica, sans-serif; width: 300px;}
/*.pagetitle {margin: 0; color: #000000; font-size: 36px}*/
.smalltitle {margin: 0;  color: #000000; font-size: 16px}
.nneren {margin: 0; color: #555; font-size: 10px;FONT-FAMILY: verdana, arial, helvetica, sans-serif;}

/* navigation */

/*
.menu {height: 22px;vertical-align: middle;border-right:1px solid #C9CDD9;border-top:1px solid #C9CDD9;border-bottom:1px solid #C9CDD9;}
.menu a {text-align:center;FONT-FAMILY: verdana, arial, helvetica, sans-serif; font-size: 10px; text-transform:uppercase;font-weight: normal; COLOR: #0C477D; TEXT-DECORATION: none;background-color:#EDEFF5; width: 100%; display: block; padding-top: 8px; height: 22px; }
.menu a:hover {background-color: #E2E6EF;text-decoration:none;}
*/

.selected {color:#fff;background-color:#17233E;padding:3px}

#adminbody {font-family: verdana, arial, helvetica, sans-serif;font-size:11px;background-image:none;background-color:#fff;}
#adminbody .pagetitle{font-family: verdana, arial, helvetica, sans-serif; font-size:24px;}

.leftitem {border-left:1px solid #ccc;}

.adminmenu {height: 30px;vertical-align: middle;border:1px solid #545454}
.adminmenu a {text-decoration:none;text-align:center;FONT-FAMILY: verdana, arial, helvetica, sans-serif; font-size: 10px; text-transform:uppercase; COLOR: #ffffff; TEXT-DECORATION: none; background-color:#120902; width: 100%; display: block; padding-top: 8px; height: 30px; }
.adminmenu a:hover {background-color: #545454;text-decoration:none;color:#ffffff;}
/*
.adminmenu {height: 30px;vertical-align: middle;border:1px solid #999}
.adminmenu a {text-decoration:none;text-align:center;FONT-FAMILY: verdana, arial, helvetica, sans-serif; font-size: 10px; text-transform:uppercase; COLOR: #000; TEXT-DECORATION: none; background-color:#C5D1E4; width: 100%; display: block; padding-top: 8px; height: 30px; }
.adminmenu a:hover {background-color: #0015BF;text-decoration:none;color:#ffffff;}
*/
/* account area */

.tab {width: 155px; height: 28px;padding-left:10px;padding-right:10px;}
.tab a {background-image:url(/images/nav-bg.jpg);border:1px solid #cccccc; border-bottom-width: 0px; display: block; width:100%;  height:100%; overflow:hidden; font-weight: bold; font-size: 12px; color:#fff; text-decoration: none; margin:0; padding: 12px 0 0 2px;}
/*.tab a {border:1px solid #cccccc; border-bottom-width: 0px; display: block; margin: 0; padding:0; width:100%;  height:100%; overflow:hidden; font-weight: bold; font-size: 12px; color:#fff; text-decoration: none; background: #5F73A5; margin:0; padding: 7px 0 0 2px;}*/
.tab a:hover {color: #ADB482;}

/*
#search {padding-left: 20px}
#search form {margin: 0; padding: 0}
#search h2, #search h3 {font-weight: normal; font-size: 20px; color: #2f3442; margin: 0; letter-spacing: -1px}
*/

#search select {width: 280px; margin: 1px 0; border: 1px solid #D7D3C8; padding: 2px; color: #333333}
#search input.text {width: 274px; margin: 1px 0; border: 1px solid #D7D3C8; padding: 2px; color: #333333}
#search input.button {margin-top: 5px}

/* search results */

.photoBorder {border:1px solid #cccccc;padding:4px;margin:2px;}
.photoBorder:hover {border:1px solid #120902;padding:4px;}

.photoBorder_small {border:1px solid #cccccc;padding:1px;margin:2px;}
.photoBorder_small:hover {border:1px solid #3C4354;padding:1px;}
/*.photoBorder_small:hover img {border:1px solid #3C4354;padding:1px;}*/

/* search results map */

.maptable {background-color: #aaaaaa;padding:0px;}
.rowheader {background-color: #dddddd; FONT-SIZE: 11px;font-weight: bold;color: #000000;}
.rowback1 {background-color: #ffffff;color: #000000;}
.rowback2 {background-color: #eeeeee;color: #000000;}

/* print listing page */

.printlisting {font-size:12px;}
.printlisting_title {font-size:18px;font-weight:bold;}
.printlisting_header {margin-top:3px;padding:3px;border-top:1px solid #aaa;border-bottom:1px solid #aaa;}
.printlisting td {padding:3px; font-size:12px;}

/* property detail */

#mainimage {border:1px solid #cccccc;}

.boxed {border: 1px solid #ccc; }
td.GivePadding {vertical-align: top; padding: 5px; }
td.MorePadding {vertical-align: top; padding: 10px; }

td.SectionHead {padding: 5px; color: #FFFFFF; font-weight: bold; background-color: #42538B; }
td.SectionHead a{color:#fff; }
td.SectionHead a:hover{color:#6A7045; }
/*td.SectionHead td{padding: 4px; color: #FFFFFF; font-weight: bold; background-color: #120902;}*/
td.SectionDivider {border-left:1px solid #ccc;padding-left:5px;}
td.SectionBottom {border-top:1px solid #ccc;padding-bottom:5px;}
td.SectionSubHead {font-weight: bold; padding: 5px; color: #000000; border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color: #C5D1E4;}

td.detailItem {vertical-align:top; font-weight : normal; height: 24px;}
td.detailLabel {vertical-align:top; font-weight : bold; height: 24px;}

.floatingBox {
	position:absolute;
	background-color: white;
	width: 200px;
	white-space:normal;
	padding: 5px;
	border: 2px solid #382110; 
	line-height: 1.6em;
	z-index: 100089;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: rgb(153, 153, 153) 3px 3px 5px;
}


