@charset "utf-8";
/* CSS Document 
 Author :        Raj Ladva
 E-mail :        info@michaelassociates.co.uk
 Date Start :    23/07/2008
 Date Amend :    23/07/2008
 Client :        Homes Real Estate
 Website :       www.homesrealestate.co.uk
 Version :       v1.0.
*/

body {
	margin: 0 0 0 0; padding: 0; text-align: center; /* using text align center acts as an centering tool for IE5 */ 
  color: #666666; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background: #FFF;
}

body h2 {
	font-size: 15px;
	color:#FF9900;
}

body h3 {
	color: #FF9900;
}

img {
border: 0;
}	

#wrapper {
	width: 900px; margin: 0 auto 0; padding: 0; 
	text-align: left; /* using text align here does not affect the text align in the body tag its just algns the text in the container */ 
	position: relative; /* sets the coordinates 0,0 within the container div and not the page. */
	border-left: #F76813 1px solid;
	border-right: #F76813 1px solid;
	
}
#nav, #towers, #content, #header, #footer, #links, #tabs, #top, #middle, #bottom, #newstop, #newsmiddle, #newsbottom { 
	padding-top: 1px; padding-bottom: 1px; /* this joins the divs together as it give the divs a fence so that the ems on paragraphs and ul's are not bleeding over the div*/ 	
}

#menu {
	float: left;
	position: relative;
	width: 216px;
	background: url(../../images/menu-bkg.jpg) repeat-x;
	margin-bottom:2em;
	color: #FFFFFF; 
	font-size: 14px;
}

#links {
	float: left;
	width: 185px;
	padding-left: 0.6em;
}

#nav li { 
	padding: 0.25em 0 0.25em 0.5em;
	margin: 0 1em 0 0;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
}

#nav a { 
	color: #FFFFFF;
	text-decoration: none;
}

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


#towers {
	width: 216px;
	float: left;
	background: url(../../images/menu-bkg.jpg) repeat-x;
	font-size: 11px;
}

#towers p {	
	padding-left: 0.5em;
}

#towers a {
	color: #FFFFFF;
	text-decoration: none;
}

#towers a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#logo {
	width: 216px;
	text-align: center;
	float: left;
}

#header {
	float: right;
	width: 671px;
	margin-bottom: 1em;
}

#content {
	float:right;
	width: 672px;
	position:relative;

}

#content p {
	padding-right: 0.5em;
}

#videos {
	float: left;
	width: 670px;
}

#tabarea {
	float: left; 
	width: 650px;
	position:relative;
}

#tabarea2 {
	float: left; 
	width: 406px;
	position:relative;
}

#promo {
	float: right;
	width: 256px;
	position: relative;
	padding-right: 0.2em;
}

#content a {
	 color: #FF9900;
	 text-decoration: none;
}

#content a:hover { 
	 color: #FF9900;
	 text-decoration: underline;
}

#leftcol { 
	float: left;
	width: 208px;
}

#rightcol {
	float: right;
	width: 430px;
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
	border-top: #CCCCCC 1px solid;
	font-size:11px;
	color: #999999;
	margin-top:2em;
}

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

#footer a:hover {
	color:#999999;
	text-decoration: underline;
}

/* tab menu */	

#tabarea ol {
	list-style: none;
    margin: 0;
    padding: 0 0 0 1.5em;
}

#tabarea ol li {
	float: left;
    margin: 0 1px 0 0;
}



ol#toc {
  
    list-style: circle;
    margin: 0;
    padding: 0 0 0 1.5em;

	
}

ol#toc li {

    margin: 0 1px 0 0;
	text-align: left;
}

#tabs, #top, #bottom {
	float: left;
	width: 628px;
}

#tabs1, #top1, #bottom1 {
	float: left;
	width: 408px;
}

#tabs {
	margin-bottom: -1em;
}

#middle {
	float: left;
	border-left: 2px solid #F98A45;
	border-right: 2px solid #F98A45;
	padding: 1em;
	width: 600px;
	margin-top: -1px;
	margin-bottom: -1px;
}

#middle2 {
	float: left;
	border-left: 2px solid #F98A45;
	border-right: 2px solid #F98A45;
	padding: 1em;
	width: 380px;
	margin-top: -1px;
	margin-bottom: -1px;
}

#newstop, #newsbottom {
	float: left;
	width: 256px;
}

#newsmiddle{ 
	float:left;
	background: url(../../images/orangemid.gif) repeat-y;
	width: 234px;
	padding: 1em;
	margin: -1px -1px -1px 0;
	color: #FFFFFF;
}

#newsmiddle h2 {
	color: #FFF;
	margin-top: -0.5em;
	
}

/* 
28/07/2008 - MCHEUNG ADDED FOR TAB INTERNAL LINKS
*/
ul#tocProjects {
}

ul#tocProjects a {
    color: #000;
    text-decoration: none;
}

ul#tocProjects a:hover {
	color:#538442;
	text-decoration: underline;
}

ul#tocProjects a:visited {
    color: #000;
    text-decoration: none;
}

#leftright, #leftright2, #leftright3, #leftright4 {
	background: url(../../images/boxtbottom.gif) bottom no-repeat;
}
/* 
EOF
*/

#centre {
	text-align: center;
}

#centre p, ul{
	text-align: left;
}

#vids h2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.content {
    clear: left;
	padding: 1em;
}

#members {
	text-align: center;
}


#submenu {
	background: url(../../images/submenubkg.jpg) repeat-x;
	color: #000000;

}

.disclaimer {
	font-size: 9px;
}

.orangetxt {
	color: #FF9900;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */