html * {
	padding:0;
	margin:0;
}

body {
	padding-bottom:15px;
	background:#FFF;
	color:#222;
	font:0.85em Arial, Helvetica, sans-serif;
}

a {
	color:#222;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* header */

h1#header {
	margin:15px 0 8px -490px;
	position:relative;
	left:50%;
	width:980px;
	height:313px;
	background:url('images/banner.jpg') no-repeat right top;
}

h1#header a { /* move link into place over logo */
	top:48px;
	left:75px;
	position:absolute;
	width:213px;
	height:104px;
}

h1#header img { /* hide logo */
	position:absolute;
	top:-999em;
}

/* slogan */

h2#slogan {
	position:absolute;
	left:50%;
	margin-left:-490px;
	height:133px;
	width:488px; /* this should be 561, where have the 10px gone? */
	text-indent:-999em;
	background:#626262 url('images/slogan.gif') right top no-repeat;
}

div#facilities {
	left:50%;
	position:relative;
	width:484px;
	height:133px;
	margin-left:5px;
}

#wrap {
	margin:8px 0 0 -490px;
	overflow:hidden;
	left:50%;
	width:980px;
	position:relative;
	background:#d1d2d4;
}

/* content */

#content {
	overflow:hidden;
	display:inline;
	padding-top:15px;
	position:relative;
	float:left;
	width:561px;
	line-height:1.6em;
	border-right:#FFF solid 7px;
}

* html #content { /* ie < 7 fix */
	width:568px;
}

#content  h2, #content p, #content ul, #content dl {
	margin:25px 50px 25px 55px;
}

dl.email dt, dl.email dd, dl.email dd address,#contact dd, #contact dt {
	display:inline;
}

#content h2 {
	line-height:1.4em;
	font-weight:normal;
	font-size:1.3em;
}

#content li {
	margin-bottom:4px;
	margin-left:16px;
}

/* contact (right) column */

#contact {
	overflow:hidden;
	padding-top:15px;
	padding-bottom:9990px;
	margin-bottom:-9980px;
	position:relative;

	float:left;
	width:411px;
	background:#abaaaa;
}


#contact dl, #contact h2, #contact p, #contact h3 {
	margin:0 35px;
}

#contact h2  {
	line-height:1.6em;
	font-size:1.6em;
	margin-top:20px;
	margin-bottom:20px;
}

#contact h3 {

	clear:both;
	font-size:1.0em;
	text-transform:uppercase;
}

#contact dd {
	float:left;
}

#contact dt {
	clear:left;
	float:left;
	margin-right:0.3em;
}

#contact dl {
	overflow:hidden;
	line-height:1.6em;
	margin-top:5px;
	margin-bottom:20px;
}

#contact dt.address {
	display:none;
}

#contact address {
	text-align:left;
	float:right;


	width:500px;
	font-style:normal;
}

