/*
	Colours used:
	#D68030; - orange for background
	#F6FEFE - light gray for top bar background
	#0085B1 - sub navigation background
	#686664 - dark grey for footer items
	#A80028 - red to match council colour
*/
body
{
	font-family: Arial;
	font-size: 0.8em;
	background: #D68030;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	width: 950px;
}
.clear
{
	 clear:both;
	 height: 0px;
}

/*
	MAIN LAYOUT ELEMENTS
*/
#PageForm
{
	width: 950px;
}
#Container
{
	background: White;
}
#ContainerInner
{
	padding: 0px 33px;
}
#TopBar
{
	background: #F6FEFE;
	background-image: url(images/back_top.gif);
	background-repeat: repeat-x;
}
#TopBarL
{
	padding: 4px;
	float: left;
	width: 400px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.SearchPanel
{
	float: right;
	width: 400px;
	text-align: right;
	font-size: 0.9em;
}
.SearchPanel input
{
	font-size: 0.9em;
}
#Banner
{
	Width: 884px;
	Height: 175px;
}
#NavBar
{
	background: #F6FEFE;
	background-image: url(images/back_top.gif);
	background-repeat: repeat-x;
}
#SubNavBar
{
	background: #0085B1;
	height: 24px;
	margin-bottom: 24px;
}

/*
	TWO COLUMN LAYOUT
*/
#TwoColMainPage
{
	float: left;
	width: 650px;
	background: White;
}
#TwoColRightColumn
{
	float: right;
	width: 215px;
	background: White;
}

/*
	MAIN NAVIGATION
*/
#TopStories
{
	background: Black;
	color: White;
	padding: 3px 10px;
	float: left;
	margin-right: 0px;
}
#TopStories a
{
	color: White;
}
ul.navBar
{
	margin: 0;
	list-style-type: none;
}
ul.navBar li
{
	float: left;
}
ul.navBar li a
{
	margin-right: 6px;
	display: block;
	text-decoration: none;
	padding: 3px;
	padding-left: 12px;
	background: url(/images/bullet_off.gif) no-repeat left center;
	color: #686664;
}
ul.navBar li a:hover, ul.navBar li.current > a
{
	background: #0085B1 url(/images/bullet_on.gif) no-repeat left center;
	color: White;
}

/*
	SubNav
*/
#SubNavBar ul
{
	margin: 0;
	list-style-type: none;
}
#SubNavBar ul li
{
	float: left;
}
#SubNavBar ul li a
{
	margin-right: 8px;
	display: block;
	text-decoration: none;
	padding: 3px;
	padding-left: 12px;
	background: url(/images/bullet_on.gif) no-repeat left center;
	color: White;
}
#SubNavBar ul li a:hover, #SubNavBar ul li.current > a
{
	background: #0085B1 url(/images/bullet_on.gif) no-repeat left center;
	color: #B3C8CE;
}

/*
	FOOTER NAVIGATION
*/
#FooterNav
{
	margin-top: 18px;
	margin-bottom: 16px;
}
#FooterNav ul
{
	padding: 0;
	margin: 0;
}
#FooterNav ul li
{
	float: left;
	display: block;
	margin-right: 8px;
	width: 215px;
}
#FooterNav ul li.last
{
	margin-right: 0;
}
#FooterNav ul li a
{
	display: block;
	border-top: 3px solid #686664;
	padding-top: 4px;
	text-decoration: none;
	color: #686664;
}
#FooterNav ul li a:hover
{
	border-top-color: #0085B1;
	color: #0085B1;
}

/*
	FOOTER
*/
#FooterImage
{
	background: #A80028;
	background-image: url(/images/footer.gif);
	background-repeat: repeat-x;
	width: 950px;
	height: 56px;
	clear: both;
	text-align: right;
}
#FooterImage img
{
	border: 0;
	margin-top: 18px;
	margin-right: 20px;
}

/*
	OTHER STYLES
*/
.heading1
{
	color: #0085B1;
	border-bottom: 3px solid #0085B1;
	width: 100%;
	margin: 0;
	margin-bottom: 12px;
}
.heading2
{
	margin: 8px 0 0 0;
	font-size: 1.2em;
}
.heading3
{
	color: Black;
	text-decoration: none;
}
.heading3 a:hover, .heading3 a:hover
{
	text-decoration: underline;
}
.listp
{
	margin: 0;
}
.ArticleView h1
{
	font-size: 1.8em;
}
.ArticleView h2
{
	color: #0085B1;
	font-size: 1.2em;
}
.articleSection
{
	margin-bottom: 12px;
}
.articleList img
{
	float: right;
	border: 0;
	margin: 0 0 8px 8px;
}
.articleList
{
	margin-bottom: 12px;
}
.readmore a
{
	color: #A80028;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.readmore a:hover
{
	text-decoration: underline;
}

/*
	FEATURE BOX
*/
.FeatureBox
{
	background: #A80028;
	font-size: 1.2em;
	/*padding: 8px;*/
	margin-bottom: 12px;
	color: White;
	text-align: center;
}
.FeatureBox a
{
	color: White;
	text-decoration: none;
}
.FeatureBox a:hover
{
	text-decoration: underline;
}

/*

*/
.YourCopy
{
	background: #0085B1;
	font-size: 1.2em;
	font-weight: bold;
	color: White;
	margin-bottom: 2px;
	padding: 8px;
	text-align: center;
}
.YourCopy a
{
	color: White;
}
/*
	Cover Article
*/
#ThisIssue
{
	background: #0085B1;
	font-weight: bold;
	color: White;
	margin-bottom: 2px;
	padding: 8px;
	text-align: center;
}
.coverArticle
{
	min-height: 250px;
}
.coverArticle img
{
	float: right;
	border: 0;
	margin: 0 0 8px 8px;
}
.coverArticle a
{
	color: #A80028;
	font-weight: bold;
}

/*
	Council Info box
*/
.councilInfo
{
	border-top: 3px solid #A80028;
	margin-top: 10px;
}
.councilInfo h2
{
	color: #A80028;
	margin: 0;
	margin-top: 0.6em;
	font-size: 1.4em;
}
.councilInfo ul
{
	margin-top: 0;
	padding: 0;
	list-style-type: square;
	color: #A80028;
	margin-left: 1.5em;
}
.councilInfo a
{
	color: #A80028;
	text-decoration: none;
}
.councilInfo a:hover
{
	text-decoration: underline;
}

/*
	INPUTFORM
*/
.inputform label
{
	float: left;
	width: 150px;
}
.inputform input, .inputform textarea
{
	font-family: Arial;
	width: 220px;
	margin-bottom: 12px;
}
.inputform select
{
	margin-bottom: 12px;
}
.inputform .button
{
	width: auto;
	margin-left: 150px;
}
.inputform .radio label
{
	width: 220px;
}
.inputform .radiosmall label
{
	width: 100px;
}
.inputform .radiosmall input
{
	width: auto;
}

/*
	Archive List
*/
.ArchiveIssue
{
	width: 174px;
	height: 230px;
	float: left;
	text-align: center;
}