/******************************************************************************
 * Generic CSS
 *****************************************************************************/
body {
	font-family: Verdana, Arial, sans-serif; font-size:11px; color:#000000;
	border:0px; margin:4px auto 0px auto; padding:0px 0px 0px 0px;
	text-align:center;
	background-image:url(../images/body-bg.jpg);
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { margin:0px 0px 15px 0px; }

a { color:#000000; text-decoration:none; }
a:hover { text-decoration:underline; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px; margin:0px 0px 15px 0px; padding-bottom:7px;
	background-image:url(../images/h1-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

h2 { font-size:12px; margin:0px 0px 5px 0px; }

h3 { font-size:12px; margin:0px 0px 15px 0px; }

/******************************************************************************
* Normal Images
*****************************************************************************/
img { border:none; margin:0px; padding:0px; }

/******************************************************************************
* Normal Unordered List
*****************************************************************************/
ul.normal {
	/* display:block; float:left; */ list-style:none;
	padding:0px 0px 15px 0px; margin:0px 0px 0px 0px;
}

ul.normal li {
	/* display:block; line-height:18px; */
	margin:0px 0px 3px 0px; padding:0px 0px 0px 10px;
	background-image:url(../images/ul_bullet.gif);
	background-repeat:no-repeat; background-position:0px 6px;
}

/******************************************************************************
* Accessibility Features
*****************************************************************************/
p#skipToMainContent { display:none; }

/******************************************************************************
* Misc
*****************************************************************************/
div.centered { text-align:center; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#wrapper {
	width:800px; height:640px; margin:0px auto 0px auto;
	text-align:left;
	background-color:#ffffff;
}

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

/******************************************************************************
* header
*****************************************************************************/
div#header {
	width:800px; height:141px;
	background-color:#ffffff;
	background-image:url(../images/header-bg.jpg);
	background-position:right top; background-repeat:no-repeat;
}

div#header h1 {
	display:block; float:left; width:165px; height:100px; margin:12px 0px 0px 15px;
	background-image:url(../images/logo.jpg);
}

html>body div#header h1 { margin-left:30px; }

div#header h1 span { display:none; }

p#header-telephone {
	display:block; float:right; clear:right; width:168px; height:14px; margin:57px 17px 0px 0px;
	background-image:url(../images/header-telephone-bg.jpg);
}

html>body p#header-telephone { margin-right:34px; }

p#header-telephone span { display:none; }

p#header-email {
	display:block; float:right; clear:right; width:168px; height:12px; margin:5px 17px 0px 0px;
	background-image:url(../images/header-email-bg.jpg);
}

html>body p#header-email { margin-right:34px; }

p#header-email a {
	display:block; width:168px; height:12px;
}

p#header-email a span { display:none; }

/******************************************************************************
* banner
*****************************************************************************/
div#banner {
	float:left; width:800px; height:134px;
	background-image:url(../images/banner-bg.jpg);
}

/******************************************************************************
* main-content
*****************************************************************************/
div#main-content {
	float:left; width:800px;
	background-image:url(../images/main-content-bg.jpg);
	background-repeat:no-repeat; background-position:top center;
	background-color:#ffffff;
}

/******************************************************************************
* layout-01
*****************************************************************************/
div.layout-01 {
}

/******************************************************************************
* layout-01-left
*****************************************************************************/
div.layout-01-left {
	float:left; width:500px; padding:27px 0px 0px 25px;
}

div.layout-01-left p { line-height:18px; }

img#the-team {
	position:absolute; margin-left:250px; margin-top:70px;
}

img#the-team {
	display:none;
}

/******************************************************************************
* layout-01-right
*****************************************************************************/
div.layout-01-right {
	float:right; width:239px; padding-right:19px; padding-top:31px;
}

p#view-gallery-link {
	display:block; width:239px; height:138px; margin:0px 0px 3px 0px;
	background-image:url(../images/view-gallery-link-bg.jpg);
}

p#view-gallery-link a {
	display:block; width:239px; height:138px;
}

p#view-gallery-link a span { display:none; }

div#callback-block {
	width:239px; background-color:#dadada; padding-top:40px; padding-bottom:10px;
	background-image:url(../images/callback-block-bg.jpg);
	background-position:top center; background-repeat:no-repeat;
}

div#callback-block p {
	margin:0px 10px 10px 10px; font-size:11px;
}

div#callback-block p.text-entry {
	display:block; width:218px; clear:both; margin:0px 0px 0px 10px;
	height:22px;
}

div#callback-block p.text-entry span {
	display:block; float:left; font-weight:bold; padding-top:4px;
}

div#callback-block p.text-entry input {
	float:right; width:159px; font-size:11px;
}

div#callback-block p.select-entry {
	display:block; width:218px; clear:both; margin:0px 0px 0px 10px;
	height:22px;
}

div#callback-block p.select-entry span {
	display:block; float:left; font-weight:bold; padding-top:4px;
}

div#callback-block p.select-entry select {
	float:right; width:163px; font-size:11px;
}

div#callback-block p.submit-entry {
	display:block; width:218px; clear:both; margin:0px 0px 0px 10px;
	height:22px;
}

div#callback-block p.submit-entry input {
	float:right;
}

/******************************************************************************
* layout-02
*****************************************************************************/
div.layout-02 {
	float:left; width:756px; padding:27px 0px 0px 25px;
}

div.layout-02 p { line-height:18px; }

/******************************************************************************
* layout-02-property
*****************************************************************************/
div.layout-02-property {
	float:left; clear:both; width:100%; margin-top:20px;
}

html>body div.layout-02-property { }

div.layout-02-property-sep {
	float:left; width:100%;
	background-image:url(../images/red-dotted-line.gif);
	background-position:left bottom; background-repeat:repeat-x;
}

html>body div.layout-02-property-sep {
	padding-bottom:10px;
}

div.layout-02-property-left {
	float:left; width:370px;
}

div.layout-02-property-left p.agent-link {
	float:right;
}

div.layout-02-property-left h2 { font-size:12px; margin-bottom:15px; }

div.layout-02-property-left p.pdf-download {
	display:block; float:right; width:63px; height:26px;
	background-image:url(../images/view-pdf.jpg);
}

div.layout-02-property-left p.pdf-download a {
	display:block; width:63px; height:26px;
}

div.layout-02-property-left p.pdf-download a span { display:none; }

div.layout-02-property-left p.contact {
	font-weight:bold; color:#4e4e4e; margin-top:24px;
}

div.layout-02-property-right {
	float:right; width:366px;
}

/******************************************************************************
* property-images
*****************************************************************************/
div.property-images {
	width:356px; height:197px;
	background-image:url(../images/property-images-bg.gif);
	background-repeat:no-repeat;
}

img.main-image {
	float:left; margin:2px 0px 0px 2px;
}

div.property-thumbs {
	float:right; width:86px; margin:2px 1px 0px 0px;
}

html>body div.property-thumbs { margin-right:2px; }

div.property-thumbs a {
	display:block; width:86px; height:61px; margin-bottom:5px;
}

/******************************************************************************
* layout-03
*****************************************************************************/
div.layout-03 {
	float:left; width:756px; padding:27px 0px 0px 25px;
}

div.layout-03 p { line-height:18px; }

/******************************************************************************
* layout-03-float-right
*****************************************************************************/
div.layout-03-float-right {
	float:right; width:239px; margin-top:-27px;
}

/******************************************************************************
* gallery-frame
*****************************************************************************/
div.gallery-frame {
	float:left; width:664px; margin:0px 0px 0px 22px;
	background-color:#ababab;
	background-image:url(../images/grey-frame-bg.jpg);
	background-position:top-left; background-repeat:repeat-x;
	text-align:center;
}

html>body div.gallery-frame { margin-left:44px; }

div.gallery-frame p {
	font-weight:bold;
}

div.gallery-frame p a {
	text-decoration:none; color:#4e4e4e;
}

div.gallery-frame p a.disabled {
	color:#7a7a7a;
}

div.gallery-frame p a.disabled:hover { text-decoration:none; }

div.gallery-frame p a:hover {
	text-decoration:underline;
}

div.gallery-frame p#gallery-frame-prev {
	display:block; float:left; width:70px; text-align:left;
	padding:342px 0px 0px 20px;
}

div.gallery-frame div#gallery-frame-center {
	display:block; float:right; width:441px;
}

div.gallery-frame img {
	float:right; width:439px; text-align:center;
	border:1px solid #ffffff; margin:15px 0px 15px 0px;
}

div.gallery-frame p#gallery-frame-next {
	display:block; float:right; width:78px; text-align:right;
	padding:342px 33px 0px 0px;
}

/******************************************************************************
* quote-frame
*****************************************************************************/
div.quote-frame {
	display:block; width:650px; padding:30px; padding-bottom:100px;
	background-color:#ececec;
	background-image:url(../images/signature.jpg);
	background-position:500px 250px; background-repeat:no-repeat;
}

div.quote-frame p {
	font-family: Georgia, "Times New Roman", Times, serif; font-size:12px;
}

/******************************************************************************
* news-item
*****************************************************************************/
div.news-item, div.news-item-last {
	float:left; width:100%;
}

div.news-item h2 { margin-bottom:15px; }

div.news-item-separator {
	float:left; width:100%; height:1px; margin-bottom:10px; margin-top:10px;
	background-image:url(../images/red-dotted-line.gif);
	background-position:left bottom; background-repeat:repeat-x;
}

/******************************************************************************
* footer
*****************************************************************************/
div#footer {
	float:left; width:795px; height:87px;
	margin:0px 0px 0px 0px; padding:20px 0px 0px 5px;
	text-align:left; background-color:#ffffff;
}

div#footer-i {
	width:790px; height:81px;
	background-color:#e6e6e6;
}

div#footer-left {
	float:left; width:400px; padding-top:28px; padding-left:10px;
}

div#footer-left p {
	color:#646464; font-size:11px; margin:0px;
}

div#footer-left p#footer-breadcrumb p {
	color:#000000;
}

div#footer-left p#footer-breadcrumb a { text-decoration:none; color:#000000; }

div#footer-left p#footer-breadcrumb  a:hover { text-decoration:underline; }

div#footer-right {
	float:right; width:180px; padding-top:22px;
}

div#footer-right p {
	float:left; display:block;
}

div#footer-right p a span { display:none; }

div#footer-right p#footer-nhbc {
	width:95px; height:42px;
	background-image:url(../images/footer-nhbc.gif);
}

div#footer-right p#footer-nhbc a {
	display:block; width:95px; height:42px;
}

div#footer-right p#footer-infozure {
	width:61px; height:24px; margin-left:10px; margin-top:4px;
	background-image:url(../images/footer-infozure.gif);
}

div#footer-right p#footer-infozure a {
	display:block; width:61px; height:24px;
}

