 /* INTEGRA CSS */ 

 /* styles for page & container */ 
body, html {
	background-color: #FFFFFF;
	margin:0px 0px;
	padding:0px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #003767;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
html {min-height:101%;} 

#sitewrapper {
	width: 910px;
	background: #FFFFFF;
	text-align: middle;
	margin: auto;
	margin-top: 0px;
	padding:0px;
}
#header {
	width: 910px;
	height: 110px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}
#topnav {
	margin-top:-24px;
	width: 900px;
	height: 24px;
}
#sitecontent {
	width: 903px;
	height: 460px;
	margin: auto;
	padding-left:6px;
	text-align: left;
	border: 0px;
	z-index: top;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 0px;
}
#floatycolumn {
	float:left;
	width:260px;
	padding-left:0px;
}
#loc_leftcol {
	float:left;
	width:520px;
	height:208px;
	padding-left:30px;
}
#loc_rightcol {
	float:left;
	width:310px;
	height:208px;
	padding-left:30px;
}
#leftcol {
	width:430px;
	float:left;
}
#padcol {width:20px; float:left;}
#rightcol {
	width:425px;
	float:left;
}
#clearcol {clear:both;}
#disclaimer {
	position:relative;
	bottom:-110px;
	width:500px;
	font-size: 10px;
	left: 0px;
	top: 50px;


}
#avail_disclaimer {
	position:relative;
	bottom:-100px;
	width:450px;
	font-size: 10px;
}
#menuline {
	padding:0px;
	height: 80px;
	border:0px dotted red;
}
#footer {
	height: 86px;
	text-align: right;
	border: 0px;
	z-index: 1;
}
#footer a {color: #FF0000;}

#spec_bg {
	background-image: url(images/spec_bg.gif);
	background-repeat: no-repeat;
	padding-left:0px;
	padding-top:10px;
	height:300px;
}
#occupiers_bg {
	background-image: url(images/occupiers_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:460px;
}
#download_bg {
	background-image: url(images/download_bg.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0px;
	height:460px;
}
#masterplan {
	background-image: url(images/masterplan.gif);
	background-repeat: no-repeat;
	height:454px;
}
#sitemap_right {
	float:left;
	width:390px;
}
#sitemap_disc {
	width:315px;
	padding-right:60px;
	float:right;
	padding-top: 10px;
}

 /* ccs for links */ 
a:link {
	color: #003767;
	text-decoration:none;
}
a:visited {
	color: #003767;
	text-decoration:none;
}
a:hover {
	color: #EE2F4E;
	text-decoration:none;
}
a:active {
	color: #003767;
	text-decoration:none;
}
.small {font-size: 11px;}
.red {color: #EE2F4E;}
.unavail {color: #AAAAAA}

ul {list-style-image: url(images/bullet.gif); margin-left:15px;}
li {padding-bottom:10px;}

.green {color: #003767;}
