/*
 Author:			Michael Cheung
 E-mail:			info@michaelassociates.co.uk
 Date Start:  24/07/2006
 Date Amend:  24/07/2006
 Client: 			Homes Real Estate Ltd
 Project:			Website development
 Website: 		www.homesrealestate.co.uk
 Version: 		v1.0.
*/

BODY {
	background-color:#FFCC00; 
	color:#000000; 
	background-attachment:fixed;
	background-image:url(../images/bkgrd.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
	margin: 0em;
}

.noMargins {
margin: 0em;
padding:0em;
}

img {
	border: none;
}

strong {
	color: #692332;
}

.headerPage {
	background-color:#692332;
	text-align:center;
}
.headerBorder {
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;	
}

.border {border-top: 4px solid #FFFFFF; border-left: 2px solid #FFFFFF;border-right: 2px solid #FFFFFF;border-bottom: 2px solid #FFFFFF;}

a.nolinkstyle:link { color: #FFFFFF; text-decoration: none; }
a.nolinkstyle:active { color: #FFFFFF; text-decoration: none; }
a.nolinkstyle:visited { color: #FFFFFF; text-decoration: none; }
a.nolinkstyle:hover { color: #FFFFFF; text-decoration: none;}

a:link { color: #692332; text-decoration: underline; font-weight:bold;}
a:active { color: #692332; text-decoration: underline; font-weight:bold;}
a:visited { color: #692332; text-decoration: underline; font-weight:bold;}
a:hover { color: #692332; text-decoration: none; font-weight:bold;}

.header { color: #000000; font-weight:bold; font-size:x-large;}
.headerBrown { color: #000000; font-weight:bold; font-size:x-large; color:#692332;}
.headerSub { color: #000000; font-weight:bold; font-size:small; text-align:right; border-bottom: 1px solid gray; border-top: 1px solid gray;}
.headerBoxText { font-family: Arial, Verdana, sans-serif; font-style: normal; color: #000000; background-color: #000000;}

h1 {font-family: Arial, Verdana, sans-serif; color: #692332;}
h2 {font-family: Arial, Verdana, sans-serif; color: #692332;}
h3 {font-family: Arial, Verdana, sans-serif; color: #692332;}
h4 {font-family: Arial, Verdana, sans-serif; color: #692332;}
h5 {font-family: Arial, Verdana, sans-serif; color: #692332;}
h6 {font-family: Arial, Verdana, sans-serif; color: #692332;}
h7 {font-family: Arial, Verdana, sans-serif; color: #692332;}

.infoBox {
  border: 1pt;
  border-color: #000000;
  border-style: solid;
}

.infoBoxText {
    font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}

TD.contentWrapper {
	background-color: #F3CA3D;
	color: #692332;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;	
	border-bottom:2px solid #FFFFFF;	
}
TD.contentWrapperDoorWay {
	background-color: #F3CA3D;
	color: #692332;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;	
	border-bottom:2px solid #FFFFFF;	
	border-top:2px solid #FFFFFF;	
}
.contentText {
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	padding: 20px 0px 10px 0px;
}

P{
    font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: small;
	line-height: normal;
}
UL{
    font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: small;
	line-height: normal;
}
LI{
    font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: small;
	line-height: normal;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: x-small;
  text-align: left;
	background-color:#692332;
	color: #FFFFFF;
	letter-spacing:1px;
	padding: 1.5em;
}
a.footerLink:link { color: #FFFFFF; text-decoration: underline; }
a.footerLink:active { color: #FFFFFF; text-decoration: underline; }
a.footerLink:visited { color: #FFFFFF; text-decoration: underline; }
a.footerLink:hover { color: #FFFFFF; text-decoration: none; }

.imageLeftMargin {
	margin-left: 15px;
}
.imageRightMargin {
	margin-right: 15px;
}
.imageBottomMargin {
	margin-bottom: 15px;
}
.imageTopMargin {
	margin-top: 15px;
}

.announcement {
	color: #FFCC00;
	background-color: #660000;
	padding:10px;
	font-weight:bold;
	font-size:large;
}
.announcementCentered {
	color: #FFCC00;
	background-color: #660000;
	padding:10px;
	font-weight:bold;
	font-size:large;
	text-align:center;
}