* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #006d69;
font-weight:bold;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #006d69;
/* a different color can be used for visited links */
}
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #385C72;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #ececec url(http://www.lcbsg.co.uk/uploads/images/layout/background.gif) repeat-x left top;
}
div#pagewrapper {
	width: 995px;
	margin: 0 auto;
}

#fullwidth{
width:100%;
background: #333 url(http://www.lcbsg.co.uk/uploads/images/layout/footer.gif) repeat-x left top;
}
div#pagewrapper2 {
	width: 995px;
	margin: 0 auto;
}


div#header {
/* adjust according your image size */
	height: 100px;
	margin: 0;
	padding: 0;
background: url(http://www.lcbsg.co.uk/uploads/images/layout/header.jpg) no-repeat left top;
}
div#header h1 a {
/* you can set your own image here */
	background: url(http://www.lcbsg.co.uk/uploads/images/layout/header.jpg) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(http://www.lcbsg.co.uk/uploads/images/layout/logo.gif) no-repeat left top;
}

div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(http://www.lcbsg.co.uk/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
width:985px;
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
background-color:#ffffff;
}

div#main {
float:left;
padding: 30px 10px 10px 10px;
width:640px;
}
div#main-inner {
float:left;
padding: 0 40px 30px 30px;
width:620px;
}

div#sidebar {
	float: left;
	width: 260px;
	margin: 0px 0px 20px;
	padding: 30px 20px 10px 30px;
}
div#sidebar-inner {
	float: left;
	width: 260px;
	margin: 0px 0px 20px;
padding: 0 10px 10px 10px;
}

#banner{
z-index: 1;
width:970px;
height:280px;

}

#links{
width:1005px;
height:130px;
}

.clear{
clear:both;
}

#features{
width:975px;
height:250px;
margin-bottom:10px;
}


div#footer {
width:100%;
	padding: 20px 10px 20px 10px;
/* color of text, the link color is set below */
	color: #333;
font-weight:bold;
background-color:#fff;
}
#footer p{
padding-bottom:5px;
}

.footer-col{
	float: right;
	width: 30%;
margin-right:10px;
position:relative;
}
.footer-col2{
	float: right;
	width: 60%;
margin-right:10px;
position:relative;
}
.footer-col a{
color:#333;
}
.footer-col a:hover{
color:#006d69;
}

.footer-col-left{
	float: left;
	width: 30%;
margin-right:10px;
position:relative;
}

.footer-col-left-desc{
z-index:99;
	position:absolute;
	left:-30px;
}


#base-footer{
padding:20px 10px 20px 10px;
color:#fff;
background: #333;
}
#base-footer .footer-col{
	float: left;
}

.green{
color: #006d69;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
h1 {
	font-size: 3.7em;
line-height:normal;
font-weight:normal;
color:#fff;
padding:12px;
letter-spacing:-1px;
background:url(http://www.lcbsg.co.uk/uploads/images/layout/black-overlay.png);
}
h2 {
	color: #000;
	font-size: 1.8em;
	line-height: normal;
padding:10px;
font-weight:normal;
letter-spacing:-1px;
background:url(http://www.lcbsg.co.uk/uploads/images/layout/white-overlay.png);
margin:0 0 1px 0;
width:70%;
}

h3 {
	color: #006d69;
	font-size: 2.0em;
	line-height: normal;
	padding-bottom:10px;
font-weight:normal;
letter-spacing:-1px;
}
h4 {
	color: #fff;
	font-size: 1.9em;
	line-height: normal;
font-weight:normal;
letter-spacing:-1px;
padding:7px;
background:url(http://www.lcbsg.co.uk/uploads/images/layout/green-overlay.png);
}
h5 {
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
        font-weight:bold;
	padding-bottom:15px;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
div#sidebar-inner ul{
	font-size: 0.9em;
	line-height: 1.5em;
font-weight:bold;
color:#666;
padding:10px 0 10px 0;
list-style-type: square;
}
div#sidebar-inner li{
	padding-bottom:10px;
}

.people-list ul{
list-style-type: none;
}
.people-list li{
margin-bottom:1px;
}
.people-list li a{
color:#333;
font-weight:normal;
background-color:#f1f2f0;
display:block;
padding:10px;
}
.people-list li a:hover{
color:#333;
font-weight:bold;
background-color:#cce2e1;
text-decoration: none;
}
.people-list .selected a{
font-weight:bold;
background-color:#cce2e1;
}

#main ul {
padding: 0 25px 0 15px;
margin: 0;}

#main ul li {
color: black;
font-size: 1em;
line-height: 1.5em;
margin: 0;
padding: 0 0 10px 0;
}

#main-inner ul {padding:0 25px 0 15px; margin:0;}
#main-inner ul li {color: #000; font-size: 1em; line-height: 1.5em; margin: 0; padding: 0 0 10px 0;}

/* END LISTS */
.lof-slidecontent{
	position:relative;	
	width:100%;
	height:280px;
}
.lof-slidecontent-features{
	position:relative;	
	width:100%;
	height:250px;
}
.lof-main-item-desc{

	position:absolute;
	top:31px;
	left: 0px;
width:610px;
}
.lof-main-item-desc-features{
	z-index:100;
	position:absolute;
	top:20px;
	left:-40px;
width:610px;
}
.lof-main-item-desc-features h2 a{
color:#000;
font-size: 0.8em;
}


/* PEOPLE */
.CompanyDirectoryItem{
width:260px;
float:left;
display:inline;
padding-right:20px;
margin-bottom:10px;
}
.CompanyDirectoryItem img{
border-bottom:1px solid #bfbfbf;
margin-bottom:15px;
}
.CompanyDirectoryItem p{
padding-bottom:5px;
}

.pagetable {padding: 0 0 10px 0;}


#nav1 {
        z-index: 2;
	position:relative;
	width: 960px;
	padding: 0 10px;
	height: 71px;
	top: 0;
	left: 0;
	text-align:left;
        background:url(http://www.lcbsg.co.uk/uploads/images/layout2/toplogo.jpg) top right no-repeat;
	}

	#nav1 a {
		font-size:16px;
		line-height:70px;
                font-weight: normal;
		background: transparent;
		color: #333;
		text-decoration: none;
		padding: 0 8px;
		}
        #nav1 a.cms-current-page{color: #006d69;}
#nav1 a:hover.cms-current-page {color: #000;}
		
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
}
ul#topnav li:hover a { background:#fff;}

ul#topnav li .sub {
	position: absolute;	
	top: 70px; left: 0;
	background: #fff;
	padding: 10px 10px 20px 10px;
	float: left;
	display: none;
        z-index: 999;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 250px;
	float: left;
}
ul#topnav .sub ul li {
	width: 90%;
	color: #5d5d5d;
	padding: 0;
}
ul#topnav .sub ul li h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	color: #333;
	padding: 12px 0 0 0;
}
ul#topnav .sub ul li {
	font-size: 0.85em;
	line-height: 1.1em;
}

ul#topnav .sub ul li a {
	background: url(http://www.lcbsg.co.uk/uploads/nelson/bullet.png)  left center no-repeat;
	float: none; 
	font-family: Helvetica, Arial, sans-serif;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 3px 0px;
	display: block;
	text-decoration: none;
	color: #fba001;
	font-size: 0.85em;
	line-height: 1em;
	font-weight: bold;
}
ul#topnav .sub ul li a:hover {color: #000; background: url(http://www.lcbsg.co.uk/uploads/nelson/bullet-over.png)  left center no-repeat;}

/* FORM */

.contactform table {padding: 8px;}

.contactform2 {border: 1px solid #bbbeb2; width: 640px;}
.contactform2 fieldset {padding: 1em; color: #fff;} 
.contactform2 fieldset legend {font-weight: bold; margin-bottom: 15px;}
.contactform2 {background: #ededed; padding-bottom:15px;}
.contactform2 textarea {width:500px; height:200px;}
.contactform2 fieldset {border: none;}
.contactform2 p {padding:0;}
.elliot textarea {background:#fff; margin-bottom: 15px; width: 300px; border: 1px solid #666; height: 22px; padding: 5px;}
.elliot select {margin-bottom: 15px;}
.elliot2 textarea {height: 150px; background:#fff; margin-bottom: 15px; width: 300px;  border: 1px solid #666; padding: 5px;}
.submit {margin-bottom: 10px; padding-left: 18em;}
.elliot label, .elliot2 label {float: left; width: 17em; font-size: 1em; color: #666;}
.elliot3 {background:#dee7ee; width: 145px; border: 1px solid #666; height: 20px;}
.captcha {padding-left: 18em;}
.captcha input {height: 22px; background:#dfe1da; margin-bottom: 15px; width: 300px;  border: 1px solid #666;}
.error_message {padding: 2em 0 0 15em; font-size: 1.2em; color: #ef3f32; font-weight: bold;}
input:focus, textarea:focus, input.submit:focus {background-color:#fff;}

/* END FORM */