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

/* ---------------------------------------------  Forms --------------------------------------------- */

p {
	clear: left;
	}

legend {
	margin: 0;
	padding: 0;
	text-indent: 0;
	left: 0;
	}

input, textarea, select, option {
	font: 11px /1.3 Verdana, Arial, Helvetica, sans-serif;
	}

label {
	display: block;
	font-weight: bold;
	width: 100%;
	}

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: 270px;
	}

textarea {
	width: 270px;
	height: 80px;
	}

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: #666;
}

fieldset.checkboxgroup input {
	position: absolute;
	top: 0;
	left: 0;
	}

fieldset.checkboxgroup label {
	width: 500px !important;
	float: none !important;
	font-weight: normal;
}


/* -----------------------------------------  Image Gallery ----------------------------------------- */

#gallery {
	position: relative;
	margin: -10px -10px 0 0;
	}

.thumb {
	margin: 10px 10px 0 0;
	float: left;
	width: 106px;
	height: 110px;
	padding: 10px;
	font: 10px /1.5 verdana;
	border: 2px outset #999;
	text-align: center;
	-moz-border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	}

.thumb img {
	border: 2px inset #999;
	}

.caption {
	text-align: center;
	font: italic 100% /1 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}

.tools {
	clear: right;
	float: right;
	margin: 0;
	}

.gallerypages {
	text-align: right;
	}

/* -----------------------------------------  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 #666;
	}

li.archivelink {
	font-weight: bold;
	margin-top: 30px;
	}

.newslist li h4 {
	border-bottom: 1px solid #666;
	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 #666;
	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 #666;
	}

.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 #666;
	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 {
	left: 20px;
	top: 20px;
	width: 100px;
	padding: 5px;
	line-height: 1;
	font-size: 10px;
	background: #fff;
	border: 1px solid #999;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	}

/* 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";
	}/* Imported constants.css */

/* Imported gazetteinterface.css */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	background-color: #fff;
	color: #666;
	}
* html body {
	line-height: 1.225;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, h2 {
	margin: 8px 0;
	}

h1 {
	font: 1.8em /1em Arial, sans-serif;
	color: #488dc8;
	margin-top: 20px;
}

h2 {
	font: bold 1.5em /1em Arial, Helvetica, sans-serif;
	color: #808080;
	margin-top: 14px;
}

h3 {
	font: bold 1.2em /1em Arial, sans-serif;
	color: textColor;
}


h4 {
	font: bold 85% /1.3 Arial, sans-serif;
}

h5 {
	font-size: 143%;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
	font-weight: normal;
}

h6 {
	font-size: 112%;
	padding: 10px 10px 0 10px;
	margin-bottom: 0.1em;
}

p, ul, ol, pre, blockquote, td, legend {
	font-size: 1.2em;
	line-height: 1.2em;
	}

table {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
	}

blockquote {
	margin: 8px 0 8px 24px;
	}

blockquote p {
	font-size: 100%;
	}

ul, ol {
	margin-top: 8px;
	margin-bottom: 8px;
	}

ul li ul, ul h4, ul p {
	font-size: 100%;
	}

li {
	margin-bottom: 6px;
	list-style-type: disc;
	}

em {
	color: #0b67b5;
	}

a {
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
	}

a:link {
	color: #669;
	}

a:hover {
	color: #488dc8 !important;
	}


a:visited {
	color: #669;
	}

a:active {
	color: #fff;
	}

a img {
	border: 0 none;
	}

abbr, acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
	font-style: normal;
	}

hr {
	clear: both;
	height: 1px;
	color: #488DC8;
	background-color: #488DC8;
	border-width: 0;
	}

html>body hr {
	margin: 2em 10px;
	}

.border {
	border: 1px solid #488DC8;
	}

td {
	font-size: 10px;
}
td p {
	margin: 0 0 5px 0;
}
td h2 {
	font-size: 13px;
	font-weight: bold;
}
td h1 {
	margin: 0;
	padding: 0;
}

h1.solutions {
	margin: 0 0 0 0;
	padding: 10px 0 2px 0;
	width: 110px;
}
html>body h1.solutions {
	padding: 10px 0 4px 0;
}

#home td {
	width: 25%;
	vertical-align: top;
	padding: 6px;
	margin: 0 2px;
}
#home td img {
	padding: 0;
	margin: 0;
}
#home td.border {
	/*
	width: 18%;
	*/
	border-top: 1px solid #D9EDFB;
	border-bottom: none;
	border-right: 1px solid #D9EDFB;
	border-left: 1px solid #FBFCFE;
}
#home td.readmore {
	/*
	width: 18%;
	*/
	text-align: right;
	border-bottom: 1px solid #D9EDFB;
	border-right: 1px solid #D9EDFB;
	border-left: 1px solid #FBFCFE;
}


/* -----------------------------------------  CMS Styles ------------------------------------------ */

h1.pagetitle {

	}

h1.pagetitle img {
	float: right;
}

h2.subtitle {
	clear: both;
}

.highlighted {
	color: #2577dc;
	}

.leftalign {
	text-align: left;
	}

.centeralign {
	text-align: center;
	}

.rightalign {
	text-align: right;
	}

img.imgleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	}

img.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}

a.button_sidebar {
	display: block;
	background: transparent url(/images/bg-button-sidebar.png) no-repeat;
	color: #fff;
	text-decoration: none;
	font: bold 10px /1 Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	}


a.button_body {
	float: right;
	display: inline;
	width: 173px;
	margin: 10px 0 10px 180px;
	background: transparent url(/images/bg-button-body.png) no-repeat;
	color: #488dc8;
	text-decoration: none;
	font: bold 10px /1 Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	}

a:hover.button_body {
	color: #999 !important;
	}
