
body
{
	background-image: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#container{
	color: #000;
}
h1{
	display:none;
}
h1{
	background: url(../images/logo.png) no-repeat 0 0;
}

#mapimg{
	margin:0 auto;
}

#nav
{
	display: none;
	position: absolute;
	top: 521px;
}

#flash-content
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 600px;
}

div.map
{
	font-family: "Myriad Pro", "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 980px;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 25px;
	margin: 0px auto;
}

.map h3
{
	font-weight: 100;
	width: 220px;
	height: 80px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.mapcopy{
	margin:0 0 0 250;
}

.map ul
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: left;
	margin:0 auto;
}

.map ul li{
	list-style-type: disc;
	width: 220px;
	font-size: 12px;
	margin-left:16px;
}

.map a.print
{
	position: absolute;
	top: 420px;
	left: 190px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	display: none;
}

.map a.close
{
	position: absolute;
	top: 5px;
	left: 960px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: none;
}

.hidden{
	display: none;
}


.visible{
	display: block;
}

.for_print{
	display: block;
}

#campbell
{
}

#logoimg{
	position:absolute;
	top:0px;
	left:0px;
}

#footer
{
 display:none;
}

.footer{
	display:none;
}


* html .map ul li
{
	display: block;
	margin-right: 30px;
	width: auto;
}

* html .map ul
{
	width: 285px;
}

/* ie 7 style*/

* html .map ul,
*+html .map ul
{
	width: 285px;
}

* html .map ul li,
*+html .map ul li
{
	display: block;
	margin-right: 30px;
	width: auto;

}

.header{
	display:none;
}

