html {
	font-size: 1em;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 0.8em;
	line-height: 130%;
	background: #fff;
}
#tinymce {
	background: #FFF;
	padding: 5px;
}
/************* COMMON ****************/
a {
	color: #70005f;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: none;
}
a.grey {
	color: #555;
}
a.grey:hover {
	color: #70005f;
}
.upper {
	text-transform: uppercase;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 85%;
}
li {
	margin: 0;
	padding: 0;
	font-size: 85%;
}
h1 {
	color: #70005f;
	font-size: 160%;	
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.4em 0;
}
h2 {
	color: #70005f;
	font-size: 120%;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.2em 0;
}
h3 {
	font-size: 140%;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.6em 0;
}
.heading {
	font-size: 120%;
	color: #70005f;
	line-height: 130%;
	padding: 0;
	margin: 0 0 0.4em 0;
}
/******************** HEADER ***********************/
#wrap {
	margin: 4px auto;
	padding: 0;
	width: 996px;
}
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
}
#titles {
	padding: 0;
	/*margin: 55px 0 0 20px;*/
	margin: 24px 0 0 20px;
	width: 74%;
	float: left;
	color: #70005f; 
	line-height: normal;
	font-family: Helvetica Light, Futura Lt BT, Arial, sans-serif;
}
#titles h1 {
	font-size: 360%;
	margin: 0;
}
#titles h2.top {
	font-size: 180%;
	margin: 0 0 0.2em 0;
	color: #a2a2a2;
}
#titles .breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #999;
}
#titles .breadcrumb a:hover {
	color: #999;
}
#logo {
	padding: 0;
	margin: 0;
	float: right;
}
#container {
	margin: 10px 0 0 0;
	padding: 0;
	width: 962px;
	float: left;
	clear: both;
	background: #fff;
}
#navigation {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	background: #eaeaea url("/images/bkg_navbar.gif") repeat-y top left;
}
#jsddm {	
	margin: 0;
	padding: 0;
	width: 100%;
}
#jsddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 75%;
	line-height: 100%;
}
#jsddm li a {
	color: #666;
	width: 94px;
	min-height: 20px;
  	height: auto !important;
  	height: 20px;
	padding: 6px;
	border-right: 1px solid #fff;
	margin: 0;
	display: block;
	overflow: hidden;
	background: #eaeaea;
}
#jsddm li a:hover {	
	color: #fff;
	background: #70005f;
}
#jsddm li a.on {	
	color: #fff;
	background: #70005f;
}
#jsddm li a#first {
	width: 79px;
	padding: 6px 6px 6px 21px;
}
#jsddm li.end a {
	border-right: none;
	margin: 0;
}
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 99;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#jsddm li ul li {	
	float: none;
	display: inline;
	font-size: 115%;
}
#jsddm li ul li a {
	margin: 0;
	padding: 6px;
	width: 156px;
	min-height: 10px;
  	height: auto !important;
  	height: 10px;
	border: none;
	color: #ddc3d9;
	background: #70005f;
}
#jsddm li ul li a:hover {
	color: #fff;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	margin: 6px 0 0 0;
	padding: 0;
	clear: both;
	float: left;
}
#content {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	background: #fff url("/images/bkg_content.gif") repeat-y top right;
}
.page {
	margin: 0;
	padding: 0;
	float: left;
	width: 748px;
}
.page .article-text {
	float: left;
	padding: 20px;
	width: 708px;
	margin: 0;
	min-height: 360px;
  	height: auto !important;
  	height: 360px;
	background: #eaeaea;
	position: relative;
}
.page .article-text .left {
	width: 374px;
}
.page .article-text .right {
	width: 304px;
	/*height: 230px;*/
	margin: 0;
	overflow: hidden;
}
/* page image changer box */
ul#imagechanger {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
ul#imagechanger li {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.fade {
}
/* for the home page */
#intro .page .article-text {
	font-size: 125%;
	color: #fff;
	min-height: 360px;
  	height: auto !important;
  	height: 360px;
}
#intro .page .article-text a {
	color: #b40e9a;
}
#intro .page .article-text a:hover {
	color: #fff;
}
#intro .page .article-text .related {
	font-size: 70%;
	color: #555;
}
#intro .page .article-text .related a {
	color: #70005f;
	text-decoration: none;
}
#intro .page .article-text .related a:hover {
	color: #555;
	text-decoration: none;
}


/* for the other simple pages page */
#simple .page .article-text {
	min-height: 360px;
  	height: auto !important;
  	height: 360px;
}
.datepicker {
	padding: 10px 0 10px 0;
	margin: 0;
}
.evdate {
	font-size: 95%;
	margin: 0 0 8px 0;
}
.purpledate {
	color: #70005f;
}
.page .article-text .column1 {
	float: left;
	width: 222px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.page .article-text .column1 img {
	margin: 0 0 12px 0;
}
.page .article-text .column1big {
	float: left;
	width: 464px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.page .article-text .column1full {
	float: left;
	width: 706px;
	margin: 0;
	overflow: hidden;
}
.page .article-text .column2 {
	float: left;
	width: 222px;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.page .article-text .column2big {
	float: right;
	width: 464px;
	margin: 0;
	overflow: hidden;
}
.page .article-text .column2 img {
	margin: 0 0 12px 0;
}
.page .article-text .column3 {
	float: left;
	width: 222px;
	margin: 0;
	overflow: hidden;
}
.page .article-text .column3 img {
	margin: 0 0 12px 0;
}
.page .article-text .related {
	width: 94%;
	padding: 3%;
	margin: 0 0 12px 0;
	background: #d6d6d6;
	font-size: 85%;
	text-transform: uppercase;
}
.page .article-text .wide .related {
	margin: 12px 0 12px 0;
}
.page .article-text .related .link {
	display: block;
	padding: 0 0 10px 0;
	line-height: 110%;
}
.page .article-text .newslist {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
	font-size: 85%;
}
.page .article-text table.eventlist {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #a8a8a8;
	margin: 10px 0 14px 0;
}
.page .article-text .eventlist th {
	font-size: 160%;
	color: #70005f;
	text-align: left;
	font-weight: normal;
	padding: 6px 10px;
}
.page .article-text .eventlist tr {
	font-size: 85%;
}
.page .article-text .eventlist td {
	padding: 6px 10px;
	border-top: 1px solid #a8a8a8;
}
.page .article-text .eventlist td.datecol {
	color: #333;
	background: #cbcbcb;
	width: 15%;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
}
.page .article-text .eventlist td.eventcol {
	background: #d6d6d6;
	width: 45%;
	border-right: 1px solid #a8a8a8;
}
.page .article-text .eventlist td.topiccol {
	background: #e1e1e1;
	width: 40%;
	border-right: 1px solid #a8a8a8;
}
.page .article-text .eventlist td.ntopiccol {
	background: #e1e1e1;
	width: 30%;
	border-right: 1px solid #a8a8a8;
}
.page .article-text .eventlist td.typecol {
	width: 10%;
	border-right: 1px solid #a8a8a8;
}
.date {
	color: #888888;
}
.page .article-text .indexpaging {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.page .article-text .indexpagingtwo {
	clear: both;
	float: left;
	width: 100%;
	padding: 4px 0 4px 0;
	margin: 0 0 8px 0;
	text-align: center;
	font-size: 85%;
	background: #f4f4f4;
}
ul.sublist {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sublist li {
	margin: 0;
	padding: 0 0 8px 0;
}
/* people finder / team pages / biographies */
#alphabetnav {
	padding: 0;
	margin: 14px 0 12px 0;
	font-size: 155%;
}
#alphabetnav a {
	color: #555;
	margin: 0 8px 0 0
}
#alphabetnav a:hover {
	color: #70005f;
}
.searchboxwrap {
	background: #FFF;
	margin: 5px 0 40px 0;
	position: relative;
	width: 99%;
	height: 36px;
	}
.textfieldpeople {
	color: #999;
	vertical-align: middle;
	padding: 8px;
	font-size: 120%;
	width: 85%;
	border: none;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.gobutton {
	border: 0;
	padding:8px 16px;
	width: 60px;
	background: #FFF;
	font-weight: bold;
	color: #CCC;
	position: absolute;
	top: 0;
	right: 0;
	}
.biogoffice {
	width: 100%;
	clear: both;
	margin: 0 0 8px 0;
	font-weight: bold;
	font-size: 120%;
}
.page .article-text .team {
	clear: both;
	float: left;
	width: 100%;
	font-size: 85%;
	margin: 24px 0 20px 0;
}
.page .article-text .team .biog {
	float: left;
	width: 161px;
	padding: 0 0 4px 0;
	margin: 0 16px 22px 0;
	border-bottom: 1px solid #ccc;
}
.page .article-text .team .biog .biogpic {
	height: 148px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.page .article-text .team .biog .biogname {
	height: 4em;
	margin: 0 0 4px 0;
}

.page .article-text .team .exeteroffice {
	float: left;
	width: 208px;
	padding: 0;
	margin: 0 40px 0 0;
}
.page .article-text .team .st-austelloffice {
	float: left;
	width: 208px;
	padding: 0;
	margin: 0 40px 0 0;
}
.page .article-text .team .trurooffice {
	float: left;
	width: 208px;
	padding: 0;
	margin: 0;
}
.exeteroffice a, .st-austelloffice a, .trurooffice a {
	display: block;
	margin: 0 0 8px 0;
}
.pageboxes {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	background: #fff;
	border-top: 2px solid #fff;
	width: 100%;
}
.pageboxes a {
	text-transform: uppercase;
}
.pageboxes .purple {
	color: #70005f;
	font-weight: bold;
}
.pageboxes .column {
	float: left;
	margin: 0 2px 0 0;
	padding: 10px 20px;
	background: #d6d6d6;
	min-height: 68px;
  	height: auto !important;
  	height: 68px;
}
.pageboxes .onecol .column {
	width: 708px;
	margin: 0;
}
.pageboxes .twocol .column {
	width: 333px;
}
.pageboxes .threecol .column {
	width: 208px;
}
.pageboxes .fourcol .column {
	width: 145px;
}
.pageboxes .fivecol .column {
	width: 108px;
}
.pageboxes .sixcol .column {
	width: 83px;
}
.pageboxes .columnlast {
	float: left;
	margin: 0;
	padding: 10px 20px;
	background: #d6d6d6;
	min-height: 68px;
   height: auto !important;
  	height: 68px;
}
.pageboxes .onecol .columnlast {
	width: 708px;
}
.pageboxes .twocol .columnlast {
	width: 333px;
}
.pageboxes .threecol .columnlast {
	width: 208px;
}
.pageboxes .fourcol .columnlast {
	width: 147px;
}
.pageboxes .fivecol .columnlast {
	width: 108px;
}
.pageboxes .sixcol .columnlast {
	width: 83px;
}
/* sitemap */
.sitemap {
	margin: 0 0 10px 0;
}
.sitemap td {
	margin: 0;
	padding: 2px;
}
.sitemap a {
	font-size: 85%;
}
.sitemap h2 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.sitemaptop {
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
}
.sitemapsub {
	display: block;
	margin: 0 0 0 16px;
	padding: 0 0 3px 0;
}
.sitemapsub a {
	color: #b40e9a;
}
.sitemapsub a:hover {
	color: #555;
}
.sitemaplink1 {
	display: block;
	margin: 0 0 0 32px;
	padding: 0 0 3px 0;
}
.sitemaplink1 a {
	color: #666;
}
.sitemaplink1 a:hover {
	color: #555;
}
.sitemaplink2 {
	display: block;
	margin: 0 0 0 48px;
	padding: 0 0 3px 0;
}
.sitemaplink2 a {
	color: #999;
}
.sitemaplink2 a:hover {
	color: #555;
}
/* site search */
.searchres {
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}
/************************ right column *********************/
#rightbar {	
	float: right;
	margin: 0;
	padding: 0;
	width: 212px;
	background: #c0c0c0;
}
#rightbar a {
	color: #555;
}
#rightbar a:hover {
	color: #70005f;
}
#rightbar .rightbox {
	width: 192px;
	margin: 0;
	padding: 10px;
	float: left;
}
#rightbar .rightbox dd {
	color: #777;
}
#rightbar .rightbox #changeFont {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#rightbar .rightbox #search {
	width: 100%;
	margin: 0;
	padding: 0;
}
#rightbar .rightbox .dropmenu {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
}
#rightbar .rightbox .latestnews {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 85%;
	border-bottom: 1px solid #ddd;
}
#rightbar .rightbox .latestnews .header {
	color: #70005F;
}
#rightbar .rightbox .latestnews dl {
	width: 100%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
#rightbar .rightbox .latestnews dl dt.titleupper {
	width: 100%;
	margin: 4px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
#rightbar .rightbox ul li a.head {
	color: #70005f; 
}
#rightbar .rightbox li a.head:hover {
	color: #555; 
}
#rightbar .rightbox .links {
	width: 100%;
	margin: 8px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
#rightbar .rightbox .links ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#rightbar .rightbox .links ul li {
	margin: 0;
	padding: 0 0 6px 0;
}
#rightbar .rightbox .links ul li.lgrey {
	color: #70005F; 
	text-transform: none;
}
#rightbar .rightbox .contactbox {
	width: 184px;
	margin: 8px 0 0 0;
	padding: 4px;
	background: #ddd;
}
/********************* footer *********************/
#newsticker {
	width: 950px;
	padding: 6px;
	margin: 3px 0 -3px 0;
	float: left;
	clear: both;
	color: #fff;
	background: #797979;
	text-align: center;
	text-transform: uppercase;
}
/* liScroll style declarations */
.tickercontainer { /* the outer div */
	width: 100%; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 250px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	/*float: left; */
	display: inline;
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	color: #fff;
	padding: 0 40px 0 0;
}
ul.newsticker a:hover {
	color: #70005f;
} 
ul.newsticker span {
} 
#footer {
	width: 954px;;
	padding: 0 4px 0 4px;
	margin: 6px 0 0 0;
	clear: both;
	float: left;
	font-size: 85%;
	color: #a8a8a8;
}
#footer .left {
	width: 78%;
	text-align: center;
}
#footer .right {
	width: 21%;
	text-align: center;
}
#footer .right img {
	margin: 0 0 0 12px;
	vertical-align: top;
}
#footer a {
	color: #a8a8a8;
}
#footer a:hover {
	color: #70005f;
}
/********************* MISC ***********************/
.left { 
	float: left;
}
.right { 
	float: right;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
}
.mid {
	vertical-align: middle;
}
.odd {
	background-color: #EEE;
}
.hand {
	cursor: move;
}
.hide {
	display: none;
}
form {
	margin: 0;
	padding: 0;
}
form .contact {
	margin: 0 0 16px 0;
}
form .contact td {
	padding: 1px;
}
.register {
	font-size: 100%;
}
form .register td {
	padding: 1px;
}
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
label {
	font-size: 85%;
}
.register label {
	font-size: 70%;
}
.textfield, textarea.textbox {
	color: #999;
	vertical-align: middle;
	margin: 4px 0 0 0;
	padding: 6px;
	width: 94%;
	border: none;
	background: #fff;
	font-size: 85%;
}
.register .textfield, textarea.textbox {
	color: #999;
	vertical-align: middle;
	margin: 2px 0 0 0;
	padding: 2px;
	width: 98%;
	border: none;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 70%;
}
.textfieldsm {
	color: #999;
	vertical-align: middle;
	margin: 4px 0 0 0;
	padding: 6px;
	width: 64%;
	border: none;
	background: #fff;
	font-size: 85%;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... */
.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2.top {
	visibility: hidden;
}
/***********email template *******************/
#wrapemail {
	margin: 14px auto;
	padding: 0;
	width: 768px;
	background: #fff;
}
#containeremail {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
#containeremail #logo {
	margin: 0;
	padding: 0 0 6px 0;
	float: right;
}
#containeremail #bodytext {
	margin: 0;
	padding: 18px 18px 6px 18px;
	width: 732px;
	clear: both;
}
#footeremail {
	width: 732px;
	padding: 18px;
	margin: 0;
	clear: both;
	float: left;
	font-size: 85%;
}
.searchres em {
	background: #FFB;
	font-weight: bold;
	font-style: normal;
	padding: 0 2px;
}
.description {
	display: block;
	padding-left: 15px;
}
.backbutton {
	position: absolute;
	bottom: 5px;
	right: 20px;
	text-transform: uppercase;
	font-size: 85%;
}
#rightbar .rightbox .links .purplebox {
	background: #70005F;
	color: #FFF;
	text-transform: none;
	padding: 0 5px;
	margin: 0 0 5px 0;
	}
#newsticker {
	display: none;
	}