﻿html {
    overflow-y: scroll;
}

body {
    text-align: center;
    min-width: 780px;
    color: #333;
	background: url(../Images/BodyBG.gif);
    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, #PoweredBy a {
    color: #fff;
}

a.UnderLink, a.FooterLink, #PoweredBy a {
    text-decoration: underline;
}

.UnderLink:hover, .FooterLink:hover, #PoweredBy a:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

.PageTitle {
	color: #000;
}

.PropertiesFound {
	color: #b22222;
	font-weight: bold;
}

#PropDetailsPrice {
    color: #fefefe;
}

#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;
    background-color: #fff;
    border: solid 3px #cc0000;
    margin: 0 auto;
}

#AdvancedSearch, #SearchResults, #OurTeam, #ContactUs {
    padding: 0 30px;
    padding-bottom: 10px;
}

#CitySearch {
    padding-left: 30px;
    padding-bottom: 10px;
}

#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 {
	height: 200px;
	background: url(../Images/Header.jpg) no-repeat;
}

#Footer {
	clear: both;
	color: #fff;
	background-color: #cc0000;
	padding-top: 5px;
}

#PoweredBy {
    text-align: center;
    color: #000;
    font-size: 11px;
    padding-top: 20px;
}

/** --------------- Top Navigation --------------- **/

#TopNavigation {
    height: 28px;
	background-color: #cc0000;
	font: bold 13px/24px Tahoma;
}

#TopNavigation li {
    float: left;
}

#TopNavigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 2px 13px;
}

ul.Sub {
    position: absolute;
    left: -999em;
    width: 9.2em;
    height: auto;
    background-color: #cc0000;
    border: solid 1px #444;
    margin: 0 0 0 3px;
}

ul.Sub li {
    width: 9.2em;
    line-height: 22px;
    padding: 2px 0;
}

#TopNavigation ul.Sub a {
	width: 8.4em;
	font-weight: normal;
    padding: 0 0 0 10px;
}

#TopNavigation li:hover ul, #TopNavigation li.sfhover ul {
	left: auto;
}

#TopNavigation li:hover, #TopNavigation li.sfhover {
	background: none;
}

#TopNavigation a:hover {
	color: #000;
}

#Content {
    clear: both;
}

/** --------------- Homepage --------------- **/

#LeftContent {
    float: left;
    text-align: justify;
    width: 450px;
    font: normal 13px Arial;
    padding: 0 0 10px 15px;
}

#LeftContent ul li {
	background: url(../Images/Bullets.gif) no-repeat 0 4px;
    padding-left: 25px;  
}

#LeftContent h4 {
    text-align: center;
    color: #cc0000;
}

#RightContent {
    float: right;
    width: 188px;
    padding: 20px 15px 0 0;
}

#Box {
    text-align: center;
    width: 188px;
    background: url(../Images/RcTl.png) no-repeat;
}

#Content {
    background: url(../Images/RcR.png) repeat-y right top;
}

#Top {
    background: url(../Images/RcTr.png) no-repeat right top;
}

#Bottom {
    background: url(../Images/RcBl.png) no-repeat left bottom;
}

#Bottom div {
    background: url(../Images/RcBr.png) no-repeat right bottom;
}

#Top, #Top div, #Bottom, #Bottom div {
    height: 5px;
    font-size: 1px;
}

/** --------------- Search --------------- **/

.PanelHeader, .SubPanelHeader, a.CitySearchLink {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
}

.PanelHeader {
	color: #444;
	background-color: #ddd;
	border: solid 1px #ccc;
}

.SubPanelHeader {
	color: #eee;
	background-color: #555;
	border: solid 1px #aaa;
}

a.CitySearchLink {
	color: #444;  
	background-color: #ddd;
	border: solid 1px #ccc;
	padding: 1px;
	display: block;
	text-decoration: none;
	text-align: center;
}

a.CitySearchLink:hover {
	color: #b22222;
}

.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;  
}
