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

--- Colour Swatch ---
#700c2d - Dark maroon colour used for header background and footer
#9b1b1f - Used for navbar background and property search
#eadfdd - Used to highlight active links in the navBar and other areas
#faffbd - Used for text input areas as a highlight
-------------------------
                 
*/

html { /* Sometimes useful for additional background image */

}

body {
	background: #fff url(../imgs/page_bg.jpg) 0px 141px repeat-x; /* Small gradient added under the navBar for depth */
	font: .9em Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 500;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

img { /* Removes default border around images with links in Firefox */
	border: 0;
}

.imgRight { /* Used on the news page to float images off to the right */
	padding: 10px;
	float: right;
}

p {
	line-height: 1.3em;
	padding: 5px 0 5px 0;
	color: #666;
}

h1 {
	font: 1.8em Georgia, "Palatino", Times, serif;
	color: #700c2d;
	line-height: 2em;
}

h2 {
	font: 1.3em Georgia, "Palatino", Times, serif;
	color: #9b1b1f;
	line-height: 2em;
}

h3 {
	font: 1.1em Georgia, "Palatino", Times, serif;
	color: #9b1b1f;
	line-height: 2em;
}

.clear { /* You never know */
	clear: both;
}

.alignRight {
	text-align: right;	
}

.alignCenter {
	text-align: center;	
}

.alignLeft {
	text-align: left;	
}

.btnStyle {
	background: #700c2d url(../imgs/btnStyle_bg.jpg) repeat-x;
	font: 1.1em Georgia, "Palatino", Times, serif;
	color: #fff;
	text-align: center;
	height: 44px;
	text-shadow: 1px 1px 1px #000;
	border: 1px solid #954c62;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.btnStyle a {
	color: #fff;
	text-decoration: none;
}

.btnStyle a:hover {
	color: #eadfdd;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#main_searchform .btnStyle {
	width: 255px;
}

ol {
	font: 1.1em Georgia, "Palatino", Times, serif;
	margin-left: 40px;
	color: #9b1b1f;
}

ol li {
	padding: 5px 0;
}

ol li span {
	font: .8em Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #666;
}

.bold {
	font-weight: bold;
}

.textCenter {
	text-align: center;
}

/* ================== */
/* ! Header Section   */
/* ================== */

#header {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	background: #700c2d url(../imgs/header_bg.jpg) repeat-x;
	width: 100%;
	height: 140px;
}

#header p {
	color: #fff;
	padding: 0;
}

#headerWrapper {
	width: 980px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 385px;
	height: 78px;
	margin-top: 22px;
}

#tagLine {
	float: right;
	width: 530px;
	height: 70px;
	margin-top: 30px;
	text-align: right;
}
	
#navBar {
	clear: both;
	font-size: 1.4em;
	color: #fff;
}

#navBar ul {
	list-style: none;
	line-height: 40px;
}

#navBar ul li {
	font-size: 0.7em;
	float: left;
	display: inline;
}

#navBar li a {
	color: #eadfdd;
	display: block;
	text-shadow: 1px 1px 1px #000;
	padding: 0 8px 0 13px;
	text-decoration: none;
	background: url(../imgs/navBar_divider.jpg) repeat-y left top;
}

.first { /* This removes divider image from first list link */
	background: none !important;
}

#navBar li a:hover {
	color: #fff;
}

#navBar li.hover,
#navBar li:hover {
	position: relative;
}

/* LEVEL TWO */
.dropdown ul {
	visibility: hidden;
	position: absolute;
	font-size: 1.6em;
}

.sub_menu {
	top: 40px;
	z-index: 99; /* z-index is related to the amount of slides in slideshow, four slides, z-index has to be 5 etc. */
}

.sub_menu li {
	background: #700c2d;
	font-weight: normal;
	border-left: 1px solid #5a0b25;
	border-right: 1px solid #5a0b25;
	border-bottom: 1px solid #5a0b25;
	float: none;
}

.sub_menu li a {
	display: block;
	background-image: none!important;
	width: 100px;
	height: 40px;
}

.sub_menu li a:hover {
	background: #9b1b1f!important;
}
									  
/* IE 6 & 7 Needs Inline Block */
.sub_menu li a	{
	display: inline-block;
}

.sub_menu_1 li a {
	width: 150px;
	font-size: .8em;
}

/* LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

.facebook {
	position: absolute;
	z-index: 99;
	right: 0;
	margin: 50px 0 0 0;
}

.twitter {
	position: absolute;
	z-index: 99;
	right: 0;
	margin: 150px 0 0 0;
}

.newsletter {
	position: absolute;
	z-index: 99;
	right: 0;
	margin: 320px 0 0 0;
}
/* ================== */
/* ! Header Section   */
/* ================== */

/* ================ */
/* ! Page Content   */
/* ================ */

/* SLIDESHOW */
#slideShow {
	position: relative;
	background: #700c2d repeat-x;
	height: 212px;
	overflow: hidden;
	border: 1px solid #700c2d;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#slideShow h1 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-shadow: 2px 2px 2px #000;
}

#slideShow ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#slideShowContent .slideText {
	position: absolute;
	z-index: 1;
	width: 380px;
	top: 6px;
	right: 20px;
}

#slideShowContent .slideText h1 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 3px;
}

#slideShowContent .slideText p {
	font-size: .9em;
	color: #fff;
	text-align: justify;
	text-shadow: 2px 2px 2px #000;
	margin-bottom: 2px;
}

#slideShowContent .slideText .btnStyle {
	width: 175px;
	line-height: 42px;
	float: left;
	margin: 6px 5px 0 5px;
}
/* SLIDESHOW */

/* QUICK SEARCH ON HOME PAGE */
#searchSelection {
	padding: 15px 25px 0px 0px;
	background: url(../imgs/homeSearchDivider.png) center right no-repeat;
	text-align: center;
	float: left;
	width: 200px;
	height: 75px;
}

#quickSearchHome {
	background: #9b1b1f url(../imgs/quickSearch_bg.jpg) repeat-x;
	height: 100px;
	padding: 12px 10px 0 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#quickSearchHome p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#quickSearchHome h2 {
	font-size: 1.8em;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#quickSearchHome select {
	width: 150px;
}
/* QUICK SEARCH ON HOME PAGE */

/* FEATURED PROPERTIES */
#featuredProperties {
	font-size: .8em;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	background: #eeeeee;
	margin-top: 10px;
	clear: both;
	overflow: hidden;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

#featuredProperties h3 {
	background: url(../imgs/featuredHeader_bg.jpg) repeat-x;
	height: 62px;
	text-align: center;
	font: 3em Georgia, "Palatino", Times, serif;
	color: #700c2d;
	line-height: 62px;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 1px solid #bbb;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#featuredProperties a {
	font-weight: bold;
	color: #700c2d;
	text-decoration: none;
}

#featuredProperties a:hover {
	color: #9b1b1f;
}

.forSale {
	position: relative;
	width: 220px;
	float: left;
	padding: 10px 8px 10px 8px;
	text-align: justify;
}
	
.forSale img {
	margin-bottom: 20px;
}

.cornerFlash {
	position: absolute;
	z-index: 1;
}

.forRent {
	position: relative;
	width: 220px;
	float: left;
	padding: 10px 8px 10px 8px;
	text-align: justify;
}

.forRent img {
	margin-bottom: 20px;
}

.homePrice {
	text-align: center;
	font-size: 1.5em;
	color: #700c2d;
	height: 30px;
}
/* FEATURED PROPERTIES */

/* MAIN CONTENT */
#mainContent {
	background: #fff;
	width: 700px;
	float: left;
	padding: 10px;
	border: 1px solid #bbb;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
}

#mainContent ul {
	color: #666;
	list-style: none;
	padding: 10px 0 10px 15px;
}

#mainContent ul li {
	background: url(../imgs/bullet.jpg) 0 4px no-repeat;
	padding: 0 0 10px 15px;
}

#mainContent a {
	text-decoration: none;
	color: #700c2d;
}

#mainContent a:hover {
	color: #9b1b1f;
}

.col1 {
	width: 330px;
	float: left;
}

.col2 {
	width: 330px;
	float: right;
}

.textDivider {
	background: url(../imgs/textDivider.jpg) no-repeat;
	clear: both;
	width: 100%;
	height: 31px;
	margin: 20px 0 20px 0;
}

.twoCol {
	overflow: auto;
	margin-bottom: 10px;
}

.leftCol {
	float: left;
	width: 322px;
	text-align: justify;
	margin-right: 10px;
	padding: 10px;
}

.rightCol {
	float: left;
	width: 322px;
	text-align: justify;
	padding: 10px;
}

.rightCol img, .leftCol img {
	width: 320px;
	height: 200px;
}

#contactUs {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	width: 680px;
	border: 1px solid #bbb;
	overflow: auto;
}

#officeDetails {
	width: 340px;
	float: left;
}

#contactForm {
	width: 340px;
	float: right;
}

#contactForm input {
	width: 200px;
}

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

#contactForm textarea {
	width: 200px;
	height: 90px;
}

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

label.error {
	color: #9b1b1f;
	display: block;
	white-space: nowrap;
}

blockquote {
	background: #eee;
	padding: 10px;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

blockquote:hover {
	background: #eee url(../imgs/quotes.png) right bottom no-repeat;
}

blockquote p strong {
	font-style: italic;
	color: #9b1b1f;
}

/* SIDEBAR */
#sideBar {
	width: 230px;
	float: right;
}

#sideBarSearch {
	background: #9b1b1f;
	padding: 10px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #700c2d;
}

#sideBarSearch h2 {
	color: #fff;
	font-size: 1.7em;
	font-weight: 800;
	text-align: center;
	padding-bottom: 10px;
}

#sideBarSearch p {
	color: #fff;
}

#sideBarSearch select {
	width: 90px;
}

.searchDivider {
	background: url(../imgs/searchDivider.jpg) center no-repeat;
	width: 209px;
	height: 2px;
	padding: 2px 0px 2px 0px;
}

#valuation {
	background: #eee;
	padding: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	text-align: justify;
}

#valuation h2 {
	text-align: center;
}

#newsLetter {
	background: #eee url(../imgs/email.jpg) bottom right no-repeat;
	padding: 10px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
}

#newsLetter h2 {
	text-align: center;
}
/* SIDEBAR */

/* SEARCH RESULTS */
.pagination {
	float: right;
	text-align: right;
	width: 400px;
}

.pagination a {
	border: 1px solid;
	padding: 5px;
	background: #eee;
}

.pagination a:hover {
	background: #bbb;
}

.bracket {
	display: none;
}

.status {
	font: 1em Georgia, "Palatino", Times, serif;
	color: #700c2d;
}

#avail {
	text-align: center;
	margin-top: 20px;
	font: 1em Georgia, "Palatino", Times, serif;
	color: #700c2d;
}

#searchPrice {
	float: right;
	font-size: 1.5em;
	margin-bottom: 10px;
	width: 430px;
}

.mab {
	float: right;
	width: 430px;
	font-size: .9em;
}

#resultsPicture { /* For picture placement */
	float: left;
}

.resultsPic { /* Control freak, added class for extra funk */
	border: 1px solid #700c2d;
}

.resultsPic:hover {
	border: 1px solid #9b1b1f;
	box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
}

#searchFeatures {
	float: left;
	padding: 4px 0 4px 0;
}

#searchFeatures ul li {
	display: inline;
	margin-right: 15px;
}

#shortdescr {
	float: right;
	width: 430px;
}
/* SEARCH RESULTS */

/* HOUSE DETAILS PAGE */
#propAddress {
	float: left;
	width: 500px;
}

#price {
	font: 1.8em Georgia, "Palatino", Times, serif;
	color: #700c2d;
	font-size: 2.5em;
	float: right;
}

#availability {
	clear: both;
	text-align: center;
	background: #eee;
	border: 1px solid #bbb;
	width: 690px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#mainImages {
	border: 1px solid #9b1b1f;
	width: 690px;
	overflow: hidden;
}

#thumbs {
	background: #eee;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	border: 1px solid #bbb;
	width: 690px;
	text-align: center;
}

#thumbs img {
	background: #fff;
	padding: 4px 4px 0 4px;
	border: 1px solid #9b1b1f;
	width: auto;
	height: auto;
}

#thumbs img:hover {
	background: #700c2d;
}

#socials {
	background: #eee;
	padding: 10px;
	margin-top: 13px;
	border: 1px solid #bbb;
	width: 670px;
	overflow: auto;
}

#socials h2 {
	float: left;
	width: 150px;
}

#socials .addthis_toolbox {
	float: left;
	margin-top: 8px;
	width: 520px;
}

#longDescr {
	float: left;
	width: 470px;
	text-align: justify;
}

#intelliCalc {
	float: right;
}

#propFeatures {
	float: right;
	width: 200px;
}

#floorPlan {
	width: 690px;
}

#floorPlanImg {
	text-align: center;
}

#googlemap {
	width: 100%;
	height: 400px;
	border: 1px solid #700c2d;
}

#googlemap a {
	border: none;
}

#EPC img {
	width: 690px;
	margin-bottom: 20px;
}

#misrepFooter {
	text-align: center;
	font-size: .6em;
}
/* HOUSE DETAILS PAGE */

/* Forms */
#register {
	background: #eee;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	padding: 20px;
	width: 450px;
	margin: 0 auto;
}

#register select {
	float: right;
	width: 250px;
}

#register input {
	float: right;
	width: 250px;
}
#register input:focus {
	background: #faffbd;
}

#appraisalForm {
	background: #eee;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	padding: 20px;
	width: 450px;
	margin: 0 auto;
}

#appraisalForm table {
	width: 450px;
}

#appraisalForm td {
	vertical-align: top;
}

#appraisalForm select {
	width: 200px;
}

#appraisalForm input[type="text"] {
	width: 200px;
}

#appraisalForm input[type="radio"] {
	margin-left: 38px;
}

#prefDate {
	width: 180px!important;
}

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

#appraisalForm textarea {
	width: 200px;
	height: 150px;
}

#appraisalForm textarea:focus {
	background: #faffbd;
}
/* Forms */

/* ================ */
/* ! Page Content   */
/* ================ */

/* ================== */
/* ! Footer Section   */
/* ================== */

#footer {
	background: #700c2d url(../imgs/footer_bg.jpg) repeat-x;
	overflow: auto;
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 10px;
	color: #fff;
}

#footer p {
	color: #fff;
	padding: 0;
}

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

#footerLeft {
	background: url(../imgs/footerDivider.jpg) no-repeat right;
	float: left;
	margin-right: 20px;
	width: 305px;
	height: 145px;
	text-align: center;
}

#footerLeft table {
	width: 300px;
}
	
#footerRight {
	background: url(../imgs/testimonials_bg.png) 0 20px no-repeat;
	float: right;
	width: 304px;
	height: 145px;
	text-align: center;
}

#footerRight p { /* Styles for customer testimonials */
	font-size: 1.3em;
	text-align: justify;
	text-shadow: 2px 2px 2px #000;
}

#footerRight ul {
	list-style: none;
}

#footerCenter {
	background: url(../imgs/footerDivider.jpg) no-repeat right;
	float: left;
	margin-right: 20px;
	width: 305px;
	height: 145px;
	text-align: center;
}

#footerWrapper h3 {
	font: 2em Georgia, "Palatino", Times, serif;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	line-height: 1.5em;
}

#copyRight {
	clear: both;
	padding-top: 30px;
	font-size: .8em;
}

#copyRight a {
	color: #fff;
	text-decoration: none;
}

#copyRight a:hover {
	color: #eadfdd;
}
/* ================== */
/* ! Footer Section   */
/* ================== */
