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

/* Failed to find constants.css */

/* --------------------------------  Forms -------------------------------- */

form p {
	clear: left;
	}

input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	color: textColor;
	}

label, span.legend {
	float: left;
	width: 80px;
	}

p.checkbox, 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;
	}


fieldset.checkboxgroup {
	margin: 0;
	padding: 0;
	border: 0 none;
}

fieldset.checkboxgroup ul {
	margin: 0;
	padding: 0;
}

fieldset.checkboxgroup ul li {
	position: relative;
	list-style: none;
	padding: 3px 20px 0 20px;
	zoom: 1;                       /* IE   */
	display: inline;       /* IE   */
}

html > body .checkboxgroup ul li {
	float: left;           /* Others      */
}

fieldset.checkboxgroup ul li.endline {
}

/* the newline stuff needs to be revisited for ie    */

fieldset.checkboxgroup ul li.newline {
	clear: left;
}

fieldset.checkboxgroup legend {
	font-weight: bold;
	margin-left: -7px;
	color: #999;
}

fieldset.checkboxgroup input {
	position: absolute;
	top: 0;
	left: 0;
}

fieldset.checkboxgroup label {
	width: auto !important;
	float: none !important;
	font-weight: normal;
}

/* -----------------------------  Image Gallery ----------------------------- */

#gallery {
	width: 417px;
	float: right;
	margin-left: 30px;
	}

#gallery p {
	display: none;
	}

.thumb {
	margin: 1px;
	float: left;
	border: 1px solid #ccc;
	}

.thumb img {
	display: block;
	}

.caption {
	display: none;
	}

.tools {
	clear: right;
	float: right;
	margin: 0;
	}

.gallerypages {
	text-align: right;
	}

.clear {
	font-size: 1px;
	}

/*-----------------------------  News List ----------------------------- */

.newslist {
	margin-top: 10px;
	}

.newslist ul {
	clear: both;
	padding: 0;
	margin: 0;
}

.newslist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

.newslist li.short {
	margin-bottom: 10px;
}

.newslist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid textColor;
	}

li.archivelink {
	font-weight: bold;
	margin-top: 30px;
	}

.newslist li h4 {
	border-bottom: 1px solid textColor;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.newslist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

.newslist li p.more {
	text-align: right;
	margin: 0;
	}

.newslist .date {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0;
	font-weight: normal;
	}

.newslist li h2 {
	border-bottom: 1px solid textColor;
	padding: 0;
}

li.group, li.group ul {
	padding: 0;
}

/*-----------------------------  Event List ----------------------------- */


ul.eventlist  {
	padding: 0;
	margin: 0;
}

.eventlist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

.eventlist li.short {
	margin-bottom: 10px;
}

.eventlist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid textColor;
	}

.eventlist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

.eventlist li p.more {
	text-align: right;
	margin: 0;
	}

.eventlist .date {
	float: right;
	margin: 0;
	font-weight: bold;
	}

.eventlist li h4 {
	border-bottom: 1px solid textColor;
	padding: 0;
	margin: 0;
}

.eventlist li h4 a {
	text-decoration: none;
}

/* ----------------------------------- Accessible More Links ---------------------------------------*/

/* Hide the span off screen	*/
.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...*/
.more a:hover, .more a:focus, .more a:active {
	position: relative;
	}

/* Take the previously hidden span and display it near the anchor   */
.more a:hover span, .more a:focus span, .more a:active span {
	right: -120px;
	top: 0px;
	width: 100px;
	padding: 5px;
	line-height: 1.1em;
	font-size: 10px;
	background: #fff;
	border: 1px solid #666;
	color: #000;
	text-decoration: none;
	text-align: left;
	}

/* IE doesn't show this - but others do.  */
.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 {
	margin: 0;
	}
#header h1 a {
	float: left;
	}
#feature {
	float: left;
	}
#header img {
	vertical-align: top;
	}

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

#container {
	margin: 48px auto;
	width: 770px;
	}

#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 {

	}
	
.internal #maincontent {
	margin: 16px 30px 16px 163px;
	}

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


#footer-wrapper {
	clear: both;
	}
	
#footer {
	padding: 4px 20px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #fff;
	}
	
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:  8px 0;
	}
	
#subnav ul {
	margin: 0;
	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: 2px 0;
	}

#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: #f1f1f1;
	/*#2f2e1d url(/images/bg-body.gif) repeat-x; */
	}
	
a:link, a:visited {
	color: #f60;
	}
	
#container {
    background: #fff;
	}
	
body.internal #container {
	background-color: #fff;
	}

	
#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: #fff;
	background: #0a5650 url(/images/bg-footer.gif) repeat-x;
	border-bottom: solid 2px #fff;
	}


/* --- Typography --- */


	
#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 --- */

#maincol {
	float: left;
	width: 520px;
	padding: 10px;
	}

#sidecol {
	float: right;
	width: 220px;
	padding: 0px;
	}

#aboutusbox {
	padding: 24px;
	background: #095650;
	color: #fff;
	border-left:solid 7px white;
	}

#latestnewsbox {
	background: url(/images/grey-arrow.gif) top left no-repeat;
	padding: 10px 24px;
	color: #963;
	}	
	
#latestnewsbox h2 {
	font-weight: normal;
	}
	
.biggertext {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 12px;
	}
	
td#servicelinks{ 
	font-size: 15px; 
	letter-spacing: -0.5px;
	padding-right: 20px; 
	width: 260px;
	}

div.lead-in {
	background-color: #efefef;
	float: left;
	width: 100%;
	padding-right: 10px;
	margin-bottom: 5px;
	}

div.lead-in p {
	margin: 0;
	}

div.lead-in img {
	margin-bottom: 0;
	}

ul#headlines {
	margin: 0;
	padding: 0;
	}

ul#headlines li {
	list-style: none;
	margin: 0 0 8px 0;
	}


ul#headlines .date {
	display: block;
	}
	
ul#headlines a {
	display: block;
	}

.udm li a {
 	text-transform: uppercase;
	}
