﻿html {
    overflow-y: scroll;
}

body {
    text-align: center;
    min-width: 780px;
    color: #444;
    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 --------------- **/

.BlueLink {
	text-decoration: none;
	color: #0000ff;
}

.RedLink {
	text-decoration: none;
	color: #ff0000;
}

.BlueLink:hover, .RedLink:hover {
    text-decoration: underline;
}

.UnderlineLink, #PoweredBy a {
    text-decoration: underline;
    color: #0000ff;
}

.FooterLink {
    text-decoration: underline;
    color: #000;
}

.UnderlineLink:hover, .FooterLink:hover, #PoweredBy a:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

#PageTitle {
	color: #000;
}

#PropertiesFound, td.PropertiesFound {
	color: #000;
	font-weight: bold;
}

#PropDetailsPrice {
    color: #ffd700;
}

.RequiredField {
	color: #ff0000;
	font-weight: bold;
}

#CatchPhrase, .AgentName {
    font-weight: bold;
    text-transform: uppercase;
}

/** --------------- Layout --------------- **/

#Container {
    text-align: left;
    width: 760px;
    background-color: #f8f8ff;
    border: double 4px #000;
    margin: 0 auto;
}

#AdvancedSearch, #SearchResults, #OurTeam, #ContactUs {
    padding: 0 30px;
    padding-bottom: 10px;
}

#CitySearch {
    padding-bottom: 10px;
    padding-left: 22px;
}

#PropertyDetails {
    padding: 0 5px;
    padding-bottom: 10px;
}

#Email {
    padding-left: 10px;
}

body#EmailBody, body#ExchangeRatesBody {
    text-align: left;
    min-width: 520px;
    background-color: #fff;
}

/** --------------- Top Navigation --------------- **/

#Navigation ul, #TopNavigation ul {
	width: 100%;
	height: 28px;
	line-height: 28px;
    background-color: #00ff00;
    font: bold 13px/28px Tahoma;
    border-bottom: solid #000;
    border-top: solid #00ff00;
    border-width: 2px 0;
}

#TopNavigation a {
    display: block;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 9px;
}

#TopNavigation li {
    float: left;
}

#TopNavigation a:hover {
	color: #fff;
}

#Content {
    clear: both;
}

/** --------------- Master Page --------------- **/

#Header {
	width: 760px;
	height: 65px;
	background: url(../../Images/Header.gif) no-repeat left top;
}

#Footer table {
	clear: both;
	color: #000;
	line-height: 30px;
    background-color: #00ff00;
	border-top: solid 2px #000;
}

#PoweredBy {
    color: #000;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 10px;
}

/** --------------- Homepage --------------- **/

#LeftContent {
    float: left;
    width: 260px;
    color: #00ff00;
    background-color: #000;
    font-size: 11px;
    padding-top: 5px;
    padding-left: 6px;
}

#RightContent {
    float: right;
    width: 434px;
    color: #555;
    font-size: 14px;
    padding: 0 30px;
    padding-bottom: 10px;
}

#RightContent h2 {
    text-align: center;
    color: #000;
}

#RightContent h2 span {
    color: #555;
    font-size: 15px;
}

#RightContent h3 {
    text-align: center;
    color: #228b22;
    font-size: 14px;
}

#WebRefSearch {
    text-align: center;
    border-top: solid 2px #bbb;
}

#WebRefHeading {
   color: #000;
   font-size: 14px;
   font-weight: bold;
   padding: 10px 0;
}

/** ----- Advanced Search / Search by City / Search Results / Property Details ----- **/

.PanelHeader {
	color: #00ff00;
	background-color: #222;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	border: solid 1px #000;
}

.SubPanelHeader {
	color: #fff;
	background-color: #778899;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	border: solid 1px #708090;
}

.CitySearchLink {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #00ff00;  
	background-color: #222;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	border: solid 1px #000;    
}

.CitySearchLink:hover {
	color: #222;
	background-color: #fff;
}

.PropDetailsRow td, #PropDetailsContact td {
	padding: 3px 5px; 	
}

.PropDetailsAltRow td {
	background-color: #f0f0f0;	
	padding: 3px 5px;
}

#Paging {
    border: solid 1px #bbb;
    margin: 1px 0;
}

/** --------------- Other --------------- **/

.InputTextBox, .InputDropDown, .InputListBox {
	width: 205px;
	color: #444;
	font-family: Arial;
	font-size: 14px;
}

.GreenBulletSmall, #AdvancedSearch li {
	background: url(../../Images/BulletGreenRoundSmall.gif) no-repeat 0 6px;
    padding-left: 10px;  
}

