﻿/*
	Filename         : 	home.css
	Created by       : 	Ashley Nolan
	Created          : 	29/09/2009
	Last Updated     : 	25/01/2010 Sandi Leonties
	Comments         : 	Styling for Lewisham - Homepage templates - 4 versions + variety banner/mayor
*/

#main {
	width:100%;
}

#header {
	position:relative;
}

/*  Promo box styling (main homepage banner)
************************************************************************************************************************/
.doItPromo {
	width:984px;
	margin:0 auto;	
}
.doItPromo1 {
	width:984px;
	margin:0 auto;	
}
#doItPromoNav1 {
	float:none;
	overflow:hidden;
	background:#fff url('/Style%20Library/lbl/images/promoBackground.png') repeat-x top left;
	width: 984px;
	border-bottom: 1px solid #ccc;
}
	#doItPromoNav1 li {
		float:left;
		border-right:1px solid #ccc;
		height:80px;
	}
	#doItPromoNav1 li.last {
		border:none;
	}
		#doItPromoNav1 li a {
			font-size:1.6em;
			float:left;
			padding:32px 14px 20px 66px;
			color:#006699;
		}
		#doItPromoNav1 h3 {
		font-size:1.3em;
		font-weight:bold;
		margin-bottom: 3px;
		display:block;
	}
	#doItPromoNav1 h3 a {
	margin: 0 0 0 0;
	padding:0;
	font-size:1em;
	float: none;
	}
	#doItPromoNav1 p {
		font-size:1em;
	}

	#doItPromoNav1 #doIt {
		width:199px;
		padding:15px 20px 0 20px;
		height:65px;
	}


.pNoContent {
	height:82px !important;
}
#main #content {
	/*background:white url('/Style%20Library/lbl/images/contentBackground.png') repeat-x top left;*/
	padding-top:-20px;
}
/* Banner Navigation */
#doItPromoNav {
	float:left;
	overflow:hidden;
	background:#fff url('/Style%20Library/lbl/images/promoBackground.png') repeat-x top left;
	width: 984px;
	
}
	#doItPromoNav li {
		float:left;
		border-right:1px solid #ccc;
		height:80px;
	}
	#doItPromoNav li.last {
		border:none;
	}
		#doItPromoNav li a {
			font-size:1.6em;
			float:left;
			padding:32px 14px 20px 66px;
			color:#006699;
		}
		#doItPromoNav h3 {
		font-size:1.3em;
		font-weight:bold;
		margin-bottom: 3px;
		display:block;
	}
	#doItPromoNav h3 a {
	margin: 0 0 0 0;
	padding:0;
	font-size:1em;
	float: none;
	}
	#doItPromoNav p {
		font-size:1em;
	}

	#doItPromoNav #doIt {
		width:199px;
		padding:15px 20px 0 20px;
		height:65px;
	}
	/* Background images for each element */
	#payIt a {
		background:transparent url('/Style%20Library/lbl/images/pay.png') no-repeat 8px 20px;
		width:100px;
	}
	#applyFor a { 
		background:transparent url('/Style%20Library/lbl/images/mouse.png') no-repeat 8px 20px;
		width:100px;
	}
	#reportIt a { 
		background:transparent url('/Style%20Library/lbl/images/report-v2.png') no-repeat 8px 20px;
		width:110px;
	}
	#contactUs a { 
		background:transparent url('/Style%20Library/lbl/images/contact.png') no-repeat 8px 20px;
		width:120px;
	}
	#bookIt a { 
		background:transparent url('/Style%20Library/lbl/images/bookit-54px.png') no-repeat 8px 20px;
		width:100px;
	}
/********************/
a.acctdet {
 color: #006699;
    float: none;
    font-size: 1em;
    padding: 0;
}  

/* Banner content */

/*No Banner - Content0 */
#promoContent0 {
clear:both;
height:0px;
background:transparent url('/Style%20Library/lbl/images/promoBackgroundAlternative.jpg') no-repeat left top;
}
/* Banner Content1 248px */
	#promoContent1 {
	background:#fff url('/Style%20Library/lbl/images/promoBackground.png') repeat-x top left;
	clear:both;
	position:relative;
	height:248px;
	width: 984px;
	margin: 0 auto 20px;
}
/* Banner Content1 540 px */
#promoContentBig {
	background:#fff url('/Style%20Library/lbl/images/promoBackground.png') repeat-x top left;
	clear:both;
	position:relative;
	height: 540px;
	width: 984px;
	margin: 0 auto 20px;
}
	#promoContent1 img,
	#promoContent1 #promoTitle3 {
		position:absolute;
		top:0;
		left:0;
		z-index: 4;
	}	
	#promoContent1 #promoTitle3 {	
		width:100%;
		height:82px;
	}
		#promoContent1 #promoTitle3 h2 {
			width:600px;
			font-size:2em;
			color:#E31B6E;
			font-weight:normal;
			margin:0;
			padding:28px 0 0 15px;
		}
/**************** Banner with transparency bg **********************/
	#promoContent1 #promoInfo3 {
		background:url('/Style%20Library/lbl/images/promoInfoBg.png') no-repeat left bottom;
		position:absolute;
		top:20px;
		right:20px;
		width:272px;
		padding:15px;
		z-index: 4;
	}
		#promoContent1 #promoInfo3 p {
			color:#E31B6E;
			font-size:1.2em;
			margin-bottom:1em;
		}
		#promoContent1 #promoInfo3 ul {
			font-size:1em;
			color:#006699;
		}
			#promoContent1 #promoInfo3 li {
				padding-left:15px;
				background:transparent url('/Style%20Library/lbl/images/bulletBlueSquare.gif') no-repeat 2px 6px;
			}
				#promoContent1 #promoInfo3 a {
					color:#006699;
				}
/**************** Banner without bg **********************/
	#promoContent1 #promoInfo3nobg {
		position:absolute;
		top:20px;
		right:20px;
		width:272px;
		padding:15px;
		z-index: 4;
	}
		#promoContent1 #promoInfo3nobg p {
			color:#E31B6E;
			font-size:1.2em;
			margin-bottom:1em;
		}
		#promoContent1 #promoInfo3nobg ul {
			font-size:1em;
			color:#006699;
		}
			#promoContent1 #promoInfo3nobg li {
				padding-left:15px;
				background:transparent url('/Style%20Library/lbl/images/bulletBlueSquare.gif') no-repeat 2px 6px;
			}
				#promoContent1 #promoInfo3nobg a {
					color:#006699;
				}

/* Banner Content2 248px */
	#promoContent2 {
	background:#fff url('/Style%20Library/lbl/images/promoBackground.png') repeat-x top left;
	clear:both;
	position:relative;
	height:248px;
	width: 984px;
	margin: 0 auto;
}
	#promoContent2 img,
	#promoContent2 #promoTitle {
		position:absolute;
		top:0;
		left:0;
	}	
	#promoContent2 #promoTitle {	
		width:100%;
		height:82px;
	}
		#promoContent2 #promoTitle h2 {
			width:300px;
			font-size:2.8em;
			color:#E31B6E;
			font-weight:normal;
			margin:0;
			padding:28px 0 0 15px;
		}

	#promoContent2 #promoInf1 {
		background:url('/Style%20Library/lbl/images/promoInfoBg.png') no-repeat left bottom;
		position:absolute;
		top:20px;
		right:20px;
		width:272px;
		padding:15px;
	}
		#promoContent2 #promoInf1 p {
			color:#E31B6E;
			font-size:1.7em;
			margin-bottom:1em;
		}
		#promoContent2 #promoInf1 ul {
			font-size:1.4em;
			color:#006699;
		}
			#promoContent2 #promoInf1 li {
				padding-left:15px;
				background:transparent url('/Style%20Library/lbl/images/bulletBlueSquare.gif') no-repeat 2px 6px;
			}
				#promoContent2 #promoInf1 a {
					color:#006699;
				}

/*  Content directly below homepage banner - equal height columns
************************************************************************************************************************/
.colFaux {
	background:transparent url('/Style%20Library/lbl/images/homeFaux.gif') repeat-y top left;
	width:942px;
	margin:0px 20px 20px 20px;
	padding:0 1px ;
}
.colFaux .right {
		margin:0;
	}
.fauxBottom {
		clear:both;
		height:1px;
		font-size:0;
		background:transparent url('/Style%20Library/lbl/images/homeFauxBottom.gif') no-repeat -1px top;
	}
/*  Content for 2 column wide - 1 column layout - homepage2
************************************************************************************************************************/
.colFaux21b {
	background:transparent url('/Style%20Library/lbl/images/homeFaux21Border.gif') repeat-y top left;
	width:942px;
	margin:20px 20px 20px 20px;
	padding:0 1px ;

}
.colFaux21b .right {
		margin:0;
	}
.fauxBottom21b {
		clear:both;
		height:1px;
		font-size:0;
		background:transparent url('/Style%20Library/lbl/images/homeFauxBottom21b.gif') no-repeat -1px top;
}
.homeBox2ColumnBorder {
width:602px;
padding:20px 0 20px 20px;
float:left;
margin-right: 20px;
border-top:1px solid #CCCCCC;
}
.homeBox2ColumnBanner {
width:622px;
padding:0 0;
float:left;
margin-right: 20px;
z-index: auto;
min-height: 300px;
}
.homeBox2ColumnBanner img {
border:none;
margin-left: 1;
margin-bottom: 0;
vertical-align:bottom;}

.homeBox2ColumnBorder img {
			float:left;
			border:1px solid #CCCCCC;
			margin-right:10px;
		}
.homeBox2ColumnBorder h2 {
			font-size:2.5em;
			font-weight:normal;
			line-height:1em;
			color:#006699;
			margin-bottom:6px;
		}
.homeBox2ColumnBorder h3 {
			font-size:1.14em;
			font-weight:bold;
			margin-bottom:6px;
			color:#006699;
		}
.homeBox2ColumnBorder p {
			margin-bottom:8px;
		}
.homeBox2ColumnBorder a {
			font-size:1em;
			color:#006699;
			/*background:url(/Style%20Library/lbl/images/bulletBlueSquare.gif) no-repeat left 6px;*/
			/*padding-left:10px;*/
			padding-right: 5px;
		}

/*************************************************************************************/
/*  Content for 1 column wide - 2 column wide layout - vertical services
************************************************************************************************************************/
.colFaux12b {
	
	width:942px;
	margin:20px 20px 20px 20px;
	padding:0 1px ;
background:transparent url('/Style%20Library/lbl/images/homeFaux12Border.gif') repeat-y top left;
}
.colFaux11b .right {
		margin:0;
	}
.fauxBottom12b {
		clear:both;
		height:1px;
		font-size:0;
		background:transparent url('/Style%20Library/lbl/images/homeFauxBottom.gif') no-repeat -1px top;
}
.homeBoxv {
padding:20px 0 0px 20px;
float:left;
margin-right: 20px;
border-top:1px solid #CCCCCC;
width:280px;

}
. homeBox2col1 {
	float: right;
}

/*************************************************************************************/
/*  Content for 1 column wide - 1 column wide layout - vertical services
************************************************************************************************************************/
.homeBox2col1 {
	width: 621px;
	margin-left: 0;
	float: left;
	background-color: #ffffff;

}

.colFaux11b {
	background:transparent url('/Style%20Library/lbl/images/homeFaux11.gif') repeat-y top left;
	margin:0;
	padding:0 0px 0px 0px;
	overflow: auto;

}

.colFaux11b2 {
	background:none;
	margin:0;
	padding:0 0px 0px 0px;
	overflow: auto;
}

.colFaux11b .right {
		margin:0;
	}
.fauxBottom11 {
		clear:both;
		height:1px;
		font-size:0;
		background:transparent url('/Style%20Library/lbl/images/homeFauxBottom11.gif') no-repeat -1px top;
		margin-bottom: 20px;
}
.fauxBottom112 {
    background: none;
    clear: both;
    font-size: 0;
    height: 1px;
    margin-bottom: 20px;
}



input {
	color:#333;
}
	/*************** smaller box on homepage - component *************************/
.homeBox {
		width:300px;
		border-top:1px solid #ccc;
		float:left;
		margin-right:21px;
	}
.homeBox h3,
.homeBox div.boxContent,
.homeBox p.more {
			margin:10px;
		}
.homeBox h3 {
			font-size:1.3em;
			color:#333;
			font-weight:normal;
		}
.homeBox h3 a {
			background:url('/Style%20Library/lbl/images/blueHeaderArrows.gif') no-repeat left 4px;
			color:#006699;
			padding-left:20px;
		}
.homeBox .more a {
				color:#006699;
				background:url('/Style%20Library/lbl/images/bulletBlueSquare.gif') no-repeat left 6px;
				padding-left:10px;
			}
.homeBox h3 a.noArrow {
				background:none;
				padding-left:0;
			}
			
.homeBox ul.homeBoxList li {
				border-bottom:1px solid #ccc;
			}
.homeBox ul.homeBoxList li.last {
					border-bottom:0;
				}
/**************Mayor's box*****************/
#mayorBox h3{
background:url('/Style%20Library/lbl/images/promoRightIcon.jpg') no-repeat 20px 10px;
				padding:10px 20px 10px 60px;
				margin:0 0;
				width:220px;
				border-bottom:1px solid #ccc;
}
#mayorBox img {
				float:right;
				margin:0 1px 0 10px;
			}
		
/************************ Submit buttons **************************/
.submit {
			background:url('/Style%20Library/lbl/images/inputSubmit.gif') no-repeat left top;
			float:right;
			height:30px;
		}
.submit input {
				font-size:1em;
				cursor:pointer;
				font-weight:bold;
				padding:7px 6px;
				width:43px;
				color:#fff;
				border:0;
				background:url('/Style%20Library/lbl/images/inputSubmitBottom.gif') no-repeat left bottom;
			}

/************************* Latest jobs box styling **********************/
.jobs {
			border-top:4px solid #FF6600;
		}
			#searchJobs {
				padding:0 12px;
				margin-bottom:10px;
			}
				#jobInput {
					background:url('/Style%20Library/lbl/images/searchBoxTop.jpg') no-repeat left top;
					float:left;
				}
					#jobInput input {
						border:0;
						background:url('/Style%20Library/lbl/images/searchBoxBottom.jpg') no-repeat left bottom;
						padding:10px 10px 10px 30px;
						margin-right:6px;
						width:186px;
						font-size:1em;
					}	
.jobs ul {
				font-size:1em;
			}
.jobs li {
					padding:10px 12px;
					border-bottom:1px solid #ccc;
					color:#333;
				}
.jobs li.last {
					border:0;
				}
.jobs li a {
						float:left;
						color:#006699;
						width:100%;
					}
/******************** Find my nearest box styling ********************/
.nearest {
			border-top:4px solid #FF9900;
		}
			#searchNearest {
				padding:10px 12px 0;
				
			}
				#searchNearest label {
					font-size:1em;
					color:#333;
				}
				#searchLocal label {
					font-size:1.071em;
					color:#333;
					margin-bottom:10px;
				}
				#nearestInput {
					background:url('/Style%20Library/lbl/images/inputBox.jpg') no-repeat left top;
					margin:10px 0;
				}
					#nearestInput input {
						border:0;
						background:url('/Style%20Library/lbl/images/inputBoxBottom.jpg') no-repeat left bottom;
						padding:8px;
						width:260px;
						font-size:1em;
					}
				#selectNearest,
				#selectLocal {
					float:left;
				}
					div.selectbox-wrapper {
					  position:absolute;
					  width:400px;
					  background-color:white;
					  border:1px solid #ccc;
					  margin:-10px 0 0 4px;
					  padding:0px;
					  text-align:left;
					  max-height:200px;
					  overflow:auto;
					}
						#selectLocal div.selectbox-wrapper {
							 width:400px;
						}
					div.selectbox-wrapper ul {
					  list-style-type:none;
					  margin:0px;
					  padding:0px;
					}
					div.selectbox-wrapper ul li.selected { 
					  background-color: #EAF2FB;
					}
					div.selectbox-wrapper ul li {
					  list-style-type:none;
					  display:block;
					  margin:0;
					  padding:2px;
					  font-size:1em;
					  cursor:pointer;
					}
					
					label {
						display: block;
					}
					.selectbox /* look&feel of  select box*/
					{
					  margin: 0px 5px 10px 0px;
					  padding:10px 0 10px 10px;
					  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
					  width : 215px; 
					  display : block;
					  text-align:left; 
					  background: url('/Style%20Library/lbl/images/selectBg.jpg') no-repeat left top;
					  cursor: pointer;
					  border:0;
					  color:#333;
					}
						#selectLocal .selectbox {
							background: url('/Style%20Library/lbl/images/selectBgSmall.jpg') no-repeat left top;
							width : 162px; 
						}

/******************** My favourites box styling *************************/
.myFavourites {
			border-top:4px solid #0098BF;
		}
.myFavourites .ms-WPBody {
	font-size:1em;
}
div.myFavourites h2.rhs {
	font-size:1.3em;
			color:#333;
			font-weight:normal;
			margin-left: 10px;
			margin-top: 10px;
			margin-bottom: 10px;
}	
.myFavourites br {
	font-size: 1px;
	line-height: 1;
	display: none;
}
.myFavourites p br {
	display:block;
}
.myFavourites ul {
			border-bottom:1px solid #ccc;
		}
			.myFavourites li {
				border-top:1px solid #ccc;
				padding:5px 10px;
			
			}
			.myFavourites ul.fadebluenav li a {
				color:#006699;
				font-size:1.4em;
				background:url('/Style%20Library/lbl/images/bulletBlueSquare.gif') no-repeat left 6px;
padding-left: 15px;
			}
			.myFavourites li a.remove {
				background:url('/Style%20Library/lbl/images/myFavouritesCross.jpg') no-repeat right 2px;
				height:14px;
				width:14px;
				display:inline;
				float:right;
			}
		.myFavourites a.clearFav {
			color:#006699;
			font-size:1em;
			float:right;
			padding:10px 10px 4px 0;
			font-weight: bold;
		}
div.jobs div.groupheader {
	display: none;
}
div.jobs div.item a {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
}
div.jobs div.ms-WPBody {
	margin: 0 10px 10px;
}

/*****************************************************/
/************************* Flydown styles*************/

/*  Dropdown styling - Lots of coded to be added...
************************************************************************************************************************/
#navExtender {
	width:985px;
	background:none;
	zoom:1;
	left:0;
	position:relative;
	top:-16px;
	height:0;
	overflow:hidden;
	z-index:1000;
	margin:0 auto;
	font-size:1em;
}
#navExtender img {
margin:0 0 0 5px;}
.navExtenderFaux {
	float:left;
	padding:0 2%;
	width:946px;
	margin:15px 2px 5px 2px;
background:url(/Style%20Library/lbl/images/navExtFaux.gif) #fff repeat-y left top;
	background-color:#fff;
}
	.neCol1 {
		float:left;
		padding:0 10px;
		width:210px;
	}
	.neCol2 {
		float:left;
		padding:0 10px;
		width:222px;
	}
	.neCol3 {
		float:left;
		padding:0 10px;
		width:440px;
	}
.navExtenderFaux2 {
	float:left;
	padding:0 2%;
	width:946px;
	margin:15px 2px 5px 2px;
	background-color: #fff;
}
/*********My services****************/
	.neCol12 {
		float:left;
		padding:10px 10px 0 10px;
		width:550px;
		line-height: 1;
	}
	.neCol22 {
		float:left;
		padding:10px 10px;
		width:322px;
	}
.neCol12 ul li {
	display:inline-block;
	width: 260px;
	margin-right:10px;
}
.neCol12 ul {
	margin-top: 10px;
}
/********************************/
.neCol13 {
		float:left;
		padding:0px 10px 0 10px;
		width:290px;
		line-height: 1;
		
	}
	.neCol23 {
		float:left;
		padding:0 10px;
		width:270px;
		line-height: 1;
	}
.neCol33 {
		float:left;
		padding:0 10px;
		width:310px;
		line-height: 1.2;
	}
div#extender3 .neCol23 {
	width:160px;

}
div#extender3 .neCol33 {
	width:420px;
}

		.colLeft {
			float:left;
		}
		.colRight {
			float:right;
		}
	
	#navExtender h2 {
		margin-bottom:10px;
	}
	#navExtender h2 a {
	color:#006699;
}
	#navExtender ul {
	}
		#navExtender li {
			margin-bottom:6px;
		}
			#navExtender li a {
				background:transparent url(/Style%20Library/lbl/images/blueHeaderArrows.gif) no-repeat 2% 50%;
				color:#006699;
				font-size:1.071em;
				padding-left:27px;
			}
	
		#navExtender .neCol3 li {
			padding-left:40px;
			font-size:1.071em;
			float:left;
			border-bottom:1px solid #d7d7d7;
			padding-bottom:10px;
			margin:10px 0 0;
		}
			#navExtender .neCol3 li a {
				padding-left:0;
				font-size:1em;
				font-weight:bold;
				float:left;
				width:100%;
			}
		#navExtender li.twitter {
			background:transparent url(/Style%20Library/lbl/images/twitterIcon2.png) no-repeat left top;
		}
			#navExtender li.twitter a {
				background:none;
			}
		#navExtender li.facebook {
			background:transparent url(/Style%20Library/lbl/images/facebookIcon2.png) no-repeat left top;
		}
			#navExtender li.facebook a {
				background:none;
			}
		#navExtender li.ytube {
			background:transparent url(/Style%20Library/lbl/images/youtubeIcon2.png) no-repeat left top;
			border-bottom:0;
		}
			#navExtender li.ytube a {
				background:none;
			}
		#navExtender li.flickr {
			background:transparent url(/Style%20Library/lbl/images/flickrIcon2.png) no-repeat left top;
			border-bottom:0;
			margin-top:6px;
		}
			#navExtender li.flickr a {
				background:none;
			}
	#navExtender .neCol3 p {
		margin-bottom:6px;
	}
	#navExtender p a {
		color:#006699;
	}

#navExtender div#extender6 .neCol3 ul li {
float: left;
width: 160px;
} 	

 /************ a to z **************/
/* Paging and a-z listing options */
#navExtender div#extender2 ul.atoz {
				width:100%;
				margin: 0;
			}
		
					#navExtender div#extender2 ul.atoz li,
					#navExtender div#extender4 ul.atoz li {
					background:url(../images/pagingMiddle.jpg) repeat-x left top;
					float:left;
					margin-right:4px;
				}
#navExtender div#extender2 ul.atoz li,
#navExtender div#extender4 ul.atoz li {
	background: none;
	padding-left: 0;
}
				#navExtender div#extender2 ul.atoz li,
				#navExtender div#extender4 ul.atoz li {
					background:url(../images/azMiddle.jpg) repeat-x left 6px;
				}
					#navExtender div#extender2 ul.atoz li a,
					#navExtender div#extender4 ul.atoz li a {
						background:url(../images/pagingLeft.jpg) no-repeat left top;
						padding-left:12px;
						float:left;
						color: #333;
					}
					#navExtender div#extender2 ul.atoz li a:hover,
					#navExtender div#extender4 ul.atoz li a:hover {
					color:#d51866;
					} 
					#navExtender div#extender2 ul.atoz li a,
					#navExtender div#extender4 ul.atoz li a {
						padding-left:10px;
						background:url(../images/azLeft.jpg) no-repeat left 6px;
					}
						#navExtender div#extender2 ul.atoz li a span,
						#navExtender div#extender4 ul.atoz li a span {
							background:url(../images/pagingRight.jpg) no-repeat right top;
							padding:9px 12px 11px 0;
							font-size:1.14em;
							font-weight:bold;
							float:left;
							text-align:center;
						}
						#navExtender div#extender2 ul.atoz li a span,
						#navExtender div#extender4 ul.atoz li a span {
							padding:11px 10px 9px 0;
							background:url(../images/azRight.jpg) no-repeat right 6px;
						}
				#navExtender div#extender2 ul.atoz li.selected,
				#navExtender div#extender4 ul.atoz li.selected {
					background:url(../images/pagingMiddleActive.jpg) repeat-x left top;
					float:left;
					margin-right:5px;
				}
				#navExtender div#extender2 ul.atoz li.selected,
				#navExtender div#extender4 ul.atoz li.selected {
					background:url(../images/azMiddleActive.jpg) repeat-x left top;
				}

					#navExtender div#extender2 ul.atoz li.selected a,
					#navExtender div#extender4 ul.atoz li.selected a {
						background:url(../images/pagingLeftActive.jpg) no-repeat left top;
						padding-left:10px;
						float:left;
					}
					#navExtender div#extender2 ul.atoz li.selected a,
					#navExtender div#extender4 ul.atoz li.selected a {
						background:url(../images/azLeftActive.jpg) no-repeat left top;
					}
						#navExtender div#extender2 ul.atoz li.selected a span,
						#navExtender div#extender4 ul.atoz li.selected a span {
							background:url(../images/pagingRightActive.jpg) no-repeat right top;
							padding:10px 10px 10px 0;
							float:left;
							color:#d51866;
							text-align:center;
						}
						#navExtender div#extender2 ul.atoz li.selected a span,
						#navExtender div#extender4 ul.atoz li.selected a span {
							background:url(../images/azRightActive.jpg) no-repeat right top;
						}

table.findMyNearestForm {
	margin: 10px;
}
table.findMyNearestForm tr td{
	margin: 3px 0;
	padding: 3px 0;

}
#navExtender select#cllrSelect,
#navExtender select#laSelect,
#navExtender select#cmmtSelect,
#navExtender select#nbghSelect,
#navExtender select#laSelect
{
	font-size:1em;
padding: 0px 0px;
 color:#333;

}
#navExtender ul.homeLink {
	margin-left: 20px;
}
/********** Hide the dotMailer *******/
div#dMLink {
	display: none !important;
}
#promoContent1 #promoInfo3 p.promoPar {
	color:#333333;
	font-size:.9em;
}
/***** Homepage services box *********/
ul.ServicesList li {
display: inline-table;
width: 276px;
padding: 3px 0px 0 0;
vertical-align:top;
margin-right: 20px;
overflow:visible;
min-width:276px;
}
ul.ServicesList li h2 {
	font-size: 1.6em;
}
ul.ServicesList li h2 a {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
ul.ServicesList {
	margin-right: 0px;
	margin-bottom: 0em;
}
ul.ServicesList li h2 a:visited {
	
}
/***** Homepage services box vertical *********/
ul.ServicesListv li {
padding: 0 0 0 0;
margin-right: 5px;
margin-bottom:15px;

}
ul.ServicesListv li h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}
ul.ServicesListv li h2 a {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
ul.ServicesListv li p a {
	margin-right: 3px;
	}
ul.ServicesListv li p a:link,
ul.ServicesListv li h2 a:link,	
ul.ServicesListv li p a:visited,
ul.ServicesListv li h2 a:visited
 {
	color: #006699;
	}

ul.ServicesListv li p a.secondLink {
				color:#006699;
				background:url('/Style%20Library/lbl/images/bulletBlueSquare.gif') no-repeat left 6px;
				padding-left:10px;

}
ul.ServicesListv {
	margin-right: 0px;
	margin-bottom: 0em;
}

div.Emerge {
	font-weight: normal;
	font-size: 1.6em;
	padding: 20px 20px 10px 20px;
	border: 1px solid #cccccc;
	margin: 120px 20px 20px;
	background-color: #D51866;
}
div.Emerge h2 {
		text-align:center;
		color: #ffffff;
}
div.Emerge p, div.Emerge a,
div.Emerge a:visited {
	color:#ffffff;
}