/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007

Content Section */
#wrapper {
	float: left;
	width:100%;
}
#content {
	width: 377px;
	padding: 10px 0px 0px 0px;
	margin: 0px 223px 0px 180px;
	float: none;
}
#press {
	float: left;
	width: 220px;
	margin-left:-220px;
}
#menu {
	float: left;
	width: 180px;
	margin-left: -780px;
}

#news {
	display: block;
	width: 220px;
	margin:0px 0px 5px -3px;
	padding: 10px 3px 0px 0px;
}
#newsheading {
	background: #ffffff url(../images/press_heading_bg.gif) no-repeat center top;
	color: #a94b12;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 5px 0px 0px 20px;
	text-transform: uppercase;
}
#newscontent {
	background: #ffffff url(../images/press_bg.gif) no-repeat center bottom;
	margin-top:-5px;
	padding: 5px 0px 10px 0px;
}
#newscontent p {
	color: #a94b12;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 0px 20px;
	font-style: italic;		
}
#newscontent a:link, #newscontent a:visited { 
	color: #005389;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
#newscontent a:hover, #newscontent a:active { 
	color: #005389;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

/* Highlights */
#highlights {
	background-color: #fff;
	width: 780px;
	margin-top: 5px;
	clear:both;
}
#highlights #box1 {
	background: #eaeaea url(../images/highlight_bg.gif) no-repeat center bottom;
	float: left;
	height: 180px;
	width: 258px;
}
#highlights #box2 {
	background: #eaeaea url(../images/highlight_bg.gif) no-repeat center bottom;
	float: left;
	height: 180px;
	width: 258px;
}
#highlights #box3 {
	background: #eaeaea url(../images/highlight_bg.gif) no-repeat center bottom;
	float: left;
	height: 180px;
	width: 258px;
}
#highlights h1 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#highlights #box1 h1 {
	background: url(../images/highlight_box1.gif) no-repeat left center;
	height: 17px;
	padding: 3px 0px 0px 40px;
	vertical-align: middle;
}
#highlights #box2 h1 {
	background: url(../images/highlight_box2.gif) no-repeat left center;
	height: 17px;
	padding: 3px 0px 0px 10px;
	vertical-align: middle;
}
#highlights #box3 h1 {
	background: url(../images/highlight_box3.gif) no-repeat left center;
	height: 17px;
	padding: 3px 0px 0px 20px;
	vertical-align: middle;
}
#highlights #box1 p {
	color: #005389;
	padding: 10px 5px 0px 40px;
	font-size: 12px;
}
#highlights #box2 p {
	color: #005389;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
}
#highlights #box3 p {
	color: #005389;
	padding: 10px 5px 0px 20px;
	font-size: 12px;
}
#highlights a:link, #highlights a:visited {
	color: #a94b12;
	text-decoration: none;
}
#highlights a:hover, #highlights a:active {
	color: #a94b12;
	text-decoration: underline;
}

/* Footer */
#footer {
	background: #fff url(../images/footer_bg.gif) no-repeat center bottom;
	clear:both;
	text-align: left;
	height: 30px;
	padding: 8px 0px 0px 40px;
}
#footer .copy {
	text-align: left;
	font-size: 9px;
	font-weight: normal;
}

