*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
}
body
{
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  color: #0f4a9e;
  background-color: #0f4a9e;
  background: transparent url(../../Img/bg.gif) repeat-y center;
}
img
{
  border-style: none;
  display: inline-block;
}
ul
{
  padding: 0;
  list-style-position: outside;
  padding-left: 17px;
}
li
{
  list-style-type: disc;
  margin-bottom: 0.7em;
}
h1, h2, h3
{
  margin-bottom: 0.4em;
  font-weight: lighter;
}
h1
{
  font-size: 2.8em;
  letter-spacing: 1px;
}
h2
{
  font-size: 2em;
}
h3
{
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
p, ul, ol, table, #mapUK
{
  margin-bottom: 1.3em;
  font-size: 1.3em;
}
big
{
  font-size: 2.2em;
}
a
{
  color: #0f4a9e;
  text-decoration: none;
  outline: 0;
}
a:hover
{
  text-decoration: underline;
}

/* MAIN DIVS */
html, body, form
{
  height: 100%;
}
#container
{
  position: relative;
  min-height: 100%;
	height: auto !important;
  background-color: #FAFAFF;
  border-style: solid;
  border-color: #CCC;
  border-width: 0px 5px;
  width: 880px;
  margin: 0 auto -76px auto;
}
* html #container /* FIX FOR IE 6 */
{
  height: 100%;
}
#header
{
  height: 130px;
  padding: 0 20px 0 20px;
  position: relative;
  background: transparent url(../../Img/bigclock.gif) no-repeat scroll 520px -366px;
}
#content
{
  padding: 20px 40px 90px 40px;
  zoom: 1;
}
#content p, #content ul
{
  line-height: 160%;
}
.leftCol
{
  float: left;
  width: 48%;
}
.rightCol
{
  float: right;
  width: 48%;
}
#footer
{
  position: relative;
  width: 840px;
  margin: 0 auto;
  height: 56px;
  font-size: 1.2em;
  background-color: #aaa;
  color: #fff;
  padding: 10px 20px;
}
#footer a
{
  color: #FFF;
}

/* NAVIGATION BAR */
#nav
{
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background-color: #999;
  padding: 6px 0 6px 20px;
  height: 30px;
}
#nav li
{
  float: left;
  list-style-type: none;
  list-style-image: none;
  margin-right: 30px;
}
#nav li.back
{
  background: url(../../Img/lava.gif) no-repeat right -30px;
  width: 9px;
  height: 30px;
  z-index: 8;
  position: absolute;
}
#nav li.back .left
{
  background: url(../../Img/lava.gif) no-repeat top left;
  height: 30px;
  margin-right: 9px; /* 7px is the width of the rounded shape */
}
#nav li a
{
  float: left;
  text-align: center;
  text-decoration: none;
  top: 7px;
  z-index: 10;
  display: block;
  height: 24px;
  position: relative;
  margin: auto 10px;
  color: #fff;
}
#nav a:hover
{
  text-align: center;
  text-decoration: none;
}
#nav li a:hover, #nav li a:active, #nav li a:visited
{
  border: none;
}


/* OTHERS */
#map
{
  float: right;
  border: solid 1px;
  width: 400px;
  height: 280px;
  margin: 0 0 20px 10px;
}
#mapAnchors a
{
  padding: 10px;
}

#searchcontrol, #searchcontrol div.gsc-control
{
  width: 150px;
  display: inline-block;
}
#searchResults
{
  position: absolute;
  top: 58px;
  background-color: #EEE;
  border-style: solid;
  border-width: 3px;
  width: 820px;
  z-index: 11;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
}
#register
{
  margin: 0 auto;
}
#register th, #register td
{
  padding-bottom: 4px;
}
#register th
{
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
#register td
{
  text-align: right;
  vertical-align: top;
}
.boldInline
{
  font-size: 1.3em;
  font-weight: bold;
  color: #08AB94;
}
.highlight
{
    padding: 16px;
    background-color: #E6E6E6;
    margin-bottom: 1em;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
}
.rounded
{
  -moz-border-radius: 2ex;
  -webkit-border-radius: 2ex;
}
.photoHolder
{
  padding: 10px 20px;
  margin: -20px -40px 15px -40px;
  background: #E6E6E6 url(../../Img/call_us.jpg) no-repeat 660px center;
  -moz-box-shadow:  0 1px 3px #999;
  -webkit-box-shadow:  0 1px 3px #999;
  box-shadow:  0 1px 3px #999;
  
}
.photoHolder div
{
  height: 115px;
  width: 200px;
  display: inline-block;
}
* html .photoHolder div { display:inline; }  /* for IE 6 */
* + html .photoHolder div { display:inline; }  /* for IE 7 */


