
/*sitemap*/



#sitemap ul.sitemap{
  font-weight: normal;
  font-size: 10pt; 
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

#sitemap li.sitemap{
  font-weight: normal;
  font-size: 10pt; 
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}


/* Start Form styles */
form {
	margin-top: 0px;
	margin-left: 14px;
	font-family: Verdana;
	font-size: 1em;
	color: #000000; 
	padding-bottom: 20px; 
	margin-bottom: 0px;
}	

.label{
	margin-left: 0px; /*width of left column*/
  float:left;
  width:100px;
}

input.text { /*width of text boxes. IE6 does not understand this attribute*/
	padding-bottom: 2px;
	font-size: 1em; 
	height: 13px; 
	padding: 0; 
	margin-left:10px;
  float:left;
	width: 150px;
	vertical-align: top;
}

textarea {
	padding-bottom: 2px;
	font-size: 1em; 
	height: 50px; 
	padding: 0; 
	margin-left:10px;
  float:left;
	width: 150px;
	vertical-align: top;
}


select {
	padding-bottom: 2px;
	font-size: 1em; 
	height: 20px; 
	padding: 0; 
	width: 150px;
	vertical-align: top;
}



input.submit {
	
	/*border: 1px solid #ccc;*/
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-right:10px;	
	text-align: center;
	padding: 2px;
	clear:left;
}

p.form {
  clear:left;
}

/* end form styles*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}


address,caption,cite,code,dfn,th,var,em {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: #ffffff url(../images/main_bg.gif) no-repeat 0 0;
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}




/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 993px;
	padding: 0;
	
}



/* ---------------- header ---------------- */


#header{
	float: left;
	width: 993px;
	background: url(../images/bg_header.gif) repeat-y 0 0;
}


#header h1{
	float: right;
	background: url(../images/logo_lewisham.gif) no-repeat 0 0;
	width: 245px;
	height: 124px;
	text-indent: -9999px;
	cursor: pointer;
}



/* ---------------- topsearch ---------------- */


#topsearch {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 29px;
	width: 224px;
	background: url(../images/search_bg.gif) no-repeat;
	text-align:left;

}


#topsearch h3{
	color: #007AC2; 
	font-size: 1.2em; 
	font-weight: bold;
}


#topsearch .drop_menu {
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	width: 213px;
	text-align:left;
	vertical-align:top;

}

#topsearch .drop_menu2 {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 115px;
	text-align:left;
  	color: #0377C2;
	float:left;	
}


#topsearch .drop_menu2 input{
	width: 115px;
}


#topsearch .drop_menu3 {
	margin: 0px 10px 0px 0px;
	padding: 6px 0px 0px 0px;
	width: 67px;
	float:right;
	
}


#topsearch input, #topsearch select, #topsearch textarea {
  font-size: 1.2em;
  color: #0377C2;
  width:190px;
  background-color: #ffffff;
}

#topsearch input.postcode {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #0377C2;
  width:115px;
  background-color: #ffffff;
}

#topsearch input.go {
  width:67px;
}



/* ---------------- adverts ---------------- */


#adverts{
	float: left;
	width: 495px;
	margin: 14px 0 0 0;
}


#adverts a{
	float: left;
	border: 1px solid #E5E5E5;
	margin: 0 5px;
}




/* ---------------- content ---------------- */


#content{
	float: left;
	width: 996px;
	background: url(../images/content_bg.gif) no-repeat top right;
}



/* ---------------- menu ---------------- */


#menu{
	float: left;
	width: 253px;
}


#menu ul{
	list-style: none;
	width: 200px;
	margin: 0 5px 0 28px;
	padding: 10px 0 10px 20px;
	background: url(../images/menu_bg.jpg) no-repeat bottom left;
}


#menu li{
	padding: 2px 0;
}


#menu ul li ul{
	width: 170px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: none;
}


#menu ul li ul li ul{
	width: 130px;
	margin: 0 0 0 10px;
}


#menu a{
	display: block;
	color: #2B0000;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}


#menu ul li ul li a{
	background: url(../images/bullet_level1.gif) no-repeat 0 5px;
	padding-left: 12px;
	font-weight: normal;
	font-size: 1.1em;
}


#menu ul li ul li ul li a{
	background: url(../images/bullet_level2.gif) no-repeat 0 5px;
	padding-left: 12px;
	font-weight: normal;
}





#menu a:hover,
#menu a.current-page{
	text-decoration: underline;
}




#menu blockquote{
	width: 220px;
	margin: 10px 0 0 28px;
	background: #0077BF url(../images/quote_box_bottom.jpg) no-repeat bottom left;
}


#menu blockquote p{
	width: 190px;
	margin: 0 0 0 0;
	padding: 40px 15px;
	background: url(../images/quote_box_top.jpg) no-repeat top left;
	font-size: 1.4em;
	color: #ffffff;
}


#subscribe{
	margin: 20px 0px 20px 48px;
}


#subscribe img{
	float: left;
	padding-right: 5px;
}


#subscribe h4 a{
	color: #0066CC; 
	text-decoration: none; 
	font-size: 1.4em;
}
	
#subscribe p{
	padding-left: 22px;
	font-size: 1.1em;
}

#subscribe p a{
	font-size: 1em;
	color: #0066CC; 
	font-weight: normal;
}

/* ---------------- editable-region ---------------- */


#editable-region{
	float: right;
	width: 740px;
	font-size: 1.1em;
}


#content-main{
	float: left;
	width: 735px;
	margin: 0 0 0 2px;
	line-height:1.7em;
}


* html #content-main{
	margin: 0 0 0 2px;
}


#content-main.narrow{
	float: left;
	width: 490px;
	margin: 0 0 0 5px;
}


* html #content-main.narrow{
	margin: 0 0 0 2px;
}


#content-sidebar{
	float: right;
	width: 242px;
	padding-left: 3px;
}





/* ---------------- #content-main styles ---------------- */


#content-main h1{
	font-size: 1.8em;
	color: #0066cc;
	font-weight: bold;
	padding: 15px 0;
}


#content-main h1.news-heading{
	padding: 15px 0 0 0;
}



#content-main h2{
	font-size: 1.4em;
	color: #0066cc;
	font-weight: bold;
	padding: 5px 0 10px 0;
}


#content-main h3,
#content-main h4,
#content-main h5,
#content-main h6{
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	padding: 15px 0 10px 0;
}


#content-main a{
	color: #0079C1;
}


#content-main a:hover{
	text-decoration: none;
}

#content-main  a.view-more{
	color: #0066CC; 
	text-decoration: none;
}

#content-main a.view-more:hover{
	text-decoration: underline;
}




#content-main ul li img,
#content-main p img{
	float: none;
	margin: 0;
	padding: 0 5px 0 0;
	/*vertical-align: middle;*/
	background: none;
	border: none;
	clear:none;
}


#content-main .homepicture{
	float: none;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

#content-main img{
	float: none;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}


#content-main p{
	font-size: 1.1em;
	padding-bottom: 15px;
}


#content-main .news{
	color: #0066D5;
}


#content-main .return{
	margin-top: 35px;
}


#content-main ul{
	font-size: 1.1em;
	padding: 0 0 10px 10px;
	
}

#content-main ul li{
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	padding-left: 15px;
}


#content-main ol{
	font-size: 1.1em;
	padding: 0 0 10px 25px;
	margin-left: 10px;
	
}


#content-main ul li,
#content-main ol li{
	padding-bottom: 5px;
}



#content-main .info-list {
	width: 100%;
	float: left;
}

#content-main .info-list p{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

#content-main .info-list em{
	width: 20%;
	float: left;
	font-weight: bold;
}


	

#content-main .info-list dt{
	float: left;
	width: 135px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}


#content-main .info-list dd{
	width: 600px;
	float: right;
	margin-bottom: 10px;
	font-size: 1.1em;
}


#content-main table{
	width: 100%;
	margin-bottom: 10px;
}


#content-main table caption{
	position:absolute;
	left: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #ffffff;
}
 

#content-main th{
	border: 1px solid #E5E5E5;
	background: #F3F3F3;
	border-bottom: none;
	font-size: 1.2em;
	padding: 5px 10px;
}

#content-main td{
	border: 1px solid #E5E5E5;
	padding: 5px 10px;
	font-size: 1.1em;
}





/* ---------------- #doc-group ---------------- */


#doc-group{
	float: left;
	width: 367px;
	margin-bottom: 10px;	
}


#doc-group h3{
	width: 300px;
	height: 50px;
	padding: 17px 0 0 10px;
	font-size: 1.3em;
	background: url(../images/doc_group_back_sml.gif) no-repeat 0 0;
}


#doc-group ul{
	width: 300px;
	margin: 0;
	padding: 0;
}


#doc-group ul li{
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}


#doc-group ul li ul{
	margin-left: 30px;
	font-size: 1em;
}


#doc-group-wide{
	float: left;
	width: 680px;
	margin-bottom: 10px;	
}


#doc-group-wide h3{
	width: 680px;
	height: 50px;
	padding: 17px 0 0 10px;
	font-size: 1.3em;
	background: url(../images/doc_group_back.gif) no-repeat 0 0;
}


#doc-group-wide ul{
	width: 600px;
	margin: 0;
	padding: 0;
}


#doc-group-wide ul li{
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}


#doc-group-wide ul li ul{
	margin-left: 30px;
	font-size: 1em;
}


/* ---------------- #link-group ---------------- */


#link-group{
	float: left;
	width: 367px;	
	margin-bottom: 10px;	
}



#link-group h3{
	width: 300px;
	height: 50px;
	padding: 17px 0 0 10px;
	font-size: 1.3em;
	background: url(../images/link_group_back.gif) no-repeat 0 0;
}



#link-group ul{
	width: 300px;
	margin: 0;
	padding: 0;
}


#link-group ul li{
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}


#link-group ul li ul{
	margin-left: 30px;
	font-size: 1em;
}



/* ---------------- .text-group ---------------- */


#content .text-group{
	float: left;	
	width: 100%;
}


/* ---------------- #news ---------------- */


#news{
	float: left;	
	width: 100%;
	margin: 10px 0 20px 0;
}


#news h2{
	font-size: 1.4em;
	margin-bottom: 15px;
}


#news .news-story{
	float: left;	
	width: 95%;
	margin: 0 0 20px 0;
}


#news .news-story img{
	float: left;
	background: #f3f3f3;
	padding: 4px;
	border: 1px solid #e5e5e5;
	margin: 0 0 0 0;
}


#news .news-story h2{
	font-size: 1.8em;
	color: #0066CC; 
	font-weight: bold;
	margin-left: 140px;
	padding: 0;
}


#news .news-story h3{
	margin-left: 140px;
}

#news .news-story p{
	font-size: 1.1em;
	margin-left: 140px;
	line-height: 1.3em;
	padding: 0;
}


#news .news-story .date{
	color: #0066CC; 
}


#news .news-story a{
	color: #0066CC; 
	text-decoration: none;
}

#news .news-story a:hover{
	text-decoration: underline;
}






/* ---------------- #event-list ---------------- */


#event-list{
	float: left;	
	width: 100%;
	margin: 10px 0 30px 0;
}


#event-list h2{
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
}


#event-list h3{
	font-size: 1.3em;
	margin 0 0 0 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #cccccc;
}


#event-list h4{
	margin: 0 0 5px 0;
	padding: 0;
}


#event-list p{
	width: 100%;

	margin: 0;
	padding: 0 0 0 0;
}

#event-list em{
	width: 15%;
	float: left;
	font-weight: bold;
}


#event-list .event{
	padding: 0 0 0 0;
	margin: 5px 0 15px 0;
}


/* ---------------- contact-bar ---------------- */


#contact-bar{
	padding: 15px 15px 15px 20px;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	background: url(../images/sidebar_bg.jpg) no-repeat bottom left;
}


#contact-bar p{
	margin-bottom: 10px;
}


#contact-bar ul{
	margin: 10px 0 0 0;
	list-style: none;
}

#contact-bar li{
	margin-bottom: 3px;
}


#contact-bar a{
	color: #0066CC; 
	font-weight: bold;
	text-decoration: none;
}


#contact-bar a:hover{
	text-decoration: underline;
}


/* ---------------- feature-box ---------------- */


#content-main .feature-box{
	margin: 0 0 10px 0;
	float: left;
	width: 243px;
	background: url(../images/feature_box_bottom_bg.gif) no-repeat bottom left;
}


#content-main .feature-box .gutter{
	padding: 15px 15px 10px 20px;
	background: url(../images/feature_box_top_bg.gif) no-repeat top left;
}


#content-main .feature-box h3{
	color: #003250;
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 15px;
	padding: 0px;
}


#content-main .feature-box h3 em{
	color: #0066CC;
	font-weight: bold;
	padding: 0px;
}


#content-main .feature-box h4{
	color: #0066CC;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
}

#content-main .feature-box p{
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 0px;
}


#content-main .feature-box a{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}


#content-main .feature-box a:hover{
	text-decoration: underline;
}
	

/* ---------------- footer ---------------- */


#footer{
	float: left;
	width: 993px;
	padding: 0 0 10px 0;
}







/**
* Start list styles
*/
/*.list-type{
  list-style-position: outside;	
  list-style-type: none;
	padding: 0px;
	margin-bottom: 2px;
	border-left: 0px;
	border: 0px;
	background: #FFFFFF;
	display: block; 
}




.no-indent {
	padding-left: 0px;
	margin-left: -20px;
}*/

ul.hide { 
  list-style-position: outside;	
  list-style-type: none;
  display: none; 
}

ul.show { 
  list-style-position: outside;	
  list-style-type: none;
  display: block; 

}

/**
* End list styles
*/



.email{
	/*background-image:url('../images/email_logo.gif');*/
	padding-left:0px;
	background-repeat: no-repeat;
	background-position: left; 
}



/* start link asset */
.linkAsset {
  display:block;
}

/* end link asset*/

/*sitemap*/

/*

#sitemap ul.sitemap{
  font-weight: normal;
  font-size: 10pt; 
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  background-image:none;
}

#sitemap li.sitemap{
  font-weight: normal;
  font-size: 10pt; 
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  background-image:none;
}
*/

#content-main ul.sitemap, li.sitemap {
  padding-left:5px;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  background-image:none;
  font-weight: normal;
  font-size: 10pt; 
	
}

#content-main ul.sitemap { 
	margin-left: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
  background-image:none;
  font-weight: normal;
  font-size: 10pt; 
}

#content-main ul.sitemap li.sitemap, ul.sitemap li.last {
  font-weight: normal;
  font-size: 10pt; 
	border-left: 1px solid #999;
	text-align: left;
	padding-left: 15px;
	background: #fff url('../_admin/images/dotted.gif') no-repeat 0px 11px;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
	line-height: 150%;
}

#content-main ul.sitemap li.last {
  font-weight: normal;
  font-size: 10pt; 
	border-left: 0px;
/*	text-align: left;
	margin-left: 0px;
	padding-left: 9px;  */
	background: #fff url('../_admin/images/dottedangle.gif') no-repeat 0px 0px;
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

.newsImage {
  width:110px;
  height:auto;
}


/*LSPP styles*/
.rowHighlight {
  background: #EEEEEE;
  cursor:pointer;
}




