body {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 13px;
	color: #252525;
	background: #fff url('../images/body-bg.png') repeat-x scroll top left;
}
label.error {
	color: red;
	font-style: italic
}
form.cmxform label.error, label.error {

	color: red;
	font-style: italic
}
input.error { 
	border: 1px dotted red;
}
div.error { 
	display: none; 
}
.container {
	float: left;
	width: 100%;
	background: transparent url('../images/container-bg.png') no-repeat scroll top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}
.footer-container {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 120px;
	background: transparent url('../images/footer-bg.png') repeat-x scroll top left;
}
.header, .content, .footer {
	margin: 0 auto;
	width: 880px;
	text-align: left;
}
.header-box {
	float: left;
	width: 880px;
	height: 182px;
	position: relative;
}
h1.logo {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 187px;
	height: 97px;
}
h1.logo a {
	float: left;
	width: 187px;
	height: 97px;
	background: transparent url('../images/logo.png') no-repeat scroll top left;
	text-indent: -9999px;
}
.header-address {
	position: absolute;
	top: 54px;
	right: 0px;
	line-height: 24px;
	text-align: right;
	font-size: 16px;
}
ul.main-menu {
	position: relative;
	top: 146px;
	left: 0px;
	width: 880px;
	height: 36px;
	z-index:2;
}
ul.main-menu li {
	float: left;
	height: 36px;
	position: relative;
	z-index:2;
}
ul.main-menu li.mm1 {
	width: 56px;
}
ul.main-menu li.mm2 {
	width: 70px;
}
ul.main-menu li.mm3 {
	width: 76px;
}
ul.main-menu li.mm4 {
	width: 96px;
}
ul.main-menu li.mm5 {
	width: 96px;
}
ul.main-menu li.spacer {
	float: left;
	width: 80px;
	height: 36px;
	background: transparent url('../images/main-menu-spacer.png') no-repeat scroll top left;
	position: static;
}
ul.main-menu li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #fbf238;
	font-weight: bold;
	font-style: italic;
}
ul.main-menu li.mm1 a {
	width: 56px;
}
ul.main-menu li.mm2 a {
	width: 70px;
}
ul.main-menu li.mm3 a {
	width: 76px;
}
ul.main-menu li.mm4 a {
	width: 96px;
}
ul.main-menu li.mm5 a {
	width: 96px;
}
ul.main-menu li.active a, ul.main-menu li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.main-menu li ul.submenu {
	display: none;
	position: absolute;
	top: 35px;
	width: 160px;
}
ul.main-menu li.mm1 ul.submenu {
	left: -54px;
}
ul.main-menu li.mm2 ul.submenu {
	left: -45px;
}
ul.main-menu li.mm3 ul.submenu {
	left: -42px;
}
ul.main-menu li.mm4 ul.submenu {
	left: -32px;
}
ul.main-menu li.mm5 ul.submenu {
	left: -32px;
}
ul.main-menu li.hover ul.submenu {
	display: block;
}
ul.main-menu li:hover ul.submenu {
	display: block;
}
ul.main-menu li ul.submenu li {
	float: left;
	height: 24px;
	position: static;
	width: 160px;
}
ul.main-menu li ul.submenu li a {
	display: block;
	float: left;
	position: static;
	height: 24px;
	width: 160px;
	line-height: 24px;
	font-size: 14px;
	color: #fcffcc;
	font-weight: bold;
	font-style: italic;
	background: transparent url('../images/submenu-bg.png') no-repeat scroll top left;
	text-align: center;
}
ul.main-menu li ul.submenu li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-box {
	float: left;
	width: 880px;
	height: 120px;
	line-height: 18px;
	font-size: 12px;
}
.footer-box .footer-top {
	float: left;
	width: 880px;
	padding: 30px 0px 6px 0px;
}
.footer-box .footer-top img {
	vertical-align: middle;
	padding: 0px 6px;
}
.footer-box .footer-bottom {
	float: left;
	width: 880px;
}
.footer-box .footer-bottom img {
	vertical-align: middle;
	padding: 0px 12px 0px 0px;
}
.text {
	line-height: 16px;
}
.text h2 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 16px;
}
.text h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 16px;
	color: #787878;
}
.text img.left {
	float: left;
	padding: 0px 20px 20px 0px;
}
.text img.right {
	float: right;
	padding: 0px 0px 20px 20px;
}
.text p {
	padding-bottom: 16px;
}
.text ul {
	padding-bottom: 16px;
	line-height: 24px;
}
.text ul li {
	padding: 0px 0px 4px 30px;
	background: transparent url('../images/bullet.png') no-repeat scroll top left;
}
.text ol {
	padding-bottom: 16px;
	list-style-type: decimal;
	margin-left: 24px;
	line-height: 24px;
}
.text ol li {
	padding: 0px 0px 4px 6px;
}
.content-box {
	float: left;
	width: 880px;
	margin-bottom: 120px;
}
.flash {
	position:relative;
	float: left;
	width: 880px;
	padding: 20px 0px;
	z-index:1;
}
.home-content {
	float: left;
	width: 880px;
	background: transparent url('../images/home-content-top.png') no-repeat scroll top left;
}
.home-content .inside {
	float: left;
	width: 800px;
	background: transparent url('../images/home-content-bg.png') repeat-y scroll top left;
	padding: 40px;
}
.home-content .inside .desc {
	float: right;
	width: 492px;
	font-size: 16px;
	line-height: 17px;
	color: #fcffcc;
}
.home-content .inside .desc p {
	padding-bottom: 17px;
	text-indent: 50px;
}
.home-content .inside .desc p.first {
	text-indent: 0px;
}
.home-content .inside .list {
	float: left;
	width: 263px;
	height: 290px;
	background: transparent url('../images/home-content-borders.png') no-repeat scroll top left;
}
.home-content .inside .list .title {
	float: left;
	width: 263px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	color: #fbf238;
	font-size: 16px;
	text-transform: uppercase;
}
.home-content .inside .list .elem {
	float: left;
	width: 263px;
	height: 52px;
	line-height: 14px;
	padding: 23px 0px;
}
.home-content .inside .list .elem span.info {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}
.home-content .inside .list .elem span.address {
	color: #fcffcc;
	font-size: 16px;
}
.home-content .inside .list .elem span.price {
	color: #fcffcc;
	font-size: 22px;
	line-height: 24px;
}
.standard-page {
	float: left;
	width: 880px;
	padding: 20px 0px;
}
table.for-sale {
	width: 880px;
	margin: 1px 0px 0px 0px;
}
table.for-sale th {
	height: 34px;
	text-align: center;
	vertical-align: middle;
	background: #fbf238;
	text-transform: uppercase;
}
table.for-sale th.col-1 {
	width: 667px;
}
table.for-sale th.col-2 {
	width: 60px;
	border-left: 1px solid #fff;
}
table.for-sale th.col-3 {
	width: 70px;
	border-left: 1px solid #fff;
}
table.for-sale th.col-4 {
	width: 80px;
	border-left: 1px solid #fff;
}
table.for-sale td {
	text-align: center;
	vertical-align: top;
	padding: 16px 0px;
	border-top: 1px solid #9b9e91;
}
table.for-sale tr.first td {
	border-top: 0px;
}
table.for-sale td.col-1 {
	text-align: left;
	width: 667px;
}
table.for-sale td.col-2 {
	width: 60px;
	border-left: 1px solid #9b9e91;
}
table.for-sale td.col-3 {
	width: 70px;
	border-left: 1px solid #9b9e91;
}
table.for-sale td.col-4 {
	width: 80px;
	border-left: 1px solid #9b9e91;
}
table.for-sale td.col-1 .image {
	float: left;
	width: 240px;
}
table.for-sale td.col-1 .image img {
	width: 240px;
}
table.for-sale td.col-1 .info {
	float: right;
	padding-right: 17px;
	width: 380px;
}
table.for-sale td.col-1 .info p.title {
	line-height: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
table.for-sale td.col-1 .info p.title a {
	color: #252525;
}
table.for-sale td.col-1 .info p.address {
	line-height: 16px;
	padding-bottom: 16px;
	font-size: 14px;
	text-transform: uppercase;
}
table.for-sale td.col-1 .info p.desc {
	line-height: 16px;
	padding-bottom: 16px;
	font-size: 14px;
}
.input-box input {
	width: 178px;
	border: 1px solid #787878;
	margin: 0px;
	margin-bottom:3px;
	padding: 4px 10px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 11px;
	color: #434343;
}
.button button {
	height: 25px;
	width: 80px;
	background: transparent url('../images/btn-80.png') no-repeat scroll top left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
}
.button button:hover {
	background-position: 0px -25px;
	color: #3d3d3d;
}
.house-description {
	float: left;
	width: 880px;
}
.house-photos {
	float: left;
	width: 880px;
	padding: 15px 0px;
	margin: 15px 0px;
	border-top: 1px solid #9a9a9c;
	border-bottom: 1px solid #9a9a9c;
}
.house-photos .items {
	float: left;
	width: 880px;
	height: 77px;
}
.house-photos .items img {
	float: left;
	width: 100px;
	height: 75px;
	border: 1px solid #787878;
	margin: 0px 11px 0px 12px;
}
.house-details {
	float: left;
	width: 880px;
	padding-top: 20px;
}
.house-details .image-box {
	float: left;
	width: 410px;
	height: 330px;
	background: transparent url('../images/house-photo-bg.png') no-repeat scroll top left;
}
.house-details .image-box .buttons {
	float: left;
	width: 404px;
	height: 11px;
	padding: 8px 6px 1px 0px;
	text-align: right;
	vertical-align: middle;
	line-height: 11px;
}
.house-details .image-box .buttons a {
	display: block;
	float: right;
	margin-left: 10px;
}
.house-details .image-box .image {
	float: left;
	width: 400px;
	height: 300px;
	padding: 5px;
}
.house-details .image-box .image img {
	width: 400px;
	height: 300px;
}
.house-details .details-box {
	float: left;
	width: 240px;
	padding-left: 20px;
}
.house-details .details-box h3 {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.house-details .details-box p.address {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
}
.house-details .details-box p.details {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 16px;
}
.house-details .form-and-buttons {
	float: right;
	width: 200px;
}
.house-details .form-and-buttons h3 {
	float: left;
	width: 200px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 16px;
}
.house-details .form-and-buttons .input-box {
	float: left;
	width: 200px;
	padding-bottom: 2px;
}
.house-details .form-and-buttons .input-box input {
	width: 178px;
	border: 1px solid #787878;
	margin: 0px;
	padding: 4px 10px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 11px;
	color: #787878;
}
.house-details .form-and-buttons .button {
	float: left;
	width: 200px;
}
.house-details .form-and-buttons .button button {
	height: 25px;
	width: 80px;
	background: transparent url('../images/btn-80.png') no-repeat scroll top left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
}
.house-details .form-and-buttons .button button:hover {
	background-position: 0px -25px;
	color: #3d3d3d;
}
.house-details .form-and-buttons .buttons {
	float: left;
	width: 200px;
	padding-top: 50px;
}
.house-details .form-and-buttons .buttons a {
	float: left;
	width: 200px;
	height: 25px;
	margin-bottom: 2px;
	background: transparent url('../images/btn-200.png') no-repeat scroll top left;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.house-details .form-and-buttons .buttons a:hover {
	background-position: 0px -25px;
	color: #3d3d3d;
	text-decoration: none;
}
.contact-people {
	float: left;
	width: 880px;
	padding: 36px 0px 16px 0px;
	margin-bottom: 16px;
	border-bottom: 1px solid #9a9a9c;
}
.contact-people .person {
	float: left;
	width: 270px;
	padding-right: 20px;
}
.contact-people .person .image {
	float: left;
	width: 126px;
	padding-right: 14px;
}
.contact-people .person .image img {
	width: 126px;
}
.contact-people .person .desc {
	float: left;
	width: 130px;
}
.contact-people .person .desc span.name {
	font-weight: bold;
	text-transform: uppercase;
}
.contact-people .person .desc span.title {
	color: #787878;
}
.contact-people .person .desc a {
	color: #252525;
}
.contact-bottom {
	float: left;
	width: 880px;
}
.contact-bottom .desc {
	float: right;
	width: 650px;
}
.contact-bottom form {
	float: left;
	width: 200px;
	padding-bottom: 20px;
}
.contact-bottom form h3 {
	float: left;
	width: 200px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 4px;
}
.contact-bottom form .input-box {
	float: left;
	width: 200px;
	padding-bottom: 2px;
}
.contact-bottom form .input-box input {
	width: 178px;
	border: 1px solid #787878;
	margin: 0px;
	padding: 4px 10px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 11px;
	color: #787878;
}
.contact-bottom form .textarea-box {
	float: left;
	width: 200px;
	padding-bottom: 2px;
}
.contact-bottom form .textarea-box textarea {
	width: 178px;
	height: 70px;
	border: 1px solid #787878;
	margin: 0px;
	padding: 4px 10px;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 11px;
	color: #787878;
}
.contact-bottom form .button {
	float: left;
	width: 200px;
}
.contact-bottom form .button button {
	height: 25px;
	width: 80px;
	background: transparent url('../images/btn-80.png') no-repeat scroll top left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: hand;
}
.contact-bottom form .button button:hover {
	background-position: 0px -25px;
	color: #3d3d3d;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 850px;
	height:100px;
	z-index:1;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	margin:10px 5px 20px 10px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .active {
	border:2px solid #e68925;
	z-index:9999;
	position:relative;
}
.scrollable {
	float:left;	
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: fixed;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 999;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 999;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 999;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
	z-index:999;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	z-index:999;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}