
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0px;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.homeBG {
	background: url(../images/home_bg.gif) repeat-x;

}

body {
	background-color: #450037;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}


h4{

   font-family: Times, arial, sans-serif;
   font-size: 100%;
   color: #450037;
   margin: 0px 0px 0px 0px;

}

a{
	color: #cc9900;
	text-decoration: underline;
}

a:visited{
	color: #cc9900;
	text-decoration: underline;
}

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

.divider {
	clear: both;
}

.error { color: red; }
/************** LAYOUT ****************/

#container {
 background-color: #FFF;
}

.aright
{
  text-align:right;
}
/************** BANNER ****************/

/************** BANNER HOME ****************/
#banner-home {
	width: 100%;
	background-color: #450037;

}

#banner-home-inner {
	width: 735px;
	padding-left: 47px;
	margin: 0 auto;
	overflow: auto;
}

#logo-home {
	width: 94px;
	float: left;
}

#banner-ad {
	float: right;
	padding-top: 9px;
}

/************** BANNER MAIN ****************/

#banner-main {
	width: 100%;
	background: url(../images/banner_bg.gif) repeat-x;
	border-bottom: 1px solid #cc9900;
}

#banner-main-inner {
	width: 784px;
	margin: 0 auto;
	padding-bottom: 1px;
}
#logo-main {
	width: 93px;
	float: left;
}

#logo-main img {
	display: block;
}

#main-menu {
	clear:left;
}

#main-menu ul {
	padding: 0;
	margin: 0;
}

#main-menu li {
	list-style-type: none;
	float: left; 
	padding: 0;
	margin: 0;
}

#main-menu ul a, #main-menu ul a:link, #main-menu ul a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
       font-weight: bold;
	width: 98px;
	background: url(../images/menu_bg_off.gif) no-repeat;
	font-size: 10px;
	color: #fff;
}

#main-menu ul a:hover {
	text-decoration: none;
	background: url(../images/menu_bg_on.gif) no-repeat;
	color: #333333;
}

.spacer {
	height: 1px;
	clear: both;
}

.vfix1 {
	padding-top: 13px;
	height: 25px;
}

#main-menu ul a.menu-on {
	background: url(../images/menu_bg_on.gif) no-repeat;
	color: #333333;
}

.vfix2 {
	padding-top: 6px;
	height: 32px;
}

.img-left {
	float: left;
	margin-right: 5px;
}

.img-right {
	float: right;
	margin-left: 5px;
}

/************** END BANNER ****************/

/************** LANDING PAGE ****************/

#home-content-container{
	width: 782px;
	padding: 38px 0 38px 0;
	margin: 0 auto 0 auto;
}

#home-content-inner{
	float: left;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 710px;
	padding: 20px 35px 15px 35px;
	margin-bottom: 40px;
	position: relative;
}

#home-text h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	color: #450037;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
	padding: 0;	
}

#home-text h2 {
font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	color: #450037;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
	padding: 0;	
}

#home-text img {
border: 0px;
}

#home-img img {
border: 0px;
}

/************** MAIN CONTENT ****************/

#main-content-container {
  clear: both;
	width: 730px;
	background: url(../images/content_bg.gif) no-repeat top;
	padding: 40px 26px 0 26px;
	margin: 0 auto 0 auto;	
	overflow: hidden;        
  
}

#breadcrumb {
	color: #999999;
	font-size: 11px;
  position:absolute;
  top:120px;
}

#breadcrumb a {
	color: #999999;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #FF0000;
	text-decoration: none;

}




.sml-Txt {
	font-size: 12px;
}

#main-content-container img {
	display: block;
}

#main-content-container h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	color: #450037;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
	padding: 0;	
}

#main-content-inner {
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

/************** DEV CONTENT ****************/

#dev-content-inner {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;

}

#dev-left-col {
	float: left;
	margin: 0;
	padding: 0;
	width: 509px;
	overflow: hidden;
}

.grey-borders {
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	float: left;
}

table.plots{
	background-image: url(../images/plots_bg.gif);
	background-repeat: repeat-y;
}

td.bottom_bg{
	background-image: url(../images/global_bg_bottom.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
td.plots{
	text-align: center;
	padding: 3px 0px;
  border: 1px solid #D9D9D9;
}
td.plots_plot{
	text-align: center;
	padding: 3px 0px 3px 0px;
  border: 1px solid #D9D9D9;
}

#dev-right-col {
	float: right;
	width: 217px;
	margin: 0;
	padding: 0;
}

.right-col-img {
	margin: 5px 0 0 20px;
	display: block;

}

#head-img {
	border: 1px solid #450037;
	margin-bottom: 1px;
}

#head-img img {
	display: inline;
}

#dev-menu {
	float: left;
	margin-bottom: 22px;
}


.yellow-bar {
	clear: left;
	background: url(../images/global_left_orange_bar.gif) no-repeat;
	height: 22px;
	width: 509px;
}

.yellow-bar-thin {
 	background-color: #cc9900;
}

.page-footer {
	background: url(../images/global_orange_middle.gif) repeat-x;
	height: 22px;
	clear: both;
}


a#btn-back { background-image:url(../images/global_btn_back.gif); height: 22px; width:82px; display:inline; float: left; }
a#btn-back span { display:none; }
a#btn-back:hover { background-image:url(../images/global_btn_back_f2.gif); }


a#btn-top { background-image:url(../images/global_btn_top.gif); height: 22px; width:77px; display:inline; float: left; }
a#btn-top span { display:none; }
a#btn-top:hover { background-image:url(../images/global_btn_top_f2.gif); }

a#btn-dev-layout { background-image:url(../images/dev_nav_layout.gif); height: 23px; width:128px; display:inline; float: left; }
a#btn-dev-layout span { display:none; }
a#btn-dev-layout:hover { background-image:url(../images/dev_nav_layout_f2.gif); }

a#btn-dev-map { background-image:url(../images/dev_nav_map.gif); height: 23px; width:127px; display:inline; float: left; }
a#btn-dev-map span { display:none; }
a#btn-dev-map:hover { background-image:url(../images/dev_nav_map_f2.gif); }

a#btn-dev-print { background-image:url(../images/dev_nav_print.gif); height: 23px; width:127px; display:inline; float: left; }
a#btn-dev-print span { display:none; }
a#btn-dev-print:hover { background-image:url(../images/dev_nav_print_f2.gif); }

a#btn-dev-brochure { background-image:url(../images/dev_nav_brochure.gif); height: 23px; width:127px; display:inline; float: left; }
a#btn-dev-brochure span { display:none; }
a#btn-dev-brochure:hover { background-image:url(../images/dev_nav_brochure_f2.gif); }


/************** END DEV CONTENT ****************/
	
.grey-bar {
	height: 6px;
	background-color:#dbdbdb;
	margin-bottom: 1px;
	overflow: none;
}

.grey-menu-bar {
	background: url(../images/grey_bar_bg.gif) no-repeat;
	overflow: auto;
	width: 728px;
}

.grey-menu-bar a {
	float: left;
}

.content-menu-bar {
	overflow: auto;
}

.content-menu-bar a {
	float: left;
}

.grey-bar-lrg {
	height: 22px;
	background-color:#dbdbdb;
	margin-bottom: 1px;
	overflow: none;
	width: 509px;
}

.grey-content {
	background-color:#e5e5e5;
	padding: 20px 20px 20px 20px;
	width: 469px;
}




#news-content{
	padding: 0 0 40px 0;
	
	}
#news-content-inner {
	padding: 40px 80px 20px 40px;
	
	}

#news-content-inner h2 {
	color: #000000;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

.news-repeater img {
	float: left;
	margin-right: 20px;
  margin-bottom: 10px;
  
}

.news-repeater {
	margin-bottom: 50px;
  clear: left;
}

.news-repeater a {
	color: #FF0000;
	text-decoration: underline;
}

.news-repeater a:hover {
	color: #FF0000;
	text-decoration: none;
}

.red {
	color: #FF0000;
}

.date {
	font-weight: bold;
	color: #CC9900;

}

#map-container {
	float: left;
	margin: 0;
	padding: 0;
	width: 508px;
}
#map {
	clear: left;
}

#map-index{
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding-bottom: 45px;
}

.areas {
	float: left;
}

#dev-locations{
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}

.pad-text {
	padding: 15px 15px 15px 15px;
}

#dropdown {
	background: url(../images/home_dropdown.gif) no-repeat;
	width: 220px;
	text-align: center;
	padding: 10px 0 0 0;	
	height: 31px;
}

.two-col-left
{
 float:left;
 width: 45%;
}

.two-col-right
{
 margin-left: 55%;
}

/* additional styling */
dl { margin: 0px 0px 20px 0px; }
dd { margin: 0px 0px 20px 0px; }

dl.inline { line-height: 1.5em; }
dl.inline { margin-bottom: 5px; }
dl.inline dt { float: left; width: 35%; text-align: left; margin-right: 10px; }
dl.inline dd { }

/************** FOOTER ****************/

#footer {
	width: 100%;
	background-color: #450037;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
	margin-top: 1px;
}

.page-end {
	height: 1px;
	background-color: #cc9900;
	line-height: 1px;
	overflow: none;
}

#footer-main {
	width: 100%;
	background-color: #450037;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
}

#footer-inner {
	width: 741px;
	padding: 13px 0 40px 0;
	margin: 0 auto;
	overflow: auto;
}

#copy {
	width: 480px;
	float: left;
}

#copy ul {
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	clear: left;
}

#copy li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0 6px 0 6px;
	margin: 0 0 0 0;
	line-height: 11px;
}

#copy li a, #copy li a:link, #copy li a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #fff;
}

#copy li a:hover {
	text-decoration: none;
	color: #fff;
}

#copy a, #copy a:link, #copy a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #fff;
}

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

#copy p {
	padding-left: 6px;
	margin: 14px 0 0 0;	
	clear: both;
	color: #d2bacd;
}

.copy-divider {
	border-right: 1px solid #fff;
}

#footer-sublinks {
	width: 200px;
	background-color: #450037;
	float: right;
	text-align: right;
}

#footer-sublinks ul {
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	float: right;
}
.menu-divider {
	border-left: 1px solid #d2bacd;
}

#footer-sublinks ul {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

#footer-sublinks li {
	display: block;
	float: right	;
	list-style-type: none;
	padding: 0 6px 0 6px;
	margin: 0 0 0 0;
	line-height: 11px;
}

#footer-sublinks li a, #footer-sublinks li a:link, #footer-sublinks li a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #d2bacd;
}

#footer-sublinks li a:hover {
	text-decoration: none;
	color: #d2bacd;
}

/************** POP ****************/

#banner-pop {
	width: 100%;
	background-color: #450037;
}

#banner-pop-inner {
	width: 700px;
	padding-left: 47px;
	margin: 0 auto;
	overflow: auto;
}

#banner-pop-inner h1 {
	float: left;
	width: 250px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}

#pop-content-container h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #450037;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	border-bottom: 1px dashed  #450037;
}

#pop-content-container
{
  min-height: 400px;
}

#banner-pop-logo {
	float: right;
	padding-top: 9px;
}

#pop-content-container{
	width: 700px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto 0 auto;
	overflow: auto;
}

#pop-left-col {
	float: left;
	width: 330px;
}
#pop-right-col {
	float: right;
	width: 330px;
}

#pop-footer-sublinks {
	width: 200px;
	background-color: #450037;
	float: right;
	text-align: right;
}

#pop-footer-sublinks a {
	color: #FFFFFF;
}

#pop-footer-sublinks a:hover {
	color: #FFFFFF;
	
}


div.pagination {
 padding: 3px;
 margin: 15px 0px 0px 0px;
}

div.pagination a {
 padding: 2px 5px 2px 5px;
 margin: 2px;
 
 text-decoration: none; /* no underline */
 color: #CC9900;
}
div.pagination a:hover, div.pagination a:active {

 color: #000;
}
div.pagination span.current {
 padding: 2px 5px 2px 5px;
 margin: 2px;
  
  font-weight: bold;
  background-color: #450037;
  color: #FFF;
 }
 div.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #EEE;
 
  color: #DDD;
 }



/* \*/
* html .borderfix {height: 1%;}
/* */


/**** Property Grid **/
table.development-grid {  border: 1px solid #ccc; border-collapse: collapse;}
table.development-grid td { padding: 0px; }
table.development-grid td.name
  {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px 10px 20px;
  }

table.development-grid td.moreinfo
  {
  vertical-align: bottom;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  }

table.development-grid td.moreinfo a { color: red; font-size: 90%; }

table.development-grid td.price
  {
  padding: 10px 0px 10px 50px;
  background: url(/images/properties_houseicon.gif) no-repeat left center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }

/*** Gallery ***/
#gallery
  {
  background: #a38a9f;
  height: 445px;
  border: 1px solid #ccc;
  border-top: 0px;
  margin-bottom: 20px;
  }

#gallery-thumbs
  {
  width: 217px;
  float: right;
  border-top: 1px solid white;
  }

.gallery-scroll  { padding: 15px 0px 10px 0px; text-align: center; }
.gallery-scroll a { color: white !important; text-decoration: none !important; }
.gallery-scroll img { display: inline !important; }

#gallery-thumbs ul { margin: 0px 0px 0px 18px; padding: 0px; list-style: none; overflow: hidden; zoom: 1; }
#gallery-thumbs li { float: left; margin: 5px 9px; border: 1px solid white; }
#gallery-thumbs li.current { float: left; margin: 3px 7px; border: 3px solid white; }

#gallery-image { background: #A38A9F; width: 509px; height: 445px; text-align: center; border: 1px solid white; float: left;}
#gallery-image img { margin: 0px auto; }

#map { position: relative; }
.map-point { position: absolute; display: block; width: 20px; height: 20px; overflow: hidden; }

.development-A { background: url(/images/icon_forthcoming_dev.png) top left no-repeat; }
.development-B { background: url(/images/icon_hmforthcoming_dev.png) top left no-repeat; }
.development-C { background: url(/images/icon_current_dev.png) top left no-repeat; }
.development-D { background: url(/images/icon_hmcurrent_dev.png) top left no-repeat; }


.hidden
{
 display:none;
}


div.team_member {
background:#E8E8E8 none repeat scroll 0 0;
border:1px solid #676767;
margin:20px auto;
}

div.team_member img.portrait {
border-bottom:1px solid #676767;
border-right:1px solid #676767;
float:left;
margin-right:20px;
}

div.team_member div.right {
margin-left: 100px;
width:560px;
margin-top: 5px;
}

img.outlook_button {
float:right;
margin-top:10px;
}

div.contact_box ul li {
list-style-type:none;
margin: 0px;
}

div.contact_box ul {
clear:right;
padding: 0px;
margin-left: 0px;
}

.shown {
display:block;
}

.contactshow
{
 margin-bottom: 10px; 
}

#gallery-image-name
{
 color: #fff;
 margin-top: 10px;
 font-size: 150%;
}

#content-lines {
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
padding: 0px 10px 20px 10px;
margin: 0px;
}

.coming-soon
{
  font-weight: bold;
}




#topright { position: absolute; right: 30px; top: -110px; }

#bottomleft { position: absolute; left: 20px; bottom: -175px;}
#bottomright { position: absolute; right: 25px;  bottom: -175px;}


.landingbanner
{
  height: 57px;
}
