body {
	font-family: arial,helvetica,sans-serif;
	color: #333;
	margin:0;
	background-color:#EEE;
	font-size: 73%;
	background-image:url(../images/main_background.gif);
	background-repeat:repeat-y;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;

}
h4 {
	margin-bottom:-3px;
	padding-top:1px;
}

a {
	text-decoration: underline;
	color: #1b5fa6;
}

a:hover {
	text-decoration: none;
	color: #1b5fa6;
}

a.external {
	background-image:url('/images/icons/icon_external.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 12pt;
}

img {
	border:0;
}


ul {

}


li {

}


div.ap_item {
	border-bottom:1px solid #DDD;
	padding:10px 5px;
}
div.ap_item h3 {
	color:#d42da6;
}

p.download_ap {
	font-weight: bold;
	margin-bottom:10px;
}
p.download_ap a {
	text-decoration:none;
}

.notes {
	font-size:.9em;
}


/* IE text jog hack 

* html #mainbody {
	height: 1%;
	padding-left:20px;
}

* html #leftmenu {
	margin-right: -3px;
}

 end IE text jog hack */


#header h1, #headerhome h1 {
	float: left;
}

#wrapper {
	max-width: 87em;
	min-width: 760px;
	background-color:#FFF;
	height:100%;
	float:left;	
	background-image: url(../images/lo/top_left.gif);
	background-repeat: no-repeat;
	padding:0px;
}


#topmenu {
	float: right;
	font-size: 0.9em;
	margin: 0px 3px 0px 0;
}

 #topmenu img {
	vertical-align:middle;
} 

#headerhome {
	height: 126px;
	background: #3485d4;
	margin: 0;
	clear: both;
	text-align: right;
	background-image: url(/images/logo_lg.gif);
	background-repeat: no-repeat;
}

#header {
	background: #337bbf;
	margin: 0;
	clear: both;
	text-align: right;
	background-repeat: no-repeat;
}

#headerstrap {
	line-height: 1.4em;
	background: #95c637;
	margin: 0;
	padding: 0 0 2px 50px;
	color: #363636;
	font-size:1.7em;
	font-family: arial;
	height:1.4em;
}

.straptext {
	float:left;
}

.searchbox {
	float:right;
	width: 232px;
}

.searchbox .search {
	margin:0 5px 0 0;
	padding:5px 0 0 0;
	float:right;
}

.searchbox .text {
	margin:5px 0 0 0;
	padding:0;
	float:left;
	border:0;
	border-top:1px solid #68af33 !important;
	border-left:1px solid #68af33 !important;
	height:17px;
	width:170px;
}

#breadcrumb {
	clear:both;
	font-size: .9em;
	padding: 6px 0 7px 7px;
	margin:0px 0px 0px 0px;
	background-color:#94c43a;
}

#breadcrumb a {
	color: #FFF;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color:#FFF;
}

#breadcrumb ol{
	margin: 0;
	padding:0;
}

#breadcrumb ol li{
	display:inline;
	padding-left:14px;
	background-image:url('/images/breadcrumb_arrow.gif');
	background-repeat:no-repeat;
}

#breadcrumb ol li.home{
	display:inline;
	padding-left:14px;
	background-image:url('/images/breadcrumb_home.gif');
	background-repeat:no-repeat;
}

#breadcrumb img {
	margin-bottom:-1px;
}

#bgwrap {
	/*background-image:url('/images/background.gif');*/
	background-repeat: repeat-y;
	float:left;
	width: 100%; /* 2008.04.21 MS: Added to fix Firefox bug where nested divs inside this one didn't respect widths and wrapped */

}

/* Left menu */

#leftmenu {
	width: 199px;
	border: 0px;
	padding: 0 0 300px 0;
	margin: 0px 20px 0 0;
	float: left;
	background-image:url(../images/lo/nav_bg.gif);
	background-repeat:no-repeat;
}

#leftmenu ul {
	margin: 40px 0 0 20px;
	padding: 0;
	list-style: none;
	line-height:5pt;
	font-size:14px;
}

#leftmenu li {
	padding: 0.2em 0 0.2em 0px;
	margin: 0 0px 1px 0px;
	border:0px;
	background:none;
	line-height: 17px;
}
#leftmenu li.plain {
	border:0px;
	padding:0px;
	margin:0px;
	line-height:1px;
}

#leftmenu li.sussexroutes {
	padding:7px 0px 7px 22px;
}

/* #leftmenu li {
	line-height: 2.1em;
	padding: 0 0 0 6px;
	margin: 0 -2px 0 -2px;
} */

#leftmenu ul ul {
	padding-left: 0;
	margin-left: 0px;
	margin-top:0px;
	border:0px;
/*	list-style-image:url('/images/menu_bullet.gif'); */
}

#leftmenu ul ul li {
	padding: 3px 0px 5px 5px;
	margin: 0 5px 0 0px;
	
	border-top:1px solid #b1d372;
	text-indent:0px;
}

#leftmenu ul ul ul {
	padding-left: 0;
	margin-left: 6px;
	margin-top:3px;
	font-size:14px;
}

#leftmenu ul ul ul li {
/*	line-height: 2.1em; */
	padding: 0.4em 0 0.1em 6px;
	text-indent: -8px;
	margin: 0 0 0 0;
	font-size: 0.9em;
	line-height:16px;
}

/* Added at Pete Raingers request 2/10/06 */
/* Removed at Pete Raingers request 2/11/06 
#leftmenu ul ul ul { 
	font-weight: bold; 
} 
#leftmenu ul ul ul ul { 
	font-weight: normal;
}
*/
#leftmenu a {
	text-decoration: none;
}
#leftmenu a:hover {
	text-decoration: underline;
}

/****/

#leftmenu ul li .subsection {
	margin-left:0px;
	margin-right:-1px;
	background: #FFF;
	height:4px;
	padding:0px;
	line-height:1px;
}

#leftmenu ul li div.selected {
	color: #333;
	padding:0;
	margin:0;
}
#leftmenu ul li div.selectedPortal {
	color: #333;
	background:none;
	margin-left:0px;
	padding:5px;
}

#leftmenu ul ul li div.selected {
	color: #333;
	padding:0;
	margin:0;
}

#leftmenu ul ul ul li div.selected {
	color: #333;
	padding:0;
	margin:0;
}

#leftmenu .selected a {
	color: #333;
	padding:0;
	margin:0;
}
#leftmenu div.selectedPortal a {
	color: #333;
	padding:0;
	margin:0;
}

/* */

#mainbody {
	/* width:565px; */
 	padding: 10px 0 20px 230px;
 	margin-right:-3px;
}

#bubbles {
	background-image:url(../images/lo/bubbles.gif);
	background-repeat:no-repeat;
	width:700px;
	height:600px;
	margin-left:17px;
}
div.bubble {
	width:150px;
	text-align:center;
	float:left;
	display:inline;
}
div.bubble h4 {
	font-size:13px;;
}
div.bubble a {
	text-decoration:none;
}
div.bubble a:hover {
	text-decoration:underline;
}
div.bubble a.pink { color:#e2007a; }
div.bubble a.green { color:#689711; }
div.bubble a.blue { color:#337bbf; }
div.bubble a.orange { color:#f68f1e; }
div.bubble a.red { color:#d0121c; }




#title .lblue {
	color: #a1c5e5;
}

/*
#bodycopy p {
	line-height: 14pt;
}

#bodycopy ul {
	list-style:disc;
	line-height:14pt;
	margin:0;
	padding:0 0 0 30px;
	
}
#bodycopy ol {
	line-height:14pt;
	margin:0;
	padding:0 0 0 30px;
	
}

#bodycopy ul li {
}

#bodycopy blockquote {
	padding:0 30px 0 30px;
	margin:0;
	line-height:14pt;
}
*/

/* */

#photobox {
	border: 1px solid #9dc7e6;
	background: #d2e7f7;
	padding: 9px 9px 4px 9px;
	margin: 0 0 10pt 10pt;
	float:right;
}

#photobox img {
	border: 1px solid #9dc7e6;
}

/* */


#homemiddle {
	overflow: visible;
	width: 95%;
}

#homemiddle h3 {
	font: 1.5em Arial,sans-serif;
	color: #2f76c0;
	line-height: 16pt;
	padding-bottom: 0;
}

#homemiddle p {
	padding:0;
	margin:6pt 0 0 0;

}


#homemiddle .left {
	width:48%;
	float:left;
}

#homemiddle .right {
	width:48%;
	float:right;
}

#homemiddle .greenbox {
	padding-top:4pt;
	padding-bottom:10pt;
	border-bottom: 1px #4ba400 solid;
	min-height:10em;
}
#homemiddle .homebox_text {
	height:132px;
	margin-top:5px;
	margin-right:3px;
}

#homemiddle .homebox_text p {
	margin:0px;
	padding:12px 12px 0px 0px;
}

#homemiddle .greenbox .homebox_text {
	background-image:url(../images/greenbracket_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#homemiddle .bluebox .homebox_text {
	background-image:url(../images/bluebracket_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#homemiddle .greenbox .green_image {
	float:left;
	width:125px;
	height:132px;
	background-image:url(../images/greenbracket_left.gif);
	background-repeat:no-repeat;
	margin-top:5px;
}

#homemiddle .bluebox .blue_image {
	float:left;
	width:125px;
	height:132px;
	background-image:url(../images/bluebracket_left.gif);
	background-repeat:no-repeat;
	margin-top:5px;
}

#homemiddle img {
	margin:12px 0px 0px 12px;
}


#homemiddle .bluebox {
	padding-top:4pt;
	padding-bottom:10pt;
	border-bottom: 1px #3485d4 solid;
	min-height:10em;
}

/* for Internet Explorer */
/*\*/
* html #homemiddle .bluebox {
	height: 10em;
}
* html #homemiddle .greenbox {
	height: 10em;
}
/**/

#homemiddle .greenbox h3 a {
	color:#4ba400;
}

#homemiddle .tags,.tags {
	font-size: 0.9em;
	color: #333;
/*	background-image:url('/images/icons/icon_alt.gif');
	background-repeat:no-repeat;
	background-position:left;*/
	padding-left: 0pt;
}

#homemiddle .tags a,.tags a {
	font-size: 1em;
	color: #2f76c0;
}
#homemiddle .tags img,.tags img {
	padding-top: 3px;
}


/* */

#submiddle {
	overflow: auto;
	width: 95%
}

#submiddle h3 {
	font: 1.5em Arial,sans-serif;
	color: #2f76c0;
	line-height: 16pt;
	padding-bottom: 0;
}

#submiddle .left {
	margin-top:12pt;
	border: 1px solid #9dc7e6;
	background: #d2e7f7;
	width:44%;
	float:left;
	padding:12px;
}

#submiddle .right {
	margin-top:12pt;
	border: 1px solid #9dc7e6;
	background: #d2e7f7;
	width:44%;
	float:right;
	padding:12px;
}


/* Box test */

.boxout { /* Blue indented */
	border-left:1px solid #2f76c0;
	padding: 0 20px 0 15px;
	margin: 22px 22px 22px 15px;
	color:#2f76c0;
}

.boxout1 { /* Green indented */
	border-left:1px solid #90cc59;
	padding: 0 20px 0 15px;
	margin: 22px 22px 22px 15px;
	color:#4ba400;
}


.boxout2 { /* Green ruled */
	border-top: 1px solid #90cc59;
	border-bottom: 1px solid #90cc59;
	padding: 9px 30px 9px 30px;
	color: #4ba400;
	margin: 22px 0 0 0;
}

.boxout4 { /* Blue ruled */
	border-top: 1px solid #9dc7e6;
	border-bottom: 1px solid #9dc7e6;
	padding: 9px 30px 9px 30px;
	color: #2f76c0;
	margin: 22px 0 0 0;
}

.boxout5 { /* Blue quotes */
	padding: 0 30px 0 30px;
	margin: 22px 0 22px 0;
	color: #2f76c0;
	background-image: url('/images/bluequote_left.gif');
	background-position: top left;
	background-repeat:no-repeat;
}

.boxout5a {
	background-image: url('/images/bluequote_right.gif');
	background-position: bottom right;
	background-repeat:no-repeat;
}


/* */

#relatedbox {
	border:0px;
	border-left: 1px solid #DDD;
	background:none;
	padding: 5px;
	margin: 22px 0 10px 20px;
	float:left;
	width:35%;
	clear:none;
	height:400px;
}
#relatedbox .persona_image {
	margin:0px 0px 10px 10px;
}
#relatedbox .persona_image form {
	display:inline;
}

#relatedbox h2 {
	font: 1.5em Arial,sans-serif;
	color: #4ba400;
	color:#cb2689;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:0px;
}

#relatedbox ul {
	padding-left:10px;
	margin-left: 0;
	list-style:none;
}

#relatedbox li {
	line-height:12pt;
}


/* */

#footer {
	margin: 0;
	padding: 10px 20px 20px 10px;
	clear: both;
	/*background-image: url(/images/leftmenu_bottom.gif);*/
	background-repeat: no-repeat;
	border-top:1px solid #d8d8d8;
	background-color:#FFF;
}

#footer img {
	vertical-align:middle;
}

#bodycopy {
	width:55%;
	float:left;
}



/* added by chris */

#bodycopy ul.sitemap,#bodycopy ul.sitemap ul  {
	list-style:none;
	padding:0px;
	margin:0px;
	width:95%;
	border:0px;
	font-weight:bold;
	margin-left:7px;
}
#bodycopy ul.sitemap .subsection,#bodycopy ul.sitemap .subsection {
	border:none;
	background:white;
	margin-left:-7px;
}
#bodycopy ul.sitemap ul {
	padding-left:15px;
	margin-top:1px;
	margin-bottom:3px;
	font-size:.95em;
	font-weight:normal;
}
#bodycopy ul.sitemap li {
	border-top:0px;
	width:100%;
}
#bodycopy ul.sitemap li a {
	border-top:1px solid #EEE;
	display:block;
	padding:1px;
	width:100%;
}

#bodycopy ol.searchresults {
	padding:0px;
	margin-left:0px;
	margin-bottom:30px;
	margin-right:20px;
	border-bottom:1px solid #DDD;
}
#bodycopy ol.searchresults li {
	margin:2px 0px;
	border-top:1px solid #DDD;
	padding:7px 0px;
}
#bodycopy ol.searchresults li p {
	margin:0px;
}

#bodycopy ol.searchresults li a {
	font-size:1.2em;
}

#bodycopy .news_column {
	float: left;
	width: 47%;
}

#bodycopy .news_column .green {
	color: #4ba400;
}

#bodycopy ul.newslist {
	list-style:none;
	padding:0px;
	margin-left:0px;
	margin-bottom:30px;
	margin-right:20px;
	border-bottom:1px solid #DDD;
	
}
#bodycopy ul.newslist li {
	margin:2px 0px;
	border-top:1px solid #DDD;
	padding:7px 0px;
	list-style:none;

}
#bodycopy ul.newslist li p {
	margin:0px;
}

#bodycopy ul.newslist li a {
	font-size:1.2em;
}

span.small {
	font-size:.8em;
}
	
h3.letter {
	font: 1.8em Arial,sans-serif;
	margin:20px 0px 5px 0px;
	border-bottom:1px solid #EEE;
	float:left;
	width:80%;
	padding:0px;
}

#bodycopy ul.atoz {
	list-style:none;
	padding:0px;
	margin:0px 0px 10px 0px;
	width:95%;
	float:left;
}
#bodycopy ul.atoz li {
	float:left;
	font-size:1.1em;
}
#bodycopy ul.atoz li.selected {
	padding:3px 3px;
	border:1px solid #EEE;
	margin-right:3px;
	font-weight:bold;
}
#bodycopy ul.atoz li a {
	display:block;
	padding:3px 3px;
	border:1px solid #EEE;
	margin-right:3px;
	text-decoration:none;
}
#bodycopy ul.atoz li a:hover {
	background-color:#EEE;
}


/* 
Doesn't work in IE
#bodycopy ol { counter-reset: item; }
#bodycopy ol li { display: block;
				margin-left:-16px;}
#bodycopy ol li:before { content: counters(item, "." )". "; counter-increment: item; } */

dl {
	float:left;
	overflow:auto;
	width:90%;
}
dt {
	font-weight:bold;
	font-size:1.2em;
	margin:0px;
	padding:0px;
	margin-top:10px;
	padding-top:3px;
}
dd {
	padding:0px;
	margin:0px;
}
dd p {
	margin:3px 0px 8px 7px;
}

#header_print {
	display:none;
}
div.news_image {
	float: right;
	margin:0px 0px 10px 0px;
}

p.offleft {
	position: absolute;
	left: -999px;
	width: 990px;
	height:1px;
}

div.biography {
	width:100%;
	border-bottom: 1px solid #EEE;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.biography h3 {
	padding: 0px;
	margin: 0px;
}
div.biography p {
	margin: 0px 0px 5px 0px;
}

div.biography div.bio_image {
	float: left;
	margin-right: 15px;
	padding: 7px;
	background-color: #EEE;
}
div.biography div.bio_text {
	float:left;
	width:75%;
}
span.dates {
	font-size: .9em;
	color: #666;
}
img.news_image {
	margin: 10px 10px 10px 0px;
	float: left;
}

#bodycopy h3.list_header {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	padding-bottom: 0px;
}
#bodycopy ul.keywords {
	padding-bottom: 10px;
}
ul.keywords li {
	font-weight: normal;
}

#bodycopy div.results_column {
	float: left;
	width: 60%;;
}

#bodycopy div.glossary_column {
	float: right;
	border: 1px solid #90cc59;
	padding: 10px;
	background-color: #def5b5;;
	width: 30%;
}
#bodycopy div.glossary_column h3 {
	font: 13pt Georgia,Times,Serif;
	color: #4ba400;
	padding-bottom:0;
}

#bodycopy div.glossary_column ul {
	font-weight: normal;
	padding-left: 18px;
	margin-top: 7px;
	
}

#bodycopy ul {
	margin-bottom: 0px;
}


div.dupfix {
	clear:both;
	margin-right:-3px;
}

/* content specific styles */



h2 {
	font: 1.8em Arial,sans-serif;
	color: #2f76c0;
	line-height: 18pt;
	padding-bottom: 8pt;
	padding-top:3px;
}
h2 strong {
	font-weight:normal;
	color: #4e4e4e;
}
p {
	padding:0px 0px 6px 0px;
	margin:0;
	line-height:14pt;
	float:none;
}
h3 {
	font: 1.5em Arial,sans-serif;
	color: #2f76c0;
	line-height: 18pt;
	padding:5px 0px 5px 0px;
	margin:0;
	font-weight:normal;
}
h4 {
	font: 1.3em Arial,sans-serif;
	color: #2f76c0;
	padding:5px 0 0 0;
	margin:0;
	font-weight:normal;
}
h5 {
	font-size: 1em;
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0 0 0 15px;
	color:#999;
}
.h5indent {
	margin-left:15px;
}

ul,ol {
	padding:0px 0px 10px 30px;
	margin:0px;
	line-height:14pt;
}

blockquote {
	padding:0 30px 0 30px;
	margin:0;
	line-height:14pt;
}

#title {
	border-bottom: 1px solid #DDD; 
	padding-bottom: 0px; 
	margin-bottom:10px; 
} 
#title h2 {
	font-size: 2.2em;
	line-height: 1.05em;
}

div.persona {
	width:55%;
	margin-left:4px;
	float:left;
	margin-top:20px;
}




/*===jules===*/

#download-box
	{
	float: left;
	display: inline;
	width: 254px;
	background-color: #eee;
	margin: 0 0 20px 10px;
	}
	
#download-box a
	{
	text-decoration: none;
	}
	
#icon-download img
	{
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	}
	
#down-load-text
	{
	float: right;
	display: inline;
	margin: 10px;
	width: 175px;
	font-size: 140%;
	font-weight: bold;
	color: #2F76C0;
	}
	
#enter-name-wrapper
	{
	clear: both;
	width: 254px;
	background-color: #eee;
	}
	
#enter-name-wrapper #enter-name
	{
	padding: 20px;
	text-align: center;
	border-top: dotted 1px #aaa;
	color: gray;
	}
	
#enter-name-wrapper #enter-name h3
	{
	color: gray;
	}

#enter-name-submit
	{
	margin-top: 10px;
	}

.clear
	{
	clear: both;
	}
	
	
	
	
#not-browsed
	{
	margin-top: 10px;
	padding: 15px;
	background-color: #eee;
	color: gray;
	font-size: 200%;
	font-weight: bold;
	line-height: 120%;
	}

/*==jules==*/

























