*
{
  margin: 0;
  padding: 0;
}
html
{
  font-size: 62.5%;
}
body
{
  font-family: Trebuchet MS, Helvetica, sans-serif;
  background: url(../../img/bg.jpg) repeat-y center;
  color: #333;
}
table
{
  border: 1px inset #FFF;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFF;
}
th
{
  font-weight: 400;
  background-color: #C4E1FF;
  text-align: left;
}
td
{
  background-color: #DFF4FF;
}
th, td
{
  padding: 3px 2px;
}
img
{
  border: none;
  display: inline-block;
}
ul
{
  margin-left: 17px;
  padding: 0;
}
li
{
  list-style-position: outside;
  list-style-image: url(../../img/square.gif);
  margin: 0;
  padding: 0;
}

h1, h2
{
  position: relative;
  left: -10px;
  font-size: 1.6em;
  margin-bottom: 0.3em;
  padding: 4px 0 1px 10px;
}
h2
{
  font-size: 1.5em;
  position: relative;
}
h3
{
  font-size: 1.1em;
  margin-bottom: 0.3em;
}

p, ul, table, #mapUK
{
  margin-bottom: 1em;
}
p.small
{
  font-size: 0.8em;
  line-height: 1.4em;
}
p.pdflink
{
  background-image: url(../../img/icons/pdficon_small.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 5px 0 38px;
}

a
{
  color: #06C;
  text-decoration: none;
}
a.anchorbutton
{
  display: block;
  background-color: #FFF;
  border: 1px outset;
  margin-top: 5px;
  margin-right: 4px;
  padding: 5px;
}

a.anchorbutton:hover
{
  text-decoration: none;
  background-color: #EFF;
}

a.readmore
{
  display: block;
  font-size: 90%;
}
a.readmore:visited
{
  color: #500080;
}

a:visited
{
  color: #800080;
}
a.anchorbutton:visited
{
  color: #06C;
}
select
{
  width: 215px;
  margin-top: 5px;
  font-size: 0.9em;
}

hr
{
  margin-bottom: 0.5em;
  height: 1px;
  border-style: dashed;
  color: #FFF;
}

/* MAIN DIVS */
#container
{
  width: 940px;
  background-color: #FFF;
  border-color: #CCC;
  border-style: solid;
  border-width: 0 2px;
  margin: 0 auto;
  padding: 14px;
}
#header
{
  background-color: #FFF;
  height: 190px;
  position: relative;
  z-index: 1;
}
#textSize
{
  position: absolute;
  top: 140px;
  right: 125px;
  width: 100px;
  text-align: right;
}
#content
{
  font-size: 1.3em;
  line-height: 160%;
}
#faces
{
  width: 488px;
  height: 128px;
  background: url(../../img/faces.jpg) no-repeat top;
  border-bottom: 10px solid #FFF;
  margin: 0 auto;
}

div.leftPanel, div.rightPanelTop, div.rightPanelBot, div.midPanel, div.bigPanel
{
  margin-bottom: 10px;
  padding: 0 18px 16px 10px;
  position: relative;
}

div.leftPanel, div.rightPanelTop, div.rightPanelBot
{
  width: 188px;
  background: url(../../img/panel_mid.gif) repeat-y;
}
div.midPanel
{
  width: 462px;
  background: url(../../img/panel_mid_mid.gif) repeat-y;
  margin: 0 auto 10px;
}
div.bigPanel
{
  width: 915px;
  background: url(../../img/panel_big_mid.gif) repeat-y;
}

div.leftPanel
{
  float: left;
  clear: left;
}
div.rightPanelTop, div.rightPanelBot
{
  float: right;
  clear: right;
}

div.leftPanel h2, div.rightPanelTop h2, div.rightPanelBot h2
{
  width: 204px;
  background-image: url(../../img/panel_top.gif);
}
div.midPanel h1, div.midPanel h2
{
  width: 480px;
  background-image: url(../../img/panel_mid_top.gif);
}
div.bigPanel h1
{
  width: 933px;
  background-image: url(../../img/panel_big_top.gif);
}

div.footer
{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
}

div.leftPanel div.footer, div.rightPanelTop div.footer, div.rightPanelBot div.footer
{
  width: 214px;
  background: url(../../img/panel_bot.gif);
}
div.midPanel div.footer
{
  width: 490px;
  background: url(../../img/panel_mid_bot.gif);
}
div.bigPanel div.footer
{
  width: 943px;
  background: url(../../img/panel_big_bot.gif);
}

#footer
{
  width: 100%;
  font-size: 0.9em;
  border: none;
  margin-bottom: 0;
}
#footer td
{
  background: none;
  padding: 0px;
}

/* MAIN NAV */
#header ul
{
  display: block;
  font-size: 18px;
  margin: 9px 0 0;
}

#nav li
{
  float: left;
  list-style-type: none;
  list-style-image: none;
  height: 34px;
  background: url(../../img/nav.gif) repeat-x top center;
  position: relative;
}

#nav li:hover
{
  background: url(../../img/nav_on.gif) repeat-x top center;
}

#nav a
{
  float: left;
  margin-top: 1px;
  border-right: 1px solid #09C;
  border-left: 1px solid #FFF;
  padding: 1px 11px 3px 10px;
}

#nav a:hover
{
  text-decoration: none;
  color: #FFF;
}

#nav li.firstItem
{
  background: url(../../img/nav_full.gif) no-repeat top left;
  padding-left: 3px;
}

#nav li.firstItem:hover
{
  background: url(../../img/nav_full_on.gif) no-repeat top left;
}

#nav li.firstItem a
{
  border-left: none;
}

#nav li.lastItem
{
  border-right: none;
  background: url(../../img/nav_full.gif) no-repeat top right;
}

#nav li.lastItem:hover
{
  background: url(../../img/nav_full_on.gif) no-repeat top right;
}

#nav li.lastItem a
{
  border-right: none;
  padding: 1px 20px 3px 11px;
}

/* SUB NAV */
#nav li ul
{
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 70%;
  border: 1px solid #09C;
}

#nav li:hover ul, #nav li.over ul
{
  display: block;
}

#nav li ul li
{
  clear: left;
  height: auto;
}

#nav li ul li a
{
  width: 142px;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 3px 8px;
  background-color: #FFF;
}

#nav li ul li a:hover
{
  background-color: #09C;
}


/* SEARCH BOX */
#searchcontrol, #searchcontrol div.gsc-control
{
  width: 195px;
}
#searchcontrol table
{
  background-color: #E6E6E6;
  padding-bottom: 0;
  margin-bottom: 0;
}
#searchcontrol td
{
  background-color: #E6E6E6;
  padding: 0;
}
#searchResults
{
  z-index: 9;
  font-size: 1.2em;
  position: absolute;
  background-color: #FFF;
  width: 634px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 20px;
  padding: 20px;
  border: solid 1px #666;
}


/* OTHERS */
.box
{
  border: 1px inset #FFF;
  background-color: #DFEFFF;
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px;
}

.box h3
{
  font-size: 1.2em;
}

.box img, .box input
{
  border: 1px outset #DDD;
  float: left;
  background-color: #FFF;
  display: block;
}

.box a:hover img, .box input:hover
{
  background-color: #FF6;
}

.scrollLinks
{
  border: 1px inset #FFF;
  height: 22em;
  overflow: auto;
  background-color: #DFEFFF;
  margin-bottom: 1em;
  padding: 8px;
}

.scrollLinks a
{
  display: block;
  color: #333;
}

.scrollLinks a:hover
{
  background-color: #FF6;
  text-decoration: none;
}

.breadcrumb
{
  background: url(../../img/triangle.gif) no-repeat 5px 0;
  padding-left: 20px;
  line-height: 1em;
  display: inline-block;
}

.placeholder
{
  width: 150px;
  height: 100px;
  border: 1px solid #CCC;
  background-image: url(../../img/placeholder_image.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
}

.newsHeadlines
{
  display: block;
  border: 1px inset silver;
  color: #333;
  background-color: #DFEFFF;
  margin: 0 2px -10px 0;
  padding: 1px 3px;
}

a.newsHeadlines:hover
{
  background-color: #CFF;
  text-decoration: none;
}

#ctl00_ContentPlaceHolder_Accordion a
{
  color: #FFF;
}
#ctl00_ContentPlaceHolder_Accordion td a
{
  color: #00F;
}

#ctl00_ContentPlaceHolder_Accordion div div p a
{
  color: #333;
}

.accordionHeader, .accordionHeaderSelected
{
  background-color: #7DB1FF;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  cursor: pointer;
  border-color: #FFF;
  border-style: inset;
  border-width: 2px 2px 1px;
  padding: 5px;
}

.accordionHeaderSelected
{
  background-color: #06C;
}

.accordionContent
{
  background-color: #E7EBFF;
  border-top: none;
  border-color: #FFF;
  border-style: inset;
  border-width: 1px 2px 2px;
  padding: 15px 5px 5px;
}

h1, h2, h3, h4, #header a
{
  color: #06C;
}

a:hover, a.readmore:hover
{
  text-decoration: underline;
}

#map
{
  height: 296px;
  border: 1px inset #FFF;
  background: #DFF4FF url(../../img/ajax_loader.gif) no-repeat center center;
}

img.photo
{
  float: right;
  border: 1px outset #CCC;
  margin: 5px 0 5px 10px;
}


