@import url(media.css);
@import url(inlines.css);
@import url(listpane.css);

.hideitem {
	display: none;
}

.printonly {
	display : none;
}

/* General Settings */
	html {
		margin: 0;
		padding: 0;
		background: #d4d5d7;
	}
	body {
		margin: 0;
		padding: 0;
		min-width: 1010px;
		background: #fff url(../images/exeter/background.gif) repeat-x 0 100%;
	}
	form {
		display: inline;
	}
	img {
		display: block;
		border: none;
	}
	form, 
	fieldset {
		display: inline;
	}
	label,
	select,
	textarea,
	input {
		vertical-align: middle;
	}
	select,
	input,
	textarea {
		font: 12px/14px Arial, sans-serif;
		color: #000;
	}
	.no-border ul {
		border: none !important;
	}
	li {
		text-align: left;
	}
	
	p {
		line-height: 2em;
	}
	
/* End of General Settings */

/* Header */
	.header {
		background: #fff url(../images/exeter/gradient.gif) repeat-x 0 100%;
		height: 140px;
		padding-top: 1px;
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
	}

	.header .right {
		width: 530px;
		height: 97px;
		float: right;
		overflow: hidden;
		margin-top: -1px;
		position: relative;
		background-color: transparent;
	}
	
	.header .right .message {
		padding: 5px;
		font-size: 150%;
		font-weight: bold;
		color: Red;
	}

	.logo {
		background: url(../images/exeter/logo.gif) no-repeat;
		width: 270px;
		height: 57px;
		overflow: hidden;
		float: left;
		text-indent: -3000px;
		margin-left: 23px;
		margin-top: 19px;
	}

	/* Tools Bar */
		.toolsbar {
			clear: both;
			height: 44px;
			width: 100%;
			overflow: hidden;
		}

		/* Top Utilities */
			.toolsbar ul {
				margin: 0;
				padding: 0;	
				list-style: none;
				height: 37px;
			}
			.toolsbar ul li {
				margin: 0;
				padding: 0;
				display: inline;
			}
			.toolsbar .toputilities {
				padding-left: 15px;
				float: left;
				position: relative;
			}
			.toolsbar .toputilities li {
				background: url(../images/exeter/sep.gif) no-repeat;
				padding-right: 3px;
				padding-left: 10px;
			}
			.toolsbar .toputilities .first {
				background: none;
			}
			.toolsbar .toputilities a {
				color: #fff;
				font-size: 130%;
				line-height: 35px;
				text-decoration: none;
			}
			.toolsbar .toputilities a:hover { text-decoration: underline; }
			
		/* End of Top Utilities */

		/* AtoZ bar */
			ul.alphabet {
				text-align: center;
				width: 50%;
				margin: 0 auto;
			}
			ul.alphabet a,
			ul.alphabet span {
				color: #fff;
				text-transform: uppercase;
				font-size: 180%;
				line-height: 35px;
				margin-left: 1px;
				margin-right: 1px;
				text-decoration: none;
			}
			ul.alphabet a:visited { color: white; }
			ul.alphabet span {
				text-decoration: underline;
			}
		/* End of AtoZ bar */

		/* Search Box */
			.toolsbar .searchbox {
				float: right;
				width: 150px;
				padding-top: 7px;
			}
			.toolsbar .searchbox div.searchfieldcontainer {
				background: url(../images/exeter/input-bg.gif) no-repeat;
				width: 97px;
				height: 19px;
				padding-left: 10px;
				padding-top: 2px;
				float: left;
			}
			.toolsbar .searchbox div.searchfieldcontainer input {
				background: transparent;
				float: left;
				font-size: 140%;
				line-height: 16px;
				margin: 0;
				padding: 0;
				border: 0;
				width: 85px;
				color: #696767;
			}
			
			.toolsbar .searchbox .searchbutton {
				border: 0px;
				background-color: transparent;
				color: white;
				font-weight: bold;
				font-size: 1.3em;
			}
		/* End of Search Box */

		/* Top Utilities */
			.toputilities {
				margin: 0;
				padding: 0;
				list-style: none;
				padding-bottom: 8px;
			}
			.toputilities li {
				margin: 0;
				padding: 0;	
				font-size: 120%;
				font-weight: bold;
				padding-bottom: 10px;
				padding-left: 11px;
			}
		/* End of Top Utilities */
	/* End of Tools Bar */
/* End of Header */

/* Navigation */
	.navigationwrap {
		width: 230px;
		float: left;
		margin-left: -100%;
		padding-left: 10px;
		padding-top: 11px;
	}
	.box {
		background: url(../images/exeter/box-part1.png) repeat-y;
		width: 217px;
		padding-top: 1px;
	}
	.box .box-inner {
		width: 215px;
		padding-left: 2px;
		margin-top: -10px;
		position: relative;
	}
	.box-corner {
		background: url(../images/exeter/box-part0.png) no-repeat;
		width: 217px;
		height: 10px;
		line-height: 0;
		font-size: 0;
	}
	.box-shadow {
		background: url(../images/exeter/box-part2.png) no-repeat;
		width: 218px;
		height: 10px;
	}
	.module ul {
		margin: 0;
		padding: 0 0 0 10px;
		list-style: none;
	}
	.module ul li {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 120%;
	}
	.module h3 {
		margin: 0;
		padding: 11px 0 0 10px;
		width: 198px;
		height: 32px;
		font-size: 1.2em;
		color: #fff;
		background: url(../images/exeter/bg-title-green.gif) no-repeat;
	}
	.module h3.toplevel1 {
		background: url(../images/exeter/bg-title-pink.gif) no-repeat;
	}
	.module h3 a {
		display: block;
		overflow: hidden;
		height: 14px;
		color: white;
		text-decoration: none;
	}
	.module h3 a:visited { color: white; }
	.module h3 a:hover { text-decoration: underline; }
	
	.nav ul {
		padding-top: 34px;
		padding-bottom: 37px;
	}
	.style-nav ul,
	.style-nav div {
		padding-top: 0;
		padding-bottom: 2px;
	}
	.nav1 ul a {
		color: black;
		text-decoration: none;
	}
	.nav1 ul a:hover { text-decoration: underline; }
	
	.nav1 ul .active a {
		color: #3399ff;
	}
	.nav1 ul ul,
	.nav1 div ul {
		margin: 0 0 0 -10px;
		padding: 2px 0 0 0;
	}
	.nav1 ul ul li,
	.nav1 div ul li {
		background: url(../images/exeter/arrow-left-green.gif) no-repeat 10px 50%;
		margin: 0;
		font-size: 12px;
		padding: 2px 0 2px 20px;
	}
	.nav1 .sub {
		font-size: 12px;
		margin: 0 7px 0 0;
		background: #006e2e;
		color: #fff;
		position: relative;
		padding-left: 10px;
		margin-top: -2px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.nav1 .sub .parent {
		background: url(../images/exeter/arrow-right-green.gif) no-repeat 10px 50%;
	}
	.nav1 .sub a {
		color: #fff;
	}
	.contact-us h3 {
		background: url(../images/exeter/bg-title-green1.gif) no-repeat;
	}
	.color-pink h3 {
		padding-top: 10px;
		background: url(../images/exeter/bg-title-pink.gif) no-repeat;
	}
	.nav1 ul {
		padding-top: 7px;
		padding-bottom: 9px;
	}
/* End of Navigation */

/* Main Block */
	.main {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-top: 141px;
	}

	.content {
		padding: 10px 12px 0 240px;
	}
	.content-holder {
		width: 100%;
		float: left;
	}

	.box2 {
		padding: 1px 11px 0 0px;
		height: 1%;
		overflow: hidden;
	}
	.box2-holder {
		height: 1%;
		width: 100%;
		overflow: hidden;
	}
	.box2 .right-shadow {
		background: url(../images/exeter/box2-right-shadow.png) repeat-y;
		width: 11px;
		margin: 0 -11px -9999px  0;
		padding-bottom: 9999px;
		display: inline;
		float: right;
		font-size: 0;
		line-height: 0;
	}
	.box2 .top-shadow {
		background: url(../images/exeter/box2-top-shadow.png) repeat-x;
		height: 4px;
		margin-left: 4px;
		margin-right: 0px;
		position: relative;
		top: -5px;
		font-size: 0;
		line-height: 0;
	}
	.box2 .top-left-corner {
		background: url(../images/exeter/box2-left-top-corner.png) no-repeat;
		width: 4px;
		height: 9px;
		margin-bottom: -4px;
		font-size: 0;
		line-height: 0;
	}
	.box2 .left-shadow {
		background: url(../images/exeter/box2-left-shadow.png) repeat-y;
		margin: 0 0 -9999px  0;
		padding-bottom: 9999px;
		float: left;
		display: inline;
		width: 4px;
		font-size: 0;
		line-height: 0;
	}
	.box2 .top-right-corner {
		background: url(../images/exeter/box2-right-top-corner.png) no-repeat;
		width: 11px;
		height: 9px;
		margin: -9px -11px 0 0;
		display: inline;
		font-size: 0;
		line-height: 0;
		float: right;
	}
	.box2-holder .right-bottom-corner {
		background: url(../images/exeter/box2-right-bottom-corner.png) no-repeat;
		width: 11px;
		height: 11px;
		float: right;
		display: inline;
		font-size: 0;
		line-height: 0;
		float: right;
		margin-top: -11px;
	}
	.box2-holder .bottom-shadow {
		background: url(../images/exeter/box2-bottom-shadow.png) repeat-x;
		height: 11px;
		font-size: 0;
		line-height: 0;
		margin-right: 11px;
		margin-left: 8px;
	}
	.box2-holder .f-shadow {
		padding-right: 11px;
	}
	.box2-inner {
		background: #fff;
		padding: 0 4px 0px 0px;
		margin-left: 4px;
		margin-top: -5px;
		font-size: 1.2em;
	}

	.bottom-left-corner {
		font-size: 0;
		line-height: 0;
		background: url(../images/exeter/box2-left-bottom-corner.png) no-repeat;
		width: 8px;
		height: 11px;
		margin-bottom: -11px;
	}

	.main .headingbox h1 {
		background: url(../images/exeter/gradient5.gif) repeat-x;
		height: 46px;
		margin: 0 0 15px 0;
		padding: 0 0 0 12px;
		font-weight: bold;
		font-size: 140%;
		line-height: 35px;
		color: #fff;
		clear: both;
	}
	.main .box2-inner {
		padding-right: 0;
		overflow: hidden;
	}
	.bodytext-holder {
		width: 100%;
		float: left;
	}
	.bodytext {
		margin-right: 10px;
		margin-left: 10px;
	}
	.rhspacer {
		margin-right: 210px;
	}
	#righthandcol {
		width: 200px;
		float: right;
		margin: -5px 0 0 10px;
	}

	.backtolink {
		clear: both;
	}

	/* Highlighted block */
		.highlightedtext {
			background: #e7e7e7;
			border: 1px solid #bab9b9;
			padding: 5px;
			overflow: hidden;
			height: 1%;
		}
		.highlightedtext .box4 {
			width: 49%;
			float: left;
			padding-top: 14px;
			padding-bottom: 8px;
		}
		.highlightedtext h3 {
			margin: 0;
			padding: 0;
			font-size: 120%;
			line-height: 14px;
			color: #ff0084;
			padding-left: 11px;
			padding-bottom: 2px;
		}
	/* End of Highlighted block */

#page_PageContentHolder_template_Panel-contentpane p {
	padding: 0 2em;
}

	/* Related Content */
		.relatedcontent {
			width: 184px;
			margin-left: -184px;
			float: left;
			margin-top: -4px;
		}
		.relatedcontentbox {
			background: url(../images/exeter/box-part0.gif) no-repeat;
			width: 184px;
			padding-top: 5px;
			margin-bottom: 12px;
		}
		.relatedcontentbox h3 {
			background: url(../images/exeter/bg-title-pink.gif) no-repeat;
			height: 32px;
			margin: 0 4px 0 4px;
			padding:10px 0 0 7px;
		}
		.relatedcontentbox-inner {
			background: url(../images/exeter/box-part1.gif) no-repeat 0 100%;
		}
		.relatedcontentbox .txt span {
			display: block;
			text-indent: -3000px;
			overflow: hidden;
			/* Should replace this with actual text */
			background: url(../images/exeter/txt-see-also.gif) no-repeat;
			height: 14px;
		}
	/* End of Related Content */
	
	/* Related Polls */
		.pollButtons {
			padding: 0 0 5px 22px;
		}
	
	/* Tool Icons */
		.tools {
			overflow: hidden;
			margin: 0;
			padding: 0;
			float: right;
			margin-top: -60px;
			position: relative;
		}
		.tools li {
			margin: 0;
			padding: 0;
			float: left;
			display: inline;
		}
		.tools li a {
			float: left;
			text-indent: -3000px;
			width: 42px;
			height: 35px;
		}
		.tools .printicon a {
			background: url(../images/exeter/print.gif) no-repeat;
		}
		.tools .mailicon a {
			background: url(../images/exeter/mail.gif) no-repeat;
		}
	/* End of Tool Icons */

	.listbox ul {
		margin: 0;
		padding: 4px 0 18px 16px;
		list-style: none;
	}
	.listbox ul li {
		background: url(../images/exeter/arrow.gif) no-repeat 0 50%;
		margin: 0;
		padding: 5px 0 5px 10px;
		font-size: 120%;
		line-height: 14px;
	}
/* End of Main Block */

/* Content Footer */
	.contentfooter {
		padding: 20px 0 12px 18px;
		overflow: hidden;
		clear: both;
		height: 1%;
	}
	.contentfooter .webmetric {
		border:1px solid #5e5e5e;
		width: 146px;
		text-align: center;
		overflow: hidden;
		height: 1%;
		float: left;
	}
	.contentfooter .webmetric img {
		float: left;
	}
	.contentfooter .webmetric form {
		display: block;
		width: 80px;
		margin: 0 auto;
	}
	.contentfooter .bookmarks {
		float: right;
		padding-right: 10px;
		padding-top: 10px;
		margin-bottom: -10px;
	}
	.contentfooter .bookmarks h5 {
		font-size: 120%;
		line-height: 14px;
		color: #fd2796;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}
	.contentfooter .bookmarks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		float: left;
		height: 1%;
	}
	.contentfooter .bookmarks ul li {
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
		font-size: 120%;
		line-height: 14px;
		padding: 2px 6px 5px 23px;
	}
	.contentfooter .bookmarks a:link,
	.contentfooter .bookmarks a:visited {
		color: Black;
		text-decoration: none;
	}
	.contentfooter .bookmarks a:hover,
	.contentfooter .bookmarks a:active {
		color: Black;
		text-decoration: underline;
	}
/* End of Content Footer */

/* Footer */
	.footer {
		clear: both;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
/* End of Footer */

/* Platform Styles */
	.wysiwygcontainer {
		display: inline-block;
		border: none;
	}
	.errorblock {
		font-family: Tahoma;
		font-size: x-small;
	}
	.errorheader {
		padding: 2px 0px;
		margin: 3px 0 0 0;
	}
	.errordisplay {
		border: solid 1px;
		margin: 0 0 3px 0;
	}
	.errordisplay table {
		width: 95%;
	}
	.errorcell {
		width: 30%;
		font-family: Tahoma;
		font-size: x-small;
	}
	.objectdebug {
		border: solid 1px;
		margin: 3px;
		font: Tahoma, small;
	}
	.objectdebugdata {
		display: none;
	}
	.objectdebugheader {
		font-weight: bold;
		padding: 3px 0px;
		background-color: #738FF5;
		color: #fff;
	}
	.objectdebugdataeven {
		background-color: #81A8FF;
		color: #fff;
		padding: 2px;
	}
	.objectdebugdataodd {
		color: #fff;
		background-color: #738FF5;
		padding: 2px;
	}
	.tokenerror {
		display: block;
		border: solid 1px #820404;
		background-color: #B80831;
		color: #fff;
		padding: 3px;
	}
	.formwrapper {
		margin-right: 220px;
	}
	.formblock {
		padding: 3px 0;
		font-weight: bold;
	}

/* End of Platform styles */

.module2 {
	background: url(../images/exeter/box-part0.gif) no-repeat;
	width: 184px;
	padding-top: 5px;
	margin-bottom: 0;
}

.nav2 a {
	color: black;
	text-decoration: none;
}
.nav2 a:hover { text-decoration: underline; }

.module2 h3 {
	background: url(../images/exeter/bg-title-pink.gif) no-repeat;
	height: 32px;
	margin: 0 4px;
	padding: 10px 0 0 7px;
	color: White;
	font-weight: bold;
	font-size: 100%;
}

.module2 .txt span {
	display: block;
	height: 14px;
}

.module2 .txtcontact span {
	display: block;
	height: 14px;
}

.module2-inner ul {
	margin: 0;
	padding: 4px 10px 0 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.module2-inner ul li {
	background: url(../images/exeter/arrow.gif) no-repeat 0pt 50%;
	padding: 5px 0 5px 10px;
	font-size: 120%;
	line-height: 14px;
	font-size: 1em;
}

.module2-base {
	background: url(../images/exeter/box-part1.gif) no-repeat top left;
	height: 10px;
	width: 184px;
}

.module2 h3.txtcontact {
	background-image: url(../images/exeter/bg-title-blue.gif);
}

.module2 .contact li {
	background: none;
	margin: none;
	list-style-position: outside;
	margin: 0;
	padding: 4px 0 4px 0;
}

.module2 .contact li div {
	padding: 2px 0;
}

.contact .moreinfo a {
	font-size: 0.9em;
	color: #3399ff;
	font-weight: bold;
}


