/* Medium CSS */
/* only difference to default.css is the font-size: 115% on body */

/* Global */
.clear {
  clear: both;
}
.hide {
  display: none;
}
:active, :focus {
    outline: none;
}

/* Top level styling */
body {
  background: #DBE7CF url(/images/body-bg-1.jpg) repeat-y top center;
  margin: 0;
  padding: 8px 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 115%;
}
#pageA, #pageB, #pageC, #pageD {
  background: #FFF;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 783px;
}

#links {
  position: absolute;
  width: 538px;
  right: 15px;
  top: 5px;
  text-align: right;
  font-size: 0.8em;
}
#links a {
  color: #000;
  text-decoration: none;
}
#links a:hover {
  color: #00529C;
  text-decoration: underline;
}
#search{
	margin: 8px 0 0 0;
}
#searchBox {
	height: 15px;
	width: 115px;	
	padding: 2px 2px 2px 5px;
	border: 1px solid #FFDC3A;
	float: right;	
}
#searchButton{
	border: 0;	
	float: right;
}

#banner {
  height: 100px;
  background: #FFF url(/images/banner-3b.gif) no-repeat top right;
}
#banner img {
  height: 100px;
  width: 230px;
  border: 0;
}
#pageA #util,
#pageB #util,
#pageC #util,
#pageD #util {
  clear: both;
  height: 37px;
  width: 783px;
}
#pageA #util {
  background: #71B432 url(/images/util-1.gif) no-repeat top left;
}
#pageB #util {
  background: #DC6123 url(/images/util-2.gif) no-repeat top left;
}
#pageC #util {
  background: #003773 url(/images/util-3.gif) no-repeat top left;
}
#pageD #util {
  background: #00532A url(/images/util-4.gif) no-repeat top left;
}
#pageA #util .menu,
#pageB #util .menu,
#pageC #util .menu,
#pageD #util .menu {
  position: absolute; 
  top: 85px; 
  width: 94px; 
  height: 21px; 
}
#menu1 {
  left: 240px;
}
#menu2 {
  left: 370px; 
}
#menu3 {
  left: 500px; 
}
#menu4 {
  left: 630px;
}
#pageA #util a,
#pageB #util a,
#pageC #util a,
#pageD #util a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}
#pageA #util a:hover,
#pageB #util a:hover,
#pageC #util a:hover,
#pageD #util a:hover {
  text-decoration: underline;
}

/* Default 'a' */
a {
  color: #00529C;
  text-decoration: none;
}
a:hover {
  color: #007BBD;
  text-decoration: underline;
}
/* 'backup' links */
a.up {
  font-size: 0.7em;
  color: #777;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
}
a.up:hover {
  color: #999;
  text-decoration: underline;
}
#leftCentre a.up {
  display: block;
  padding: 3px 8px 3px 8px;
}

/* Standard 'ul' link lists */
ul.linkList {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 0.8em;
  list-style-type: none;
}
ul.linkList li {
  padding: 0 8px 3px 8px;
}
#centreRight ul.linkList {
  padding: 8px 0 0 8px;
}
#centreRight ul.linkList li {
  padding: 0 8px 3px 0;
}
/*#leftCentre ul.linkList {
  padding: 8px 0 0 8px;
}
#leftCentre ul.linkList li {
  padding: 0 8px 3px 0;
}*/
/* 'audit' text */
#audit {
  clear: both;
  padding: 8px 8px 20px 8px;
  font-size: 0.7em;
  color: #777;
}
#leftCentre #audit {
  padding: 8px 8px 28px 8px;
  font-size: 0.7em;
  color: #777;
}

#content {
  height: 1%; /* IE6(5?) hack - 'set float container height' */
  background: #FFDC3A;
  margin: 0 5px 0 5px;
  padding: 15px 10px 10px 10px;
}

/* For some irratating reason if I put 5px margin
 * around the floats below, the left-hand one was 
 * pushed in from the left more than 5px in IE6!!!
 * Firefox 2, and Opera 8 were fine (all WinXP SP2).
 *
 * Have used 5px parent padding instead.
 */
#left {
  float: left;
  /*background: #FFF url(/images/yellowedge1.gif) repeat-x bottom left;*/
  background: #FFDC3A;
  width: 170px;
  padding-bottom: 20px;
  overflow: hidden;
}
#left #leftNav h2 {
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #FFF;
  padding: 5px 3px 5px 9px;
  height: 1%;
}
#left #leftNav .cats {     
  font-weight: bold;
  font-size: 0.8em;
  height: 1%;
}
#pageA #left #leftNav {
  background: #71B432;
}
#pageB #left #leftNav {
  background: #DC6123;
}
#pageC #left #leftNav {
  background: #003773;
}
#pageD #left #leftNav {
  background: #00532A;
}
/*#pageA #left #leftNav h2 {
  background: #71B432 url(/images/ltgreenedge1.gif) repeat-x bottom left;
}
#pageB #left #leftNav h2 {
  background: #DC6123 url(/images/orangeedge1.gif) repeat-x bottom left;
}
#pageC #left #leftNav h2 {
  background: #003773 url(/images/blueedge1.gif) repeat-x bottom left;
}
#pageD #left #leftNav h2 {
  background: #00532A url(/images/dkgreenedge1.gif) repeat-x bottom left;
}*/
#left #leftNav a {
  color: #FFF;
  text-decoration: none;    
}
#left #leftNav a:hover {
  color: #FFF;
  text-decoration: underline;
}
#left #leftNav .cats .selected {
  /*background: url(/images/selected.gif) no-repeat top left;*/
  background: #fff url("/images/arrowlarge.gif");
  background-repeat: no-repeat;
  background-position: 10px 6px;  
  padding: 3px 3px 3px 25px;
  height: 1%;  
}
#left #leftNav .cats .selected a {
 color: #000;
 text-decoration: none; 
}
#left #leftNav .cats .selected a:hover {
  color: #000;
  text-decoration: underline;
}
#left #leftNav .cats ul  {
  list-style-image: url("/images/arrowlarge.gif");  
  font-size: 0.85em;
  padding: 0 0 0 33px;
  margin: 4px 0 2px 0;
}
#left #leftNav .cats ul ul  {
  list-style-image: url("/images/arrowlarge.gif");  
  font-size: 1em;
  padding: 0 0 0 8px;
  margin: 0;
}
#left #leftNav .cats li {
   margin: 3px 5px 6px 0;   
}
#left #leftNav .cats li a {
  color: #FFF;
  text-decoration: none;
}
#left #leftNav .cats li a:hover {
  color: #FFF;
  text-decoration: underline;
}
#left #leftNav .cats ul li.selection a, #left #leftNav .cats ul ul li.selection a   {
  color: #FFDC3A;
  text-decoration: none;
}
#left #leftNav .cats ul li.here a, #left #leftNav .cats ul ul li.here a {
  color: #FFF;
  text-decoration: none;
}

#left #leftNav .cats .cat {
	background-image: url("/images/arrowlarge.gif");
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding: 4px 3px 2px 25px;
}

#centre, #leftCentre, #centreRight, #full {
  float: left;
  background: #FFF url(/images/yellowedge1.gif) repeat-x bottom left;
  margin-left: 10px;
  overflow: hidden;
}
#centre {
  width: 363px;
}
#full {
 margin-left: 0;
 width: 752px;
}

#leftCentre {
  width: 543px;
  margin-left: 0;
}
#centreRight {
  width: 573px;
}
#centre h2, #leftCentre h2, #centreRight h2, #full h2 {
  color: #FFF;
  margin: 0;
  padding: 3px 8px 10px 8px;
  font-size: 0.9em;
  font-weight: bold;
}
#pageA #centre h2, #pageA #leftCentre h2, #pageA #centreRight h2, #pageA #full h2 {
  background: #71B432 url(/images/ltgreenedge2.gif) repeat-x bottom left;
}
#pageB #centre h2, #pageB #leftCentre h2, #pageB #centreRight h2 {
  background: #DC6123 url(/images/orangeedge2.gif) repeat-x bottom left;
}
#pageC #centre h2, #pageC #leftCentre h2, #pageC #centreRight h2 {
  background: #003773 url(/images/blueedge2.gif) repeat-x bottom left;
}
#pageD #centre h2, #pageD #leftCentre h2, #pageD #centreRight h2 {
  background: #00532A url(/images/dkgreenedge2.gif) repeat-x bottom left;
}
#centre h3, #centreRight h3, #leftCentre h3, #full h3 {
  color: #000;
  margin: 0;
  padding: 0 0 10px 8px;
  font-size: 0.8em;
  font-weight: bold;
}
#centre #itemText h3, #centreRight #itemText h3, #leftCentre #itemText h3 {
  color: #000;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 100%;
  font-weight: bold;
}
#itemText {
  padding: 8px 8px 10px 8px;
  font-size: 0.8em;
}
#itemText p {
  margin: 0;
  padding: 0 0 8px 0;
}
#leftCentre img {
  float: left;
  padding: 8px;
  border: 0;
}
#leftCentre #itemText {
  padding: 8px 8px 10px 8px;
  font-size: 0.8em;
}
#itemText h4,
#itemText h5,
#itemText h6 {
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 0 10px 0;
  padding: 0;
  background: #FFF;
  color: #000;
}
#itemText hr {
  border: 1px solid #999;
}
#itemText ul {
  list-style: square;
}
#itemText dt dt {
  font-style: italic;
}
#itemText dd dd {
  margin: 5px 5px 5px 15px;
}
#itemText img {
  border: 0;
}
#itemText img.imageLeft {
  float: left;
  margin: 0 8px 8px 0;
}
#itemText img.imageBlock {
  margin: 0 0 8px 0;
}
#itemText img.imageRight {
  float: right;
  margin: 0 0 8px 8px;
}
#itemText p {
  margin: 0;
  padding: 0 0 10px 0;
}
.threadItemText { 
  background-color: #EDEFCF;
  border: 1px solid #FFDC3A;
  margin-bottom: 8px;
  margin-top: 2px;
  padding: 5px 5px 5px 5px;
}
.threadItemText a {    
  color: #71B432;
  font-weight: bold;
  text-decoration: underline;
}
#mpSections {
  margin: 0;
  padding: 8px 8px 10px 8px;
  font-size: 0.8em;
}
#paging {
  margin: 0 0 20px 0;
  padding: 5px 8px 5px 8px;
  color: #777;
  font-size: 0.8em;
}
#mpSections h3 {
  display: none;
}
#mpSections ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #666;
}
#mpSections li {
  padding: 1px 0 1px 0;
}

#right {
  float: left;
  background: #FFDC3A;
  width: 200px;
  margin: 0 0 0 10px;
  padding: 0;
  overflow: hidden;
}
#right .quickLinks {
  font-size: 0.8em;
  color: #FFF;
  padding: 8px 8px 16px 8px;
  margin: 0 0 8px 0;
  overflow: hidden;
}
#pageA .quickLinks {
  background: #71B432 url(/images/ltgreenqlink.gif) repeat-x bottom left;
}
#pageB .quickLinks {
  background: #DC6123 url(/images/orangeqlink.gif) repeat-x bottom left;
}
#pageC .quickLinks {
  background: #003773 url(/images/blueqlink.gif) repeat-x bottom left;
}
#pageD .quickLinks {
  background: #00532A url(/images/dkgreenqlink.gif) repeat-x bottom left;
}
#right .quickLinks h3 {
  color: #FFF;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
}
#right .quickLinks a {
  padding: 0;
  color: #FFF;
  text-decoration: none;
}
#right .quickLinks a:hover {
  color: #FFF;
  text-decoration: underline;
}

#left #leftNav {
  background: #FFF url(/images/yellowedge2.gif) repeat-x bottom left;
  padding-bottom: 10px;
  margin: 0 0 4px 0;
  overflow: hidden;
}
#right #itemList,
#left #seeAlso,
#right #attachments {
  background: #FFF url(/images/yellowedge2.gif) repeat-x bottom left;
  padding-bottom: 35px;
  margin: 0 0 4px 0;
  overflow: hidden;
}
#right #itemList h3,
#left #seeAlso h3,
#right #attachments h3 {
  color: #FFF;
  margin: 0 0 4px 0;
  padding: 3px 8px 10px 8px;
  font-size: 0.9em;
  font-weight: bold;
}
#pageA #itemList h3, #pageA #seeAlso h3, #pageA #attachments h3 {
  background: #71B432 url(/images/ltgreenedge1.gif) repeat-x bottom left;
}
#pageB #itemList h3, #pageB #seeAlso h3, #pageB #attachments h3 {
  background: #DC6123 url(/images/orangeedge1.gif) repeat-x bottom left;
}
#pageC #itemList h3, #pageC #seeAlso h3, #pageC #attachments h3 {
  background: #003773 url(/images/blueedge1.gif) repeat-x bottom left;
}
#pageD #itemList h3, #pageD #seeAlso h3, #pageD #attachments h3 {
  background: #00532A url(/images/dkgreenedge1.gif) repeat-x bottom left;
}
#right p {
  margin: 0 8px 4px 8px;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
}

#portal {
  background: #FFDC3A;
  margin: 0 5px 0 5px;
  padding: 15px 10px 10px 10px;
}
/* For some irratating reason if I put 5px margin
 * around the floats below, the left-hand one was 
 * pushed in from the left more than 5px in IE6!!!
 * Firefox 2, and Opera 8 were fine (all WinXP SP2).
 *
 * Have used 5px parent padding instead.
 */
#portal .imageLink img {
  border: 0;
}

#portal .contentItem, .pressRelease {
  background: #FFF url(/images/yellowedge1.gif) repeat-x bottom left;
  padding: 8px 8px 20px 8px;
  font-size: 0.8em;
}
.pressRelease p {
  margin: 0;
  padding: 0 0 10px 0;
  height: 1%;
}
#portal .contentItem p {
  margin: 0;
  padding: 0 0 10px 0;
  height: 1%;
}
#portal .contentItem img.imageLeft {
  float: left;
  margin: 0 8px 8px 0;
}
#portal .contentItem img.imageBlock {
  margin: 0 0 8px 0;
}
#portal .contentItem img.imageRight {
  float: right;
  margin: 0 0 8px 8px;
}

#portal .bookmarks {
  background: #FFF url(/images/yellowedge2.gif) repeat-x bottom left;
  padding-bottom: 35px;
  margin: 0 0 4px 0;
  overflow: hidden;
}
#portal .bookmarks ul {
  margin: 0;
  padding: 8px 0 0 0;
  list-style-type: none;
}
#portal .bookmarks li {
  padding: 0 8px 3px 8px;
  font-size: 0.8em;
}


#portal .left {
  float: left;
  padding: 0;
  overflow: hidden;
  width: 210px;
}

#portal .centre {
  float: left;
  overflow: hidden;
  width: 323px;
  margin-left: 10px;
}
#portal .centre h2 {
  background: #71B432 url(/images/ltgreenedge2.gif) repeat-x bottom left;
  color: #FFF;
  margin: 0;
  padding: 3px 8px 10px 8px;
  font-size: 0.9em;
  font-weight: bold;
}

#portal .right {
  float: left;
  overflow: hidden;
  width: 200px;
  margin-left: 10px;
}
#portal .right h2, #portal .left h2 {
  background: #71B432 url(/images/ltgreenedge1.gif) repeat-x bottom left;
  color: #FFF;
  margin: 0;
  padding: 3px 8px 10px 8px;
  font-size: 0.9em;
  font-weight: bold;
}

/* Portal homepage editing */
.portletAction {
  clear: both;
  background: #CFC;
  padding: 2px;
}
.portletAction a img {
  border: 0;
  background: #CFC;
  padding: 2px;
}
.portletSpacer {
  clear: both;
  height: 4px;
  font-size: 0;
}
/* IE seems to need the 'width: 100%' 
 * for the element to scroll properly */ 
.addPortlet {
  font-size: 0.8em;
  overflow: auto;
  width: 100%;
  background: #CFC;
}
.portalLink {
  font-size: 0.8em;
  clear: both;
  margin: 0 0 2px 0;
  padding: 3px 2px 1px 2px;
  background: #CFC;
  border-bottom: 2px solid #679;
}
.portalLink a {
  color: #669 !important;
  text-decoration: none;
}
.portalLink a:hover {
  color: #669 !important;
  text-decoration: underline;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  background: #FFDC3A url(/images/bottom-1.gif) no-repeat bottom center;
  height: 2em;
  padding: 20px 6px 6px 6px;
}

#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  color: #00529C;
  text-decoration: underline;
}

/* Drop-down menu styling */
/* Original
#dropmenudiv{
  position: absolute;
  border: 1px solid #CCC;
  border-bottom-width: 0;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100;
}
#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #CCC;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
}
#dropmenudiv a:hover{
  background-color: #DDF;
}
*/
#dropmenudiv{
  position: absolute;
  border: 1px solid #AAA;
  border-bottom-width: 0;
  font-size: 0.75em;
  font-weight: normal;
  z-index: 100;
}
#dropmenudiv a{
  width: 154px;
  display: block;
  border-bottom: 1px solid #AAA;
  padding: 3px 8px;
  text-decoration: none;
  font-weight: bold;
  color: #686;
}
#dropmenudiv a:hover{
  background-color: #AAA;
  color: #FFF;
}

/*breadcrumb*/

#breadcrumb {
  font-size: 0.7em;
  color: #FFDC3A;
  padding: 12px 0 7px 17px;
  font-weight: bold !important;
}
#breadcrumb a { 
  text-decoration: none;
  color: #FFF;
}
#breadcrumb a:hover{
  text-decoration: underline;
  color: #FFF;  
}

/*search*/

.searchResult, .hints, .searchTerm, .searchInfo {
	margin-bottom: 10px;
}
.searchResult a {
	font-weight: bold;
}
.searchResult .url {
	color: #71B432;
	font-size: 0.75em;
}
.paginator {
	padding-bottom: 8px;
}

/*sitemap*/

#topLevelCategories {
  margin: 0 5px 10px 8px;
  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;
}
#topLevelCategories .greenBreak {
	background: #7CB432;
	height: 1px;
	margin-top: 10px;
	clear: both;
	font-size: 0;
}
.categoryList h3 {  
  margin: 0;
  padding: 5px 5px 5px 8px;
}
.categoryList h3 a {
  font-size: 0.9em;
}
.categoryList p {
  padding: 5px 5px 5px 8px;
}
.categoryList ul {
  list-style: disc;
  padding-top: 0;
  margin-top: 0;
}
.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;
}

/* press release */

#lead {
	font-size: 0.8em;
	margin: 8px 8px 10px 8px;
}

.right .pressRelease img {		
	border: 0;
}
.centre .pressRelease img {
	border: 0;
	float: left;
}

.pressRelease a {
	padding-top: 8px;
	display: block;
}
