/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/

Colour Swatch
---------------
La Heredia Blue - #275aa9
---------------
*/

body {
	font: .8em Helvetica Neue, Arial, Verdana, sans-serif;
	color: #666;
}

/* =============== */
/* ! Text Styles   */
/* =============== */
h1 {
	font: 3em 'Garamond', Palatino, Georgia, serif;
	color: #000;
	padding: 10px 0 10px 0;
}

h2 {
	font: 1.8em 'Garamond', Palatino, Georgia, serif;
	color: #000;
	padding: 10px 0 10px 0;
}

h3 {
	font: 1.4em 'Garamond', Palatino, Georgia, serif;
	color: #000;
	padding: 10px 0 10px 0;
}

p {
	line-height: 1.3em;
	padding: 10px 0 10px 0;
}

a {
	color: #275aa9;
	text-decoration: none;
}

.textCenter {
	text-align: center;
}

.clear {
	clear: both;
}

.divider {
	background: #bbb;
	height: 1px;
	margin: 10px 0 10px 0;
	clear: both;
}

#resales {
	margin: 10px;
	text-align: center;
}

#salesHero {
	background: url(../imgs/sales_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#rentHero {
	background: url(../imgs/rent_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#registerHero {
	background: url(../imgs/register_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#searchHero {
	background: url(../imgs/search_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#resultsHero {
	background: url(../imgs/results_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#associateHero {
	background: url(../imgs/associate_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#prestigeHero {
	background: url(../imgs/prestige_hero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#holidayHero {
	background: url(../imgs/holidayhero.jpg) no-repeat;
	height: 160px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 240px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.houseRef {
	text-align: center;
}

.blueStyle {
	color: #275aa9;
	font-weight: bold;
}
/* =============== */
/* ! Text Styles   */
/* =============== */
#header {
	background: url(../imgs/header_bg.jpg) repeat-x;
	height: 100px;
	text-align: center;
}

#logoPrintOnly {
	display: none;
}

#pageContent {
	width: 960px;
	margin: 0 auto;
}

#textHolder {
	float: left;
	width: 730px;
}

#homeSearch { /* This is used for the Button you see on the home page */
	background: url(../imgs/btn_bg.jpg) no-repeat;
	width: 155px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

#homeSearch a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	line-height: 40px;
}

#homeSearch a:hover {
	color: #ddd;
}

#form {
	border: 1px solid #275aa9;
	padding: 5px;
	width: 600px;
	margin: 0 auto;
}

#form select {
	width: 300px;
}

#form input {
	width: 300px;
}

#form textarea {
	width: 300px;
}

#form input:focus {
	background: #faffbd;
}

#form textarea:focus {
	background: #faffbd;
}

#sideBar {
	border: 1px solid #275aa9;
	background: #ddd;
	padding: 3px;
	float: right;
	width: 200px;
	text-align: center;
}

#sideBar form {
	background: #fff;
	border: 1px solid #bbb;
}

#sideBar p {
	padding: 5px 0 5px 0;
}

#sideBar select {
	width: 150px;
}

label.error {
	color: #ce002d;
	display: block; /* This fixes IE ignoring width and pushing the text out of the form block */
	white-space: nowrap; /* This is so beautiful, why I have I not discovered your exquisite use before? */
}

button {
	background: url(../imgs/btn_bg.jpg) no-repeat;
	border: none;
	width: 155px!important; /* Overrides the above form input width */
	height: 40px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 1em;
	cursor: pointer;
}

button:hover {
	color: #ddd;
}

/* ================================ */
/* ! Featured Properties Sections   */
/* ================================ */
.featuredHeader {
	background: #275aa9;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 2.5em;
}

#featuredSales {
	clear: both;
}

#featuredRentals {
	clear: both;
}

.forSale {
	float: left;
	width: 230px;
	height: 220px;
	margin: 6px;
	text-align: center;
}

.forSale img {
	background: #eee;
	border: 1px solid #275aa9;
	padding: 2px;
}

.forRent {
	float: left;
	width: 230px;
	height: 220px;
	margin: 6px;
	text-align: center;
}

.forRent img {
	background: #eee;
	border: 1px solid #275aa9;
	padding: 2px;
}

.homePrice {
	font-weight: bold;
}
/* ================================ */
/* ! Featured Properties Sections   */
/* ================================ */

/* ================= */
/* ! NavBar Styles   */
/* ================= */
#navBar {
	background: url(../imgs/navbar_bg.jpg) repeat-x;
	font-size: 1.1em;
	text-align: center;
	height: 40px;
}

#navBar ul {
	list-style: none;
	width: 1000px;
	margin: 0 auto;
	padding-left: 40px;
}

#navBar ul li {
	display: inline;
	line-height: 40px;
	height: 40px;
}

#navBar li a {
	background: url(../imgs/navBar_divider.jpg) right top no-repeat;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 15px 0 10px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	height: 40px;
}

#navBar li a:hover {
	color: #fff!important;
	background: url(/imgs/navbar-highlight.jpg)!important;
	text-shadow: 1px 1px 1px #000!important;
}

.noBackground {
	background: none!important;
}

#home #navBar .home a,
#sales #navBar .sales a,
#rentals #navBar .rentals a,
#prestige #navBar .prestige a,
#repos #navBar .repos a,
#search #navBar .search a,
#associate #navBar .associate a,
#register #navBar .register a,
#news #navBar .news a {
	color: #275aa9;
}
/* ================= */
/* ! NavBar Styles   */
/* ================= */

/* ==================== */
/* ! Slideshow Styles   */
/* ==================== */
#slideShow {
	border: 8px solid #275aa9;
	width: 942px; /* Compensates for border width */
	height: 392px; /* Compensates for Border height */
	overflow: hidden;
	margin: 20px 0 20px 0;
}

#slides {
	list-style: none;
}

#slides p {
	font: 2.5em 'Garamond', Palatino, Georgia, serif;
	font-weight: bold;
	margin-top: 330px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

#slide1 {
	background: url(../imgs/slideshow/slide1.jpg) no-repeat;
	width: 100%;
	height: 400px;
}

#slide2 {
	background: url(../imgs/slideshow/slide2.jpg) no-repeat;
	width: 100%;
	height: 400px;
}

#slide3 {
	background: url(../imgs/slideshow/slide3.jpg) no-repeat;
	width: 100%;
	height: 400px;
}

#slide4 {
	background: url(../imgs/slideshow/slide4.jpg) no-repeat;
	width: 100%;
	height: 400px;
}

#slide5 {
	background: url(../imgs/slideshow/slide5.jpg) no-repeat;
	width: 100%;
	height: 400px;
}
/* ==================== */
/* ! Slideshow Styles   */
/* ==================== */

/* ============== */
/* ! CMS Styles   */
/* ============== */
.newsItem {
	border-bottom: 1px solid #bbb;
	margin: 10px 0 10px 0;
	overflow: auto;
}

.imgLeft {
	float: left;
	margin: 10px 10px 10px 0;
	border: 3px solid #275aa9;
}

.cmsTimestamp {
	font-style: italic;
	font-size: 11px;
}

.cmsReadmore {
	font-style: italic;
	margin-bottom: 10px;
}

.cmsPagination {
	float: right;
	font-size: 16px;
	margin-top: 8px;
}

.cmsPagenumbers {
	font-style: italic;
}

.cmsPaginationBtn {
	padding: 5px 5px;
	font-weight: bold;
}
/* ============== */
/* ! CMS Styles   */
/* ============== */

/* ========================= */
/* ! Search Results Styles   */
/* ========================= */
.pagination {
	text-align: right;
}

.thumbHolder {
	clear: both;
}

.thumbHeader {
	background: #275aa9;
	float: right;
	width: 630px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px; /* Change This for EMs */
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

.thumbHeader a {
	color: #fff;
}

.thumbImage {
	border: 1px solid #275aa9;
	width: 300px;
	height: 225px;
	float: left;
}

.thumbDescr {
	float: right;
	width: 630px;
}

.thumbDescr ul {
	list-style: none;
	text-align: center;
}

.thumbDescr li {
	display: inline;
	margin: 0px 40px 0 40px;
}
/* ========================= */
/* ! Search Results Styles   */
/* ========================= */

/* ======================= */
/* ! Full Details Styles   */
/* ======================= */
#propAddressHeader {
	background: #275aa9;
	overflow: auto;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#propAddressHeader h1 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#propAddress {
	width: 500px;
	float: left;
}

#propPrice {
	width: 430px; /* Need to allow for random price text being added */
	float: right;
	text-align: right;
}

#propImages {
	border: 1px solid #275aa9;
	background: #eee;
	padding: 2px;
	overflow: auto;
}

#propMainImage {
	float: left;
	width: 715px;
}

#propMainImage img {
	border: 1px solid #275aa9;
	width: 715px;
}

#propThumbs {
	float: right;
	width: 210px;
}

#propThumbs img {
	border: 1px solid #275aa9;
}

#mainDetails {
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 30px;
	color: #000;
	text-align: center;
}

#mainDetails ul {
	list-style: none;
}

#mainDetails li {
	display: inline;
	line-height: 30px;
	padding: 0 8px 0 8px;
}

#mainDetails strong {
	color: #275aa9;
}

#propDescr {
	width: 700px;
	float: left;
}

#propFeatures {
	background: #eee;
	border: 1px solid #bbb;
	width: 250px;
	float: right;
	padding: 0 0 20px 0;
}

#propFeatures h2 {
	text-align: center;
}

#propFeatures table {
	width: 250px;
	text-align: center;
	color: #000;
}

#propFeatures ul {
	margin: 0 0 0 15px;
	list-style: none;
}

#propFeatures li {
	background: url(../imgs/bullet.jpg) left center no-repeat;
	padding: 2px 2px 2px 20px;
}

#propFeatures dl {
    padding: 12px;
    margin-left: 15px;
}

#propFeatures dt {
    float: left;
    width: 150px;
    font-weight: bold;
    color: #275aa9;
}

#propFeatures dd {
    padding: 0 0 0.5em 0;
}

#googleMapHolder {
	clear: both;
}

#googlemap {
	border: 1px solid #275aa9;
	height: 400px;
}
/* ======================= */
/* ! Full Details Styles   */
/* ======================= */

/* ================= */
/* ! Footer Styles   */
/* ================= */
#footer {
	background: url(../imgs/footer_bg.jpg) repeat-x;
	height: 100px;
	text-align: center;
	margin: 20px 0 0 0;
	overflow: hidden;
}
/* ================= */
/* ! Footer Styles   */
/* ================= */
