/* LAYOUT */
#container { width: 980px; margin: 0 auto; position: relative; overflow:hidden; }
#main { width:100%; position: relative; }
#content {
	padding: 18px 20px;
	position: relative;
}

/* CONTAINER */
#container { width:901px; z-index: 0;}

/* CONTENT HEADER */
#contentheader { height:90px; position:relative; overflow:hidden; background: transparent url("images/top.png") no-repeat; padding-bottom:10px; margin-bottom:-10px; z-index:100; }
#contentheader #headertitle { float:left; margin-left:30px; margin-top:40px; }

/* LOCAL NAV */
#localnav {
	position:relative;
	font-size:11px;
	line-height:1em;
	border-top: 0px none #5a5f64;
	border-right: 1px solid #5a5f64;
	border-bottom: 0px none #5a5f64;
	border-left: 1px solid #5a5f64;
	background-color: #13123A;
	z-index: 2;
}


#localnav ul.navlist { display:block; text-align:left; border-bottom:1px solid #5f5f5f; margin:0px 0 0 0; padding:15px; }
#localnav ul.navlist li { display:inline; margin:0 16px; padding:0; list-style-type:none; }
#localnav a:link, #localnav a:visited { color:#a1a5a9; text-decoration:none; }
#localnav a:hover { color:#fff; }

/* MAIN */
#main { background:#000 url(images/bg.png) repeat-x 50% 130px; }

/* CONTENT */
#content { padding:27px 30px; border:1px solid #5a5f64; border-width:0 1px; }
#content { width:859px; margin:0; padding:18px 20px 18px 20px; z-index: 2;}

/* CONTENT FOOTER */
#contentfooter { overflow:hidden; border:1px solid #5a5f64; border-width:1px 1px 0; }
#contentfooter h3 { font-size:10px; margin-top:2px; }
#contentfooter p { font-size:10px; line-height:18px; padding:0; margin:6px 0 12px 0; }
#contentfooter .padder { padding:15px 20px; }

/* BREADCRUMB */
#breadcrumb { text-align:center; padding: 37px 0 0; clear:both; background:  url("images/bottom.png") no-repeat; position:relative; font-size:10px; margin-top:-10px; z-index:100; }

/* largeimage */
#largeimage {
	overflow:hidden;
	border-top: none;
	border-right: 1px solid #5a5f64;
	border-bottom: none;
	border-left: 1px solid #5a5f64;
	z-index:2;
}
#largeimage .across { margin:0; padding:0; }

/* WEBSITE BODY */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color:#000000
}

/* TYPE */
body { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; }
strong, b { font-weight:bold; }

/* HEADER TEXT */
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

/* SEPERATOR */
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #717172;
}

/* CHARTVIEWS IMAGE */
#chartviews {float:left; width: 247px;}

/* GOOGLE SEARCH */
#searchcontainer {top:40px; width:450px; left:50%; position:absolute; margin-left:auto; margin-right:auto; z-index:999;}
#searchcolour {filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; background-color:#000000; width: 300px;}

/* HEADER AND LINKS */
h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
/* WEBSITE HEADER */
#header { width:901px; margin:0 auto; height:90px; position:relative; z-index:1;}
#header #logo { float:left; margin-left:20px; margin-top:38px; }

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }

/* RSS */
#RSS {
	width:133px;
	height:34px; 
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
	background-image:url(images/rssbg.png);
	background-repeat: no-repeat;
}