/******************************************************************************************************************

G3 TABBED ARTICLE Stylesheet

Developed by Matthew Hill, October 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/

/******************************************************************************************************************
FLYOUT TABS
******************************************************************************************************************/

#navlocal {
	width:636px;
	margin:0 0 0 16px;
	float:left;
}

#navlocal ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navlocal li {
	margin:0 3px 3px 0;
	padding:0;
	float:left;
	background:#FBFBFB url(../images/bg_navlocal.gif) bottom left repeat-x;
	border:1px solid #CCC;
	line-height:normal;
	white-space: nowrap;
}

#navlocal li a,
#navlocal li a:visited {
	padding:6px 10px;
	display:block;
	color:#5A6263;
	text-decoration:none;
}

#navlocal li a:hover,
#navlocal li.selected a {
	color:#D4260F;
}

/******************************************************************************************************************
CONTENT & FOOTER OVERRIDES
******************************************************************************************************************/

#content {
	width:366px;
	min-height:0;
	padding:0 17px;
	margin:0 0 0 16px;
	background:#FFF url(../images/bg_panel_column_x1_mid.gif) top left repeat-y;
}

#content h1 {
	clear:none;
	background:url(../images/bg_panel_column_x1_top.gif) top left no-repeat;
}

#footer {
	border-top:1px solid #E5E5E5;
	margin:0 -17px;
	width:400px;
	min-height:0;
	padding:17px 0;
	background:#F8F8F8 url(../images/bg_panel_column_x1_footer.gif) bottom left no-repeat;
}

#footer div#footnews {
	width:195px;
	padding:0 8px 0 17px;
}

#footer div#footcontact {
	width:155px;
	padding:0 17px 0 8px;
}

#footer form {
	margin:0;
	padding:0;
}

/******************************************************************************************************************
RELATED PANELS
******************************************************************************************************************/

#relateditems {
	width:220px;
	margin:17px 0 0 0;
	float:right;
}

#relateditems div {
	padding:0 17px 17px 8px;
	margin:0 0 17px 0;
	background:url(../images/bg_relateditem_bot.gif) bottom left no-repeat;
}

#relateditems h2 {
	margin:0 -17px 10px -8px;
	padding:8px 8px 8px 10px;
	font-size:1.2em;
	color:#A61E0C;
	background:url(../images/bg_relateditem_top.gif) top left no-repeat;
}

#relateditems ul {
	padding:0;
	margin:0 0 0 15px;
}

#relateditems li {
	margin-left:0;
	margin-bottom:4px;
	padding-left:0;
	list-style-image:url(../images/arrow_green.gif);
	line-height:normal;
}

#relateditems a,
#relateditems a:visited {
	font-weight:bold;
	color:#666;
	text-decoration:underline;
}

#relateditems a:hover {
	color:#D4260F;
}
