/* Top level styling */
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 120%
}
#page {
  width: 777px;
}
:active, :focus {
    outline: none;
}

.clear {
  clear: both;
}
.hide {
  display: none;
}
.blue {
  color: #007BBD;
}

/* Banner styling */
#logo {
  float: left;
  background: #FFF url(../images/banner-logo.jpg) no-repeat scroll 0 0;
  height: 90px;
	width: 170px;
}
#home {
  position: absolute;
	padding: 0 0 0 5px;
	top: 67px;
	left: 0;
	font-size: 0.8em;
}
#home a {
  color: #FFF;
	background: #007BBD;
	text-decoration: none;
}
#home a:hover {
	text-decoration: underline;
}
#shortcuts {
  float: right;
  background: #FFF url(../images/banner-bg.gif) repeat-x scroll 0 0;
  height: 90px;
	width: 607px;
}
#util {
  text-align: right;
	padding: 4px 5px 0 0;
	font-size: 0.8em;
}
#util a {
  color: #000;
	text-decoration: none;
}
#util a:hover {
  color: #00529C;
  text-decoration: underline;
}
#util .utilButton {
  cursor: hand;
  cursor: pointer;
  vertical-align: middle;
}
#call {
  position: absolute;
	left: 170px;
	top: 43px;
	font-size: 0.8em;
	color: #FFF;
	background: #00529C;
  vertical-align: middle;
}
#util2 span {
  vertical-align: middle;
}
#util2 a {
  color: #FFF;
	background: #00529C;
	text-decoration: none;
}
#util2 a:hover {
	text-decoration: underline;
}
#util2 form {
  position: absolute;
	margin: 0;
	left: 395px;
	top: 39px;
	width: 377px;
	text-align: right;
	font-size: 0.8em;
	color: #FFF;
	background: #00529C;
}
#banner input { 
  background: #FFF; 
	border: 1px solid #FFF; 
	padding: 0; 
}
#banner input, #banner label { 
  vertical-align: middle;
}
#banner input.formbutton { 
  padding: 0; 
	border: none; 
	background: none;
}
#date {
  position: absolute;
	left: 395px;
	top: 67px;
	width: 377px;
	text-align: right;
	font-size: 0.8em;
	color: #777;
}

/* Main section styling */
#main {
}

/* Had to make this narrower than required
   for IE5 on Mac to work */
#nav {
  float: left;
  width: 162px;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
#nav h2 {
  display: none;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav li {
  font-size: 0.8em;
  width: 156px;
  padding: 1px 4px 4px 5px;
  background: #FFF url(../images/underline170.jpg) no-repeat scroll left bottom;
}
#nav li.selected {
  background: #FFF url(../images/underline170-nav-select.jpg) no-repeat scroll bottom left;
}
#nav a {
  text-decoration: none;
  color: #000;
}
#nav li.selected a {
  color: #00529C;
}
#nav a:hover{
  text-decoration: underline;
  color: #00529C;
}
#navPortal {
  margin: 20px 0 0 0;
}
#nav .imageLink img {
  border: 0;
}

#content, #portal, #promo {
  margin: 0;
  float: right;
  width: 607px;
  overflow: hidden;
}
#breadcrumb {
  font-size: 0.7em;
  color: #777;
  padding: 0 0 0 5px;
}
#breadcrumb a {
  text-decoration: none;
  color: #00529C;
}
#breadcrumb a:hover{
  text-decoration: underline;
  color: #007BBD;
}
#content h2 {
  background: #FFF url(../images/underline600.jpg) no-repeat scroll bottom left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 10px 4px 6px 5px;
  color: #00529C;
  font-size: 1em;
  font-weight: bold;
}
#content .left {
  float: left;
  width: 386px;
  overflow: hidden;
  margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#content .full {
  overflow: hidden;
  margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#content .right {
  float: right;
  width: 217px;
  overflow: hidden;
  margin: 0;
}
#content .right img {
  margin: 0 0 4px 0;
}
#content .bottom {
  clear: both;
  margin: 0 0 4px 0;
  font-size: 0.7em;
  color: #777;
}
#audit {
  padding: 0 5px 0 5px;
}

#mpSections {
  background: #DDD url(../images/grey-corner.gif) no-repeat scroll right top;
  margin: 0;
  padding: 10px 10px 10px 5px;
}
#mpSections h3 {
  display: none;
}
#mpSections ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #666;
}
#mpSections li {
  padding: 1px 0 1px 0;
}
#mpSections a {
  text-decoration: none;
  color: #00529C;
}
#mpSections a:hover{
  text-decoration: underline;
  color: #007BBD;
}
h3.mpWide {
  background: #FFF url(../images/underline600.jpg) no-repeat scroll bottom left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 10px 4px 6px 5px;
  color: #00529C;
  font-size: 1.2em;
  font-weight: bold;
}
h3.mpNarrow {
  background: #FFF url(../images/underline370.jpg) no-repeat scroll bottom left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 10px 4px 6px 5px;
  color: #00529C;
  font-size: 1.2em;
  font-weight: bold;
}

#lead {
  background: #DDD url(../images/grey-corner.gif) no-repeat scroll right top;
  margin: 0 0 4px 0;
  padding: 0 0 0 5px;
}
#lead p {
  margin: 0;
  padding: 5px 10px 5px 0;
}
#paging {
  margin: 0 0 20px 0;
  padding: 5px 10px 5px 5px;
  color: #777;
}
#paging a {
  text-decoration: none;
  color: #00529C;
}
#paging a:hover{
  text-decoration: underline;
  color: #007BBD;
}
#combinedLinks ul {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style-type: none;
}
#combinedLinks li {
  padding: 1px 5px 1px 5px;
}
#combinedLinks a {
  text-decoration: none;
  color: #00529C;
}
#combinedLinks a:hover{
  text-decoration: underline;
  color: #007BBD;
}

#quickLinks, #seeAlso, #attachments {
  background: #DDD;
  margin: 0 0 4px 0;
}
#quickLinks h3, #seeAlso h3, #attachments h3 {
  background: #00529C url(../images/blue-corner.gif) no-repeat scroll 0 0;
	margin: 0;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 5px 4px 10px;
}
#seeAlso h4 {
	margin: 0;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 5px 0 10px;
}
#quickLinks ul, #attachments ul {
  margin: 0;
  padding: 5px 0 10px 0;
  list-style-type: none;
  background: #DDD url(../images/blue-grey-corner.gif) no-repeat scroll 0 0;
}
#seeAlso ul {
  margin: 0;
  padding: 5px 0 10px 0;
  list-style-type: none;
  background: #DDD;
}
#seeAlso .corner {
 background: #DDD url(../images/blue-grey-corner.gif) no-repeat scroll 0 0;
}
#quickLinks li, #seeAlso li, #attachments li {
	font-size: 0.8em;
  padding: 1px 5px 1px 10px;
}
#quickLinks a, #seeAlso a, #attachments a {
  text-decoration: none;
  color: #00529C;
}
#quickLinks a:hover, #seeAlso a:hover, #attachments a:hover {
  text-decoration: underline;
  color: #007BBD;
}
  

/* Footer styling */
/* Hack for IE6 which otherwise adds pixels to the top padding */
#footerFix {
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer {
  clear: both;
  font-size: 0.8em;
  background: #FFF url(../images/footer-bg.gif) no-repeat scroll left top;
}
#footer .text {
  margin: 0 0 0 170px;
  padding: 8px 4px 4px 4px;
}
#footer a {
  text-decoration: none;
  color: #000;
}
#footer a:hover {
  text-decoration: underline;
  color: #00529C;
}
#footer img {
  border: 0;
  vertical-align: bottom;
}
#footer .editQuickLinks {
  margin: 0 0 0 170px;
  padding: 8px 4px 4px 5px;
}
#footer .editQuickLinks a {
  color: #777;
}

/* Portal homepage styling */

.portletAction {
  clear: both;
  background: #DEF;
  padding: 2px;
}

.portletAction a img {
  border: 0;
  background: #DEF;
  padding: 2px;
}
.portletSpacer {
  clear: both;
  height: 4px;
  font-size: 0;
}
.emergency .portletSpacer,
.promotional .portletSpacer,
#portalCentre .portletSpacer {
  background: #FFF;
}

/* IE seems to need the 'width: 100%' 
 * for the element to scroll properly */ 
.addPortlet {
  font-size: 0.8em;
  overflow: auto;
  width: 100%;
  padding: 2px;
  background: #DEF;
}

.portalLink {
  font-size: 0.8em;
  clear: both;
  margin: 0 0 2px 0;
  padding: 3px 2px 1px 2px;
  background: #DEF;
  border-bottom: 2px solid #679;
}

.portalLink a {
  color: #669 !important;
  text-decoration: none;
}

.portalLink a:hover {
  color: #669 !important;
  text-decoration: underline;
}

#portalCentre {
  float: left;
  width: 386px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#portalRight {
  float: right;
  width: 217px;
  overflow: hidden;
  margin: 0;
}

#intro .userPortlet {
  background: #03529D url(../images/intro-bg.gif) no-repeat scroll top right;
  margin: 0;
}
#intro .userPortlet img {
  float: left;
  margin: 0 5px 0 0;
}
#intro .userPortlet h2 {
  display: none;
}
#intro .userPortlet p {
  margin: 0;
  padding: 3px;
  font-size: 0.75em;
  color: #FFF;
}
#intro .userPortlet a {
  text-decoration: none;
  color: #FFF;
}
#intro .userPortlet a:hover {
  text-decoration: underline;
  color: #FFF;
}

/* Have retained #doIt for compatibility, but this is deprecated and
   .flow should be used */
.flow .userPortlet, #doIt .userPortlet {
  background: #FFF;
  margin: 0 0 4px 0;
}
.flow h2, #doIt h2 {
  background: #FFF url(../images/underline370.jpg) no-repeat scroll bottom left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 4px 4px 6px 0;
  color: #00529C;
  font-size: 0.9em;
  font-weight: bold;
}
.flow .userPortlet ul, #doIt .userPortlet ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.75em;
  color: #777;
}
.flow .userPortlet li, #doIt .userPortlet li {
  float: left;
  width: 190px;
  padding: 3px 3px 3px 0;
}
.flow .userPortlet p, #doIt .userPortlet p {
  margin: 0;
  padding: 3px;
  font-size: 0.75em;
  color: #FFF;
}
.flow .userPortlet a, #doIt .userPortlet a {
  text-decoration: none;
  color: #00529C;
}
.flow .userPortlet a:hover, #doIt .userPortlet a:hover {
  text-decoration: underline;
  color: #00529C;
}

#links {
  background: #FFF;
}
#links .left {
  float: left;
  width: 190px;
  margin: 0 0 4px 0;
  padding: 3px 3px 3px 0;
}
#links .right {
  float: left;
  width: 193px;
  margin: 0 0 4px 0;
  padding: 3px 0 3px 0;
}
#links h2 {
  background: #FFF url(../images/underline170.jpg) no-repeat scroll bottom left;
  width: 100%;
  margin: 0 0 4px 0;
  padding: 4px 0 6px 0;
  color: #00529C;
  font-size: 0.9em;
  font-weight: bold;
}
#links .userPortlet ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.75em;
  color: #777;
}
#links .userPortlet li {
  float: left;
  width: 190px;
  padding: 3px 0 3px 0;
}
#links .userPortlet p {
  margin: 0;
  padding: 3px;
  font-size: 0.75em;
  color: #FFF;
}
#links .userPortlet a {
  text-decoration: none;
  color: #00529C;
}
#links .userPortlet a:hover {
  text-decoration: underline;
  color: #00529C;
}

#greyPromo .userPortlet {
  background: #DDD url(../images/grey-corner.gif) no-repeat scroll top right;
  margin: 0;
}
#greyPromo .userPortlet img {
  float: left;
  margin: 0 5px 0 0;
}
#greyPromo .userPortlet h2 {
  display: none;
}
#greyPromo .userPortlet p {
  margin: 0;
  padding: 3px;
  font-size: 0.75em;
  color: #000;
}
#greyPromo .userPortlet a {
  text-decoration: none;
  color: #00529C;
}
#greyPromo .userPortlet a:hover {
  text-decoration: underline;
  color: #00529C;
}

/*
#voteNow {
  background: #DDD url(../images/grey-corner.gif) no-repeat scroll right top;
  margin: 0 4px 4px 0;
	padding: 2px;
}
#voteNow h2 {
  margin: 0;
  color: #00529C;
  font-size: 0.8em;
  font-weight: bold;
}
#voteNow form {
  margin: 0;
  padding: 0 6px 0 0;
  font-size: 0.75em;
}
#voteNow label {
  font-weight: bold;
}
#voteNow .submit {
  background: #DDD;
  border: 1px solid #007BBD;
  margin: 4px 4px 4px 0;
}
#voteNow a {
  text-decoration: none;
  color: #00529C;
}
#voteNow a:hover {
  text-decoration: underline;
} */

#connections {
  background: #FFF url(../images/latest-news.gif) no-repeat scroll 0 0;
  margin: 0 0 4px 0;
}
#connections h2 {
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #FFF;
  height: 28px;
  color: #FFF;
  text-indent: -4000px;
  font-size: 0.8em;
}
#connections .greyBg {
  background: #DDD;
  color: #000;
}
#connections .pressRelease {
  font-size: 0.75em;
  padding: 2px 2px 8px 2px;
  background: #DDD url(../images/underline200.jpg) no-repeat scroll bottom left;
  height: 100%;
}
#connections .clear {
  font-size: 0;
  height: 0;
  clear: both;
}
#connections .pressRelease img {
  float: left;
  margin: 2px;
  padding: 0;
  border: 0;
  height: 45px;
  width: 65px;
}
#connections .pressRelease p {
  height: 100%;
  margin: 0 0 4px 0;
}
#connections ul {
  margin: 0;
  padding: 0;
  list-style-type : none;
  font-size: 0.75em;
}
#connections li {
  padding: 2px 2px 8px 2px;
  background: #DDD url(../images/underline200.jpg) no-repeat scroll bottom left;
}
#connections a {
  text-decoration: none;
  color: #00529C;
}
#connections a:hover {
  text-decoration: underline;
  color: #00529C;
}

#visit {
  background: #FFF url(../images/visit-sussex.gif) no-repeat scroll 0 0;
  margin: 0 0 4px 0;
}
#visit h2 {
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #FFF;
  height: 28px;
  color: #FFF;
  text-indent: -4000px;
  font-size: 0.8em;
}
#visit .greenBg {
  background: #DEB;
  color: #000;
}
#visit .imageLink img {
  border: 0;
}
#visit ul {
  margin: 0;
  padding: 0 0 8px 0;
  list-style-type : none;
  font-size: 0.75em;
}
#visit li {
  padding: 2px;
}
#visit a {
  text-decoration: none;
  color: #00529C;
}
#visit a:hover {
  text-decoration: underline;
  color: #00529C;
}

/* Promo portal home page styling */
.emergency {
  margin: 0;
  padding: 0;
  background: #CDE;
}
.emergency h2 {
  margin: 0;
  padding: 5px 10px 5px 10px;
  font-size: 1.1em;
  background: #F63;
  color: #FFF;
}
.emergency h3 {
  margin: 0;
  padding: 5px;
  border-top: 10px solid #CDE;
  font-size: 1em;
  background: #F63;
  color: #FFF;
}
.emergency h4 {
  margin: 0;
  padding: 5px;
  border-top: 5px solid #CDE;
  font-size: 1em;
  font-weight: bold;
  background: #FFF;
  color: #000;
}
.emergency .text {
  margin: 0 10px 10px 10px;
  padding: 0;
  font-size: 0.8em;
  background: #FFF;
  color: #000;
}
.emergency .text p {
  margin: 0;
  padding: 5px;
}
.emergency .text a {
  color: #00529C;
  text-decoration: none;
}
.emergency .text a:hover {
  color: #007BBD;
  text-decoration: underline;
}

.promotional {
  margin: 0;
  padding: 0;
}
.promotional h2 {
  display: none;
}
.promotional .text {
  margin: 0;
  padding: 0 3px 3px 392px;
  font-size: 0.75em;
}
.promotional .text p {
  margin: 0;
  padding: 3px 0 6px 0;
}
.promotional .text .light {
  color: #FFF;
}
.promotional .text a {
  color: #00529C;
  text-decoration: none;
}
.promotional .text a:hover {
  color: #007BBD;
  text-decoration: underline;
}
.promotional .text .light a {
  color: #FFF;
  text-decoration: underline;
}
.promotional .text .light a:hover {
  color: #FFF;
  text-decoration: none;
}

/* Search page styling */
#searchText {
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
#searchText form {
  float: left;
}
#searchText .hints {
  float: right;
}
#searchText .term {
  clear: both;
}
#searchText p {
  margin: 0;
  padding: 5px 10px 5px 0;
}

/* Search page styling */
.searchForm {
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
.searchForm a, .searchResult a {
  text-decoration: none;
  color: #00529C;
}
.searchForm a:hover, .searchResult a:hover {
  text-decoration: underline;
  color: #007BBD;
}
.searchForm form {
  float: left;
  margin: 0;
}
.searchForm .hints {
  float: right;
  padding: 0 5px 0 0;
}
.searchTerm {
  background: #007BBD;
  color: #FFF;
  padding: 5px;
}
.searchInfo {
  padding: 5px;
}
.searchResult {
  padding: 0 5px 5px 5px;
}
.searchResult .resultTitle {
  font-weight: bold;
}
.searchResult a {
  text-decoration: none;
  color: #00529C;
}
.searchResult a:hover {
  text-decoration: underline;
  color: #007BBD;
}
.searchResult .url {
  font-size: 0.78em;
  color: #339933;
}
.paginator {
  color: #777;
  padding: 0 0 0 5px;
  margin: 10px 0px;
}
.paginator a {
  text-decoration: none;
  color: #00529C;
}
.paginator a:hover {
  text-decoration: underline;
  color: #007BBD;
}


/* Site map */
#topLevelCategories {
  margin: 0 5px 10px 5px;
  font-size: 0.8em;
}
#topLevelCategories p {
  margin: 0;
  padding: 5px 10px 5px 0;
}
#topLevelCategories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #666;
}
#topLevelCategories li {
  padding: 1px 0 1px 0;
}
#topLevelCategories a {
  text-decoration: none;
  color: #00529C;
}
#topLevelCategories a:hover{
  text-decoration: underline;
  color: #007BBD;
}
.categoryList h3 {
  background: #DDD url(../images/grey-corner.gif) no-repeat scroll right top;
  margin: 0;
  padding: 5px 5px 5px 5px;
}
.categoryList h3 a {
  font-size: 0.8em;
}
.categoryList p {
  padding: 5px 5px 5px 5px;
}
.categoryList ul {
  list-style: square;
}
.categoryList p.small a {
  font-size: 0.7em;
}
.categoryList a {
  font-size: 0.8em;
  text-decoration: none;
  color: #00529C;
}
.categoryList a:hover {
  text-decoration: underline;
  color: #007BBD;
}


/* Content item text */
#greeting {
  background: #DDD url(../images/grey-corner.gif) no-repeat scroll right top;
  margin: 0;
  padding: 0 0 0 5px;
}
#itemText {
  background: #FFF;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
#itemText h1, #greeting h1 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 10px 0;
  padding: 0;
  background: #FFF;
  color: #000;
  height: 100%;
}
#itemText h2, #greeting h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
  background: #FFF;
  color: #000;
}
#itemText h3, #greeting h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0;
  background: #FFF;
  color: #000;
}
#itemText h4, #itemText h5, #itemText h6,
#greeting h4, #greeting h5, #greeting h6 {
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 0 10px 0;
  padding: 0;
  background: #FFF;
  color: #000;
}
#itemText hr, #greeting hr {
  border: 1px solid #999;
}
#itemText ul, #greeting ul {
  list-style: square;
}
#itemText p, #greeting p {
  margin: 0;
  padding: 5px 10px 5px 0;
}
#itemText img {
  float: right;
  margin: 0 0 10px 10px;
}
#itemText a, #greeting a {
  text-decoration: none;
  color: #00529C;
}
#itemText a:hover, #greeting a:hover {
  text-decoration: underline;
  color: #007BBD;
}
#itemText dt {
  font-style: italic;
}
#itemText dd {
  margin: 5px 5px 5px 15px;
}


/* End of stylesheet */
