@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/bg_body.gif) repeat-y #fff;
	color:#666;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}

p {
	margin-bottom: 10px;
}	

a:link, a:visited, a:hover {
	color: #015bb8;
	text-decoration:none;
}

#footer a:hover {
	border-bottom: 1px dotted #015bb8;
}

#navigationWrapper {
	background:url(../images/bg_menu.gif) repeat-x;
	left: 120px;
	position: relative;
	top: 100px;
}

#cover {
	left: -120px;
	position: absolute;
	top: 0;
}

ul#slidingNavigation{
	list-style:none;
	list-style-type:none;
}
ul#slidingNavigation li a {
	border:none;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	height: 80px;
	width: 420px;
}

#building {
	background:url(../images/menu/building_image.jpg) no-repeat;
}
#location {
	background:url(../images/menu/location_image.jpg) no-repeat;
}
#specifications {
	background:url(../images/menu/specifications_image.jpg) no-repeat;
}
#crossSection {
	background:url(../images/menu/crosssection_image.jpg) no-repeat;
}
#floorplans {
	background:url(../images/menu/floorplans_image.jpg) no-repeat;
}

#footer {
	left: 540px;
	position:absolute;
	top: 530px;
	width: 440px;
}

#contact {
	float: left;
	text-align:right;
	width: 290px;	
}

#contact .disclaimer {
	font-size: 9px;
}

#logo {
	float:right;
}