/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}

.clearLeft {
		
	clear: left;	
}

.noHeight {
	
	height: 1px;	
}
	

body {

	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #0F243E;	
	background-color: #F2F2F2;
	background-image: url(images/bodyBackground.gif);
	
	
}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}


.sitelink a {

	text-decoration: none;
	color: inherit;	
}
	
	
.sitelink a:hover {

	text-decoration: underline;
	
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}

.defaultFont {
	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: #777777;		
}


.largerFont {

	font-size: 16px;	
}

.font14 {

	font-size: 14px;	
}

.smallerFont {

	font-size: 11px;	
}


.etekGold {
	
	color: #EDB32B;	
}

.bold {
	
	font-weight: bold;
	
}

.normal {
	
	font-weight: normal;	
}

.green {
	
	color: #009900;	
}


.white {
	
	color: white;	
}


.alert {
	
	color: #FF0000;

}


.alignCenter {
	
	text-align: center;	
	width: 130px;
	display: block;
}





h1 {
	
		text-align: left;
	font-weight: normal;
	color: white;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 15px;
}



h2 {
	
	font: normal normal normal 16px Arial, Geneva, Georgia ; 
	text-align: center;
	color: #898989;
	background-color: transparent;
	padding-top: 15px;	

}

h3 {
	text-align: center;
	font-weight: normal;
	color: #C5C5C5;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 35px;	
}

h2.large30 {
	
	color: black;
	font-weight: normal;
	padding-bottom: 5px;	
}


.noShow {

	display: none;	
}


.leftpad0 {
	
	padding-left: 0;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad10 {
	
	padding-top: 10px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

.toppad7 {
	
	padding-top: 7px;	
}

.toppad15 {
	
	padding-top: 15px;
}

.toppad30 {
	
	padding-top: 30px;
}


.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}

.rightpad20 {
	
	padding-right: 20px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.botpad10 {
	
	padding-bottom: 10px;	
}

.topDash {
	
	border-top: 1px dotted 	#575757;
}

.botDash {
	
	border-bottom: 1px dotted 	#575757;
}


img.closeButton {
	
	position: absolute;
	right: -10px;
	top: -10px;	
	
}

.alignButton {
	
	position: absolute;
	top: -22px;
	left: -7px;	
	cursor: pointer;
	
}


/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 907px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	border: 0px solid black;
	background-image: url(images/headerLogos.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	background-color: #F2F2F2;
	
	
}


#contentMain {
		
	
	width: 897px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
	border: 0px solid #E1E1E1;
	z-index: 0;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 160px;
}


#topLeftAdvert {
	
	border: 0px solid red;
	width: 150px;
	position: absolute;
	top: 52px;
	left: 546px;
	line-height: 20px;
	color: white;
	text-align: center;	
	font-size: 13px;
	font-weight: bold;
	height: 110px;
	overflow: hidden;	
}

#topRightAdvert {
	
	border: 0px solid red;
	width: 140px;
	position: absolute;
	top: 10px;
	right: 20px;
	line-height: 20px;
	color: white;
	text-align: center;	
	font-size: 12px;
	z-index: 100;
	font-weight: bold;
	height: 120px;
	overflow: hidden;	
}

#topRightAdvert a {
	
	color: white;
}






#topBanner {
	
	border: 0px solid red;	
	width: 895px;
	padding: 10px 0px 10px 0px;	
	background-color: #F2F2F2;
	position: relative;
	top: -5px;
		
}



#topBanner li {
	
	display: inline;
	color: #365F91;
	font-size: 13px;
	font-weight: bold;
	padding: 0 6px;		
	border: 0px solid red;	

}


#topBanner li.lastItem {
	
	padding-right: 0;	
}


#trustBlackHay {
	
	position: absolute;
	top: 140px;
	left: 157px;	
	border: 0px solid #E36C0A;	
}

#propertyAddress {
	
	position: absolute;
	top: 140px;
	left: 157px;	
	border: 0px solid blue;	
	width: 288px;
	height: 110px;
	background-image: url(images/propertyPanel.gif);
	text-align: center;
	font-size: 18px;
	padding: 16px 0 0px 0;
	color: white;
	font-family: Century Gothic;
}

#propertyAddress span {
	
	font-weight: bold;	
}


#propertyCategory {
	
	position: absolute;
	top: 140px;
	left: 157px;	
	border: 0px solid blue;	
	width: 288px;
	height: 126px;
	background-image: url(images/propertyPanel.gif);
	text-align: center;
	font-size: 20px;
	padding: 20px 0 0px 0;
	color: white;
	font-family: Century Gothic;
}

#propertyCategory span {
	
	font-weight: bold;	
}


#twoColContent {
	
	position: relative;
	display: block;
	padding-top: 0px;
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	border: 0px solid black;
	width: 897px;


	
}

#twoColContent.links {
	
	background-image: url(images/linksBackground.gif);
	background-position:  right;
	background-repeat: repeat-y;
	border: 0px solid black;
}

#twoColContent div.spacer {
	
	border: 0px solid red;	
	background-color: #E67A22;
	height: 27px;
	position: absolute;
	top: 0px;
	right: 0;
	width: 400px;
}



#twoColContent.profile {
	
	background-image: url(images/profileBackground.gif);
	background-position:  right;
	background-repeat: repeat-y;
	border: 0px solid black;
}

#twoColContent.profile p {
	
	padding: 5px 0;	
	
}


#leftCol {
	
	width: 140px;
    border: 0px solid #E3E3E3;
	display: block;	
	
}


#leftCol p {
	
	border: 0px solid red;	
	padding-bottom: 10px;
	line-height: 18px;
	color: #84758C;
	width: 250px;

}

#centerCol {
	
	
	float: right;
	width: 420px;
	border: 0px solid red;
	margin-top: 100px;
	margin-right: 10px;	
	
}

#centerCol.indexPage {
	
	width: 330px;
	margin-right: 100px;	
	
}

#centerCol.links {
	
	width: 730px;
		
}

#links {
	
	list-style: none;
	
}

#links li {
	
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 40px;
	margin-top: 40px;
		
}

#links li div {
	
		width: 200px;
		height: 150px;
		position: relative;
}

#links li div a {
	
		position: absolute;
		top: 0;
		left: 4px;
		padding-top: 20px;	
		width: 176px;
		height: 130px;
		display: block;
		text-align: center;
		font-size: 18px;
		border: 0px solid red;
		z-index: 10;
		background-color: transparent;
}

#links li div a img {
	
		z-index: -1;
		position: absolute;
		top: 0;
		left: -4px;
		border: 0px solid white;
}

#links li div a.link1 {
	
		color: #74A1DA;
			
}


#links li div a.link2 {
	
		color: #365F91;
}



#links li div a.link3 {
	
		color: white;
			
}


#centerCol p {
	
	line-height: 22px;
	text-align: justify;	
}



#editable {
	
	float: left;
	border: 4px solid #243F60;
	background-color: #DBE5F1;
	width: 400px;
	padding: 10px;	
	line-height: 22px;
	
}

#propertyHolder {
	
	width: 420px;
	background-color: #F2F2F2;
	
}


p.propertyStatus {
	
	padding: 0px 20px;
	color: white;
	font-size: 12px;
	height: 24px;
	font-weight: bold;	
	position: relative;
	
}


p.propertyStatus span {

	position: absolute;
	display: block;
	right: 20px;
	top: 0px;
}


#miniSchedule {
	
	background-color: #DBE5F1;
	margin-top: 10px;
	padding: 10px;	
	
}


#rightCol {
	
	width: 310px;
	float: right;
	border: 0px solid blue;
	display: block;	
	position: relative;
		
}


#rightCol.viewProperty {
	
	background-color: #365F91;
	margin-top: 28px;
	padding-bottom: 20px;
	
}


#rightCol.listProperty {
	
	background-color: #F2F2F2;
	margin-top: 70px;
	padding-bottom: 20px;
	border: 0px solid red;
	width: 745px;
	padding-bottom: 20px;
	
}

#rightCol.profile {
	
	width: 270px;
	top: -70px;
	padding: 10px;	
	
}


#listProperties {
	
	list-style: none;	
	border: 0px solid red;
	margin-top: 40px;
		
}

#listProperties li {
	
	clear: right;
	margin-bottom: 20px;
	display: block;
	border: 1px solid #385D8A;
	background-color: #DCE6F2;
	padding: 20px;
	margin-right: 20px;		
}





#listProperties div.listDetails {
	
	border: 0px solid #365F91;
	width: 440px;
	height: 120px;
	position: relative;
	
		
}


#listProperties div.listDetails h2.propertyLocation {
	
	padding: 0;
	padding: 5px 10px;
	font-size: 14px;
	color: #0F243E;
	text-align: left;
}

#listProperties div.listDetails h2.propertyLocation a {
	
	color: #0F243E;
		
}

#listProperties div.listDetails h2.propertyLocation a:hover {
	
	text-decoration: underline;	
	
}

#listProperties div.listDetails h2.propertyLocation a span {
	
	text-transform:uppercase;
	font-weight: bold;
	
}


#listProperties div.listDetails p {
	
	padding: 10px 10px;	
}


#listProperties div.listDetails h2.propertyType {
	
	background-color: #B8CCE4;
	padding: 0;
	padding: 5px 0;
	font-size: 14px;
	color: #173680;
	position: absolute;
	bottom: 5px;
	width: 400px;
}






#listProperties div.listImage {
	
	border: 0px solid #365F91;
	width: 150px;
	height: 120px;
	float: right;
	margin-right: 20px;
	position: relative;
	padding: 5px;
		
}


#listProperties div.listImage a img {
	
	display: block;
	margin: auto;
	position: relative;
	top: 0px;
	width: 120px;
	
}

#listProperties div.listImage span {
	
	border: 0px solid white;
	display: block;
	position: absolute;
	top: 95px;
	left: 25px;
	width: 110px;
	font-size: 13px;
	text-align: center;	
	text-transform: lowercase;
	color: white;
	font-weight: bold;
	
}


#indexHouses {
	
	
	border: 0px solid red;	
	background-color: #365F91;
	margin-top: 28px;
	padding-top: 10px;
	padding-bottom: 3px;
}

#indexHouses li {
	
	position: relative;
	display: block;
	height: 72px;
	margin-bottom: 11px;
	border: 0px solid white;
	
}

#indexHouses li span {
	
	position: absolute;
	bottom: 5px;
	left: 0;	
	border: 0px solid red;
	padding-left: 10px;	
	color: white;
		
}


#indexHouses li div.indexHouse {
	
	
	width: 104px;
	position: absolute;
	top: 0;
	right: 0;	
	margin-right: 10px;
	
}



#indexHouses li div img {
	
	border: 2px solid white;
	
}

#indexHouses li div img.icon {
	
	padding: 0;	
	position: absolute;
	top: 2px;
	left: 2px;
	border: 0px solid white;
}

p.buttonLinks {
	
	position: relative;
	margin-top: 20px;
	padding: 0 10px;
	border: 0px solid red;
	height: 44px;	
}

p.buttonLinks a {

	display: block;
	width: 80px;
	text-align: center;
	font-size: 12px;
	color: white;
	border: 2px solid white;
	padding: 2px;
	cursor: pointer;
	float: left;	
	
}

p.buttonLinks span {
	
	position: absolute;
	right: 10px;
	top: 0;
	
}

#featureHolder {
	
	border: 0px solid red;
	padding-top: 0px;
	clear: left;
	
}

#featureList {
	
	
	list-style: none;
	margin-top: 0;
	padding-left: 10px;
	border: 0px solid #F2F2F2;
}


#featureList li {
	
	font-size: 14px;
	color: white;
	padding: 5px 0;	
}



#roomDimensions {
	
	
	list-style: none;
	padding-left: 10px;
	margin-top: 30px;	
}


#roomDimensions li {
	
	font-size: 14px;
	color: white;
	padding: 5px 0;	
}

#menuHolder {
	

	border: 0px solid red;
	float: left;
	width: 140px;
	padding-top: 0px;	
	
}

#menuHolder ul {
	
	list-style: none;
	width: 140px;	
	border: 1px solid #E67A22;
	padding-bottom: 20px;
}


#menuHolder ul li {
	
	display: block;
	text-align: left;
	border: 0px solid red;
	padding-left: 5px;
	padding-top: 15px;	
	
}

#soldMenu {
	
	display: none;	
}

#menuHolder ul li.subCat {
	
	padding-top: 0px;	
}

#menuHolder ul li.menuHeader {
	
	display: block;
	height: 21px;
	color: white;
	background-color: 	#E67A22;
	text-align: center;
	border: 0px solid red;
	padding-top: 5px;
	padding-left: 0;
	
}


#menuHolder ul li a:hover {
	
	color: 	#F79646;
}


#menuHolder ul li ul {
	
	border: 0px solid red;	
	padding-bottom: 0px;
	
}

#menuHolder ul li ul li {
	
	margin-left: -5px;
	
}

#menuHolder ul li ul li a {
	
	color: red;	
	
	
}


#propertyMenu {
	
	background-color: 	#DBE5F1;
		
}


#propertyMenu li a {
	
	color: #365F91;	
}


#blackHayMenu {
	
	background-color: 	#B8CCE4;
	margin-top: 15px;
		
}


#blackHayMenu li a {
	
	color: #3663B0;	
}


#websitesMenu {
	
	background-color: 	#95B3D7;
	margin-top: 15px;
		
}


#websitesMenu li a {
	
	color: #24407F;	
}

#contactMenu {
	
	background-color: 	#365F91;
	margin-top: 15px;
		
}


#contactMenu li a {
	
	color: white;	
}


#thumbnails {
	
	
	border: 0px solid red;	
	background-color: #365F91;
	margin-top: 15px;
	padding-bottom: 3px;
	width: 104px;
	float: right;
	margin-right: 10px;
}

#thumbnails li {
	
	position: relative;
	display: block;
	height: 72px;
	margin-bottom: 11px;
	border: 0px solid white;
	
}


#thumbnails li img {
	
	border: 2px solid white;
	cursor: pointer;
}












#contactDetails {
	
	list-style: none;
	border: 0px solid red;
	position: relative;
	top: 10px;
	width: 494px;
	margin-bottom: 20px;
	
}


#contactDetails li {
	
	padding: 10px 0 0 0;
}


#contactDetails li span {
	
	float: right;	
}

#contactDetails li.multiMap {
	
	padding-top: 0;
}

#footer {
	
	
	display: block;		
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	height: 200px;
	border: 0px solid red;
	margin-top: 20px;
}



#footer img {
	
	clear: both;
	position: absolute;
	right: 0;
	top: 20px;
	display: inline;	
	border: 0px solid red;
	z-index: 1000;
}


#footer ul {
	
	list-style: none;
	width: 230px;
	position: relative;
	border: 0px solid red;
	float: left;
	border-left: 5px solid #290447;
	margin-right: 35px;
	padding-left: 15px;	
	height: 250px;	
}


#footer ul.rightHand {
	
	border-right: none;
}

#footer ul li {
	
	color: #84758C;
	font-family: arial;
	padding: 5px 0;
		
}

#footer ul li span {
	
	font-weight: normal;
	font-size: 16px;
	color: white;
	padding-bottom: 15px;
	display: block;
		
}


#footerLink {
	
	padding-bottom: 0px;
	text-align: left;
	padding-top: 30px;	
	border: 0px solid red;
}

#footerLink, #footerLink a {
	
	color: #222222;	
}

