/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */

/* Imported constants.css */

/* --------------------------------  Forms -------------------------------- */

form p {
	clear: left;
	}

input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	color: textColor;
	}

label, span.legend {
	float: left;
	width: 80px;
	}

form p.checkbox, form p.radio {
	float: left;	/*	needs to float to take up the right amount of space (all the contents floats) 	*/
	width: 100%;	/*	ie needs this	*/
	}

p.checkbox input, p.radio input {
	float: left;
	background: 0 none;
	}

p.checkbox label, p.radio label {
	width: auto;
	padding: 2px;
	font-weight: normal;
	}

label.tip {
	cursor: help;
	background: transparent url(/images/bg-tip.png) no-repeat top right;
	}

input.text {
	width: 100px;
	}

textarea {
	width: 270px;
	height: 80px;
	}

input.button {
	}

#errorbox {
	border-top: 1px dotted #c00;
	border-bottom: 1px dotted #c00;
	margin: 20px 0;
	}



/* -----------------------------  Image Gallery ----------------------------- */

#gallery {
	width: 417px;
	float: right;
	margin-left: 30px;
	}

#gallery p {
	display: none;
	}

#gallery .thumb {
	margin: 1px;
	float: left;
	border: 1px solid #ccc;
	}

#gallery .thumb img {
	display: block;
	}

#gallery .caption {
	display: none;
	}

#gallery .tools {
	clear: right;
	float: right;
	margin: 0;
	}

#gallery .gallerypages {
	text-align: right;
	}

#gallery .clear {
	font-size: 1px;
	}

/*-----------------------------  News List ----------------------------- */

div.newslist {
	margin-top: 10px;
	}

div.newslist ul {
	padding: 0;
	margin: 0;
}

div.newslist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

div.newslist li.short {
	margin-bottom: 10px;
}

div.newslist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid textColor;
	}

div.newslist li.archivelink {
	font-weight: bold;
	margin-top: 30px;
	}

div.newslist li h4 {
	border-bottom: 1px solid textColor;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

div.newslist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

div.newslist li p.more {
	text-align: right;
	margin: 0;
	}

div.newslist .date {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0;
	font-weight: normal;
	}

div.newslist li h2 {
	border-bottom: 1px solid textColor;
	padding: 0;
}

div.newslist li.group, li.group ul {
	padding: 0;
}

/*-----------------------------  Event List ----------------------------- */


ul.eventlist  {
	padding: 0;
	margin: 0;
}

ul.eventlist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

ul.eventlist li.short {
	margin-bottom: 10px;
}

ul.eventlist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid textColor;
	}

ul.eventlist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

ul.eventlist li p.more {
	text-align: right;
	margin: 0;
	}

ul.eventlist .date {
	float: right;
	margin: 0;
	font-weight: bold;
	}

ul.eventlist li h4 {
	border-bottom: 1px solid textColor;
	padding: 0;
	margin: 0;
}

ul.eventlist li h4 a {
	text-decoration: none;
}

/* ----------------------------------- Accessible More Links ---------------------------------------*/

/* Hide the span off screen	*/
p.more span {
	position: absolute;
	left: -2000px;
	width: 900px;
	}

/* On 'hover' set the anchor to 'position:relative' to get a measuring point.
	Somehow IE doesn't like it when this is in the '.more a' declaration...*/
p.more a:hover, .more a:focus, .more a:active {
	position: relative;
	}

/* Take the previously hidden span and display it near the anchor   */
p.more a:hover span, .more a:focus span, .more a:active span {
	left: -220px;
	bottom: 0px;
	width: 200px;
	padding: 5px;
	line-height: 1.1em;
	font-size: 10px;
	background: #fff;
	border: 1px solid #666;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	}

/* IE doesn't show this - but others do.  */
p.more a:hover span:before, .more a:focus span:before, .more a:active span:before {
	content: "Read more about";
	}

/* ----------------------------------- Newsletter Signup ---------------------------------------*/

#supportingcontent .errortitle {
	display: none;
}

#supportingcontent #errorbox {
	border: none;
}

#supportingcontent #errorlist {
	color: red;
	list-style: none;
	padding: 0;
	margin: 0;
}

#supportingcontent li {
	color: red;
	list-style: none;
	font-weight: bold;
}

#newslettersignup .success {
	font-weight: bold;
	margin: 5px 0
}


/* ----------------------------- SHopping cart in RHS column ----------------------------- */

#cart.highlight h2
{
	color: #090;
}

#cart table
{
	width: 100%;
}

#cart table td.name
{
	font-weight: bold;
}

#cart table td span.attributes
{
	font-size: 85%;
	display: block;
}

#cart td.remove a {
	display: block;
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
	padding: 0 2px 1px;
	text-align: center;
	line-height: 1;
	}


/* ----------------------------- FileBag stuff ----------------------------- */
#filebag {
	border: 1px solid #999;
	padding: 4px;
	margin: 0 0 10px 0;
}
#filebag ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-position: outside;

	color: #00C;
}
#filebag li {
	float: left;
	clear: both;
	width: 100%;
}
#filebag span {
	float: left;
	clear: none;
	display: block;
	width: 80%;
}
#filebag li a.remove {
	float: right;
	clear: right;
	display: block;
	width: 10%;
	text-decoration: none;
}
#filebag li a.remove:hover {
	color: #C00;
}/* Imported gazetteinterface.css */

#skip, #print, #print-logo {
	display: none;
	}
#header h1 a {
	display: block;
	position: relative;
	top: 0px;
	left: 10px;
	width: 120px;
	height: 100px;
	text-indent: -10000px;
	overflow: hidden;
	}

/* ------------------------------------ Layout ---------------------------------------*/

#container {
	margin: 25px auto;
	width: 750px;
	}

#header {
	padding-top: 140px;
	}

#content {
	clear: both;
	padding-top: 1px;
	border-top: solid 1px #ccc;
	}

#mainnav ul {
	margin: 0;
	padding: 8px;
	width: 100%;
	overflow: hidden;	/*	to appear to contain its floating children	*/
	}

#mainnav li {
	list-style: none;
	float: left;
	margin: 0;
	}

#mainnav li a {
	display: block;
	padding: 0px 10px;
	}
	
#maincontent {
	padding-bottom: 0;
	}
	
.home #maincontent {
	margin: 16px;
	}
	
.internal #maincontent {
	margin: 16px 30px 16px 215px;
	}

#subnav {
	float: left;
	width: 180px;
	margin: 0 0px;
	padding: 10px;
	}


#footer-wrapper {
	clear: both;
	}
	
#footer {
	padding: 2px 20px;
	}
	
#footer p {
	margin: 0;
	}
	
ul#utilities  {
	float:  right;
	margin: 0;
	padding: 0;
	top: -1em;
	left:  100px;

	}

ul#utilities li {
	list-style: none;
	float:  left;
	margin: 0 0 0 10px;
	padding: 0;
	}

form#search { 
	display:  none;
	position: absolute;
	top: 25px;
	width: 730px;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: right;
	}

form#search label {
	float: none;
	font-weight: normal;
	color: #fff;
	}

#subnav h3 {
	margin:  0;
	}
	
#subnav ul {
	margin: 0;
	margin-right: 9px;
	padding: 0;
	}

#subnav ul li {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
	}

#subnav ul li.thiscategory{
	font-weight: bold;	
	}

#subnav ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	}

#subnav ul ul {
	margin: 0;
	}

#subnav ul ul li a {
	padding-left: 20px;
	}

#subnav ul li.category a {
	background: transparent url(/images/subnav-right.gif) right center no-repeat;
	}

#subnav ul li.thiscategory a {
	background: transparent url(/images/subnav-down.gif) right center no-repeat;
	}


/* --- Skin (Colors / Backgrounds) --- */ 

body {
	background: #55555d url(/images/bg-body.jpg) no-repeat;
	}
	
#container {
    background: #fff;
	}
	
body.internal #container {
	background: #fff url(/images/bg-sidenav.png) bottom left no-repeat;
	}

#header {
	background: #55555d url(/images/masthead-combined.jpg) top left no-repeat;
	color: #222;
	}

#mainnav {
	background: #dedee0;
	border-top: solid 1px #222;
	border-bottom: solid 1px #555;
	}
	
#mainnav li a {
	color: #034367;
	border-right: solid 1px #999;
	}
	
#subnav li a {
	color: #034367;
	border-bottom: solid 1px #ccc;
	}

div.supportingboxes {
	float: right;
	width: 160px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
	}

div.supportingboxes div.box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
div.supportingboxes div#box1 {
	border-bottom: 1px solid #ccc;
	}

#crumb {
	color: #999;
	padding-top: 30px;
}	
#crumb a {
	color: #777;
}


#footer {
	color: #555;
	background-color: #cdcdcf;
	border-top: solid 1px #555;
	}


/* --- Typography --- */

 

#mainnav li a, #subnav li a {
	font-family:  'Trebuchet MS', Verdana, Arial sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	
	
#subnav ul li.category a,
#subnav ul li.thiscategory li.category a,
#subnav ul li.thiscategory li.content a {
	font-weight: normal;
	}

#subnav ul li.thiscategory a {
	font-weight: bold;
	}

#subnav ul li.content a {
	font-weight: normal;
	}

#subnav ul li.thiscontent a {
	font-weight: bold;
	}



/* --- Homepage --- */




body.home div.box {
	float: left;
	margin: 16px 0;
	padding: 10px 20px;
	}

body.home #welcome {
	width: 420px;
	margin-right: 10px;
	background: #fff url(/images/bg-news.jpg) bottom left no-repeat;
	min-height: 200px;
	}

body.home #news {
	width: 207px;
	background: #fff url(/images/bg-welcome.jpg) bottom left no-repeat;	
	min-height: 200px;
	}

#news ul {
	margin: inherit 0 0;
	padding: 0;
	}

#news li {
	list-style: none;
	float: left;
	margin: 0 0 8px 0;
	}


#news .date {
	display: block;
	float: left;
	width: 70px;
	}
	
#news a {
	display: block;
	float: left;
	width: 207px;
	}

#news .more a{
	float: none;
	width: auto;
	margin: 0;
	}
