.noCSS {
	display: none;
}
/* Generic Styles */
body {
	margin: 0;
	padding: 12px 0 0;
	background-color: #000000;
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,p,form {
	margin: 0;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.hide {
	display: none;
}
#wrapper {
	width: 976px;
	margin: 0 auto;
}
#outer {
	position: relative;
	float: left;
	width: 100%;
}
#outer .top {
	float: left;
	width: 100%;
}

#logonav {
	position: relative;
	float: left;
	width: 222px;
}
#logo {
	display: block;
	width: 220px;
	height: 128px;
	border: 1px solid #636363;
}
#focused {
	clear: left;
	float: left;
	width: 220px;
	min-height: 220px;
	background-color: #000000;
	color: #606060;
	border: 1px solid #636363;
	text-align: center;
}
#focused .body {
	padding: 18px 8px 8px;
}
#focused h6 {
	font-size: 75%;
	line-height: 1em;
}
#focused h6.main {
	padding: 14px;
	background-color: #636363;
	color: #ffffff;
}
#focused p {
	margin: 0 0 1em;
	font-size: 60%;
	line-height: 1.4em;
}
#focused a {
	background-color: #000000;
	color: #ff3300;
}
#focused a:hover {
	background-color: #000000;
	color: #ffffff;
}
#focused a:focus {
	background-color: #000000;
	color: #ffffff;
}
/* Main Styles */

#content {
	/*position: relative;*/
	float: right;
	width: 740px;
}
#content .body {
	clear: left;
	float: left;
	width: 710px;
	min-height: 204px;
	padding: 10px 14px 2px;
	border: 1px solid #636363;
	border-top: 0;
}
#content .body a {
	background-color: #000000;
	color: #949494;
}
#content .body a:hover {
	background-color: #000000;
	color: #ffffff;
}
#content .body a:focus {
	background-color: #000000;
	color: #ffffff;
}
#content .body h1,#content .body h2,#content .body h3,#content .body h4,#content .body h5 {
	margin: 0 0 0.6em;
	background-color: #000000;
	color: #ffffff;
	font-size: 70%;
	line-height: 1.4em;
}
#content .body h6 {
	margin: 0;
	font-size: 70%;
	line-height: 1.4em;
}
#content .body p {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.4em;
}
#content .body ul {
	background-color: #000000;
	color: #909090;
	font-size: 70%;
	line-height: 1.2em;
}
#content .body li {
	margin: 0 0 0.4em;
}
#content .body ul.files {
	margin: 0 0 1.2em 24px;
	padding: 0;
	list-style: none;
}
#content .body ul.files li {
	min-height: 16px;
	padding: 0 0 0 21px;
	background: #000000 url(/images/icons/bulletFile.gif) no-repeat 0 0;
	color: #909090;
}
#content .body ul.files li.ai {
	background-image: url(/images/icons/bulletAI.gif);
}
#content .body ul.files li.doc {
	background-image: url(/images/icons/bulletDOC.gif);
}
#content .body ul.files li.dwg {
	background-image: url(/images/icons/bulletDWG.gif);
}
#content .body ul.files li.dxf {
	background-image: url(/images/icons/bulletDXF.gif);
}
#content .body ul.files li.gif {
	background-image: url(/images/icons/bulletGIF.gif);
}
#content .body ul.files li.jpg {
	background-image: url(/images/icons/bulletJPG.gif);
}
#content .body ul.files li.pdf {
	background-image: url(/images/icons/bulletPDF.gif);
}
#content .body ul.files li.pps {
	background-image: url(/images/icons/bulletPPS.gif);
}
#content .body ul.files li.swf {
	background-image: url(/images/icons/bulletSWF.gif);
}
#content .body ul.files li.wmv {
	background-image: url(/images/icons/bulletWMV.gif);
}
#content .body ul.files li.xls {
	background-image: url(/images/icons/bulletXLS.gif);
}
#content .body .edcontainer {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #636363;
	padding: 10px 0 0;
}
#content .body .edcontainer.first {
	padding: 0;
	border: 0;
}
#content .body img.editorial {
	clear: right;
	float: right;
	margin: 0 0 12px 12px;
}
#content .video {
	float: right;
	margin: 0 0 12px 12px;
}
#content .video img {
	display: block;
	width: 352px;
	height: 288px;
	border: 0;
}
#content .body .player {
	display: block;
	width: 352px;
	height: 288px;
}

#links {
	float: left;
	width: 60%;
}
#links .link {
	clear: left;
	float: left;
	width: 100%;
	padding: 12px 0 0;
	border-top: 1px solid #636363;
}
#links .link.first {
	padding: 0;
	border: 0;
}
#links .link img {
	float: right;
	margin: 0 0 12px 12px;
	border: 1px solid #636363;
}

#content form.standard {
	float: left;
	width: 100%;
}
#content form.standard fieldset {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	border: 0;
}
#content form.standard legend {
	background-color: #ffffff;
	color: #0060b7;
	font-weight: bold;
}
#content form.standard input,#content form.standard select,#content form.standard textarea {
	margin: 0 3px 3px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#content form.standard input,#content form.standard textarea {
	width: 12em;
	background-color: #bbbbbb;
	color: #000000;
	border: 1px solid #636363;
}
#content form.standard table {
	width: 100%;
	font-size: 70%;
}
#content form.standard th,#content form.standard td {
	padding: 6px 3px 3px;
	vertical-align: top;
}
#content form.standard table.buttons th,#content form.standard table.buttons td {
	border: 0;
}
#content form.standard th {
	font-weight: normal;
	text-align: left;
}
#content form.standard td label {
	font-size: 90%;
}
#content form.standard td.right {
	text-align: right;
}
#content form.standard input.small {
	width: 5em;
}
#content form.standard input.reset,#content form.standard input.submit {
	font-weight: bold;
	width: auto;
	cursor: pointer;
}
#content form.standard input.reset {
	background-color: #636363;
	color: #ffffff;
	border: 1px solid #636363;
}
#content form.standard input.submit {
	background-color: #ff3300;
	color: #ffffff;
	border: 1px solid #ff3300;
}

#topimg {
	display: block;
	width: 740px;
	height: 388px;
	padding: 0 0 10px;
}

.list {
	clear: left;
	float: left;
	width: 100%;
}
.list .row {
	clear: left;
	float: left;
	width: 100%;
}
/*for nasty div scrolling, take 5px from width of following*/
.list .item {
	float: left;
	width: 122px;
	padding: 16px 10px;
	text-align: center;
}
.list img {
	display: block;
	height: 108px;
}
.list img,.list .noimg {
	width: 108px;
	margin: 0 auto 6px;
	background-color: #000000;
	color: #949494;
	border: 1px solid #636363;
	font-size: 70%;
}
.list .noimg a,.list .noimg div {
	display: block;
	min-height: 28px;
	padding: 40px 6px;
	text-decoration: none;
}
.list a {
	background-color: #000000;
	color: #949494;
}
.list a:hover {
	background-color: #000000;
	color: #ffffff;
}
.list a:focus {
	background-color: #000000;
	color: #ffffff;
}
.list .name {
	padding: 0 0 0.4em;
	font-size: 70%;
}

#homecontainer {
	position: relative;
}
#ukdatetime {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 8px 12px;
	background: transparent url(/images/bgDateTime.png) repeat 0 0;
	color: #949494;
	font-size: 75%;
}
#newssummary {
	position: absolute;
	left: 12px;
	bottom: 12px;
	width: 376px;
	padding: 8px 12px;
	background: transparent url(/images/bgDateTime.png) repeat 0 0;
	color: #949494;
}
#newssummary a {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
#newssummary a:hover,
#newssummary a:focus,
#newssummary a:active,
#newssummary.over a {
	background-color: transparent;
	color: #bbbbbb;
}
#newssummary.over {
	cursor: pointer;
}
#newssummary h1 {
	margin: 0 0 0.6em;
	background-color: transparent;
	color: #ffffff;
	font-size: 70%;
	line-height: 1.4em;
}
#newssummary p {
	margin: 0 0 0.6em;
	font-size: 70%;
	line-height: 1.4em;
}
#newssummary img {
	float: right;
	margin: 0 0 0.6em 12px;
}
#home {
	display: block;
	width: 740px;
	height: 651px;
}

#pagenav {
	clear: left;
	float: left;
	width: 100%;
	background-color: #000000;
	color: #222222;
	font-size: 70%;
}
#pagenav td {
	width: 33%;
	padding: 3px;
}
#pagenav td.pages {
	background-color: #000000;
	color: #ff3300;
	text-align: center;
}
#pagenav td.next {
	text-align: right;
}
/* Footer Styles */
#footer {
	clear: left;
	float: left;
	width: 958px;
	margin: 10px 0 0;
	padding: 8px;
	background-color: #000000;
	color: #949494;
	border: 1px solid #636363;
	font-size: 65%;
}
#footer a {
	background-color: #000000;
	color: #ff3300;
}
#footer a:hover {
	background-color: #000000;
	color: #ffffff;
}
#footer a:focus {
	background-color: #000000;
	color: #ffffff;
}
#footer .copyright {
	float: left;
}
