﻿html {
    overflow-y: scroll;
}

body {
    text-align: center;
    min-width: 780px;
    color: #444;
    background-color: #1a1b5e;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
	margin: 5px;
}

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: #fff;
}

#PoweredBy a {
    color: #ffd700;
}

a.UnderLink, a.FooterLink, #PoweredBy a {
    text-decoration: underline;
}

.UnderLink:hover, .FooterLink:hover, #PoweredBy a:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

.PageTitle {
	color: #00008b;
}

.PropertiesFound {
	color: #cb1c14;
	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;
    background-color: #fff;
    border: solid 4px #fff;
    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 {
	height: 120px;
	background: #fff url(../Images/Header.jpg) no-repeat;
	border-bottom: solid 4px #fff;
}

#BigImage {
    height: 200px;
    background: url(../Images/BigImage.jpg) no-repeat;
    border-bottom: solid 4px #fff;
}

#Footer {
    clear: both;
    line-height: 50px;
    color: #fff;
	background-color: #cb1c14;
}

#PoweredBy {
    color: #fff;
    font-size: 11px;
    padding: 2px 0 8px 0;
}

/** --------------- Top Navigation --------------- **/

#TopNavigation {
    height: 28px;
	background-color: #cb1c14;
	font: bold 13px/24px Verdana;
}

#TopNavigation li {
    float: left;
}

#TopNavigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 2px 13px;
    border-right: solid 1px #fff;
    margin: 0 0 1px 0;
}

ul.Sub {
    position: absolute;
    left: -999em;
    width: 10.8em;
    height: auto;
    background-color: #cb1c14;
    font-weight: normal;
}

ul.Sub li {
    width: 10.8em;
    line-height: 29px;
    padding: 2px 0;
    border-bottom: solid 1px #fff;
}

#TopNavigation ul.Sub a {
	width: 9.9em;
    padding: 0 0 0 12px;
    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: #1a1b5e;
}

#Content {
    clear: both;
}

/** --------------- Homepage --------------- **/

#LeftContent {
    float: left;
    text-align: justify;
    width: 470px;
    color: #555;
    font-size: 14px;
    padding: 0 15px;
}

#LeftContent h2 {
    color: #cb1c14;
    font-family: Tahoma;
}

#LeftContent span {
    color: #1a1b5e;
}

#RightContent {
    float: right;
    color: #555;
    padding: 10px 15px;
}

#RefFeaturedHeading {
    text-align: center;
    color: #cb1c14;
    font-size: 15px;
    font-weight: bold;
}

#WebRefSearchBox, #FeaturedPropertyBox {
    width: 208px;
    background: url(../Images/RcTl.png) no-repeat;
}

#WebRefSearch, #FeaturedProperty {
    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 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
}

.PanelHeader, a.CitySearchLink {
	background-color: #00008b;
	border: solid 1px #00008b;
}

.SubPanelHeader {
	background-color: #778899;
	border: solid 1px #708090;
}

a.CitySearchLink {
	padding: 1px;
	display: block;
	text-decoration: none;
	text-align: center;
}

a.CitySearchLink:hover {
	color: #00008b;
	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;  
}

