/* Common */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body,table,input,select,textarea { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size:100%;
  line-height:1.4em;
}

body { 
  color:#fff;
  background:#001248 url('../images/10/i-bg-x.jpg') repeat-x;
}

input,select,textarea { 
  font-size:1em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clr {
  clear: both;
}
a:active, a:focus {
	outline: 0;
}
#content ul {  
  margin:0.5em 0 1em 1em; 
  padding:0;
}

#content ul li {
  margin: 0.2em 0 0.2em 0; 
}

#content p, #content dl { 
  margin:1em 0; 
}
#content p, #content dl, #content li {
  line-height: 2em;
  font-size:0.76em;
}
dl.col { 
  line-height:1.5em;  
}

dl.col dt { 
  float:left; 
  width:9em;
  font-weight:bold;
  margin-bottom: 6px;
}

dl.col dd { 
  margin-left:10em;
  margin-bottom: 6px;
}

a {
  color:#a7aec4;
}

a:hover {
  color:#e80011;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
h1 {
	color:#fff;
	font-size:1.69em;
	font-family: calibri, arial, sans-serif;
	font-weight:normal;
	margin: 1em 0;
}
.right {
	float:right;
}
.left {
	float:left;
}
img.right {
	margin: 10px 0 10px 20px;
}
img.left {
	margin: 10px 20px 10px 0;
}

/* Layout */
#constrain {
	width: 854px;
	margin: 0 auto;
	background: #0f235f;
}
#logo {
	float:left;
	margin: 30px 25px;
}
#content {
	background: transparent;
	margin: 0;
	padding: 10px 40px;
}
.wide {
	margin: 0 -40px;
}
/* Featured Property */
#featured {
	float:right;
	margin: 5px;
	background:#123167;
	width:216px;
	text-align:center;
}
#featured h3 {
	background: transparent url('../images/10/i-featured.gif')  no-repeat;
	color:#fff;
	width:178px;
	height:32px;
	line-height:32px;
	font-size: 18px;
	font-weight:normal;
	font-family: calibri, sans-serif;
	margin: 15px 20px;
	padding: 0;	
}
#featured a img {
	border: 2px solid #0a1e58;
	margin: 0 15px 0 15px;
}
#featured span.price {
	font-size:12px;
	color:#d0d6e1;
	text-align:left;
	line-height:24px;
}
#featured a.featured-button {
	background: transparent url('../images/10/i-featured-button.gif') no-repeat;
	height:24px;
	width:90px;
	line-height:24px;
	display:block;
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	text-align:left;
	padding: 0 0 0 9px;
	margin: 0 5px 5px 0;
}

/* Nav */
#nav-corner {
	background: transparent url('../images/10/i-nav-left.gif') no-repeat;
	margin: 0 -15px;
}
#nav {
	background: transparent url('../images/10/i-nav-right.gif') no-repeat right top;
	padding: 0 5px;
}
#nav ul {
	background: #174c76;
	list-style-type:none;
	padding: 0 24px; margin:0;
	height:42px;
}
#nav ul li {
	display:inline-block;
	height:30px;
	line-height:30px;
	font-family: calibri, arial, sans-serif;
	font-size:16px;
	margin: 6px 3px;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 0 9px;
}
#nav ul li a span.arrow {
	background: transparent url('../images/10/i-nav-arrow.gif') no-repeat right 10px;
	padding-right: 10px;
}
#nav ul li a.nav-re { background: transparent url('../images/10/i-nav-re.gif') no-repeat 0 -100px; }
#nav ul li a.nav-ho { background: transparent url('../images/10/i-nav-ho.gif') no-repeat 0 -100px; }
#nav ul li a.nav-ra { background: transparent url('../images/10/i-nav-ra.gif') no-repeat 0 -100px; }
#nav ul li a.nav-hr { background: transparent url('../images/10/i-nav-hr.gif') no-repeat 0 -100px; }
#nav ul li a.nav-pg { background: transparent url('../images/10/i-nav-pg.gif') no-repeat 0 -100px; }
#nav ul li a.nav-se { background: transparent url('../images/10/i-nav-co.gif') no-repeat 0 -100px; }
#nav ul li a.nav-au { background: transparent url('../images/10/i-nav-au.gif') no-repeat 0 -100px; }
#nav ul li a.nav-co { background: transparent url('../images/10/i-nav-co.gif') no-repeat 0 -100px; }

#nav ul li a:hover, 
#nav-corner #nav li.sfhover a.nav-re, 
#nav-corner #nav li.sfhover a.nav-se, 
#nav-corner #nav li.sfclicked a.nav-re, 
#nav-corner #nav li.sfclicked a.nav-se, 
#nav-corner #nav li:hover a.nav-re, 
#nav-corner #nav li:hover a.nav-se {
	background-position: 0 0;
}

#nav ul li ul {
	left: -999em;
	position:absolute;
	margin: -5px 0 0 0;
	z-index: 1000;
}
#nav li:hover ul, #nav li.sfhover ul, #nav li.sfclicked ul { /* lists nested under hovered list items */
	left: auto;
}

/* Subnav - Search */
#nav ul li #sub-se {
	background: transparent url('../images/10/i-nav-search.png') no-repeat;
	width:239px;
	height:282px;
	padding: 5px 0 0 10px;
	list-style-type:none;
}
#nav ul li #sub-se label {
	font-family: arial, sans-serif;
	font-size:11px;
	height:20px;
	display:block;
	margin: 0; padding: 0;
}
#nav ul li #sub-se input, #sub-se select {
	font-family: arial, sans-serif;
	font-size:11px;
	padding: 2px;
	border: 1px solid #5794bf;
	width: 200px;
	margin: 0;
}
#nav ul li #sub-se input.submit {
	background: transparent url('../images/10/i-nav-search-button.jpg') no-repeat;
	width:79px;
	height:29px;
	line-height:22px;
	text-align:center;
	border: 0;
	color:#fff;
	cursor:pointer;
	margin: 0 0 0 130px;
}
#nav ul li #sub-se input.submit:hover {
	background-position: 0 -29px;
}
#nav ul li #sub-se div {
	border-bottom: 1px solid #33416d;
	padding: 0 0 4px 0;
	margin: 0 0 3px 0;
	width:204px;
}
#nav ul li #sub-se select.short {
	width:50px;
}

/* Sub nav - Real estate */
#nav ul li #sub-re {
	background: transparent url('../images/10/i-nav-properties.png') no-repeat;
	width:277px;
	height:191px;
	padding: 18px 0 0 0px;
}
#nav ul li #sub-re li {
	font-size: 11px;
	font-family: arial, sans-serif;
	line-height: 20px;
	height:20px;
	display:block;
	float:left;
	margin: 2px 8px;
	width:119px;
}
#nav ul li #sub-re li a {
	padding: 0 6px;
	height:20px;
	width:109px;
	color:#e6e9ee;
	display:block;
	text-decoration:none;
}
#nav ul li #sub-re li a:hover {
	background: transparent url('../images/10/i-nav-properties-hover.png') no-repeat;
}
#nav ul li #sub-re li.nav-bw a {
	background: transparent url('../images/10/i-nav-properties-hover-special.png') no-repeat;
	padding-left: 19px;
}
#nav ul li #sub-re li.nav-bw a:hover {
	background-position: 0 -20px;
}

/* Footer */
#footer-nav {
	background: transparent url('../images/10/i-footer-tree.gif') no-repeat;
	width:854px;
	height:26px;
	list-style-type: none;
	margin: 0;
	padding: 38px 0 0 80px;
}
#footer-nav li {
	display:inline;
	padding: 0 20px;
}
#footer-nav li a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
#footer-nav li a:hover {
	color:#e80011;
}
#footer {
	background:#001248;
	padding: 20px 0 0 0;
	font-size:11px;
	color:#cfd3df;
	line-height:2em;
}
#footer .col {
	line-height:1.5em;
	float:left;
	margin: 0 70px 0 0;
}
#footer .col dt {
	background:#0f235f;
	width:60px;
	padding: 3px 6px;
}
#footer .col dd {
	margin-left: 80px;
	margin-bottom: 10px;
}
#footer-agents {
	float:right;
	width: 190px;
}
#footer-agents h5 {
	background:#0f235f;
	padding: 3px 6px;
	font-size:11px;
	font-weight:normal;
}
#footer-agents .col {
	margin: 5px 0px 0 0;
}
#footer-agents .col dt {
	background: none;
	padding: 0;
	width:110px;
}
#footer-agents .col dd {
	margin-left: 120px;
	margin-bottom: 5px;
}
#author {
  position: relative;
	padding: 30px 0 0 0 ;
	text-align:right;
}
#author #override
{
  position: absolute;
  left: 0;
  bottom: 0;
}
#author a{
	color:#667091;
	text-decoration:none;
}
#author a:hover {
	color:#cfd3df;
}

/* Home Page */
#home-photo {
	margin: 0 -54px;
}
.home-thumbs {
	background:#001248;
	margin: 5px -40px 30px -40px;
	padding: 10px 0 5px 0;
}
.home-thumbs a {
	margin: 0 12px 0 0;
}
.home-thumbs a.home-thumbs-last {
	margin-right: 0;
}

/* Property Page */
.category-description {
	float:right;
	width: 500px;
	text-align:right;
	margin: 5px 15px 0 0;
}
#content .category-description h3 {
	margin: 0;
}
#content .category-description p {
	margin: 0;
}
h2.h-properties {
	background: transparent url('../images/10/g-ico-house.gif') no-repeat;
	padding: 0 0 0 30px;
	margin: 20px 0 0 15px;
}
h1.h-title {
	text-align:right;
	margin: 0 15px 10px 0;
}
#photo-big {
	margin: 0 27px;
}
.photo-gallery {
	background:#22346c;
	margin: 10px 27px 10px 27px;
	padding: 10px 0 5px 10px;
}
h2.h-photo {
	background:transparent url('../images/10/g-ico-photo.gif') no-repeat 0 3px;
	padding: 0 0 5px 30px;
}
.photo-gallery img {
	width:160px;
	height:120px;
}
.photo-gallery a {
	width: 148px;
	overflow:hidden;
	display: inline-block;
	height:120px;
	margin: 7px 6px 0 0;
}
.rhs {
	position:absolute;
	margin: 0 0 0 503px;
}
.property-body {
	margin: 0 400px 0 25px;
	padding: 20px 0 0 0;
	min-height:750px;
}
.box {
	background:#22346c;
	width: 300px;
	padding: 12px;
	margin: 0 0 12px 0;
}
#content ul.features {
	list-style-type:none;
	margin: 10px 0 0 0;
}
.features li {
	padding: 15px 0 10px 40px;
	display:inline-block;
	width:105px;
	height: 20px;
}
.features li.bedrooms {	background: transparent url('../images/10/g-ico-bed.gif') no-repeat left center; }
.features li.bathrooms {	background: transparent url('../images/10/g-ico-bath.gif') no-repeat left center; }
.features li.cars {	background: transparent url('../images/10/g-ico-car.gif') no-repeat left center; }

#content p.reference {
	margin: 10px 0 0 0;
	font-size:0.69em;
}
#content p.agent {
	margin: 10px 0 0 0;
	text-align:right;
	float:right;
	font-size:0.69em;
}

/* Prev & Next Property */
.prev-property, .next-property {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	position:absolute;
	top: 770px;
	width: 75px;
	padding: 37px 0 0 0;
	line-height: 12px;
}
a.prev-property:hover, a.next-property:hover {
	color:#e80011;
}
.prev-property {
	text-align:right;
	background: transparent url('../images/10/g-arrow-left.gif') no-repeat right top;
	margin: 0 0 0 -80px;
}
.next-property {
	text-align:left;
	background: transparent url('../images/10/g-arrow-right.gif') no-repeat left top;
	margin: 0 0 0 860px;
}


/* Gallery */
.gallery {
	text-align:center;
}
.gallery img {
	margin: 2px 3px 3px 0;
	border: 1px solid #001248;
}

.contact-rhs {
	margin: 0 0 0 470px;	
}


/* Main - Search */
#search_form label {
	height:20px;
	display:block;
	margin: 0; padding: 0;
}
#search_form input, #search_form select {
	padding: 2px;
	border: 1px solid #5794bf;
	width: 250px;
	margin: 0;
}

#search_form input.submit {
	background: transparent url('../images/10/i-nav-search-button.jpg') no-repeat;
	width:79px;
	height:29px;
	line-height:22px;
	text-align:center;
	border: 0;
	color:#fff;
	cursor:pointer;
}
#search_form input.submit:hover {
	background-position: 0 -29px;
}
#search_form div {
	padding: 0 0 4px 0;
	margin: 0 0 7px 0;
	width:204px;
}
#search_form select.short {
  width: 60px;
}

.category-content-list li {
	width:187px;
	float:left;
}

/* Home Page Boxes */
.home-boxes div {
	margin: 0 0 20px 0;
	padding:15px;
	background:#123167;
}
.home-boxes div h3 a {
	text-decoration: none;
	color:#fff;
}
.home-boxes div h3 a:hover {
	color:#ccc;
}
#content .home-boxes div p.txt-right {
	margin: 0;	
}
.home-boxes div p.txt-right a, .home-focus-right a {
	background:transparent url('../images/g-red-arrow.gif') no-repeat right 3px;
	padding: 0 15px 0 0;
	text-decoration:none;
}
.home-video {
	width:380px;
	float:right;
	background:#123167;
	padding:15px;
	margin: -10px 0 0 20px;
}
.home-focus-right {
	background:#123167;
	padding:15px 15px 0 15px;
	float:right;
	width:220px;
	margin: 0 0 10px 20px;
}
.home-focus-right p {
	margin: 0;
}
#content .highlight {
	font-size: 0.9em;
	border-left: 2px solid #fff;
	padding-left: 20px;
}
.topmargin {
	margin-top:25px;
}