/* Lloyds website CSS  */

/* import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media */
@import "print.css";

/* standard link styles */
a:link {
	text-decoration: underline;
	color: #003333;

}
a:visited {
	text-decoration: underline;
	color: #003333;
}
a:hover {
	text-decoration: none;
	color: #003333;
}
a:active {
	text-decoration: none;
	color: #003333;
}
/* alpha layout  */
#navleft {
	width:120px;
	height:100%;
	float:left;
	margin-top: 10px;
	padding-bottom:10px;
	padding-right:10px;
	margin-right: 20px;
	margin-left:10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #cccccc;
	}	
	
#maincontent {
	width:630px;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left:150px;
	}

#content {
	width:775px;
	height:auto;
	float:inherit;
	margin-left:10px;
	padding-bottom:10px;
	clear: right;
	background:#FFFFFF;
	}	

/* main nav bar headings */
#nav a {
	padding-right: 2em; 
	display: block; 
	padding-left: 2em; 
	padding-bottom: 0.25em; 
	width: auto; 
	padding-top: 0.25em; 
	text-decoration: none;
	z-index: 1;
	
}
#nav a:hover {
	color: #FFFFFF;
	z-index: 1;	
}

#nav li {
	float: left;
	width: auto;
	padding: 0px;
	z-index: 1;
	
}
#nav li ul {
	font-size: 10px;
	font-weight: normal;
	left: -999em;
	margin: 0px;
	padding-right: 4px;
	width: 16em;
	position: absolute;
	height: auto;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	z-index: 1000;
	display: inline;
}
#nav li ul a {
	font-size: 10px;
	float:left;
	width: 14em;
	padding-right: 4px;
	z-index: 1000;
	display: inline;
}
#nav li ul ul {
	margin: -1.75em 0px 0px 14em
}
#nav li:hover ul {
	left: auto;
	z-index: 1000;
}
#nav li a:active  {
	left: auto;
	z-index: 1000;
}
#nav li.sfhover ul {
	left: auto;
	text-color:#fff;
	z-index: 1000;
}
#nav li.sfhover a:hover{
	text-color: #fff;
	background-color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1000;
}
#nav li.sfhover a:hover {
	background-color: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1000;
	
}
#nav li a {
	background-color: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	z-index: 1000;	
}
#navigation {
	z-index: 1000;
}
#wrap	{
	background: #FFF;
	min-height:920px;
}
#wrap-press	{
	background: #FFF;
	height:100%;
	min-height:1100px;
}
#centre {
	background: #FFF;
	width: 800px;
	min-height: 750px;
	margin-top: 0px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*
 url('../images/bg.jpg') bottom
*/

#footer {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#banner {
	background: #FFFFFF;
	height:100px;
	clear:right;

}




/*

	
	width: 800px;
	border: none;
	padding: 0px;
	margin: 0px;
	float: none;
	clear:right;
	
	width: 800px;
	background: #FFF;
	height:100px;
	clear:right;


.banner {
	width: 800px;
	border: none;
	padding: 0px;
	margin: 0px;
	clear:right;
}

#banner {
	background: #FFF;
	height:100px;
	width: 800px;
	
}
		}
		*/

#centre h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003333;
	margin-top: 11px;

}

#centre h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
#centre h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #003333;
}
#centre h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #003333;
}
#centre h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}
#centre h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CCCCCC;
}
.bullet{
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -40px;
	line-height: 170%;
}
body {
	background-color: #d6d6d6;
	margin-top: 4px;
}

#mainmiddle {
	width:530px;
	height:auto;
	margin-top: 10px;
	margin-bottom: 20px;
	float:left;
	padding-bottom:2px;
	margin-left:18px;
	border-right-width: 1px;
	}

#mainmiddle h1 {
	margin: 0px;
	padding:0px;

	}

#mainright {
	width:250px;
	height:auto;
	margin-top: 2px;
	margin-left: 10px;
	float:left;
	padding-bottom:0px;
	clear: right;
	}
	
#mainleft {
	width:250px;
	height:auto;
	margin-top: 2px;
	float:left;
	padding-bottom:0px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #cccccc;
	}
#mainbottom {
	height:auto;
	margin-top: 1px;
	float:left;
	padding-bottom:0px;
	padding-right:5px;
	width: 515px;
	}

/* three column pages */

#mainthreeright {
	width:175px;
	height:auto;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	padding-bottom:10px;
	clear: right;
	}

#mainthreemiddle {
	width:170px;
	height:auto;
	margin-top: 10px;
	float:left;
	padding-bottom:10px;
	padding-right:15px;
	margin-left:10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #cccccc;
	}

#mainthreeleft {
	width:190px;
	height:auto;
	margin-top: 10px;
	float:left;
	padding-bottom:10px;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #cccccc;
	}
	
#specialright {
	width:215px;
	height:auto;
	margin-top: 10px;
	float:left;
	margin-right: 5px;
	margin-left: 20px;
	padding-bottom:0px;
	clear: right;
	background-color: #cccccc;
	}
#specialcontent {
	width:180px;
	height:auto;
	margin-top: 10px;
	margin-left: 15px;
	z-index: 0;
	}


	
	/* Businesses for sale table styles */
.buyheader {
	background-color: #cccccc;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.buytable_border {
	border: 1px solid #999999;
	padding-bottom: 2px;
}
.buytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:770px;
}
	/* table styles */
.odd {
	background-color: #E2E4E5;
}
.even {
	background-color: none;
	border: 1px solid #999999;
}
.header {
	background-color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.table_border {
	border: 1px solid #999999;
	padding-bottom: 2px;

	
}
.divider {
	border-right-color: #efebde;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}

#nav {
	background:#cccccc;
	font-weight: bold;
	background: #cccccc;
	float: left;
	border-left: #003333 0px solid;
	width: 800px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	line-height:normal;
	z-index: 3000;
	clear:right;
	
}
#nav ul {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	float: left;
	padding-bottom: 0px;
	margin: 0px 0px 1em;
	width: 36em;
	line-height: normal;
	padding-top: 0px;
	list-style-type: none;
	background-color: #CCCCCC;
	border: 1px none #666666;
	z-index: 1;
}
.trgr {
	background: url(../images/rtgn.gif) 100% 0 no-repeat #003333;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
.trgr a {
	color: #FFFFFF;
	}
	
/* -- transparent green curve header --*/

.trans {
	background: url(../images/rtgn1.gif) 100% 0 no-repeat #003333;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	height: 20px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
.trans a {
	color: #FFFFFF;
	}
/* -- bottom right grey curve -- */
.btmcnr {
	background: url(../images/rbg.gif) 100% 100% no-repeat #cccccc;
	width: 210px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
/* formatting to form objects */
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #Efefe7;
	height: auto;
	width:70%;
	border: 1px solid #339966;
}


.formbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	width:auto;
	border: 1px solid #003333;
	}
	
/*------------- maintain current link down state ------------------------------------------ */
#nav li:unknown a {
	border-left: #999999 1px solid;
}
#home #nav-home a {
	background: #003333; color: #fff;
}
#profile #nav-profile a {
	background: #003333; color: #fff;
}
#buy #nav-buy a {
	background: #003333; color: #fff;
}
#sell #nav-sell a {
	background: #003333; color: #fff;
}
#services #nav-services a {
	background: #003333; color: #fff;
}
#contact #nav-contact a {
	background: #003333; color: #fff;
	border-right:none; 
}
#home #nav-home a:hover {
	background: #003333
}
#profile #nav-profile a:hover {
	background: #003333
}
#buy #nav-buy a:hover {
	background: #003333
}
#sell #nav-sell a:hover {
	background: #003333
}
#services #nav-services a:hover {
	background: #003333
}
#contact #nav-contact a:hover {
	background: #003333
}
#nav a:active {
	background: #003333; color: #fff
}
/* style for active dropdown lists to format correctly on handover */
#nav #nav-profile li a{
	background: #cccccc; color: #000;
	}
#nav #nav-profile li a:hover{
	background-color:#003333;
	color: #fff;
	}
#nav #nav-buy li a{
	background: #cccccc; color: #000;
	}
#nav #nav-buy li a:hover{
	background-color:#003333;
	color: #fff;
	}	
#nav #nav-sell li a{
	background: #cccccc; color: #000;
	}
#nav #nav-sell li a:hover{
	background-color:#003333;
	color: #fff;
	}
#nav #nav-services li a{
	background: #cccccc; color: #000;
	}
#nav #nav-services li a:hover{
	background-color:#003333;
	color: #fff;
	}
#nav #nav-contact li a{
	background: #cccccc; color: #000;
	}
#nav #nav-contact li a:hover{
	background-color:#003333;
	color: #fff;
	}
	
.table {
	padding: 1px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* **** EXPANDABLE CONTENT **** */
.h3exp1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #efebde;
	font-size: 100%;
	font-weight: bold;
	width: 90%;
	text-padding:2px;
	padding: 2px;
	cursor:pointer;
}
#ratebox {
	background-color: #efebde;
	font-weight: bold;
	float: left;
	bottom: 5px;
	width: 70%;
	padding: 4px;
}
#content .expandable {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}

#content .expandable div {
	padding : 0.4em 0.6em 0 1.6em;
	margin : 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-top-color: #006699;
}

#content .expandable h3 {
	border-bottom : 1px solid #ffffff;
	padding : 0.35em 0.6em 0.6em 1.6em;
	margin : 0;
}

#content .expandable h3 a {
	text-decoration : none;
	color : #000;
}

#content .expandable h3 img {
	margin-left : -1.0em;
}

#content .expandable h3 a:hover {
	text-decoration : underline;
}

#content .note {
	font-size: 90%;
	color: #666666;
}
.note {
	font-size: 80%;
	color: #003333;
}
ul.TickList {
  list-style-image: url('../images/tick.gif');
  line-height:150%;
}
.photo {
	border: 1px solid #999999;
}
.photo-clear {
	border: 1px solid #999999;
	clear: left;
}
.photo_box {
	width:285px;
	height:230px;
	background-color:#CCCCCC;
	text-align:center;
	font-size: 9px;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom:5px;
	padding: 0px;
	float:right;
	vertical-align:bottom;
	}

/* ---------------------------------------------- */
