﻿html {
    overflow-y: scroll;
}

body {
    text-align: center;
    min-width: 780px;
    color: #555;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
	margin: 0;
}

h1 {
    font-size: 24px;
    margin: 16px 0;
}

h2 {
    font-size: 18px;
    margin: 15px 0;
}

h3 {
    font-size: 14px;
    margin: 14px 0;
}

h4 {
    font-size: 12px;
    margin: 16px 0;
}

p {
    margin: 12px 0;
}

th {
    text-align: left;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/** --------------- Links --------------- **/

a:link, a:visited {
    text-decoration: none;
    color: #0000ff;
}

a:hover {
    text-decoration: underline;
}

a.RedLink {
	color: #ff0000;
}

a.FooterLink {
    color: #f78f1e;
}

a.UnderLink, a.FooterLink, #PoweredBy a {
    text-decoration: underline;
}

.UnderLink:hover, .FooterLink:hover, #PoweredBy a:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

.PageTitle {
	color: #000;
	font-family: Arial;
}

.PropertiesFound {
	color: #f78f1e;
	font-weight: bold;
}

#PropDetailsPrice {
    color: #ffd700;
}

#PropDetailsRef {
    color: #ff0000;
}

.RequiredField {
	color: #ff0000;
	font-weight: bold;
}

#CatchPhrase {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.AgentName {
    font-weight: bold;
    text-transform: uppercase;
}

/** --------------- Layout --------------- **/

#Container {
    text-align: left;
    width: 760px;
    margin: 0 auto;
}

#AdvancedSearch, #SearchResults, #OurTeam, #ContactUs {
    padding: 0 30px 10px 30px;
}

#CitySearch {
    padding: 0 0 10px 30px;
}

#SearchResultsPrice {
    width: 277px;
}

#PropertyDetails {
    padding: 0 5px;
}

#Email {
    padding-left: 10px;
}

body#EmailBody, body#ExchangeRatesBody {
    text-align: left;
    min-width: 520px;
    background: #fff;
}

/** --------------- Master Page --------------- **/

#Header {
	width: 760px;
	height: 180px;
	background: #222 url(../Images/Logo.jpg) no-repeat left top;
}

#Footer {
	clear: both;
	line-height: 30px;
	color: #f78f1e;
	background-color: #231f20;
	border: double 3px #aaa;
}

#PoweredBy {
    color: #000;
    font-size: 11px;
    padding: 2px 0 8px 0;
}

/** --------------- Top Navigation --------------- **/

#TopNavigation {
	height: 30px;
    background-color: #f78f1e;
    font: bold 13px/12px Arial;
    border-top: solid 1px #fff;
}

#TopNavigation li {
    float: left;
}

#TopNavigation a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 2px 12px;
    border-right: solid 1px #999;
    margin: 7px 0 6px 0;
}

a#Last {
    border-right: none;
}

ul.Sub {
    position: absolute;
    left: -999em;
    width: 10.3em;
    height: auto;
    background-color: #f78f1e;
    border: solid 1px #999;
    margin: 0;
}

ul.Sub li {
    width: 10.3em;
    line-height: 24px;
    padding: 2px 0;
}

#TopNavigation ul.Sub a {
	width: 9.4em;
    padding: 0 0 0 11px;
    border-right: none;
    margin: 0;
}

#TopNavigation li:hover ul, #TopNavigation li.sfhover ul {
	left: auto;
}

#TopNavigation li:hover, #TopNavigation li.sfhover {
	background: none;
}

#TopNavigation a:hover {
	color: #fff;
}

#Content {
    clear: both;
}

/** --------------- Homepage --------------- **/

#HomeTitle {
	text-align: center;
	color: #000;
	font-family: Arial;
}

#HomeTitle span {
    color: #f78f1e;
    font-size: 20px;
}

#HomeTitle b {
    color: #777;
    font-size: 16px;
}

#LeftContent {
    float: left;
    text-align: justify;
    width: 364px;
    font: normal 14px/17px Arial;
    padding-bottom: 5px;
}

#Slogan {
    text-align: center;
    color: #f78f1e;
    font: italic bold 15px Arial;
}

#RightContent {
    float: right;
    width: 336px;
    padding-top: 17px;
}

#RefSearchBox {
    width: 336px;
    background:  #ccc url(../Images/RefTl.png) no-repeat left top;
    margin-bottom: 20px;
}

#RefSearchContent {
    background: url(../Images/RefR.png) repeat-y right top;
    text-align: center;
    padding: 2px;
}

#Top {
    background: url(../Images/RefTr.png) no-repeat right top;
}

#Bottom {
    background: url(../Images/RefBl.png) no-repeat left bottom;
}

#Bottom div {
    background: url(../Images/RefBr.png) no-repeat right bottom;
}

#Top div, #Top, #Bottom div, #Bottom {
    height: 5px;
    font-size: 1px;
}

#FeaturedPropertyItems {
    font-size: 11px;
    padding: 5px;
    border: solid 1px #f78f1e;
}

/** --------------- Search --------------- **/

.PanelHeader, .SubPanelHeader, a.CitySearchLink {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
}

.PanelHeader {
	color: #444;
	background-color: #bbb;
	border: solid 1px #999;
}

.SubPanelHeader {
	color: #fff;
	background-color: #888;
	border: solid 1px #777;
}

a.CitySearchLink {
	color: #444;  
	background-color: #bbb;
	border: solid 1px #999;
	padding: 1px;
	display: block;
	text-decoration: none;
	text-align: center;    
}

a.CitySearchLink:hover {
	background-color: #fff;
}

.PropDetailsAltRow td {
	background-color: #f0f0f0;	
}

#Paging {
    border: solid 1px #bbb;
    margin: 1px 0;
}

.PropDetailsRow td, #PropDetailsContact td, .PropDetailsAltRow td {
	padding: 3px 5px;	
}

/** --------------- Other --------------- **/

select, input, textarea {
	width: 205px;
	color: #444;
	font-family: Arial;
	font-size: 14px;
}

.Buttons {
    width: 62px;
    height: 18px;
    border: 0;
}

.GreenBulletSmall, #AdvancedSearch li {
	background: url(../Images/BulletGreenRoundSmall.gif) no-repeat 0 6px;
    padding-left: 10px;  
}
