@charset "utf-8";

body {
	background: url(../images/body_bg.jpg) repeat-x #ccc;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1
{
	font-size:24px;
	color:#CCCCCC;
	font-weight:normal;
}


strong, b {
	color: #666;
}

#container {
	width: 975px;
	border: 1px solid #666;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

#mainImgs {
	margin: 0;
	padding: 0;
	position: relative;
}

#mainImgs img {
	float: left;
}


a.splashTitle {
	position: absolute;
	top: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	z-index:999;
}

.enterSite {
	position: absolute;
	border: none;
	top: 120px;
	z-index:999;
}

.NHS {
	left: 100px;	
}

* html .NHS {
	left: -880px;
}

.ERP {
	left: 390px;
}

* html .ERP {
	left: -560px;
}


.NW {
	right: 80px;
}

* html .NW {
	left: -250px;
}

.NW2 {
	right: 110px;
}

* html .NW2 {
	left: -230px;
}

.content {
	width: 85%;
	margin: 10px auto;
	line-height: 1.8em;
}


#footer {
	background: #cccccc;
	margin-bottom: 0;
	padding: 10px;
	position: relative;
}

#w3c {
	position: absolute;
	bottom: 15px;
	left: 59px;
}

#footer strong, #footer b {
	color: #fff;
}

a.footerlink {
	color: #fff;
}
a.footerlink:hover {
	color: #FF800F;
}
