body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #F2F2F2;
}
#accesskeys {
  text-align: left;
  width: 720px;
  padding: 7px;
  border: 0px;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
	padding: 0;
}
.logo {
  margin:7px;
  border: 1px solid #DCDCDA;
}
.float {
  margin:0px 20px 10px 0px;
  padding-top: 10px;
  float: left;
}
.floatright {
  margin:0px 0px 10px 20px;
  padding-top: 10px;
  float: right;
}
#belowfooter {
  text-align: left;
  width: 720px;
  margin:7px auto 7px auto;
  padding: 0px 0px 7px 0px;
}
#header {
	width: 748px;
	height: 120px;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
#nav-top {
  height: 1%;
  width: 748px;
}
#nav-top ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 7px;
  text-align: left;
}
#nav-top li {
  display: inline;
  color: #FFF;
  padding:0 .5em;
  border-right:1px solid #206E81;
}
#nav-top li.last {
	border:none;
}
#nav-top li.active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #206E81;
}
#nav-top li.activelast {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #206E81;
  border:none;
}
#nav-top a:link, #nav-top a:visited {
  text-decoration: none;
  color: #353535;
}
#nav-top a:hover, #nav-top a:active {
  text-decoration: none;
  color: #206E81;
}
#nav-bottom {
  height: 1%;
  width: 748px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
#nav-bottom ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 7px;
  text-align: left;
}
#nav-bottom li {
  display: inline;
  color: #FFF;
  padding:0 .5em;
  border-right:1px solid #8FB6C0;
}
#nav-bottom li.last {
	border:none;
}
#nav-bottom li.active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #8FB6C0;
}
#nav-bottom li.activelast {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  text-decoration: none;
  color: #8FB6C0;
  border:none;
}
#nav-bottom a:link, #nav-bottom a:visited {
  text-decoration: none;
  color: #206E81;
}
#nav-bottom a:hover, #nav-bottom a:active {
  text-decoration: none;
  color: #8FB6C0;
}
.thumbs {
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.thumbnails {
  border:none;
}
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url(../_images/bg.jpg);
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}
#left_shadow {
	background: url(../_images/left.jpg) top left repeat-y;
}

#right_shadow {
	background: url(../_images/right.jpg) top right repeat-y;
}

#bottom_shadow {
	  width: 800px;
	  height: 10px;
	  background: url(../_images/bottoms.jpg) top left repeat-x;
}
#inner_wrapper {
	position: relative;
	width: 748px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#tagline {
  font-weight: bold;
  color: #353535;
  margin: 0;
  padding: 7px 0 30px 7px;
}
#content {
  background-color: white;
  width: 748px;
  padding: 0;
  display: inline-block;
}
#contentwo {
  background-color: white;
  padding: 0px 0px 0px 7px;
  display: inline-block;
}
.horzrule {
    margin: 0px;
	background-image: url(../_images/horzrule2.gif);
	background-repeat: repeat-x;
	list-style-type: none;
	background-position: center;
}
.answer {
  margin: 0px;
  padding: 7px;
  text-align: left;
  background-color: #ECEDE8;
  border: 1px solid #DCDCDA;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a.answer:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #469A0F;
  text-decoration: none;
}
a.answer:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #BEE699;
  text-decoration: none;
}
.answer2 {
  float: right;
  margin: 0 0 10px 10px;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDA;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a.answer2:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #469A0F;
  text-decoration: none;
}
a.answer2:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #BEE699;
  text-decoration: none;
}
.answer1 {
  margin: 7px;
  padding: 7px;
  text-align: left;
  background-color: #ECEDE8;
  border: 1px solid #DCDCDA;
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#content.inner {
  margin: 0px;
}
#logo {
  float: right;
  border: 0px;
  margin: 20px 7px 0px 0px;
}
#nhslogo {
  margin: 0 25px 0px 7px;
  border: 0px;
}
#iiplogo {
  margin: 0 25px 0px 7px;
  border: 0px;
}
#rcgplogo {
  margin: 0 25px 0px 7px;
  border: 0px;
}
.portrait {
  float: left;
  margin: 5px 15px 15px 7px;
  border: 1px solid #353535;
}
.portrait1 {
  margin: 8px 0px 0px 0px;
  border: 0px;
}
#arrow {
  margin: 0 0 0 7px;
  border: 0px;
}
#close {
  margin: 0 0 7px 7px;
  display:inline;
  border: 0px;
}
#xhtmllogo {
  margin: 0px;
  border: 0px;
}
#csslogo {
  margin: 0px;
  border: 0px;
}
#mainimage {
  padding: 0px 0px 10px 0px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #000;
}
.news {
  padding: 0px 0px 0px 0px;
  margin-top: 10px;  margin-bottom: 10px;
  border-bottom: 1px solid #353535;
  border-bottom-style: dotted;
}
.news1 {
  padding: 0px 0px 0px 0px;
  margin-top: 10px;  margin-bottom: 10px;
  border-top: 1px solid #353535;
  border-top-style: dotted;
  border-bottom: 1px solid #353535;
  border-bottom-style: dotted;
}
#content h1 {
  color: #206E81;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: normal;
  line-height: 35px;
  padding: 0px 7px 0px 7px;
}
.highlight {
  color: #353535;
  font-weight: bold;
}
.highlight2 {
  color: #8FB6C0;
}
#content h2 {
  color: #206E81;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
  padding: 0px 7px 10px 7px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #000;
}
#content h3 {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding: 0px 7px 0px 7px;
}
#content p {
  line-height: 20px;
  padding: 0px 7px 0px 7px;
}
#contentwo h1 {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 7px 0px 7px;
}
#contentwo h2 {
  color: #469A0F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  padding: 0px 7px 0px 7px;
}
#contentwo h3 {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding: 0px 7px 0px 7px;
}
.question {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-decoration: underline;
}
#contentwo h4 {
  color: #469A0F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  padding: 0px 7px 0px 7px;
}
#contentwo p {
  line-height: 20px;
  padding: 0px 7px 0px 7px;
}
#dateline {
  font-size: 160%;
  font-weight: normal;
  font-family: Georgia, Times New Roman, Times, serif;
  color: #032469;
  margin: 0.3em 0 0 0;
}
.case {
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  border-top: 1px dotted #000;
}
.set {
  padding: 10px 0px 0px 0px;
  margin-top: 0px;
  border-top: 1px dotted #000;
}
.quote {
  color: #353535;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
.quotor {
  color: #8FB6C0;
  font-weight: bold; 
  text-decoration: none;
}
.intro {
  color: #206E81;
  text-decoration: none;
}
a.intro:hover {
  color: #206E81;
  text-decoration: underline;
}
.packshot {
  font-size: 25px;
  color: #206E81;
  text-decoration: none;
}
a.packshot:hover {
  font-size: 25px;
  color: #206E81;
  text-decoration: underline;
}
#list ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list p {
  line-height: 15px;
}
#list2 ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list2 p {
  line-height: 15px;
}
#list3 ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list3 p {
  line-height: 15px;
}
#list4 ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list4 p {
  line-height: 15px;
}
#list5 ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list5 p {
  line-height: 15px;
}
#list6 ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list6 p {
  line-height: 15px;
}
#list7 ul {
  list-style-image: url(../_images/icon_bulletpoint.gif);
  margin-left: 10px;
  padding-left: 20px;
}
#list7 p {
  line-height: 15px;
}
#footer {
  margin: 10px 0px 20px 0px;
  width: 748px;
  border-top: 1px dotted #353535;
  padding: 10px 0px 0px 0px;
}
#contact-details{
  float:right;
  width:360px;
  text-align:right;
  padding: 0px;
  margin-top:7px;
}
.address {
  text-align: right;
}
#content-wrapper {
  margin: 10px 0px 0px 0px;
}
#content-wrappertwo {
  margin: 0px 0px 0px 240px;
}
#main {
  position: relative;
  margin: 0;
}
#extras {
  float: left;
  width: 237px;
}
#subhead {
  height: 30px;
  background-color: #469A0F;
}
#subhead h1 {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 7px;
  text-align: left;
  text-decoration: none;
}
#subhead a:link, #subhead a:visited {
  text-decoration: none;
  color: #FFF;
}
#subhead a:hover, #subhead a:active {
  text-decoration: none;
  color: #BEE699;
}
#subnav {
  background-color: #ECEDE8;
  border: 1px solid #DCDCDA;
}
#subnav p.subactive {
  color: #469A0F;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}
#subnav p {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
}
#subnav a:link {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}
#subnav a:visited {
  color: #353535;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}
#subnav a:hover {
  color: #469A0F;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  }
  #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;
}
#hoverNav a{ outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;
}
#nextLink { right: 0; float: right;
}
#prevLink:hover, #prevLink:visited:hover { background: url(_images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { background: url(_images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 