@charset "utf-8";
/* Homepage style */

/* Main content. Contains #titlebar, #news, #links */
body: {
	z-index: 1;
}
#content {
	width: 774px;
	margin: 0 auto;
	padding: 0;
}
#content h3 {
  margin-top: 0;
	background: #000;
}
/* Main title headings, images */
#titlebar {
	height: 190px;
	margin-top: 0;
	background: url("home-bkg-title.gif") top center no-repeat;
}
/* Main headings */
#content .tagline * {
	margin: 0;
	padding: 0;
	border: none;
}
.tagline h1,
.tagline p {
	position: absolute;
	left: -9000em;
}
#content .tagline li {
	list-style: none;
	background: none;
}
.tagline a {
	display: block;
	height: 190px;
	text-indent: -9000em;
}
/* Main content */
#main {
	background: #00acec url(home-bkg-collapse.gif) top center repeat-y;
	color: #000;
	line-height: 1.1;
}
#main * * * {
	margin: 0;
}
#main h3 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 100%;
}
#main a,
#main a:visited {
	color: #000;
	text-decoration: none;
}
#main a:active,
#main a:hover {
	color: #00acec;
	text-decoration: underline;
}
#main ul {
	margin: 0;
	padding: 0;
}
/* Content wrapper */
#wrapper {
 	float: none;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 50px 0 0 221px;
	background: url("home-bkg-content.gif") top center no-repeat;
}/* Fix IE-Win (Holly) \*/
* html #wrapper { height: 1%; }
/* end hack */

/* Latest news */
#news {
	float: left;
	width: 170px;
	margin: 0;
	padding: 16px 0 0;
}
#news h2 {
	width: 158px;
	height: 16px;
	margin: 0 0 12px;
	background: url("home-heading-news.gif") top left no-repeat;
	text-indent: -9000em;
}
#news h3 {
	margin: 0 0 0 2px;
	font-size: 105%;
}
#news p,
#news ul li {
	margin: 1px 0 7px 2px;
}
#news ul li {
	padding: 0;
	background: transparent;
}
#news ul li a {
/* 	padding-right: 8px;
	background: url("list-bullet-black.gif") top right no-repeat; */
}
/* Quick links */
#links {
	float: left;
	width: 169px;
	margin: 0 0 0 30px;
	padding: 1px 0 0;
}
#links h2 {
	width: 97px;
	height: 17px;
	margin: 0 0 15px;
	background: url("home-heading-links.gif") top left no-repeat;
	text-indent: -9000em;
}
#links ul li {
	margin: 5px 0 5px 3px;
	padding: 0 0 0 15px;
	background: url("list-bullet-squarepink.gif") top left no-repeat;
}
/* Action */
#action {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 10;
}
/* Illustration */
#illustration {
	position: absolute;
	top: 14px;
	left: 2px;
	z-index: 10;
}

/* Footer */
#footer {
	width: 774px;
	z-index: 5;
	margin: 0 auto;
	padding: 70px 0 0;
	background: url("home-bkg-footer.gif") top center no-repeat;
}

