/* web.css Stylesheet for Screen */
/* site "Corporate Pointe Tower" */

/* ---------------------------------------------------- 
Standard Formatting - Testing 3
---------------------------------------------------- */ 

* 
	{
	margin: 0;
	padding: 0;
	}

html 
	{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(/img/body-tile.gif) repeat top;
	}

body 
	{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: left;
	}
	
img{
	border:none;
}

a:link,
a:visited	
	{
	color: #1973B4;
	text-decoration: none;
	}
	
a:hover,
a:active	
	{
	color: #1973B4;
	text-decoration: underline;
	}

h1
	{
	font-size: 24px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	width: auto;
	white-space: nowrap;
	font-variant: small-caps;
	padding-left:15px;
	}
	
h2
	{
	font-size: 16px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	}
		

h3
	{
	font-size: 12px;
	color: #000;
	line-height: 14px;
	}

hr
	{
	color: #000;
	}
	
td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	vertical-align: top;
}

/* ---------------------------------------------------- 
Layout Formatting
---------------------------------------------------- */ 
#topbar{
	width:100%;
	height:6px;
	margin:0 auto;
	text-align:center;
	_margin-bottom:-10px;
	background:url(../img/topbar.jpg) repeat-x;
}

#topbarcenter{
	width:788px;
	height:6px;
	margin:0 auto;
	background:url(../img/topbarcenter.jpg) no-repeat;
}

#whiteBg 
	{
	margin: 0px auto;
	padding : 0px;
	width: 788px;
	height : 100%;
	background: url(/img/wrapper-ytile.jpg) repeat-y top center;
	}

#wrapper 
	{
	margin: 0 auto;
	padding: 0px;
	width: 788px;
	text-align: center;
	background: url(/img/wrapper-ytile.jpg) repeat-y top center;
	}

#header
	{
	width: 760px;
	height: 480px;
	overflow: hidden;
	background: url(/img/header-ytile.gif) top center repeat-y;
	margin: 0 auto;
	}

#headerlogo
	{
	
	width: 168px;
	height: 475px;
	float: left;
	background: url(/img/logobg.jpg) no-repeat left top;
	text-align: center;
	}
	
#headeraddress
	{
	width: 168px;
	height: 59px;
	padding: 5px 0 217px 0;
	float: left;
	background: url(/img/logoareabg.jpg) no-repeat left bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 10pt;
	color: #7F7F7F;
	}
	
#headerimage
	{
	width: 592px;
	height: 450px;
	float: right;
	margin-bottom:-10px;
	overflow: hidden;
	}
	
#navigation
	{
	width: 592px;
	height: 29px;
	margin: 0 auto;
	padding-top: 1px;
	background: #fff;
	text-align: center;
	float: right;
	overflow: hidden;
	}
	
#navcontainer
	{
	width: 592px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
	
#contentbottom
	{
	width: 760px;
	min-height: 144px;
	_height: 144px; 
	margin: 0 auto;
	text-align: left;
	background: url(/img/leftbottom.gif) no-repeat left bottom;
	}
	
#content
	{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(/img/content-ytile.gif) repeat-y left bottom;
	}
	
body.siteplan #content
	{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(/img/content-ytile.jpg) repeat-y left bottom;
	}
	

#leftcolumn
	{
	width: 168px;
	min-height: 100px;
	_height: 100px;
	padding-top: 16px;
	background: url(/img/lefttop.gif) no-repeat left top;
	float: left;
	text-align: center;
	position:relative;
	}
	
.availabilities #leftcolumn
	{
	width: 168px;
	height: 660px;
	padding-top: 16px;
	background: url(/img/lefttop.gif) no-repeat left top;
	float: left;
	text-align: center;
	position:relative;
	}
	
#buttons
	{
	width: 102px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	}
	
	
#button1 span,
#button2 span
	{
	display: none;
	}
	
#button1
	{
	width: 102px;
	height: 42px;
	overflow: hidden;
	background: url(/img/button1.jpg) top left no-repeat; 
	display: block;
	margin: 0 auto 8px auto;
	} 
  
#button1:hover
	{ 
	background-position: bottom left;
	}
	
#button2
	{
	width: 102px;
	height: 42px;
	overflow: hidden;
	background: url(/img/button2.jpg) top left no-repeat; 
	display: block;
	margin: 0 auto 8px auto;
	} 
  
#button2:hover
	{ 
	background-position: bottom left;
	}


#rightcolumn
	{
	width: 592px;
	float: right;
	padding-bottom: 15px;
	text-align: center;
	position:relative;
	}
	
.border
	{
	border: 2px solid #0062A3;
	margin: 0;
	}
	
.flash
	{
	border: 2px solid #0062A3;
	margin: 0 auto;
	}

#fullwidth
	{
	width: 100%;
	background: url(/img/leftcolumn-xtile) repeat-x left top;
	float: left;
	}
	
.imagebutton
	{
	width: 185px;
	height: 21px;
	background: url(/img/download_btn.gif) no-repeat right top;
	position: absolute;
	top: 22px;
	right: 17px;
	}
	
.contentpadding
	{
	width: 95%;
	margin: 0 auto;
	}
	
#footer
	{
	width: 730px;
	height: 14px;
	margin: 0 auto;
	padding: 15px 15px;
	color: #FFF;
	font-size: 8pt;
	text-align: right;
	background: url(/img/footertop.gif) no-repeat left top;
	}
	
#footer a:link,
#footer a:visited
	{
	color: #FFF;
	text-decoration: underline;
	}
	
#footer a:hover,
#footer a:action
	{
	color: #FFF;
	text-decoration: underline;
	}

#login
	{
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	}
	
#loginwindow
	{
	width: 50%;;
	margin: 20px auto;
	text-align: center;
	color: #FFFFFF;
	}

.floathalf
	{
	float: left;
	width: 49%;
	text-align: left;
	}

.clear
	{
	clear: both;
	}

/* ---------------------------------------------------- 
Main Navigation
---------------------------------------------------- */ 	

/* Corresponds with body class name to display current page in navigation */

body.home #home,
body.overview #overview,
body.siteplan #siteplan,
body.availabilities #availabilities,
body.amenities #amenities,
body.location #location,
body.aerial #aerial,
body.gallery #gallery,
body.contact #contact
	{
	background-position: top right; 
	}

body.home #home:hover,
body.siteplan #siteplan:hover,
body.availabilities #availabilities:hover,
body.amenities #amenities:hover,
body.location #location:hover,
body.aerial #aerial:hover,
body.gallery #gallery:hover,
body.contact #contact:hover

	{
	background-position: top right; 
	}

div#navigation a span
	{
	display: none;
	}
	
/* Navigation buttons */	
				
#home
	{ 
	width: 66px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/home.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#home:hover
	{ 
	background-position: bottom left;
	}

#overview
	{ 
	width: 75px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/overview.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#overview:hover
	{ 
	background-position: bottom left;
	}

#siteplan
	{ 
	width: 73px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/siteplan.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#siteplan:hover
	{ 
	background-position: bottom left;
	}
	
#availabilities
	{ 
	width: 93px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/availabilities.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#availabilities:hover
	{ 
	background-position: bottom left;
	}
	
#amenities
	{ 
	width: 80px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/amenities.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#amenities:hover
	{ 
	background-position: bottom left;
	}
	
#location
	{ 
	width: 69px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/location.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#location:hover
	{ 
	background-position: bottom left;
	}
	
#aerial
	{ 
	width: 55px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/aerial.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#aerial:hover
	{ 
	background-position: bottom left;
	}

#images
	{ 
	width: 65px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/images.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#images:hover
	{ 
	background-position: bottom left;
	}
	
	
#gallery
	{ 
	width: 64px; 
	height: 42px; 
	overflow: hidden; 
	background: url(/img/nav/gallery.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#gallery:hover
	{ 
	background-position: bottom left;
	}
	
#contact
	{ 
	width: 71px; 
	height: 42px;
	overflow: hidden; 
	background: url(/img/nav/contact.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#contact:hover
	{ 
	background-position: bottom left;
	}
	
	
/* ---------------------------------------------------- 
Typographic
---------------------------------------------------- */ 

/* tags */
p 
	{
	margin: 10px 20px 10px 20px;
	text-align: left;
	}
	
ol{
	text-align:left;
	margin: 10px 20px 10px 40px;
}

ol li strong{
	text-decoration:underline;
	font-weight:bold;
}

ol li i{
	text-decoration:underline;
}

ul
	{
	list-style-image: url(/img/bullet.gif);
	margin: 10px 74px 10px 20px;
	}
	
li
	{
	margin: 0 0 10px 10px;
	}
	
li p
	{
	margin: 0 0 0 5px;
	}

ul.westfieldul {
	text-align: left;
}

/* custom classes */
.fontEmp
	{
	font-weight: bold;
	}
	
.fontSize1
	{
	font-size: 9pt;
	}
	
.fontSize10pt
	{
	font-size: 10pt;
	}

.fontSize12pt
	{
	font-size: 12pt;
	}
			
.fontSize14pta
	{
	font-size: 14pt;
	}
	
.fontSize16pt
	{
	font-size: 16pt;
	letter-spacing: -.1em;
	}
	
.fontSize18pt
	{
	font-size: 18pt;
	letter-spacing: -.1em;
	}

#footer .createdbyqs a:link,
#footer .createdbyqs a:visited
	{
	color: #fff;
	text-decoration: underline;
	}
	
#footer .createdbyqs a:hover,
#footer .createdbyqs a:action
	{
	color: #fff;
	text-decoration: underline;
	}
	
/* SUB PAGES */

#subpagenav{
	width:592px;
	height:49px;
	background:url(../img/subpagenavbg.jpg) no-repeat;
}

#contentheader{
	width: 592px;
	height: 34px;
	padding: 40px 0 10px 0px;
	background: url(/img/contentheader.jpg) no-repeat left top;
	text-align:left;
}


.subnav{
	margin:20px 0 20px 0;
}

.subnav span{
	display:none;
}

.subnavavail{
	position:absolute;
	top:575px;
	left:0;
	width:167px;
	z-index:50;
}

.subnavavail span{
	display:none;
}

.subnavavail2{
	position:absolute;
	top:253px;
	left:0;
	width:167px;
	z-index:10000;
}

.subnavavail2 span{
	display:none;
}

.topsub{
	width:167px;
	height:3px;
	background:url(../img/subnavbg.gif) no-repeat;
	float:left;
	display:inline;
}

.bottomsub{
	width:167px;
	height:2px;
	background:url(../img/subnavbg.gif) bottom left no-repeat;
	float:left;
	display:inline;
	_margin-top:-14px;
	margin-bottom:20px;
}

.bottomsubavail{
	width:167px;
	height:2px;
	background:url(../img/subnavbg.gif) bottom left no-repeat;
	float:left;
	display:inline;
	_margin-top:-14px;
	margin-bottom:300px;
}


#virtualtour:link,
#virtualtour:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/vtour.gif) top left no-repeat;
	_margin-top:-13px;
}

#virtualtour:hover{
	background:url(../img/vtour.gif) bottom left no-repeat;
}

#pdfbrochure:link,
#pdfbrochure:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/pdfbrochure.gif) top left no-repeat;
}

#pdfbrochure:hover{
	background:url(../img/pdfbrochure.gif) bottom left no-repeat;
}

#value:link,
#value:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/value.gif) top left no-repeat;
	_margin-top:-13px;
}

#value:hover{
	background:url(../img/value.gif) bottom left no-repeat;
}

#grossreceipts:link,
#grossreceipts:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/grossreceipts.gif) top left no-repeat;
}

#grossreceipts:hover{
	background:url(../img/grossreceipts.gif) bottom left no-repeat;
}

#buildingfact:link,
#buildingfact:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/buildingfactsheet.gif) top left no-repeat;
}

#buildingfact:hover{
	background:url(../img/buildingfactsheet.gif) bottom left no-repeat;
}

#sustainability:link,
#sustainability:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/sustainability.gif) top left no-repeat;
}

#sustainability:hover{
	background:url(../img/sustainability.gif) bottom left no-repeat;
}

#renderings:link,
#renderings:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/renderings.gif) top left no-repeat;
	_margin-top:-13px;
}
#renderings:hover{
	background:url(../img/renderings.gif) bottom left no-repeat;
}

#aerial:link,
#aerial:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/aerials.gif) top left no-repeat;
	_margin-top:-13px;
}
#aerial:hover{
	background:url(../img/aerials.gif) bottom left no-repeat;
}

#signage:link,
#signage:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/signage.gif) top left no-repeat;
}

#signage:hover{
	background:url(../img/signage.gif) bottom left no-repeat;
}

#directions:link,
#directions:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	_margin-top:-13px;
	background:url(../img/directions.gif) top left no-repeat;
}

#directions:hover{
	background:url(../img/directions.gif) bottom left no-repeat;
}

#ingressegress:link,
#ingressegress:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/ingressegress.gif) top left no-repeat;
}

#ingressegress:hover{
	background:url(../img/ingressegress.gif) bottom left no-repeat;
}
#satelitemap:link,
#satelitemap:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/satelitemap.gif) top left no-repeat;
	_margin-top:-13px;
}

#satelitemap:hover{
	background:url(../img/satelitemap.gif) bottom left no-repeat;
}

#hypofloorplan{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/hypofloorplans.gif) top left no-repeat;
	_margin-top:-13px;
}

#fullfloor:link,
#fullfloor:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/fullfloor.gif) top left no-repeat;
}

#fullfloor:hover{
	background:url(../img/fullfloor.gif) bottom left no-repeat;
}

#multitenant:link,
#multitenant:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/multitenant.gif) top left no-repeat;
}

#multitenant:hover{
	background:url(../img/multitenant.gif) bottom left no-repeat;
}

#backoverview:link,
#backoverview:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/backtooverview.gif) top left no-repeat;
	_margin-top:-13px;
}

#backoverview:hover{
	background:url(../img/backtooverview.gif) bottom left no-repeat;
}

#backimages:link,
#backimages:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/backtoimages.gif) top left no-repeat;
	_margin-top:-13px;
}

#backimages:hover{
	background:url(../img/backtoimages.gif) bottom left no-repeat;
}

#backlocation:link,
#backlocation:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/backtolocation.gif) top left no-repeat;
	_margin-top:-13px;
}

#backlocation:hover{
	background:url(../img/backtolocation.gif) bottom left no-repeat;
}

#backavail:link,
#backavail:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/backtoavail.gif) top left no-repeat;
	_margin-top:-13px;
}

#backavail:hover{
	background:url(../img/backtoavail.gif) bottom left no-repeat;
}

#backamenities:link,
#backamenities:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/backtoamenities.gif) top left no-repeat;
	_margin-top:-13px;
}

#backamenities:hover{
	background:url(../img/backtoamenities.gif) bottom left no-repeat;
}


#restaurants:link,
#restaurants:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/restaurants.gif) top left no-repeat;
}

#restaurants:hover{
	background:url(../img/restaurants.gif) bottom left no-repeat;
}

#businesses:link,
#businesses:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/businesses.gif) top left no-repeat;
}

#businesses:hover{
	background:url(../img/businesses.gif) bottom left no-repeat;
}

#hotels:link,
#hotels:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/hotels.gif) top left no-repeat;
}

#hotels:hover{
	background:url(../img/hotels.gif) bottom left no-repeat;
}

#recreation:link,
#recreation:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/recreation.gif) top left no-repeat;
	
}

#recreation:hover{
	background:url(../img/recreation.gif) bottom left no-repeat;
}

#retail:link,
#retail:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/retailshopping.gif) top left no-repeat;
	_margin-top:-13px;
}

#retail:hover{
	background:url(../img/retailshopping.gif) bottom left no-repeat;
}

#walkingdistance:link,
#walkingdistance:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/walking.gif) top left no-repeat;
}

#walkingdistance:hover{
	background:url(../img/walking.gif) bottom left no-repeat;
}

#drivetime:link,
#drivetime:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/drivetime.gif) top left no-repeat;
}

#drivetime:hover{
	background:url(../img/drivetime.gif) bottom left no-repeat;
}

#stackingplan:link,
#stackingplan:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	background:url(../img/stackingplan.gif) top left no-repeat;
}

#stackingplan:hover{
	background:url(../img/stackingplan.gif) bottom left no-repeat;
}

#articles:link,
#articles:visited{
	width:167px;
	height:28px;
	display:block;
	float:left;
	_margin-top:-13px;
	background:url(../img/articles.gif) top left no-repeat;
}

#articles:hover{
	background:url(../img/articles.gif) bottom left no-repeat;
}


#companyinfo{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS";
	font-size: 10pt;
	color: #7F7F7F;
}

.subpagelogo{
	margin-top:-15px;
}

.factsheet p strong{
	width:203px;
	display:block;
	float:left;
}

.factsheet ul{
	margin-left:50px;
}

.factsheetul p strong{
	width:60px;
	display:block;
	background:none;
	font-weight:normal;
	font-style:italic;
	_width:auto;
	_display:inline;
	_float:none;
	_padding-right:15px;
}

#flashavailabilities{
	position:absolute;
	left:-168px;
	top:180px;
	z-index:0;
}

.title{
	position:relative;
	z-index:12;
}
.titleds{
	position:absolute;
	z-index:10;
	font-size: 24px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	width: auto;
	white-space: nowrap;
	font-variant: small-caps;
	padding-left:15px;
	top: 91px;
	left: 1px;
}

.sideimg{
	float:right;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:10px 20px 10px 10px;
}
.fullimg{
	float:right;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:5px 10px 10px 0;
}
.fullimg img{
	border:1px solid #B2B2B2;
	display:block;
}

.hotelimg{
	float:right;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:-85px -50px 10px 3px;
	_margin:-80px -30px 10px 3px;
}
.hotelimg img{
	border:1px solid #B2B2B2;
	display:block;
}

.sideimg img{
	border:1px solid #B2B2B2;
}

.factsheetimg{
	position:absolute;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:-13px 15px 10px 3px;
	_margin:5px 15px 10px 3px;
	top:210px;
	right:-6px;
}

.factsheetimg img{
	border:1px solid #B2B2B2;
	display:block;
}

.stackingplanimg{
	position:absolute;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:5px 15px 10px 3px;
	top:126px;
	right:-7px;
}

.stackingplanimg img{
	border:1px solid #B2B2B2;
	display:block;
}

.factsheetholder{
	width:551px;
	height:10px;
	padding:10px;
	margin-bottom:1px;
	margin-left:10px;
}

.subfactsheetholder{
	width:425px;
	height:10px;
	padding:10px;
	margin-bottom:1px;
	margin-left:57px;
	_margin-left:-20px;
}

#locationright{
	float:right;
	width:230px;
	margin-left:10px;
}

.smalltype{
	padding:0;
	margin:0 0 5px 5px;
	font-size:10px;
}

.enlarge{
	padding:0;
	margin:0 15px 5px 0;
	font-size:10px;
	float:right;
}

.locationimg{
	float:right;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:5px 10px 0px 0;
}
.locationimg img{
	border:1px solid #B2B2B2;
	display:block;
}

.locationimg2{
	float:right;
	padding:7px;
	background:#E6E6E6;
	border:1px solid #B2B2B2;
	margin:5px 10px 0px 0;
}
.locationimg2 img{
	border:1px solid #B2B2B2;
	display:block;
}

.factsheetholder p{
	padding:0;
	margin:-3px 0 0 0;
}

.subfactsheetholder p{
	padding:0;
	margin:-3px 0 0 0;
}

html .factsheet .subfactsheetholder p strong{
	width:158px;
}
	
.tblBorder {
	border: 1px #CCCCCC solid;
}

#vtourwrap{
	width:100%;
	height:100%;
	position:absolute;
}

#vtour{
	width:100%;
	height:100%;
}

html>body .subfactsheetholder{
	*margin-left:-15px;
}
	
#westfield {
	font-size: 14px;
	border: 1px solid #cccccc;
}

#westfield td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#westfield tr.tblTitle {
	font-weight: bold;
	font-size: 13px;
}

#westfield td.blue {
	color: #1973B4;
}






