*
{
padding: 0px;
margin: 0px;
}

body 
{ 
	background: #EEEEEE; /*#014D71*/
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	font-family: Arial, Trebuchet MS, sans-serif;
	margin: 0 auto;
}

p.normal
{
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	text-align: justify;
}

li.normal
{
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
}

p.large
{
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	text-align: justify;
}

p.small
{
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	text-align: justify;
}

a img
{
	border:none;
}

#top_container{
	position: relative;
 	background: url('images/container-top.jpg') no-repeat;	
	width:848px;
	height:22px;
	margin: 0 auto;
	z-index:1;
}

#bottom_container{
	position: relative;
 	background: url('images/container-bottom.jpg') no-repeat;	
	width:848px;
	height:22px;
	margin: 0 auto;
	z-index:1;
}

img.top_con{
	position:relative;
	margin-left: 404px;	
	margin-bottom: -5px;
}

#content
{
	position: relative;
	margin:0 auto;
	width: 848px;
	background: url('images/container.jpg') repeat-y;
}


#inner_content
{
	position: relative;
	padding: 0px 30px 10px 30px;
}

img.logo {
	float:left;
	position:relative;
	width:245px;
	height:268px;
	margin-bottom: -35px;
}

img.header{
	float:right;
	margin-right:9px;
	position:relative;
}

h1.homepage
{
	font-size: 16px;
	font-weight:bold;
	margin-top:30px;
	text-align:center;
}

h1.normal{
	font-size: 16px;
	font-weight:bold;
	padding: 5px 0px 10px 0px;
}

#navigation{
	clear:both;
	margin: 0px 20px 25px 0px;
}

ul.nav
{
float:right;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a.nav
{
float:right;
width:6em;
text-decoration:none;
color:white;
padding:0.2em 0.6em;
border-right:1px solid white;
text-align:center;
font-size:14px;
font-weight:bold;
}

a:hover.nav {
	color: #000;
	}
	
a:hover.last {
	color: #000;
	}
	
li.nav {
	display:inline
	}
	
a.last
{
	border-right:0px;
	float:right;
	width:6em;
	text-decoration:none;
	color:white;
	padding:0.2em 0.6em;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

hr
{
	position: relative;
	top:290px;
	border-bottom-style:dashed; 
	background-color:#C0C0C0;
}

#body_con{
	position:relative;
	margin-top: 10px;
}

#leftcol
{
	float:left;
	width:180px;
	padding: 0px 5px 0px 25px;
	background: url('images/side_menu_background.jpg') repeat-x;
	position:relative;
}

#rightcol
{
margin-left:250px;
padding: 0px 5px 0px 5px;
background: url('images/body_content_background.jpg') repeat-x;
position:relative;
}

a.left_menu{
	font-size: 16px;
	line-height: 190%;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;	
}

a.left_menu:link, a.left_menu:visited
{
	color:#FFF;
	text-decoration: none;
}

a.left_menu:hover
{
	text-decoration: underline;	
}

a
{
	cursor:pointer;
	text-decoration:underline;
	color:#FFF;
}

ul.tick
{
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
li.tick
{
	background-image:url('images/tick-icon.jpg');
	background-repeat:no-repeat; 
	padding: 0px 0px 10px 30px;
	font-size: 16px;
}

#tickbox{
	position:relative;
	margin-top: 20px;
}

#tickleft{
	position: relative;
	float:left;
	width:300px;
}

#tickright{
	position: relative;
	margin-left: 290px;
}

#footer
{
position: relative;
clear: both;
padding-top: 50px;
height: 66px;
text-align: center;
line-height: 20px;
color: #A8A88D;
margin-bottom: -20px;
}

#footer a
{
text-decoration:underline;
color: #A8A88D;
}

#footer a:hover
{
color: #FFF;
}

img.london_map{
	margin: 0px 40px 20px 40px;
	border: solid 1px #ffffff;
	padding:5px;
}

img.border{
	border: solid 1px #ffffff;
	padding:5px;
}

#contact-wrapper 
{
	width:500px;
 	margin-left: 0px;
	margin-top: 30px;  
    padding: 0px 2px 0px 2px;
	position:relative;
 }  

 #contact-wrapper label {  
     display:block;  
     float:none;  
     font-size:14px; 
	 margin-right: 10px;
	 padding: 5px;
	
 }  
 

 form#contactform input {   
     padding:2px;  
     font-size:14px; 
 }  


 form#contactform textarea {  
     font-family:Arial, Tahoma, Helvetica, sans-serif;  
     font-size:14px;  
	 padding:2px; 
     border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
     border-style:solid;  
     border-width:1px;  
 }
