/*
These styles apply across most pages on the website. Styles
specific to particular layouts are in additional style files.
*/

/*------------------------------
Regular block level elements
------------------------------*/
body {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 80%;
  color: black;
  background: white;
  min-width: 46em;
  padding: 0; margin: 0;  
}

p, h1, h2, h3, h4, li, dt, dd, pre {
  text-align: left; /* avoid IE6 bug */
}

p, dt, dd, li { line-height: 1.5; }

h1, h2, h3, h4 {   
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  color: #0e4e7e;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 0.5em 0 0;
}

h2 {
  font-size: 1.1em;
  clear: left;
  margin: 1.2em 0 0;
}

h3 {
  font-size: 1.1em;
  margin: 0.6em 0;
}

h4 {
  font-size: 1.1em;
  color: white;
  background: #e8e8e8;
  margin: 0.8em 0 0;
}

p { margin: 0.4em 0 0.8em 0; }

dl { margin: 0 0 0.7em; }
dt { font-weight: bold; }

blockquote.pullquote {
  font-size: 1.2em;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-style: italic;
  width: 15em;
  float: right;
  padding: 0;
  margin: 0 0 0.2em 0.5em; 
}

.pullquote p { 
  color: #0e4e7e; 
  text-align: right; 
  font-weight: bold;
  margin: 0;
}

ul { margin-top: 0.5em; margin-bottom: 0.5em; }

form, fieldset { 
  padding: 0; 
  border: none;
  margin: 0;
}

/*------------------------------
Links
------------------------------*/
a { 
  color: #006699;
  text-decoration: underline;
}

/* Use standard link colours */
a:link {}
a:visited {}
a:hover {}
a:active {}


/*------------------------------
Page lagout blocks
------------------------------*/
#header {
  min-width: 40em;
  padding: 0;
}

#content {
  background: white url(../image/content-bg.png) top left no-repeat;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1em;
}

#page-info { 
  background: #ddd;
  width: 15em; 
  float: right;
  padding: 0.5em 0.5em 0.8em;
  margin: 0.4em 0 0.2em 0.5em;
}

#topic-menu { 
  background: #529bea;
  padding: 0.8em 0 0;
  margin: 0;
}

#panel { 
  background: #ece6d1 url(../image/panel-bg.png) top right no-repeat;
  height: 30em;
  padding: 0 0 1em;
  margin-bottom: 1em;
}

#footer { 
  text-align: right;
  background: #f0ebda url(../image/footer-bg.png) top left no-repeat;
  clear: both;
  height: 5em;
  padding: 0.5em 2em;
  margin: 0;
  position: relative;
}


/*------------------------------
Menus
------------------------------*/
#header h2 { display: none; }

#section-menu ul , #topic-menu ul, #top-menu ul {
  list-style: none;
  padding: 0; margin: 0;
}

#section-menu li a, #topic-menu li a {
} 

#section-menu a:hover, #topic-menu a:hover {}

/* Section menu */
#section-menu { 
  background: #00173d url(../image/section-menu-bg.jpg) no-repeat top left;
}

#section-menu ul {
  float: right;
  padding: 0 1.2em; 
  margin: 0;
}

#section-menu li {
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  line-height: 2.5;
  float: left;
  margin: 0;
}

#section-menu li a { 
  white-space: nowrap;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1em;
  border-left: 1px dotted white;
}

#section-menu a:hover { text-decoration: underline; }
#section-menu li.current a { color: #f90; }

#top-menu { 
  position: absolute; right: 0; top: 0; 
  width: 100%;
  padding: 0 0 0.5em 0;
}

#top-menu ul { 
  float: right;
}

#top-menu li { 
  line-height: 2.2em;
  margin-right: 0.8em;
  float: left;
}

#top-menu fieldset { float: left; }

#top-menu li a { 
  font-weight: bold; 
  color: white; 
  text-decoration: none; 
}

#top-menu li a:hover { text-decoration: underline; }



/* Topic menu */
#topic-menu h2 { display: none; }

#topic-menu ul { 
  margin: 0; 
}

#topic-menu li { 
  background: #2d71b0;
  padding-left: 2em;
  margin-bottom: 0.4em;
}

#topic-menu li a {
  color: white;
  text-decoration: none;
}

#topic-menu a:hover { text-decoration: underline; }
#topic-menu li.current a { color: #f90; }

#topic-menu .decoration { 
  background: url(../image/temp/topic-menu-pic.jpg) no-repeat bottom left;
  width: 100%; height: 130px;
  margin-top: 5em;
}


/*------------------------------
Forms
------------------------------*/
fieldset { border: none; }

/* Search form */
#search-form, #search-form fieldset {
  padding: 0; margin: 0;
}

#search-form { 
  font-size: 1em;
/*  text-align: right;
  position: absolute; top: 0.5em; right: 0;*/
  margin-right: 2em;
}

#search-form label, #search-form legend { display: none; }
#search-form input {
  margin-left: 0.5em;
}

/*------------------------------
Branding
------------------------------*/
#branding {
  background: #0e4e7e;
  padding: 0.5em 0 0 2em;
  margin-left: 0em;
}

#branding h1 { 
  background: url(../image/logo.png) no-repeat 0 70% ;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.0;
  font-family: times, Times New Roman, times-roman, georgia, serif;
  width: 291px; height: 30px;
  margin-top: 0;
}

#branding h1 a { 
  color: white;
  display: none;
  text-decoration: none;
}

#slogan { 
  font-style: italic; 
  margin: 0;
}


/*------------------------------
Header
------------------------------*/
#banner { 
  background: url("../image/banner-slim.jpg") no-repeat white;
  height: 63px;
  clear: left;
  position: relative;
  padding-left: 2em;
  margin: 0;
}

#banner p { 
  color: white;
  font-family: times, Times New Roman, times-roman, georgia, serif;
  font-size: 1.5em;
  line-height: 1.0;
  font-style: italic;
  position: absolute;
  bottom: 0.5em;
  margin: 0;
 }

#tools { display: none; }

/*------------------------------
Breadcrumbs
------------------------------*/
#breadcrumbs { 
  line-height: 2.5;
  background: white;
  clear: left;
  padding: 0 1em 0 2em;
  margin: 0;
}

* html #breadcrumbs { 
  line-height: 1;
  padding: 0.75em 1em 0.75em 2em;
}

#breadcrumbs a { 
/*  color: #666; 
  font-weight: bold;
  text-decoration: none;*/
}
#breadcrumbs a:hover { text-decoration: underline; }
#breadcrumbs input { vertical-align: middle;}

/*------------------------------
Content
------------------------------*/
#content h4 { line-height: 1.5; }


/*------------------------------
Panel
------------------------------*/
#panel h2, #panel h3, #panel p,
#panel dl, #panel ul { color: #333; }

#panel h2 { 
  font-size: 1.4em;
  color: white;
  line-height: 1.9em;
  padding: 0 1em 0 1em;
  border: none;
  margin-top: 0.2em;
}

#panel ul { 
  list-style: none;
  padding: 0;
  margin: 0;
}

#panel li { 
  border-top: 1px dotted white;
  padding: 0.5em 0 0.5em 3.5em; margin: 0;
}

#panel li img { 
  float: left;
  margin-left: -2em;
  display: inline; /* IE double margin float bug */
}

#panel p {
  padding: 0 0 0.3em 1.4em; /* to left align with 1em h2 padding */
  border-bottom: 1px dotted #cee; 
  margin-top: 0;
}


/*------------------------------
Page info
------------------------------*/
#page-info h2 { display: none; }

#page-info ul { list-style: none; padding: 0; margin: 0; }

#page-info li { 
  line-height: 2em;
  padding: 0 0 0 30px; 
  margin: 0 0 0 1em; 
}

#page-info li.author { 
  background: url(../image/icon-author.png) no-repeat left center; 
}
#page-info li.e-update { 
  background: url(../image/icon-mail.png) no-repeat left center; 
}
#page-info li.discuss { 
  background: url(../image/icon-discuss.png) no-repeat left center; 
}
#page-info li.print { 
  background: url(../image/icon-print.png) no-repeat left center; 
}


/*------------------------------
Footer
------------------------------*/
#footer p { 
  text-align: right;
  margin: 0; 
}

#footer img { display: inline; }

#footer ul {
  color: #333; 
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer li.link { 
  display: block;
  float: left;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #999;
  padding: 0 1em 0 1em;
  margin: 0;
}
#footer li.link.first { padding: 0 1em 0 0; border: none; }


/*------------------------------
Float clearing
------------------------------*/
/* Ensures that an element will expand to contain floating children */

#section-menu:after {
  content: " ";
  display: block; 
  height: 0;
  clear: both;
  visibility: hidden;
}
/*#section-menu { display: inline-table; }*/
/* Hides from IE-mac \*/
* html #section-menu { height: 1%; }
/*#section-menu { display: block; }*/
/* End hide from IE-mac */


/*------------------------------
Other
------------------------------*/
#skip { display: none; }

img {
  /*display: block;*/ 
  border: 0;
}

.gallery img { 
  float: left; 
  margin: 1em 0 1em 0.5em;
}