/* Abbeyfield biggest text*/
/* CSS 21.06.07 */

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: sans-serif, helvetica, arial;
	color: #000;
	background-color: #003D5D;
	}

h1 {
	display: none;
	font-size: 16px;
	}

h2 {
	display: none;
	font-size: 14px;
	}

h3,h4 {
	font-size: 30px;
	font-family: Times, sans-serif;
	color: #F04C00 ;
	padding: 1em 36px 0 36px;
	}

p {
	font-size: 24px;
	padding: 1em 36px 0 36px;
	line-height: 1.7em;
	}

strong {
	font-size: 14px;
	}

img {
	border: 0;
	}

p a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	}

p a:hover {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #999;
	}

.higlight {
	font-weight: bold;
	font-style: italic;
	color: #BC9E6F;
	}

/* Basic Construction */

#box {
	width: 100%;
	background: #75A432 url(images/bodyBackground.jpg) top left repeat-x;
	}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
	}

#header {
	background: url(images/headerBackground.jpg) no-repeat;
	width: 750px;
	height: 231px;
	}

#mainCopy {
	width: 750px;
	background: #fff url(images/maincopyBackground.jpg) no-repeat bottom;
	padding: 0 0 40px 0;
	}

#copyIndex {
	width: 376px;
	float: left;
	}

#bigQuote {
	width: 299px;
	height: 87px;
	background: #fff url(images/quoteBox.jpg) no-repeat bottom;
	margin-top: 135px;
	color: #003D5D;
	float: left;
	}

#bigQuote div {
	width: 276px;
	height: 56px;
	margin: 0 0 0 12px;
	}

#bigQuote p strong {
	font: 22px Times, sans-serif;
	padding: 0;
	}

#bigQuote p {
	font: 16px Times, sans-serif;
	padding: 0 0 0 0;
	}

#smallQuoteContainer {
	width: 300px;
	margin: 0 36px 0 0;
	float: right;
	}

#photo {
	width: 445px;
	height: 227px;
	float: right;
	}

/* IE6 position hack */

* html #smallQuoteContainer {
	margin: 0 20px 0 0;
	}

#smallQuoteContainer h4 {
	font-size: 30px;
	font-family: Times, sans-serif;
	color: #F04C00;
	padding: 1em 0 0.4em 0;
	margin: 0;
	}

#smallQuoteContainer span {
	font-size: 11px;
	width: 250px;
	line-height: 1.5em;
	margin: 8px 0 0.4em 2.5em;
	display: block;
	}

blockquote {
	background: transparent url(images/quotes1.gif) left top no-repeat;
	width: 300px;
	font-size: 24px;
	line-height: 1.5em;
	margin: 8px 0 0.4em 0;
	}

blockquote div {
	padding: 0 28px;
	background: transparent url(images/quotes2.gif) right bottom no-repeat;
	}

/* MENU HORIZONTAL */

#mainnavigation {
	height: 35px;
	width: 750px;
	background-color: #fff;
	margin: 4px 0 4px 0;
	}

#mainnavigation li {
	list-style: none;
	font-size: 22px;
	font-weight: bold;
	font-family: Times, sans-serif;
	display: inline;
	float: left;
	width: 120px;
	height: 27px;
	text-align: center;
	padding-top: 8px;
	}

li.home {
	background: #1C66B8 url(images/homeBackground.jpg) repeat-y right;
	}

li.about {
	background: #EAAE00 url(images/aboutBackground.jpg) repeat-y right;
	}

li.houses {
	background: #990000 url(images/housesBackground.jpg) repeat-y right;
	}

li.contact {
	background: #9900CC url(images/contactBackground.jpg) repeat-y right;
	}

#mainnavigation a	{
	text-decoration: none;
	color: #fff;
	}

#mainnavigation a:hover	{
	text-decoration: none;
	color: #ccc;
	}

#switcher {
	font-size: 16px;
	font-weight: bold;
	font-family: Times, sans-serif;
	float: right;
	margin: 7px 10px 0 0;
	}

#switcher a {
	color: #000;
	}

a.twelve {
	font-size: 16px;
	}

a.eighteen {
	font-size: 18px;
	}

a.twentyfour {
	font-size: 20px;
	}

/* HOUSING VIEW CONTENT */

#houseRow {
	height: 200px;
	margin: 0 36px 30px 36px;
	clear: both;
	}

#mainCopy ul {
	margin: 0 36px 0 36px;
	}

#mainCopy ul li {
	list-style: square;
	padding: 1em 0 0 3px;
	font-size: 24px;
	}

/* IE6 position hack */

* html #houseRow {
	margin: 0 0 10px 0;
	padding: 0 36px 0 36px;
	}

.houseBox {
	width: 196px;
	margin: 0 auto 0 auto;
	float: left;
	}

/* IE6 position hack */

* html .houseBox {
	margin: 0 auto 0 auto;
	}

.printDetails {
	display: none;
	}

.houseBox p a img {
	margin: 4px 0 0 21px;
	}

.houseBox p a {
	text-decoration: none;
	border: none;
	}

.houseBox p a:hover {
	text-decoration: none;
	border: none;
	}

.houseBox p {
	text-align: left;
	padding: 0;
	}

.houseImage p {
	background-color: #F04C00;
	color: #fff;
	padding: 5px 2px 6px 0;
	line-height: 1.1em;
	text-align: center;
	}

/* IE6 position hack */

* html .houseImage p {
	padding: 0 2px 6px 0;
	}

.houseImage img {
	border: 3px solid #F04C00;
	margin: 0 0 -4px 0;
	}

.houseImage {
	width: 196px;
	}

/* FORMS */

#form {
	margin: 10px 10px 40px 0;
	padding: 5px 0 0 5px;
	width: 530px;
	color: #000;
	}

.row {
	clear: both;
	width: 100%;
	padding: 10px 0 0 36px;
	margin: 0;
	}

.lable {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 100px;
	}

.textbox {
	float: left;
	border: 1px solid #003D5D;
	font-size: 18px;
	width: 200px;
	}

.radio {
	margin: 0 0 0 10px;
	}

.submit {
	font-size: 18px;
	color: #333;
	border: 1px solid #003D5D;
	background-color: #ccc;
	cursor: pointer;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	}

div#erorrmsg {
	background-color: #fff;
	padding: 30px 0 10px 0;
	margin: auto;
	width: 300px;
	}

/* FOOTER */

#footerBackground {
	width: 100%;
	background: url(images/footerBackground.jpg) repeat-x;
	}

#pageFooter {
	clear: both;
	width: 750px;
	height: 19px;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0.1em;
	margin: 0 auto 10px auto;
	}

		#pageFooter ul {
			float: left;
			padding: 10px 0 0 0;
			}
		
		#pageFooter img {
			float: left;
			padding: 10px 5px 0 36px;
		}
		
		#pageFooter ul li {
			padding: 2px 0 0 0;
			line-height: 0.9em;
			list-style-type: none;
		}
		
		.right {
			float: right;
			padding: 10px 36px 0 0;
			}
