/* ---------------------------------------- */
/* Property Concept Website                 */
/* Build start date: 10th December 2009     */
/* Developer: Steve Kirtley					*/
/* steve@thinkingdifferently.co.uk			*/
/* ---------------------------------------- */

/* Generic Resets etc */
/* ------------------ */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img,
fieldset {
	border: 0;
}

/* Generic Styles */
/* -------------- */

.clear {
	clear: both;
}

.offScreen {
	position: absolute;
	left: -500000px;
}

.strong {
	font-weight: bold;
}

/* Template Set up */
/* --------------- */

html {
	font-size: 100%; /* force IE to 16pt standard */
	background: #fff url('/a/img/global/body_bg.png') repeat-x;
}

body {
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 0.9375em; /* 15pt */
	line-height: 1.875em; /* 30pt */
	color: #666666;
}

p {
	margin-bottom: 1em;
}

a {
	color: #cb0033;
}

p a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.73em;
	color: #8c7d68;
	font-weight: normal;
	margin-bottom: 1em;
}

.contentPage h2 {
	font-size: 1.33em;
	margin-bottom: 1em;
	font-weight: normal;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	background: #000;
	padding: 0 10px;
	padding-bottom: 0;
	padding-bottom: 10px;
}

#wrapper #header {
	position: relative;
	width: 920px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}

#wrapper #header form {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 200px;
}

#wrapper #header #lnkLogo img {
	margin-top: 16px;
}

#wrapper #navigation ul {
	list-style-type: none;
	background: url('/a/img/global/nav_bg.gif') repeat-x;
	float: left;
	width: 920px;
}

#banner img {
	display: block;
}

#wrapper #navigation ul li {
	float: left;
	background: url('/a/img/global/nav_divide.gif') no-repeat 100% 50%;
	padding-right: 2px;
}

#wrapper #navigation ul li.last {
	background: none;
}

#wrapper #navigation ul li a {
	color: #3b2314;
	display: block;
	float: left;
	font-size: 1.33em;
	line-height: 41px;
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper #navigation ul li a:hover,
#wrapper #navigation ul li.active a {
	color: #fff;
	background: url('/a/img/global/nav_bg_active.gif') no-repeat;
}

#wrapper #navigation ul li.first a {
	margin-left: 15px;
	display: inline;
}


#wrapper #mainContent {
	clear: both;
	background: #fff;
}

.twoCol {
	width: 860px;
	padding: 30px 0;
	overflow: hidden;
}

.twoCol .leftCol {
	width: 365px;
	float: left;
}

.twoCol .hpIntro {
	font-size: 1.26em;
}

#newsletterSignup h3 {
	font-size: 1em;
	color: #3b2314;
	font-weight: normal;
}

#newsletterSignup form {
	margin-top: 10px;
}

#newsletterSignup .txtField {
	border: 1px solid #d9d9d9;
	font-size: 1.1em;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;	
}

#newsletterSignup .btnSubmit {
	background: #da1c24;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	padding: 3px;
}

.twoCol .rightCol {
	width: 460px;
	float: right;
}

.twoCol .rightCol .rightBlock {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	margin-top: 20px;
	background: url('/a/img/global/dotted_horiz.gif') repeat-x bottom left;
}

.twoCol .rightCol .first {
	margin-top: 0;
}

.twoCol .rightCol .last {
	background: 0;
}

.twoCol .rightCol img {
	position: absolute;
	left: 0;
	top: 0;
}

.twoCol .rightCol h2,
.twoCol .rightCol p {
	display: block;
	margin-left: 159px;
}

.twoCol .rightCol p {
	line-height: 1.2em;
	margin-top: 5px;
}

.twoCol .rightCol p a {
	color: #da1c24;
}

.twoCol .rightCol h2 {
	color: #8c7d68;
	font-size: 1.733em;
	line-height: 0.95em;
	font-weight: normal;
}

/* Footer Regions */
/* -------------- */

#preFooter {
	width: 890px;
	background: #fff;
	padding: 15px 0 0 30px;
}

#preFooter div.wrap,
#preFooter div {
	float: left;
	display: inline;
}

#preFooter div {
	margin-right: 20px;
}

#preFooter #secondNav {
	margin-left: 3px;
	margin-right: 0;
}

#preFooter #secondNav ul li {
	margin-right: 5px;
}

#preFooter div ul {
	list-style-type: none;
}

#preFooter div ul li {
	display: inline;
}

#footer {
	width: 890px;
	padding: 10px 15px 0 15px;
	margin-top: 12px;
	background: #8c7d68;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer .wrap {
	float: left;
}

#footer .wrap div {
	float: left;
	margin-right: 20px;
}

#footer p {
	margin-bottom: 0;
}

#footer p.clear {
	padding-top: 10px;
}

div.hr {
	padding: 3px 0;
	margin-bottom: 25px;
	height: 3px;
	background: url('/a/img/global/dotted_horiz.gif') repeat-x bottom left;
}


/* Content Page Template */
/* --------------------- */

#pHome .twoCol,
.contentPage .twoCol {
	background: url('/a/img/global/dotted_horiz.gif') repeat-x bottom left;
	padding-bottom: 10px;
	margin: 0 30px
}

.contentPage .twoCol .leftCol {
	width: 515px;
	padding-right: 15px;
	background: url('/a/img/global/dotted_vert.gif') repeat-y top right;
}

.contentPage .twoCol .rightCol {
	width: 310px;
}

.contentPage .twoCol .leftCol ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

.rightCol ul {
	list-style-type: none;
}

.rightCol ul li {
	padding-bottom: 5px;
	background: url('/a/img/global/dotted_horiz.gif') repeat-x bottom left;
}

/* Sub Nav Right */

.rightCol .subNav ul li a {
	margin-left: 10px;
}

.rightCol .subNav ul li.active a {
	font-weight: bold;
}

.rightCol .subNav {
	padding-bottom: 5px;
	border-bottom: 2px solid #9d918a;
}

.rightCol .icon_nav ul {
	margin-top: 10px;
	border-bottom: 2px solid #9d918a;
}

.rightCol .icon_nav ul li {
	margin-top: 5px;
}

.rightCol .icon_nav ul li#lnkAbout a {
	display: block;
	background: url('/a/img/global/icon_about.gif') no-repeat top left;
	height: 28px;
	padding-left: 36px;
}

.rightCol .icon_nav ul li#lnkInvestment a {
	display: block;
	background: url('/a/img/global/icon_investment.gif') no-repeat top left;
	height: 28px;
	padding-left: 36px;
}

.rightCol .icon_nav ul li#lnkDevelopers a {
	display: block;
	background: url('/a/img/global/icon_developers.gif') no-repeat top left;
	height: 28px;
	padding-left: 36px;
}

.rightCol .icon_nav ul li#lnkTestimonials a {
	display: block;
	background: url('/a/img/global/icon_testimonials.gif') no-repeat top left;
	height: 28px;
	padding-left: 36px;
}

.rightCol .icon_nav ul li.last {
	background: 0;
}

.rightCol .icon_nav ul li.active a {
	font-weight: bold;
}

/* Team Page Alterations */

#teamPage .team-block {
	margin-top: 20px;
	padding-bottom: 10px;
	background: url('/a/img/global/dotted_horiz.gif') repeat-x bottom left;
}

#teamPage .team-block h2 {
	color: #666666;
	font-weight: normal;
}

#teamPage .team-block p.title {
	font-style: italic;
}


/*--------------------------------------------------*/
/* Basic Form                                       */

	.basicForm fieldset {
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
		border: 0;
	}

	.basicForm fieldset legend {
		color: #000; /* IE6: defaults to using blue text */
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0;
	}

	.basicForm fieldset fieldset legend {
		padding: 10px 0 0 0;
		margin: 0;
	}

	.basicForm .error {
		color: red;
		background: inherit;
		font-weight: bold;
	}

	.basicForm .row {
		padding: 5px 0 0 11.5em;
		clear: both;
	}

	.basicForm .row .label,
	.basicForm .row.inputFirst .input {
		float: left;
		width: 11em;
		margin: 3px 0 0 -11.5em;
		text-align: right;
	}

	.basicForm .row .label abbr.required {
		position: absolute;
		left: -5000px;
	}

	.basicForm .row.inputFirst .label {
		float: none;
		display: block;
		width: auto;
		margin: 3px 0 0 0;
		text-align: left;
	}

	.basicForm .row.info .input,
	.basicForm .row.radio .input,
	.basicForm .row.check .input {
		display: block;
		padding: 3px 0 0 0;
	}

	.basicForm .row.date input {
		text-align: center;
	}

	.basicForm .submit {
		padding-bottom: 10px;
	}
	
	
	.basicForm .text input,
	.basicForm .email input,
	.basicForm .textarea textarea {
		border: 0;
		border: 1px solid #cccccc;
		font-size: 1.3em;
		padding: 3px;
		margin-bottom: 10px;
	}
	
	.basicForm .textarea textarea {
		width: 267px;
	}

	.basicForm .submit input {
		background: transparent url("/a/img/global/nav_bg_active.gif") repeat scroll 0 0;
		color: #FFF;
		border: 0;
		padding: 5px 10px;
		font-size: 1.1em;
	}
	

/* Testimonials Page */

#pTestimonials div.quote {
	background: url('/a/img/global/dotted_horiz.gif') repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#pTestimonials div.last {
	background: 0;
}

#pTestimonials cite {
	font-weight: bold;
}

#pTestimonials cite span {
	font-weight: normal;
}