@charset "UTF-8";
/* CSS Document */

a:link, a:visited {color: #666;}
a:hover, a:active {color:red;}

#wrapper {
width : 960px; 
margin : 10px auto;
font: .9em Arial, Helvetica, sans-serif;
background-color : #fff; 
text-align : left;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#nav li.activePage {
	color:#000;
	font: .65em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding: 2px 14px;
	letter-spacing: .1em;
}	
	
	
#nav a {
	display: block;
	/*width: 18em;*/
	font: .7em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	color: #D70000;
	border-right: 1px solid #999;
	padding: 2px 14px;
	letter-spacing: .05em;
	}
#nav ul a:link, #nav ul a:visited  {
	font-size: .65em;
	border: none;
	width: 18em;
	letter-spacing: .1em;
	color:#999;
	}
#nav ul a:hover, #nav ul a:active {
	color: #000;
	/*background-color: #eee;*/
	}
#nav li {
	float: left;
	/*width: 10em;*/
	}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a.noBorder {
	border: none;
	}
#nav ul.activeNav {
	left: auto;
	}
#siteNav {
	padding-left: 160px;
	padding-top: 5px;
	width: 892px;
	height:155px;
	position:absolute;
	top: 0;
}

#header {
height : 105px;
margin-top: 140px;
}

#header img{
margin: 0 0 0 5px;
}

#header h1 { 
padding: 0;
margin: 0;
float : left;
height: 105px;
}

#header h1 a {
display : block;
width : 167px;
height : 105px;
text-indent : -9999px; 
background : url(../images/TB_logo.gif) no-repeat;
}

h2 { 
margin: 0 0 0 40px; 
width : 100%;
height: 60px;
text-indent : -9999px;

}

h2.homepage{background : url(../images/homepage_h2.gif) no-repeat;}
h2.thesite{background : url(../images/about/thesite_h2.gif) no-repeat;}
h2.location{background : url(../images/about/location_h2.gif) no-repeat;}
h2.quality{background : url(../images/about/quality_h2.gif) no-repeat;}
h2.surroundings{background : url(../images/about/surroundings_h2.gif) no-repeat;}
h2.management{background : url(../images/about/management_h2.gif) no-repeat;}
h2.availability{background : url(../images/about/availability_h2.gif) no-repeat;}


h2.one_tb{background : url(../images/properties/one_h2.gif) no-repeat;}
h2.two_tb{background : url(../images/properties/two_h2.gif) no-repeat;}
h2.three_tb{background : url(../images/properties/three_h2.gif) no-repeat;}
h2.four_tb{background : url(../images/properties/four_h2.gif) no-repeat;}
h2.five_tb{background : url(../images/properties/five_h2.gif) no-repeat;}
h2.six_tb{background : url(../images/properties/six_h2.gif) no-repeat;}
h2.seven_tb{background : url(../images/properties/seven_h2.gif) no-repeat;}
h2.eight_tb{background : url(../images/properties/eight_h2.gif) no-repeat;}

h2.overview{background : url(../images/developer/overview_h2.gif) no-repeat;}
h2.portfolio{background : url(../images/developer/portfolio_h2.gif) no-repeat;}
h2.people{background : url(../images/developer/people_h2.gif) no-repeat;}

h2.contact{background : url(../images/contact/contact_h2.gif) no-repeat;}



#content {
width: 715px;
margin: 0 0 10px 172px;
}


div#text{
	width:350px;
	float:left;
	margin-right:15px;
	font-size: .85em;
	line-height: 1.5em;
	color:#555;
}

div#media{
	width:350px;
	float: right;
	font-size: .85em;
	line-height: 1.5em;
	color:#555;
}
// #media a {
	text-decoration: none;
	font-size: .85em;
	}

// #media a:link, #media a:visited  {
	font-size: .85em;
	border: none;
	width: 18em;
	color:#999;
	text-decoration: underline;
	}

// #media a:hover, #media a:active  {
	font-size: .85em;
	border: none;
	width: 18em;
	letter-spacing: 1.5em;
	color:red;
	text-decoration: underline;
	}


div#text p, div#media p{
	margin:0;
	padding:0 0 20px 0;
}


#footer{
	color: #888;
	font: .7em Arial, Helvetica, sans-serif;
	width: 715px;
	margin: 0 0 0 172px;
	padding-top: 20px;
	background-image: url(../images/otp_logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	clear:both;
}

.siteMap {
	list-style-type:none;
	float: left;
	font-size: .85em;
	line-height: 1.5em;
}
.siteMap li {
	margin:0;
	padding:0;
	padding: 0;
	}
.siteMap ol {
	list-style-type:none;
	margin: 0;
	padding: 2px 15px;
	}
.siteMap ol>li {
	margin-bottom: 3px;
	}
.siteMap a:link, .siteMap a:visited {
	text-decoration:none;
	}
.siteMap>li {
	margin-bottom: 10px;
	}

