@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
body {
	background-image:url("/asset/img/splash_new/body_bg.jpg");
	background-repeat:repeat-x;
	background-color:#E7E6E2;
	font-size:11px;
	color:#514F44;
}
a img, img 	{	border:none;	}

/* layout */

#wrapper {
	width:974px;
	margin:0 auto;
	background-color:#FFF;
}
	#header {
		background-color:#014E86;
		position:relative;
		height:91px;
		border-bottom:2px solid #FFF;
		z-index:800;
	}
		#user_menu {
			float:right;
			width:180px;
			text-align:right;
			color:#FFF;
			line-height:16px;
			padding:5px 10px;
		}
	#footer  {
		background-color:#EFF4F7;
		text-align:right;
		height:20px;
		padding:0 10px;
	}
    #reaa_link {
        float: left;
    }
    #reaa_link a {
        color: #F26131 !important;
        text-decoration: none !important;
        font-size: 13px !important;
    }
	#banner {
		padding-bottom:10px;
		background-image:url("/asset/img/splash_new/orange_border.gif");
		background-repeat:repeat-x;
		background-position:bottom;
	}
	#banner img {
		border-bottom:2px solid #FFF;
	}
	#sub_menu_panel {
		background-image:url("/asset/img/splash_new/orange_border.gif");
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#EA9301;
		height:24px;
	}
	#page {
		padding:2px 0;
		min-height: 420px;
		height: auto !important;
		height: 420px;
		z-index:0;
	}
	#page.text {
		background-image:url("/asset/img/splash_new/text_page_bg.gif");
		background-repeat:repeat-y;
	}
	#page.p_detail {
		background-image:url("/asset/img/splash_new/p_detail_page_bg.gif");
		background-repeat:repeat-y;
	}
	.panel {
		float:left;
	}
		.home #col1 {
			width:236px;
			padding:0 7px 0 5px;
		}
		.home #col2 {
			width:346px;
			padding:0px 7px 0 0;
		}
		.home #col3 {
			width:217px;
			padding:0 7px 0 0;
		}
		.home #col4 {
			width:144px;
			padding:0 5px 0 0;
		}
		.text #col1 {
			width:247px;
		}
		.text #col2 {
			width:672px;
			padding:10px 40px 20px 13px;
		}
		.p_list #col1 {
			width:934px;
			padding:10px 20px 20px 20px;
		}
		.p_detail #col1 {
			width:475px;
			padding:0;
			position:relative;
		}
		.p_detail #col2 {
			width:284px !important;
			padding:10px 20px 20px 20px;
		}
		.p_detail #col3 {
			width:145px;
			padding:10px 15px;
		}
		
/* formatting */
.no_border {
	border:none !important;
}
#footer, #footer a {
	color:#AEC1CC;
	font-size:10px;
	text-decoration:none;
	line-height:20px;
}
#user_menu a {
	color:#FFF;
}
#user_menu a:hover {
	text-decoration:underline;
}
.text #col2 ul, .unordered_list {
	margin:0 0 10px 20px;
	list-style-type:none;
}
.text #col2 ul li, .unordered_list li {
	padding:0 0 3px 20px;
	background-image:url("/asset/img/splash_new/bullet.gif");
	background-repeat:no-repeat;
	background-position:0 1px;
	line-height:15px;
}
.text #col2 ol, .ordered_list {
	margin:0 0 10px 30px;
}
.text #col2 ol li, .ordered_list li {
	padding:5px 0px;
	line-height:15px;
}
h1 {
	font-size:25px;
	font-weight:normal;
	color:#014E86;
/*	font-size:15px;
	font-weight:bold;
	color:#F26131;*/
	padding:0px 0 5px 0;
	/*text-transform:lowercase;*/
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#EA9301;
	padding:10px 0 5px 0;
	text-transform:lowercase;
}
.p_detail #col2 h2 {
	text-transform:none;
}
h3 {
	font-size:11px;
	font-weight:bold;
	color:#014E86;
	padding:5px 0 0px 0;
	text-transform:capitalize;
}
p {
	padding:3px 0 10px 0;
	line-height:15px;
}
a {
	text-decoration:none;
	color:#F26131;
}
.text a:hover, .p_list a:hover {
	text-decoration:underline;
}
.no_bold {
	font-weight:normal;
}
.box {
	margin:5px 0;
	border:2px solid #E7E6E2;
}
.box h2 {
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
}
.box h3 {
	padding:5px 10px 0 10px;
	font-size:13px;
	font-weight:bold;
}
.box p {
	padding:5px 10px 3px 10px;
}
table {
	margin:5px 0 10px 0;
}
td {
	vertical-align:top;
}
.thumbs {
	list-style-type:none;
	margin:2px auto;
}
.thumbs li {
	float:left;
	width:119px;
}
.property-features {
	font-size:11px;
	line-height:20px;
	padding:10px 0;
}
.property-features img {
	margin:0 10px -2px 5px;
}
.my-video {
	position:absolute;
	top:240px;
	left:370px;
}


/* table grey */
.table_grey {
	background-color:#E7E6E2;
}
.table_grey th {
	background-color:#EFEEEC;
	font-weight:bold;
	padding:3px 5px;
	vertical-align:middle;
}
.table_grey td {
	background-color:#FFF;
	padding:3px;
}

/* table orange */
.table_orange th, .table_properties th {
	background-color:#FCF1DF;
	color:#E1692D;
	padding:5px;
}
.table_orange td {
	border-bottom:1px solid #F8F7F6;
	padding:5px;
}
.table_orange .week_day {
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	color:#EA9301;
	padding:15px 0 5px 0;
	text-align:left;
}

/* hover thumbs */
.thumbnail, .banner_thumb{
	position: relative;
	color:#514F44;
	z-index: 0;
}
.thumbnail:hover, .banner_thumb:hover{
	background-color: transparent;
	z-index: 50;
	color:#EA9301;
	text-decoration:underline;
}
.thumbnail span, .banner_thumb span{ /*CSS for enlarged image*/
	background-color:#F3F2F0;
	color:#514F44;
	min-height: 25px;
	height: auto !important;
	height: 25px;	
	width:290px;
	left:-1000px;
	padding:10px;
	position:absolute;
	top:0px;
	z-index:100;
	visibility:hidden;
	text-decoration:none;
}
.thumbnail span img, .banner_thumb span img{ /*CSS for enlarged image*/
	border: 1px solid #FFF;
	margin:0 10px 5px 0;
}
.thumbnail span p {
	margin:0;
	padding:0;
	text-align:left;
}
.thumbnail:hover span, .banner_thumb:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 15px;
	left: 30px; /*position where enlarged image should offset horizontally */
}
.banner_thumb:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 15px;
	left: 30px; /*position where enlarged image should offset horizontally */
}
.lightbox img {
	border:2px solid #014E86;
	margin:5px 10px 10px 10px;
}


/* table properties */
.table_properties {
	margin-top:2px;
	border-left:1px solid #F3F2F0;
	border-right:1px solid #F3F2F0;
}
.table_properties th {
	font-weight:normal;
	padding:6px;
	border:1px solid #FCF1DF;
}
.table_properties td {
	padding:10px;
	border-bottom:1px solid #F3F2F0;
}
.table_properties tr.even td, .table_orange tr.even td {
	background-color:#F3F2F0;
}
.table_properties h3 {
	font-size:12px;
	font-weight:bold;
	color:#514F44;
	padding:0 0 3px 0;
	text-transform:lowercase;
} 
.sold, .even .sold, .sold_detail {
	background-image:url("/asset/img/splash_new/sold.gif");
	background-repeat:no-repeat;
	background-position: right 55px;
}
.even .sold {
	background-image:url("/asset/img/splash_new/sold_grey.gif");
}
.sold_detail {
	background-position:20px bottom;
	background-image:url("/asset/img/splash_new/sold_big.gif");
}

/* sort bar / quick search bar */
.sort, .search_bar {
	min-height:24px;
	background-color:#E7E6E2;
	clear:both;
}
.sort h2, .search_bar h2 {
	height:24px;
	width:90px;
	float:left;
	line-height:24px;
	background-color:#D6D3CD;
	margin:0;
	padding:0 20px;
	text-align:right;
	color:#514F44;
	font-size:13px;
	font-weight:bold;
	text-transform:lowercase;
}
.sort ul, .search_bar ol {
	margin:0 0 0 140px;
	list-style-type:none;
}
.sort li {
	float:left;
	padding:5px 10px;
}
.sort li a {
	color:#514F44;
}
.sort li.current {
	font-weight:bold;
	padding-left:20px !important;
}
	.sort li.desc {
		background-image:url(../img/splash_new/bullet_arrow_down.png);
		background-repeat:no-repeat;
		background-position:5px 3px;
	}
	.sort li.asc {
		background-image:url(../img/splash_new/bullet_arrow_up.png);
		background-repeat:no-repeat;
		background-position:5px 3px;
	}
.search_bar {
	margin-top:2px;
}
.search_bar h2 {
	width:110px;
}
.search_bar li {
	float:left;
	padding:3px 10px;
}
.search_bar .input {
	width:110px;
}
.search_bar .button {
	padding-bottom:0px !important;
}
.search_bar label {
	padding:0 5px 0 5px;
}

.search_bar .quick {
	margin-top:2px;
}
.search_bar .quick h2 {
	width:110px;
}
.search_bar .quick li {
	float:left;
	padding:3px 3px;
}
.search_bar .quick .input {
	width:95px;
}
.search_bar .quick .button {
	padding-bottom:0px !important;
	margin-left: 5px;
}
.search_bar .quick label {
	padding:0 1px 0 1px;
}

/* form styles */
.input {
	border:1px solid #CCCCCC;
	font-size:11px;
	height:18px;
}
.button {
	font-size:12px;
	text-align:center;
	text-transform:lowercase;
	padding:0 6px 2px 6px;
	margin:0 2px;
	overflow:visible;
	color:#FFF;
	border:1px solid #014E86;
	width:auto;
	background-color: #1F6394;
}
.prettyform ol {
	list-style-type:none;
	margin:0 !important;
}
.prettyform ol li {
	clear:both;
}
.prettyform label {
	float:left;
	display:block;
	width:130px;
	line-height:18px;
	font-weight:bold;
}
.prettyform .input {
	width:170px;
	float:left;
}
.prettyform .radio {
	margin:5px 0 5px 0;
}
.prettyform.small label {
	float:left;
	width:80px;
}
.prettyform.small .input {
	width:120px;
	float:left;
}
.prettyform.wide ol li, .prettyform.wider ol li {
	padding:10px 0 !important;	
}
.prettyform.wide label, .prettyform.wider label {
	width: 160px;
	text-align:right;
	padding-right:10px;
}
.prettyform.wider label {
	width:200px;
}
.prettyform.wide .input {
	width:250px;
}
.prettyform.wider .input {
	width:350px;
}
.prettyform.wide .small-select {
	width:100px;
	margin-right:10px;
}
.prettyform.wide .button, .prettyform.wider .button {
	padding:0 30px 2px 30px;
}
.prettyform.wider textarea {
	height:auto !important;
}
.prettyform legend {
	font-size:15px;
	font-weight:bold;
	color:#EA9301;
	padding:5px;
	margin:0 10px;
	text-transform:lowercase;
}
.prettyform fieldset {
	border:1px solid #D6D3CD;
	padding:0 10px 20px 10px;
	margin:0 0 20px 0;
	background-image:url(../img/splash_new/form_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* grey box */		
.box.grey {
	background-color:#E7E6E2;
	border:2px solid #D6D3CD;
}
.grey h2 {
	color:#514F44;
}
.box.grey form ol {
	list-style-type:none;
	margin:5px 10px 10px 10px;
}
	.box.grey form ol li {
		margin:5px 0;
		height:20px;
	}
		.box.grey label {
			float:left;
			width:80px;
		}
		.box.grey .input {
			float:left;
			width:130px;
		}
		.box.grey .button {
			float:right;
		}

/* blue box */	
.box.blue {
	background-color:#DFE9F0;
	border:2px solid #A8C2D5;
	color:#80A6C2;
	font-size:13px;
}
.blue h2, .blue h2 a {
	color:#014E86;
	text-transform:lowercase;
}	
.blue h2.flat_bottom {
	padding-bottom:0px;
	padding-top:2px;
}
.blue .image_wrapper {
	background-color:#C3D4DF;
	border-top:2px solid #A8C2D5;
	border-bottom:2px solid #A8C2D5;
	text-align:center;
}

/* orange box */
.box.orange h2 {
	color:#F26131;
	padding-bottom:3px;
}
.box.orange h3 {
	color:#F26131;
}
.box.orange ol {
	margin:0 10px;
	list-style-type:none;
}
.box.orange ol li {
	margin:2px 0 7px 0;
	line-height:15px;
}
.box.orange a {
	color:#514F44;
}
.box.orange a:hover {
	text-decoration:underline;
}

/* dark blue box */
.box.dark_blue {
	background-color:#014E86;
}
.box.dark_blue img {
	border-bottom:2px solid #E7E6E2;
}
.box.dark_blue, .box.dark_blue h2 {
	color:#FFF;
}
.box.dark_blue h2 {
	margin:0 -3px;
}
.box.dark_blue a {
	color:#80A6C2;
}
.box.dark_blue p {
	padding-bottom:10px;
}

/* bright-orange box */
.box.bright-orange {
    background-color:#EA9301;
}
.box.bright-orange img {
    border-bottom:2px solid #E7E6E2;
}
.box.bright-orange, .box.bright-orange h2 {
    color:#FFF;
}
.box.bright-orange h2 {
    margin:0 -3px;
}
.box.bright-orange a {
    color:#FFD287;
}
.box.bright-orange p {
    padding-bottom:10px;
}

/* recently viewed */
.recent {
	list-style-type:none;
}
.recent li {
	float:left;
	border-right:3px solid #E7E6E2;
	width:112px;
	padding:0 0px 5px 0px;
}
.recent li p {
	padding:2px 6px;
}
.recent .no_border {
	border:none !important;
}
.recent img {
	border-top:2px solid #E7E6E2;
	border-bottom:2px solid #E7E6E2;
	margin-bottom:3px;
}

/* agent details on property*/
.p_detail #col3 h2 {
	padding:0px 0 10px 0;
	font-size:15px;
	color:#514F44;
}
.p_detail #col3 a {
	color:#514F44;
}
.p_detail #col2 a:hover, .p_detail #col3 a:hover {
	text-decoration:underline;
}
.p_detail #col3 img {
	padding-bottom:3px;
}
.p_detail #col3 p {
	padding:3px 0 15px 0;
}

/* ask a question box */
.question {
	margin:3px 0 10px 0;
}
.question h2 {
	color:#EA9301 !important;
}
.question ol {
	list-style-type:none;
}
.question li {
	clear:both;
	height:20px;
	padding-top:3px;
}
.question label {
	display:block;
	width:35px;
	float:left;
}
.question .input {
	float:left;
	width:100px;
	height:15px;
}
.question textarea {
	width:135px !important;
	height:auto !important;
}
.question .button {
	float:right;
	margin-right:8px;
}

/* agent details on agents page */
.agent {
	float:left;
	width:310px;
	height:165px;
	border-right:1px solid #E7E6E2;
	border-bottom:1px solid #E7E6E2;
	margin:10px 20px 10px 0;
}
.agent.short {
	height:150px;
}
.agent.small {
	height:130px;
	width:200px;
}
.agent.rer {
	height:115px;
	width:200px;
}
.agent img {
	margin:0 10px 10px 0;
	border:2px solid #E7E6E2;
}
.agent .blue_txt {
	color:#014E86;
	font-weight:bold;
}
.agent_details {
	clear:both;
}
.agent.about {
	float:right; 
	width:260px; 
	height:180px; 
	margin:10px 0px 10px 20px;
}
.agent.about p {
	float:right; 
	width:130px; 
	text-align:center;
}
.agent.about img {
	margin:0 0 5px 0;
}

.subdivision {
	width: 635px
}

/* error and message styles */
.formMessage {
	position:relative;
	border: 1px solid;
	color: #090;
	background: #efe;
	margin: 0 9px 7px 0;
	padding:2px 5px;
	display: none;
	font-size:10px;
}
.formMessage.tenancy {
	font-size:12px;	
}
.formErrors {
	position:relative;
	border: 1px solid;
	color: #f00;
	background: #fee;
	margin: 0 9px 7px 0;
	padding:2px 5px;
	display: none;
	font-size:10px;
}
.formErrors ul {
	list-style-type:disc !important;
}
.formErrors ul, .formErrors ol {
	margin: 0px 0px 0px 15px !important;
	padding: 0px;
}
.formErrors li {
	padding:2px 0 !important;
	height:auto !important;
	background-image:none !important;
}
.formMessage p {
	padding:3px 0 !important;
}
.formErrors h5, .formMessage h5 {
	margin: 0px auto 5px;
	font-size:11px;
}
.formErrors div.close, .formMessage div.close {
	position: absolute;
	top: 2px;
	right: 3px;
}
.formErrors div.close a, .formMessage div.close a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.formErrors div.close a		{	color: #900;	}
.formMessage div.close a 	{	color: #090;	}
body.curWait * 				{	cursor: wait;	}

/* pagination styles */
.pagination {
	float:right;
	width:310px;
	display:block !important;
	padding:5px 0 10px 0;
}
.pagination a {
	text-decoration:none;
}
.pagination a:hover {
	text-decoration:underline;
}
.pagination .prev, .pagination .next, .pagination .mid {
	width:88px;
	float:left;
	margin:0;
	padding:0;
}
.pagination .mid 	{	text-align:center; font-weight:bold; width:130px;	}
.pagination .next 	{	text-align:right;	}
.pagination .prev 	{	text-align:left;	}
.results {
	padding:5px 0 10px 0;
	float:left;
	width:300px;
}

#floorplan-block {
    width: 220px;
    float: left;
    margin: 9px 0px 9px 10px;
}

#floorplan-block a {
    padding: 3px;
    text-align: center;
    display: block;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #B0B0A4;
    color: #4C4B49;
}

#location-block {
    width: 220px;
    float: right;
    text-align: center;
    margin: 9px 9px 10px 0px;
}

#location-links {
    text-align: left;
    width: 90px;
    margin: 0 auto 10px;
}

/* Hax (don't look here)*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */