/* GLOBAL */
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center; /* ie6 doesnt understand 'margin: 0 auto' */
}
hr {
	display: none;
}

/* CONTAINER */
div#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* HEADER */
div#header {
	width: 980px;
	height: 65px;
	background-color: #FFFFFF;
}
div#header h1 {
	width: 265px;
	height: 65px;
	float: left;
	position: absolute;
}

/* NAV */
div#header ul {
	height: 55px;
	float: right;
	margin: 10px 10px 0 0;
}
div#header ul li {
	height: 55px;
	float: left;
}
div#header ul li a {
	height: 44px;
	display: block;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	font-size: 8pt;
	font-family: "Myriad Pro", Helvetica, "Trebuchet MS", sans-serif;
	line-height: 10px;
	color: #8C97A5;
	position: relative;
	z-index: 50;
	background: transparent url(/media/img/design/nav_bgtiles.gif) repeat-x 0 100px;
}
div#header ul li.active a {
	color: #000000;
}
div#header ul li a:hover, div#header ul li:hover a {
	color: #176AB6;
	background-position: 0 -57px;
}
div#header ul li a span.navtext_out {
	display: table;
	height: 33px;
	border-left: 1px solid #EEEEEE;
	padding: 0 15px 0 15px;
	z-index: 40;
	overflow: hidden;
}
div#header ul li a span.navtext_mid {
	display: table-cell;
	vertical-align: middle;
}
div#header ul li a span.navtext_in {
}
div#header ul li:first-child a span {
	border: 0;
}
div#header ul li a span.nav_bgl, div#header ul li a span.nav_bgr {
	display: block;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	background: transparent url(/media/img/design/nav_bgtiles.gif) no-repeat;
}
div#header ul li a span.nav_bgl {
	top: 0;
	left: -1px;
	background-position: 0 100px;
	width: 6px;
	z-index: 30;
	height: 57px;
}
div#header ul li a span.nav_bgr {
	top: 0;
	right: -2px;
	background-position: 100% 100px;
	width: 100%;
	z-index: 20;
	height: 57px;
}
div#header ul li a:hover span.nav_bgl, div#header ul li:hover a span.nav_bgl {
	background-position: 0 0;
}
div#header ul li a:hover span.nav_bgr, div#header ul li:hover a span.nav_bgr {
	background-position: 100% 0;
}

/* SUB-NAV */
div#header ul li div {
	max-width: 165px;
	float: left;
	position: absolute;
	margin-top: -1px;
	margin-left: -1px;
	border-top: 1px solid #EEEEEE;
	display: none;
	z-index: 10;
	border-spacing: 0;
}
div#header ul li:hover div {
	display: block;
}
div#header ul li table td {
	background: transparent url(/media/img/design/subnav_bgtileMain.png) repeat;
}
div#header ul li table td.subnav_left {
	background: transparent url(/media/img/design/subnav_bgtileColumnLeft.png) repeat-y;
	width: 8px;
}
div#header ul li table td.subnav_right {
	background: transparent url(/media/img/design/subnav_bgtileColumnRight.png) repeat-y;
	width: 8px;
}
div#header ul li table td span {
	display: block;
	font-weight: bold;
	width: 70px;
	text-align: center;
	font-family: "Myriad Pro", Helvetica, "Trebuchet MS", sans-serif;
	font-size: 8pt;
	color: #626262;
	margin: 10px 0 5px 0;
}
div#header ul li table td ul {
	margin: 0;
	padding: 0;
	height: auto;
}
div#header ul li table td ul li {
	margin: 5px 4px 0 4px;
}
div#header ul li table td ul li a {
	padding: 0;
	margin: 0;
	background: transparent;
}
div#header ul li table td ul li a img {
	border: 1px solid #d8d8d8;
}
div#header ul li table td.subnav_bottomLeft {
	width: 8px;
	height: 8px;
	background: transparent url(/media/img/design/subnav_bgtileBottomLeft.png) no-repeat;
}
div#header ul li table td.subnav_bottomRight {
	width: 8px;
	height: 8px;
	background: transparent url(/media/img/design/subnav_bgtileBottomRight.png) no-repeat;
}
div#header ul li table td.subnav_bottomCentre {
	vertical-align: top;
	background: transparent;
}
div#header ul li table td.subnav_bottomCentre span {
	background: transparent url(/media/img/design/subnav_bgtileBottomCentre.png) repeat-x;
	display: block;
	height: 8px;
	overflow: hidden;
	margin: 0;
	width: auto;
}

/* CONTENT */
div#content {
	width: 980px;
	height: 620px;
	background-color: #000000;
	position: relative;
}
div#content img	{
	display: block;
}
div#content_news {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 150px;
	font-family: "Myriad Pro", Helvetica, "Trebuchet MS", sans-serif;
}
div#content_news h3 {
	font-size: 24pt;
	font-weight: bold;
	line-height: 20pt;
	font-variant: small-caps
}
div#content_news h3 strong {
	font-size: 28pt;
	font-weight: bold;
	margin-left: 40px;
}
div#content_news span {
	font-size: 9pt;
	margin-right: 50px;
	display: block;
}
div#content_news span strong {
	font-weight: bold;
}
div#content_news a {
	clear: both;
	float: left;
	display: block;
	width: 100px;
	height: 15px;
	margin: 5px 0 0 0;
	padding: 5px 10px 4px 10px;
	background: #999999 url(/media/img/design/subnav_bluearrow.gif) no-repeat 90% 5px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
	line-height: 17px;
	text-align: left;
	font-size: 9pt;
	text-decoration: none;
}
div#content_news a:hover {
	background-color: #eeeeee;
	background-position: 90% -10px;
	color: #999999;
}

/* FOOTER */
div#footer {
	width: 980px;
	height: 28px;
	background-color: #FFFFFF;
}
div#footer div {
	display: block;
	height: 11px;
	margin-top: 10px;
	float: left;
	font-size: 7pt;
	color: #AAAAAA;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 11px;
	position: relative;
	z-index: 60;
}
div#footer div a {
	color: #AAAAAA;
}
div#footer div p {
	display: inline;
}
div#footer ul {
	display: block;
	float: right;
	height: 11px;
	margin-top: 10px;
}
div#footer ul li {
	float: left;
	display: block;
	height: 11px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #AAAAAA;
}
div#footer ul li:first-child {
	border: 0;
}
div#footer ul li a {
	display: block;
	float: left;
	font-size: 8pt;
	color: #AAAAAA;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 11px;
}
