/* Client: Bobbin - Spindle framework		Date: 25 Aug 2009
----------------------------------------------------------------------------- */


/* RESET CODE
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* CLEAR AND FLOATS
----------------------------------------------------------------------------- */

.clear,
br {
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

.right {
	float:right;
}

.left {
	float:left;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
	z-index:99;
}


/* STRUCTURE
----------------------------------------------------------------------------- */


.head, .prime, .banner, .container, .foot {
	clear:both;
	margin:0 auto;
}

/* This forces a vertical scroll bar regardless of page height, simply to combat the irritating page shift. */
html {
	height:101%;
	margin-bottom:1px;
}

/* for ie5.5 / 6.0 - realign the text */
* html .head, * html .prime, * html .banner, * html .container, * html .foot {
	text-align:left;
}

body {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	font-size:100%;
	background:#FFFFFF;
}

/*
 For FireFox, Chrome and Safari - default monospace font too small
 See: http://www.undermyhat.org/blog/2009/09/css-font-family-monospace-renders-inconsistently-in-firefox-and-chrome/
*/
pre, code, samp, kbd, tt {
  font-family:"Courier New" , monospace;
}

/* Container for the whole page */
div.page_outer {
	margin:0 auto;
	padding:0;
	position: relative;
	width:1060px;
}

div.page_inner {
	margin:0 50px 0 50px;
}

ul.primarynav_extra {
	display:block;
	height:28px;
	width:175px;
}

ul.primarynav_extra li {
	border-right:0 !important;
	list-style:none;
	padding:0 !important;
}

ul.primarynav_extra li a {
	background: transparent url('../images/trustee-login.gif') 0px 0px no-repeat;
	color: #FFFFFF;
	display:block;
	font-size: 0.8em;
	font-weight: bold;
	line-height:28px;
	text-indent:10px;
	width:175px;
}

ul.primarynav_extra li a:hover {
	background: transparent url('../images/trustee-login.gif') 0px -28px no-repeat;
	color: #5d707e;
	text-decoration: none;
}

div.logo {
	float: left;
	height:150px;
}

div.logo img {
	display:block;
	position:relative;
	top:20px;
}

div.strapline {
	float: right;
	margin-top: 80px;
	text-align: right;
	width: 700px;
}

div.strapline p {
	color: #546c76;
	font-size: 1.1em;
	font-weight: normal;
}

div.container {
	margin-bottom: 15px;
	margin-top:15px;
	padding:0;
	clear:both;
	min-height:300px;
	height:auto !important;
	height:300px;
}

div.home_container {
	clear: none;
	float: left;
	margin-bottom: 0px !important;
	margin-top: 5px !important;
}

/* fixes collapse of empty div in firefox */
.spacer {
	white-space:pre;
}


/* SPOTLIGHT STYLES
----------------------------------------------------------------------------- */


div.spotlight {
	padding:15px 0 0 0;
}


/* CAROUSEL STYLES
----------------------------------------------------------------------------- */

div.carousels {
	height:230px;
	width:630px;
	overflow:hidden;
}

div.carousels div#fader img {
	display:block;
}

div.carousel_list div.carousel {
	margin-bottom: 5px;
	margin-right: 5px;
	float:left;
}

div.carousel_list img.slide,
div.carousel_list div.carousel {
	height:153px;
	width:274px;
	display:block;
}



/* CHANNEL STYLES
----------------------------------------------------------------------------- */

div.channels {
	margin-bottom: 30px;
	padding-top:15px;
}

div.channel {
	margin-bottom:10px;
	height:110px;
	width:310px;
	line-height:0;
}

div.channel.last {
	margin-bottom:0;
}

div.channel a,
div.channel img {
	display:block;
}


/* BULLET STYLES
----------------------------------------------------------------------------- */

div.content_two ul, div.content_three ul {
	padding-left:0px;
}

div.content_two ul li, div.content_three ul {
	font-size:0.8em;
	line-height:1.44em;
	background:url("/images/bullet.gif") no-repeat scroll 0 7px transparent;
	list-style:none outside none;
	padding-left:15px;
}


/* ROLLOVER STYLES
----------------------------------------------------------------------------- */


a.rollover {
	display:block;
	width:100%;
	height:100%;
}

a.rollover:hover {
	background-position:bottom;
}

a.rollover span {
	position:absolute;
	left:-5000px;
}


/* BANNER STYLES
----------------------------------------------------------------------------- */


div.banner {
	background: #ede80a;
	margin-bottom: 15px;
	position: relative;
}

div.banner img {
	display:block;
}

div.banner p.banner {
	color: #5c707b;
	font-size: 2.8em;
	padding: 15px 10px 15px 10px;
}


/* NAVIGATION GRID STYLES
----------------------------------------------------------------------------- */


div.navigationGrid div.navigation {
	/* border: 1px solid #000000; */
	width:100px;
	margin-right:18px;
	margin-bottom:8px;
	text-align:center;
}

div.navigationGrid div.navigation h2 {
	font-size:0.8em;
	font-weight:bold;
}

div.navigationGrid div.navigation.rowEnd {
	margin-right:0;
}

div.navigationGrid div.navigation .title {
	padding:2px;
}

div.navigationGrid div.navigation .text p {
	padding:0;
	margin:0;
	text-align:left;
}


/* ADMIN FORM STYLES
----------------------------------------------------------------------------- */


div.adminForm {
}

form.admin {
	font-size:0.75em;
}

form.admin p {
	font-size:1em;
	padding:0;
	margin:0 0 0.5em 0;
}

form.admin fieldset {
	border:1px #CCCCCC solid;
	padding:10px;
	margin-top:20px;
}

form.admin legend {
	font-weight:bold;
	font-size:1.2em;
	color: #000000;
}

form.admin div.row {
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}

form.admin div.row input {
	vertical-align:text-bottom;
}

form.admin div.row div {
	margin-left:178px;
}

form.admin label {
	display:block;
	float:left;
	font-weight:bold;
	padding:0 8px 0.5em 0;
	text-align:right;
	width:170px;
}

form.admin div.row div label {
	display:block;
	float:none;
	font-weight:normal;
	text-align:left;
	width: auto;
	padding:0;
}

form.admin label sup {
	color:#FF0000;
}

form.admin legend.error,
form.admin div.row p.error {
	color:#FF0000;
}

form.admin div.row p.note {
	color:#555555;
}


/* LOGIN FORM STYLES
----------------------------------------------------------------------------- */


form.login {
	font-size:0.75em;
	padding: 100px 234px 100px 234px;
}

form.login p {
	font-size:1em;
}

form.login fieldset {
	border:1px #CCCCCC solid;
}

form.login legend {
	font-weight:bold;
}

form.login div.row {
	clear:both;
	margin-bottom:10px;
}

form.login div.row input {
	vertical-align:text-bottom;
}

form.login div.row div {
	margin-left:178px;
}

form.login label {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:170px;
}

form.login label sup {
	color:#FF0000;
}

form.login div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.login div.row p.note {
	color:#555555;
	text-align:right;
}


/* NEWSLETTER FORM STYLES
----------------------------------------------------------------------------- */


form.newsletter {
	font-size:0.75em;
}

form.newsletter fieldset {
	border:1px #CCCCCC solid;
}

form.newsletter div.row {
	clear:both;
	margin:10px;
}

form.newsletter div.row input {
	vertical-align:text-bottom;
	width:210px;
}

form.newsletter div.row input.natural {
	width:auto;
}


form.newsletter label {
	display:block;
	font-weight:bold;
	margin-right:10px;
}


/* CONTACT FORM STYLES
----------------------------------------------------------------------------- */


form.contact {
	font-size:0.75em;
}

form.contact p {
	font-size:1em;
}

form.contact div.row {
	margin-bottom:10px;
}

form.contact div.row input {
	width:100%;
}

form.contact div.natural input {
	width:auto;
}

form.contact div.row textarea {
	width:100%;
}

form.contact label {
	color: #5D707E;
	font-weight: bold;
}

form.contact label sup {
	color: #5D707E;
}


form.contact div.row p.error {
	color:#FF0000;
	text-align:center;
}

form.contact div.row p.note {
	text-align:right;
}


/* CONTENT GRID STYLES
----------------------------------------------------------------------------- */

div.content_grids {
	width:780px;
	margin-left:10px;
	margin-right:10px;
	float:right;
}

div.content_grid {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	overflow: hidden;
	width:140px;
}

div.content_grid.rowEnd {
	margin-right: 0;
}

	div.content_grid .content img.no_zoom {
		margin-bottom: 10px;
	}

	div.content_grid .content h2 {
		color: #5c707b;
		font-size: 0.75em;
		margin: 0 0 5px 0;
		padding: 0;
	}

	div.content_grid .content h3 {
		color: #5c707b;
		font-size: 0.75em;
		font-weight: normal;
		margin: 0 0 5px 0;
		padding: 0;
	}


/* GENERAL DYNAMIC CONTENT STYLES
----------------------------------------------------------------------------- */

div.content h1 {
	color: #666666;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}

div.content h2 {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}

	div.content div.first_block div.first_block_head {
		background: #5D707E;
		margin: 0 0 20px 0;
	}

	div.content h1.first_title,
	div.content h2.first_title {
		color: #FFFFFF;
		display: inline;
		font-weight: normal;
		line-height: 40px;
		margin: 0 0 0 10px;
		padding: 0;
	}

div.content span.first_title {
	display:block;
	min-height: 0;
	height: auto !important;
	height: 0;
	margin: 0;
	padding: 0;
}

div.content h3 {
	font-size:0.9em;
	font-weight:bold;
	color:#787878;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}

div.content ul {
	margin: 0 0 10px 0;
	padding:0 10px 0 20px;
}

div.content ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}

div.content p {
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
	font-size:0.75em;
}

	div.content div.first_block p {
		color: #666666;
		font-size: 1.3em;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 0 10px 0 10px;
	}

div.content table {
	font-size:0.75em;
	line-height:18px;
}

div.content .content_image {
	padding:4px 4px 4px 4px;
	line-height:0;
}

div.content .content_image.right {
	margin:5px 0 5px 10px;
}

div.content .content_image.left {
	margin:5px 10px 5px 0;
}

div.content .content_image.full {
	padding:0;
	border:none;
}

div.content span.zoom {
	display:block;
	font-weight:bold;
	text-align:center;
	background:#EEEEEE;
	color:#555555;
	line-height:12px;
	font-size:10px;
	margin:0 0 1em 0;
}

div.content a.lightbox img {
	display:block;
}

div.content p.textleft {
	text-align:left;
}


/* CONTENT COLUMN ONE
----------------------------------------------------------------------------- */


div.content_one {
	width: 140px;
	float:left;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	display:inline;
	margin-right: 10px;
}

div.home_content_one {
	width:230px;
	margin:0 20px 0 0;
	padding: 15px 0 0 0;
}

/* CONTENT COLUMN TWO
----------------------------------------------------------------------------- */


div.content_two {
	width:550px;
	float:left;
	display:inline;
}

div.home_content_two {
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
	width:380px;
}

	div.home_content_two h1,
	div.home_content_two h2,
	div.home_content_two p {
		padding-left: 0;
	}

div.admin_content_two {
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
	width:731px;
}


/* CONTENT COLUMN THREE
----------------------------------------------------------------------------- */


div.content_three {
	width:240px;
	float:right;
	display:inline;
}


/* CONTENT COLUMN FOUR
----------------------------------------------------------------------------- */


div.content_four {
	width:260px;
	display:inline;
}

div.content_four_left {
	display: inline;
	margin-bottom: 25px;
	width: 300px;
}

div.content_four_right {
	display: inline;
	margin-bottom: 25px;
	width: 220px;
}

/* CONTENT COLUMN FIVE
----------------------------------------------------------------------------- */


div.content_five {
	width:800px;
	float:right;
	display:inline;
}


/* PRIMARY NAVIGATION
----------------------------------------------------------------------------- */


div.prime {
	background: transparent url('../images/prime-inactive.gif') top left repeat-x;
	height: 28px;
	overflow: hidden;
}

	div.prime ul.primarynav {
		margin: 0;
		padding: 0;
	}

		div.prime ul.primarynav li {
			border-right: 1px solid #FFFFFF;
			display: block;
			float: left;
			height: 28px;
		}

			div.prime ul.primarynav li a {
				display: block;
				font-size: 0.9em;
				font-weight: bold;
				line-height: 28px;
				padding: 0 19px 0 19px;
			}

				div.prime ul.primarynav li a:link,
				div.prime ul.primarynav li a:visited {
					background: transparent url('../images/prime-inactive.gif') top left repeat-x;
					color: #FFFFFF;
					text-decoration: none;
				}

				div.prime ul.primarynav li a:active,
				div.prime ul.primarynav li a:hover {
					background: transparent url('../images/prime-rollover.gif') top left repeat-x;
					color: #FFFFFF;
					text-decoration: none;
				}

				div.prime ul.primarynav li.active a:link,
				div.prime ul.primarynav li.active a:visited,
				div.prime ul.primarynav li.active a:active,
				div.prime ul.primarynav li.active a:hover {
					background: transparent url('../images/prime-active.gif') top left repeat-x;
					color: #5d707e;
				}

div.prime .right {
	line-height:2em;
}


/* SIDE NAVIGATION
----------------------------------------------------------------------------- */

div.sidenav {
	font-size: 0.8em;
}

	div.sidenav ul.level0 {}

		div.sidenav ul.level0 li {
			clear: both;
			list-style: none;
		}

			div.sidenav ul.level0 li a {
				display: block;
				float: left;
				min-height: 16px;
				height: auto !important;
				height: 16px;
				line-height: 16px;
				padding: 0 0 3px 10px;
			}

			div.sidenav ul.level0 li.last a {
				padding-bottom: 6px;
			}

				div.sidenav ul.level0 li a:link,
				div.sidenav ul.level0 li a:visited {
					color: #999999;
					text-decoration: none;
				}

				div.sidenav ul.level0 li a:active,
				div.sidenav ul.level0 li a:hover {
					color: #5C707C;
					text-decoration: none;
				}

			div.sidenav ul.level0 li a.active {
				background: transparent url('../images/nav-arrow.gif') 0px 3px no-repeat;
				color: #5C707C;
				font-weight: bold;
			}

			div.sidenav ul.level0 li a.expanded {
				color: #5C707C;
				font-weight: bold;
			}

			div.sidenav ul.level0 li span {
				display: block;
				height: 16px;
			}

			div.sidenav ul.level1 {
				margin-left: 10px;
			}

				div.sidenav ul.level2 {
					margin-left: 10px;
				}
					
					div.sidenav ul.level3 {
						margin-left: 10px;
					}


/* ADMIN STYLES
----------------------------------------------------------------------------- */


div.admin {
	background: #dadada;
	margin-bottom:8px;
	padding-bottom:2px;
}

div.adminGroup {
	margin-bottom:25px;
}

p.admin {
	top:2px;
	left:2px;
	margin:0;
	padding:0 1px 0 1px;
}

div.content p.admin {
	margin-bottom:0;
	padding: 0;
}

p.admin, p.admin a {
	display:inline;
	font-size:11px;
	line-height:18px;
	height:18px;
	font-weight:normal;
	color:#BB141A;
	text-decoration:none;
}

p.admin a img,
div.sidenav li.admin img {
	vertical-align:-20%;
	display:inline;
}

p.admin a img {
	padding:0;
}

p.admin a {
	padding-left:1px;
	padding-right:1px;
}

p.admin a:hover {
	background-image:none;
}

p.admin.absolute {
	background: #ffffff;
	border:1px solid #aaaaaa;
}

div.sidenav li.admin a {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	color:#BB141A;
}

div.sidenav li span.admin {
	float:right;
}

div.sidenav li span.admin a {
	display:inline;
	float: none;
	color:#BB141A;
	font-weight:normal;
	padding:0;
	margin:0;
}

div.sidenav li span.admin a:hover {
	background:none;
}


/* BREADCRUMB NAVIGATION
----------------------------------------------------------------------------- */


div.breadcrumb {
	font-size:0.8em;
	margin-left:231px;
}


/* FOOTER NAVIGATION
----------------------------------------------------------------------------- */


div.foot {
	background: transparent url('../images/footer.gif') top left repeat-x;
	margin:0 auto 10px auto;
	width:960px;
	clear:both;
	height:50px;
}

div.foot ul {
	float: right;
}

div.foot ul li {
	padding:0;
	margin:0;
	display:inline;
	float: left;
	color:#0000ff;
}

div.foot ul li a {
	background: transparent url('../images/footer-login.gif') top left no-repeat;
	color:#ffffff;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	padding: 0 8px 0 12px;
	text-align:left;
	text-decoration:none;
}

div.foot ul li a:hover {
	text-decoration:underline;
}

div.foot ul li.active a {
	text-decoration:underline;
}

div.foot .right {
	line-height:1.5em;
	margin:0;
	padding-left:1.5em;
}

div.foot p {
	font-size:0.75em;
}

div.foot p.copyright {
	color:#666666;
	float:left;
	left: 10px;
	position:relative;
	top:5px;
}

div.foot p.address {
	color:#ffffff;
	display:block;
	float:left;
	font-weight:bold;
	line-height:22px;
	padding:0;
	text-indent:10px;
}

div.foot p.credits {
	font-size:10px;
	color:#999999;
	float:right;
	position:relative;
	right:10px;
	top:5px;
}

div.foot p.credits a {
	text-decoration:none;
	color:#999999;
}

div.foot p.credits a:hover {
	text-decoration:underline;
	color:#999999;
}


/* IMAGE BAND STYLES
----------------------------------------------------------------------------- */


div.imageBands {
	margin:10px auto 0 auto;
	padding:5px 0 0 0;
	width:960px;
	clear:both;
	background:#ffffff;
	border-top:1px solid #BBBBBB;
}

div.imageBands .last {
	padding-right:0;
}

div.imageBand {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
	height:100px;
}


/* ARTICLE STYLES
----------------------------------------------------------------------------- */

div.article_summary div.content {
	background: #dee2e5;
}

div.article_summary div.oddRow {
	background: #c4cbd1 !important;
}

div.article_summary cite {
	color: #000000;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 28px;
	padding: 0 10px 0 0;
}

div.article_summary h2 {
	font-size: 0.8em;
	margin: 0;
	padding: 0 10px 0 10px;
}

	div.article_summary h2 a {
		line-height: 28px;
	}

		div.article_summary h2 a:link,
		div.article_summary h2 a:visited {
			color: #000000;
			text-decoration: none;
		}

		div.article_summary h2 a:active,
		div.article_summary h2 a:hover {
			color: #000000;
			text-decoration: underline;
		}


/* CALENDAR STYLES
----------------------------------------------------------------------------- */

div.calendar {
	font-size:80%;
}

div.calendar table {
	border-collapse:separate;
	width:75%;
	margin:0 auto;
	border:1px solid #dddddd;
}

div.calendar th,
div.calendar td {
	text-align:center;
}

div.calendar th {
	font-size:80%;
}


div.calendar td {
	width:14%;
	line-height:1.8em;
	background:#e6e6e6;
	border: 2px solid #ffffff;
}

div.calendar th.previous {
	border-right:2px solid #ffffff;
	vertical-align:middle;
}

div.calendar th.current {
}

div.calendar th.next {
	border-left:2px solid #ffffff;
}

div.calendar a {
	display:block;
}

div.calendar a,
div.calendar a:hover {
	text-decoration:none;
}

div.calendar td.plain {
	background:#ffffff;
}

div.calendar tr.header {
	background:#9cabb6;
	color:#ffffff;
}

div.calendar tr.header th {
	padding:2px 0;
}

div.calendar td.today {
	border:2px solid #aa0000;
}


div.calendar td.busy {
	background:#9cabb6;
	color:#ffffff;
}


/* GENERIC STYLES
----------------------------------------------------------------------------- */


a {
	color:#1e7db0;
	text-decoration:none;
}

p a {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.small {
	font-size:90%;
}

tr.oddRow {
	background:#dddddd;
}

