﻿html {
    overflow-y: scroll;
}

body {
	text-align: center;
    min-width: 780px;
	color: #333;
    background: url(../Images/BG.gif) repeat left;
	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;
}

a.UnderLink, a.FooterLink, #PoweredBy a {
    text-decoration: underline;
}

.UnderLink:hover, .FooterLink:hover, #PoweredBy a:hover {
    text-decoration: none;
}

/** --------------- Text --------------- **/

.PageTitle {
	color: #663399;
}

.PropertiesFound {
	color: #b22222;
	font-weight: bold;
}

#PropDetailsPrice {
    color: #006633;
}

#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: #e9dae9;
    border: double 3px #a899b3;
    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: 258px;
    border-bottom: solid 1px #fff;
}

#LogoNav {
    float: left;
}

#Logo {
    width: 357px;
    height: 106px;
    background: #fff url(../Images/Logo.gif) no-repeat center 50%;
}

#BigImage {
    float: right;
    width: 403px;
    height: 258px;
    background: #fff url(../Images/BigImage.jpg) no-repeat right bottom;
}

#Content {
    clear: both;
}

#Footer {
    clear: both;
    line-height: 30px;
    color: #fff;
	background-color: #99cc99;
	border-top: solid 1px #fff;
}

#PoweredBy {
    color: #000;
    font-size: 11px;
    padding: 2px 0 8px 0;
}

/** --------------- Box Navigation --------------- **/

#BoxNavigation a {
    text-decoration: none;
}

/** ----- NavHome ----- **/
#NavHome {
    text-align: center;
    width: 357px;
    line-height: 25px;
    background-color: #8b008b;
    font-size: 18px;
    border: solid #fff;
    border-width: 1px 0;
}

#NavHome a {
    display: block;
    color: #fff;
}

#NavHome a:hover {
    color: #00cc66;
}

/** ----- NavLeft ----- **/
#NavLeft {
    width: 178px;
    background-color: #99CC99;
}

#NavLeft li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-top: solid 1px #fff;
}

#NavLeft a {
    display: block;
    height: 30px;
    color: #fff;
    padding-left: 32px;
}

#NavLeft a:hover {
    color: #8b008b;
}

/** ----- NavRight ----- **/
#NavRight {
    z-index: 1000;
    width: 178px;
    border-left: solid 1px #fff;
}

li.Top {
    position: relative;
    height: 62px;
    background: url(../Images/NavBg.jpg) repeat-x;
    border-bottom: solid 1px #fff;
}

#NavRight ul.TopLevel a, #NavRight a:visited {
    display: inline-block;
    width: 167px;
    height: 62px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    padding-left: 11px; 
}

#NavRight ul.TopLevel a:hover {
    color: #8b008b;
}

/** ----- Flyout ----- **/
#NavRight ul.SubLevel {
    width: 149px;
    height: 62px;
    border: solid 1px #fff;
}

li.Sub {
    position: relative;
    background-color: #d8bfd8;
}

#NavRight ul.SubLevel a {
    width: 138px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 15px;
}

#NavRight ul.SubLevel a:hover {
    color: #8b008b;
}

/** ----- All ----- **/
* html #NavRight ul /* hack for IE5.5 */ {
    margin-left: -16px;
    ma\rgin-left: 0;
}    

#NavRight table /* get rid of the table */ {
    position: absolute;
    border-collapse: collapse;
    top: 0;
    left: 0;
    z-index: 100;
    font-size: 1em;
}
    
/** ----- Hover ----- **/        
#NavRight a:hover {
    color: #8b008b;
    background: url(../Images/Nav.jpg) repeat-x;
}

#NavRight ul ul {
    visibility: hidden;
    position: absolute;
    top: -1px;
    left: 178px; 
}

#NavRight ul li:hover ul, #NavRight ul a:hover ul {
    visibility: visible;
}

/** --------------- Homepage --------------- **/

#LeftContent {
    float: left;
    text-align: justify;
    width: 360px;
    color: #444;
    font: normal 13px Arial;
    padding-left: 20px;
}

#LeftContent h2 {
   text-align: center;
   color: #663399;
}

#SaleRent {
   font: bold 14px Verdana;
   padding-bottom: 4px;
}

#CityPrice {
   padding-bottom: 4px;
}

#RightContent {
    float: right;
    width: 300px;
    margin-top: 17px;
    padding-right: 20px;
}

#Services {
    width: 290px;
    height: 200px;
    background: url(../Images/PenPaper.jpg) no-repeat left top;
    font: bold 15px/30px Tahoma;
    padding-left: 10px;
    border: solid 1px #ccc;
    margin-bottom: 47px;
}

#WebRefSearch {
	text-align: center;
    margin-bottom: 47px;
}

#MortgageMax {
    text-align: center;
    width: 300px;
    height: 40px;
    color: #ffcc33;
    background: #fff url(../Images/MortgageMax.jpg) no-repeat left top;
    font: bold 15px/20px Tahoma;
    padding-top: 90px;
    margin-bottom: 10px;
}

#MortgageMax div {
    color: #0099cc;
}

/** --------------- Search --------------- **/

.PanelHeader, .SubPanelHeader, a.CitySearchLink {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
}

.PanelHeader {
	color: #663366;
	background-color: #d8bfd8;
	border: solid 1px #dda0dd;
}

.SubPanelHeader {
	color: #fff;
	background-color: #c0dfc0;
	border: solid 1px #c0dfc0;
}

a.CitySearchLink {
	color: #8b008b;
	background-color: #d8bfd8;
	border: solid 1px #dda0dd;
	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;  
}

