 /* TRANSIGO CSS */ 

 /* styles for page & container */ 
body, html {
	background-color: #FFFFFF;
	margin:15px 0px;
	padding:0px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #404040;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
html {min-height:101%;} 
iframe {border:0px; margin:0px; padding:0px;}
#sitewrapper {
	width: 978px;
	background: #FFFFFF;
	text-align: middle;
	margin: auto;
	margin-top: 0px;
	padding:0px;
}
#header {
	width: 978px;
	height: 76px;
	padding: 0px;
	border: 0px;
	z-index: 1;
}
#sitecontent {
	width: 892px;
	margin: auto;
	padding-top:7px;
	text-align: left;
	border: 0px;
	z-index: top;
	min-height: 570px;
}
#floatycolumn {
	float:left;
	width:260px;
	padding-left:20px;
}
#loc_leftcol {
	float:left;
	width:520px;
	height:208px;
	background-image: url(images/textcol_bg_left.gif);
	background-repeat: no-repeat;
	padding-left:30px;
}
#loc_rightcol {
	float:left;
	width:310px;
	height:208px;
	background-image: url(images/textcol_bg_right.gif);
	background-repeat: no-repeat;
	padding-left:30px;
}
#leftcol {
	width:230px;
	float:left;
}
#padcol {width:30px; float:left;}
#rightcol {
	width:230px;
	float:left;

}
#footer {
	clear: both;
	width: 932px;
	height: 26px;
	text-align: right;
	padding: 0px;
	border: 0px;
	z-index: 1;
	padding:0px;
}
#footer a {color: #FFFFFF;}

#spec_bg {
	background-image: url(images/spec_bg.gif);
	background-repeat: no-repeat;
	padding-left:0px;
	padding-top:10px;
	height:300px;
}
#download_bg {
	background-image: url(images/downloads_bg.gif);
	background-repeat: no-repeat;
	padding-top:30px;
	padding-left:20px;
	height:212px;
}
#availability_bg {
	background-image: url(images/availability_bg.jpg);
	background-repeat: no-repeat;
	padding-top:20px;
	padding-left:20px;
	height:507px;
}
#occupiers_bg {
	background-image: url(images/occupiers_bg.jpg);
	background-repeat: no-repeat;
	padding:0px;
	height:523px;
}
#contact_bg {
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	padding-top:0px;
	padding-left:20px;
	width:500px;
	height:75px;
}
#sitemap_bg {
	background-image: url(images/sitemap_bg.gif);
	background-repeat: no-repeat;
	height:524px;
	float:left;
}
#sitemap_right {
	float:left;
	width:390px;
}
#sitemap_disc {
	width:315px;
	padding-right:60px;
	float:right;
	padding-top: 10px;
}

 /* ccs for links */ 
a:link {
	color: #404040;
	text-decoration:none;
}
a:visited {
	color: #404040;
	text-decoration:none;
}
a:hover {
	color: #E5402C;
	text-decoration:none;
}
a:active {
	color: #404040;
	text-decoration:none;
}
.small {font-size: 11px;}
.red {color: #E5402C;}
.unavail {color: #AAAAAA}

ul {list-style-image: url(images/bullet.gif); margin-left:15px;}
li {padding-bottom:10px;}

