body{
margin:0;
padding:0;
font-size: 62.5%;
background-image:url("body.png");
background-repeat: repeat-x;
}

#topsection{
background-image:url("bg.png");
height: 70px; /*Height of top section*/
margin: 0;
width:100%;
min-width:800px;
}

#mainnav {
clear:both;
background-image:url("bg.png");
float:left;	
width:100%;
border-top:1px solid #002248;
padding-top:3px;
padding-bottom:3px;
min-width:800px;
}

#mainnav a {
color:#000066;  /*colour of the menu links*/
font-family:Arial;
font-size:1.1em;
text-decoration:none;
padding:5px;
}

#mainnav a:hover{
text-decoration:underline;
}

#youarehere {
color:#adadad;
font-size:1.0em;
font-family:Arial;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0; /*Center container on page*/
background:#fff;
}

#contentwrapper{
float: left;
width: 100%;
background:#fff;
}

#contentcolumn{
margin: 0 170px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-top:10px;
border-left:1px solid #a8bad2;
padding-bottom:10px;
z-index:-2;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
background: #fff;
padding-top:10px;
}

#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
background: #fff;
padding-top:70px;
padding-bottom:200px;
z-index:-1;
}

#footer{
clear: left;
width: 100%;
font-family:Arial;
font-size:1.1em;
background: #fff;
color: #000066;
text-align: left;
padding: 4px 0;
border-top:1px solid #a8bad2;
}

.innertube{
margin-top: 0;
margin: 0;
padding-left:10px;
}

/*Paragraph styles*/
p {
color:	#333333;
line-height:1.2em;
font-size:1.1em;
font-family:Arial;
font-weight:normal;
word-spacing:0.2em;
}

p.borderbottom {
border-bottom:1px solid #E6E4E4;
margin-top:-5px;
text-align:left;
}

p.heading { 
color:#ADADAD;
font-family:"Times New Roman";
font-size:2.8em;
font-weight:bold;
}

p.smallheading { 
color:#003063;
font-size:1.1em;
font-family:"Trebuchet MS";
font-weight:bold;
}

p.blue {
color:#a8bad2;
font-weight:normal;
}

/*Reference styles for menu links*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
margin-left:-20px;
padding: 0;
}

.buttonmenu li a{
color: #423c39;
display: block;
width: 88%;
padding:0;
padding-left:20px;
text-decoration: none;
font-weight: bold;
font-family:"Trebuchet MS";
font-size:1.2em;
border-bottom: 1px solid #ADADAD;
background:#fff;
text-decoration:none;
}

.buttonmenu li a:visited{
color: #423c39;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
text-decoration:underline;
}

a {    /*any link*/
color:#adadad;
font-family:Arial;
font-size:1.0em;
text-decoration:underline;
}

a:focus, a:active {  /*remove dotted border around links in IE*/
outline: none;
}

a.subnav {   
color:#a8bad2;
font-size:11px;
text-decoration: underline;
}

a.subnav:hover { 
text-decoration: none;
}

a.menuright {
margin-left:187px;
}

/*img styles*/

img {
border:0px;
padding-right:5px;
}

img.link {  /*link images leicester, emda and tte*/
border:0px;
padding-left:0px;
}

/*form layout styles*/
.formLayout
{
background-color: #CCCCCC; 
border: 1px solid #999999; 
font-family:verdana;
font-size:10px;
width: 350px;
padding-top:5px;
}

.formLayout label, .formLayout input
{
display: block;
float: left;
width: 150px;
font-family:verdana;
font-size:10px;
}

.formLayout label
{
padding-right: 5px;
text-align: left;
}

input.formbutton { 
background-color:#a8bad2;
margin-right:20px;
font-weight:bold;
}

input.cv {
width:60%;
}

br
{
clear: left;
}

/*Image gallery stylesheet File"gallery.php"*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("nextlabel.gif") right 15% no-repeat; }

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

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.testclass{background-image:url(elevator_car.JPG);background-repeat:no-repeat;background-size: 110%;width:100px;height:200px; float: left;}
