﻿/* TM Group CSS 2011 */

/* Reset styles to default */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a
{
	text-decoration: none;	
	color: #3aadd8;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */
em, i
{
	font-style: italic;	
}

strong, b
{
	font-weight: bold;	
}

sup
{
	vertical-align: super;
	font-size: 7px;	
}

.fivesplitter
{
	clear: both;
	height: 5px;	
}

.twentysplitter
{
    clear: both;
	height: 20px;
}

.thirtysplitter
{
    clear: both;
	height: 20px;
}
.tensplitter
{
	clear: both;
	height: 10px;	
}

/* Body */
body
{
	height: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

/* Wrapper */
#wrapper
{
	min-height: 100%;
	min-width: 960px;
	background: url(../img/header_bg_green.png) repeat-x;
	z-index: 0;
}

/* Outer Container */
#outerContainer
{
	clear: both;
	width: 100%;
	background: url(../img/noise.png) repeat x;
	height: auto;
}

/* Container */
#container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #494949;
}


/* Header */
.headerBlock
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

#headerTop
{	
	height: 31px;
	/*background-color: #006D8C;*/
}

#headerTop .item
{
	float: right;
	color: #fff;
	padding-top: 8px;
}

#headerTop .item p
{
	padding: 0px 10px 0px 10px;
}

#headerBranding
{
   height: 73px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 30%, #f8f8f8 40%, #eeeeee 50%, #9b9b9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(30%,#ffffff), color-stop(40%,#f8f8f8), color-stop(50%,#eeeeee), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 30%,#f8f8f8 40%,#eeeeee 50%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 30%,#f8f8f8 40%,#eeeeee 50%,#9b9b9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ffffff 30%,#f8f8f8 40%,#eeeeee 50%,#9b9b9b 100%); /* IE10+ */
background: linear-gradient(left, #ffffff 30%,#f8f8f8 40%,#eeeeee 50%,#9b9b9b 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b9b9b',GradientType=1 );  IE6-9 */
   margin: 6px 0px;
}

#logo
{
	height: 41px;
	float: left;
	width: 237px;
	margin: 10px 0px 0px 0px;
}

#strapline
{
	float: right;
	height: 30px;
	margin-top: 30px;
}

#strapline p
{
	/*color: #C12336;#8*/
	color: #FFF;
	font-size: 19px;
	font-family: Verdana, Arial, Sans-Serif;
	padding-bottom: 10px;
}

/* Navigation */
#nav
{
	clear: both;	
	height: 35px;
	margin-top: -2px;
}

#navbar
{
	display: inline;
	margin-top: 12px;
	width: 100%;
}

#navbar ul
{
	float: left;
	list-style-type: none;
}

#navbar ul li
{
	float: left;
	border-right: 1px solid #4D4D4D;
	color: #5D5F64;
	height: 35px;
}

#navbar li.start
{
	padding-left: 0px;
}

#navbar li.end, .navbar li a.end
{
	border-right: none;
	padding-right: 0px;
}

#navbar li a
{
	color: #FFF;
	display: block;
	font-size: 10px;
	font-weight: 100;
	padding: 0px 15px 0px 10px;
	text-decoration: none;
	height: 35px;
}

#navbar li a img
{
	vertical-align: middle;	
}

#navbar li a:hover
{
	background-color: #4A4A4A;
	color: #FFF;	
	height: 35px;
}

#navbar .current
{
	background-color: #2b2b2b;
}

#login
{	
	margin-top: 4px;
	float: right;
}

.loginbox
{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	text-align: right;
	height: 22px;
}

.loginbutton
{
	float: left;
	height: 22px;
	margin-top: 1px;
	text-align: right;
}

.loginbuttonOk
{
	background-image: url(../img/goButton.png);
	width: 25px;
	margin: 0px 1px;
}

.loginbuttonCancel
{
	background-image: url(../img/cancelButton.png);
	width: 21px;
	margin-left: 2px;
}

/* Banner */
#banner
{
	background: #e2e2e2 url(../img/noise.png) repeat;	
	width: 100%;
	padding: 10px 0px;
}

#marketingMsg
{
	width: 950px;
	height: 225px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	-moz-box-shadow: 0 0 3px 3px #c5c5c5;
	-webkit-box-shadow: 0 0 3px 3px 3px #c5c5c5;
	box-shadow: 0 0 3px 3px #c5c5c5;
}

/* Content */

/*#content-container
{
    clear: both;
    min-height:380px;
	background-color: #fafafa;
	padding-top:15px;
	border-bottom: 1px solid #f2f2f2;
}

*/

#content
{
	float: left;
	width: 630px;
	padding-right: 10px;
}

#content h1
{
	color: #004c61;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	margin-top: -5px;	
}

#content h2
{
	color: #004e61;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: bold;
}

#content h3
{
	color: #004e61;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}

#content .h2red
{
	color: #C12336;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}

#content .h3red
{
	color: #C12336;
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;		
}

#content p
{
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0px;
}

#content ul
{
    font-size: 12px;
    line-height: 18px;
    margin: 10px 30px 10px 30px;
	list-style-type: disc;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}

a.emailLink
{
	color: 	#C12336;
	text-decoration: underline;
}

table.titleInsuranceTable
{
	border: 0;
	margin: 0px 80px;
}

table.titleInsuranceTable tr
{
	height: 60px;
}

table.titleInsuranceTable tr td
{
	vertical-align: middle;	
	width: 100px;
}

table.titleInsuranceTable tr td.text
{
	width: 250px;	
}

table.PartnersTable5Col tr, table.PartnersTable3Col tr
{
	height: 90px;
}

table.PartnersTable5Col, table.PartnersTable3Col
{
	background-color: #f5f3f4;
}

table.PartnersTable5Col tr td
{
	width: 192px;
	text-align: center;	
	vertical-align: middle;	
}

table.PartnersTable3Col tr td
{
	width: 320px;
	text-align: center;	
	vertical-align: middle;	
}

table.PartnersTable
{
	background-color: #f5f3f4;	
}

table.PartnersTable tr
{
	padding-bottom: 15px;
}

table.PartnersTable tr td.img
{
	width: 190px;
	text-align: center;	
	vertical-align: middle;	
		
}

table.PartnersTable tr td.desc
{
	width: 290px;
	text-align: left;
	vertical-align: middle;
	padding-right:35px;	
}

#contentServices
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#contentServices .item
{
	float: left;
	width: 303px;
	text-align: center;
}

#contentServices .itemLeft
{
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 19px;
	margin-left: 3px;
}

#contentServices .itemMiddle
{
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 14px; 
	margin-left: 11px;
}

#contentServices .itemRight
{
	float: left;
	width: 300px;
	text-align: center;
	margin-left: 13px;
}

.servicesPanel h3
{
	color: #FFF;
	padding: 2px 0px 0px 10px;
	font-size: 16px;
	letter-spacing: 1px;	
}

.servicesPanel p
{
	color: #FFF;
	padding: 15px 22px 0px 30px;
	margin-bottom: 15px;
	line-height: 18px;
}

.servicesMore
{
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top bottom, color-stop(0%,#ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#5d0606',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
	background-color: #ffffff;
	color: #666;
	margin-left: 225px;
	border: 0;
	font-size: 11px;
	padding: 1px 14px 1px 14px;
	border: 1px solid #89aab5;
}

.servicesMore:hover
{
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top bottom, color-stop(0%,#e5e5e5), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b9b9b',GradientType=0 );  /* IE6-9 */
	background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* W3C */
	background-color: #f4f4f4;
}

.laMore
{
	background-color: #FFF;
	color: #666;
	margin-left: 80px;
	border: 0;
	font-size: 11px;
	padding: 1px 14px 1px 14px;
	border: 1px solid #89aab5;
}

.lenderMore
{
	background-color: #FFF;
	color: #666;
	margin-left: 165px;
	border: 0;
	font-size: 11px;
	padding: 1px 14px 1px 14px;
	border: 1px solid #89aab5;
}

.conveyancerContainer
{
	width: 300px;
	height: 260px;	
	background-image: url(../img/ConveyancerCTA.png);	
	text-align: left;
	margin-left:-3px;
	margin-right:2px;
	padding-top:21px;
	padding-left:0px;
}

.conveyancerHeader
{
    padding-top: 4px;
    padding-left:15px;
    margin-top:0px;
    border: 1px solid #c5c5c5;
    /*-webkit-box-shadow: 0 0 2px 2px #c5c5c5;
    -moz-box-shadow: 0 0 1px 1px #b9b9b9;*/
    width: 225px;
    height: 42px;
    background-color: #f8f8f8;
}

.conveyancerTitle
{
	padding-top: 7px;
	padding-left: 10px;
	width: 190px;
	height: 28px;
    background-color: #a80000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5d0606;
	background-image: -moz-linear-gradient(0% 100% 90deg, #5d0606, #a80000);/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a80000), color-stop(100%,#5d0606)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a80000 0%,#5d0606 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a80000 0%,#5d0606 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a80000 0%,#5d0606 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#5d0606',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	background: linear-gradient(top, #a80000 0%,#5d0606 100%); /* W3C */
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  /* IE6-9 */
  /* W3C */
  }
  
.conveyancerTitle:hover
{
    background-image: -moz-linear-gradient(0% 100% 90deg, #a80000, #5d0606);/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d0606), color-stop(100%,#a80000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5d0606 0%,#a80000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5d0606 0%,#a80000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #5d0606 0%,#a80000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d0606', endColorstr='#a80000',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	background: linear-gradient(top, #5d0606 0%,#a80000 100%); /* W3C */
}
  
  .conveyancerTitleLink
  {
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: -10px;
	padding: 4px 74px 9px 
	padding-top: 4px;
	padding-left: 14px;
	padding-bottom: 9px;
	padding-right: 74px;
	width: 190px;
	height: 28px;
    
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  /* IE6-9 */
  /* W3C */
  }

.conveyancerContainer p
{
	margin-bottom: 33px;	
}


.lenderContainer
{
	width: 300px;
	height: 260px;	
	background-image: url(../img/LenderCTA.png);	
	text-align: left;
	margin-left:-3px;
	padding-top:21px;
}

.lenderHeader
{
    padding-top: 4px;
    padding-left:15px;
    margin-top:0px;
    border: 1px solid #c5c5c5;
    /*-webkit-box-shadow: 0 0 2px 2px #c5c5c5;
    -moz-box-shadow: 0 0 1px 1px #b9b9b9;*/
    width: 225px;
    height: 42px;
    background-color: #f8f8f8;
}

.lenderTitle
{
	padding-top: 7px;
	padding-left: 10px;
	width: 190px;
	height: 28px;
    background-color: #004456;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #004456;
	background-image: -moz-linear-gradient(0% 100% 90deg, #004456, #006f8e);/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006f8e), color-stop(100%,#004456)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006f8e 0%,#004456 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006f8e 0%,#004456 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #006f8e 0%,#004456 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006f8e', endColorstr='#004456',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	background: linear-gradient(top, #006f8e 0%,#004456 100%); /* W3C */
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  /* IE6-9 */
  /* W3C */
}

.lenderTitle:hover
{
    background-image: -moz-linear-gradient(0% 100% 90deg, #006f8e, #004456);/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004456), color-stop(100%,#006f8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004456 0%,#006f8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004456 0%,#006f8e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #004456 0%,#006f8e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004456', endColorstr='#006f8e',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	background: linear-gradient(top, #004456 0%,#006f8e 100%); /* W3C */
}

.lenderTitleLink
{
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: -10px;
	padding: 4px 131px 9px 14px;
	width: 190px;
	height: 28px;
    
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  /* IE6-9 */
  /* W3C */
}
  
.lenderContainer p
{
	margin-bottom: 13px !important;
}

.laContainer
{
	width: 302px;
	height: 260px;	
	background-image: url(../img/LaCTA.png);	
	text-align: left;
	padding-top:21px;
}

.laHeader
{
    padding-top: 4px;
    padding-left:15px;
    margin-top:0px;
    border: 1px solid #c5c5c5;
    /*-webkit-box-shadow: 0 0 2px 2px #c5c5c5;
    -moz-box-shadow: 0 0 1px 1px #b9b9b9;*/
    width: 225px;
    height: 42px;
    background-color: #f8f8f8;
}

.laTitle
{
	padding-top: 7px;
	padding-left: 10px;
	width: 190px;
	height: 28px;
    background-color: #7b9817;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #7b9817;
	background: -moz-linear-gradient(0% 100% 90deg, #7b9817, #9eba17);/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eba17), color-stop(100%,#7b9817)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9eba17 0%,#7b9817 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9eba17 0%,#7b9817 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7b9817 0%,#9eba17 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eba17', endColorstr='#7b9817',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	background: linear-gradient(top, #7b9817 0%,#9eba17 100%); /* W3C */
	
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  /* IE6-9 */
  /* W3C */
}

.laTitle:hover
{
    background: -moz-linear-gradient(0% 100% 90deg, #9eba17, #7b9817);/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b9817), color-stop(100%,#9eba17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7b9817 0%,#9eba17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7b9817 0%,#9eba17 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9eba17 0%,#7b9817 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9817', endColorstr='#9eba17',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9eba17 0%,#7b9817 100%); /* W3C */
}

.laTitleLink
{
	color: #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: -10px;
	padding: 4px 50px 9px 14px;
	width: 190px;
	height: 28px;
  /* Chrome10+,Safari5.1+ */
  /* Opera11.10+ */
  /* IE10+ */
  /* IE6-9 */
  /* W3C */
}

#sidebar
{
	float: right;
	width: 310px;	
	padding-left: 10px;
}

.sidebarTitle
{
	background: #007090; /* Old browsers */
	background: -moz-linear-gradient(top, #007090 0%, #004e64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007090), color-stop(100%,#004e64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007090 0%,#004e64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007090 0%,#004e64 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #007090 0%,#004e64 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007090', endColorstr='#004e64',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #007090 0%,#004e64 100%); /* W3C */
	/*background-color: #006D8C;*/
	height: 20px;
	font-size: 14px;	
	padding: 5px 0px 0px 5px;
	color: #FFF;
}

#newsItems ul li, .sidebarItems ul li
{
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 0px 10px;
	background: #F2F2F2 url(../img/noise.png) repeat;
	border-bottom: 1px solid #E7E7E7;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}

#newsItems ul li
{
	padding: 0px !important;
	line-height: 16px;	
}


.newsSubject, .sidebarItems ul li h3, ul.LANavigation li a
{
	
	color: #004C61;	
	font-weight: bold;
	margin-bottom: 8px;
	text-decoration: none;
}

ul.LANavigation li
{
	padding: 0px !important;	
}

.sidebarItems ul li.LASelected
{
	background-color: #D7E0E5;	
}

.LANavigation li a
{
	margin: 0px !important;
	display: block;
	width: 290px;
	padding: 10px;
}

.LANavigation li:hover, #newsItems li:hover
{
    background: #eeeeee url(../img/noise.png) repeat;
}

#newsItems ul li a
{
	padding: 10px;
	display: block;
	line-height: 18px;
	color: #494949;
	cursor: pointer;
	cursor: hand;	
}

#newsItems ul li a ul li
{
	border-bottom: none;
	text-shadow: none;
	list-style-type: disc;
	margin-left: 30px;
}

#newsItems ul li a ul li:hover
{
	background: none !important;	
}
.newsContent
{
	color: Green;
}

.sidebarItems ul li p
{
	margin-bottom: 10px;	
}

.sidebarItems ul li p.title
{
	color: #004e64;	
	margin-bottom: 6px;
}

#newsMore
{
	margin-top: 5px;
	background: url(../img/moreNewsBg.png) 290px no-repeat,
	            -moz-linear-gradient(top, #92adb5 0%, #6e8f98 100%),
	            #6e8f98; /* FF3.6+ */
	background: url(../img/moreNewsBg.png) 290px no-repeat,
	            -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92adb5), color-stop(100%,#6e8f98)),
	            #6e8f98; /* Chrome,Safari4+ */
	background: url(../img/moreNewsBg.png) 290px no-repeat,
	            -webkit-linear-gradient(top, #92adb5 0%,#6e8f98 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/moreNewsBg.png) 290px no-repeat,
	            -o-linear-gradient(top, #92adb5 0%,#6e8f98 100%); /* Opera11.10+ */
	background: url(../img/moreNewsBg.png) 290px no-repeat,
	            -ms-linear-gradient(top, #92adb5 0%,#6e8f98 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92adb5', endColorstr='#6e8f98',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #92adb5 0%,#6e8f98 100%); /* W3C */
	background-color: #77969f;
	height: 25px;
	font-size: 14px;	
	padding: 0px 0px 0px 0px;
	color: #FFF;
}

#newsMore a 
{
	float: left;
	text-decoration: none;
	padding: 5px 25px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	width:285px;
	height:20px;
	text-align:right;
	cursor: pointer;
	cursor: hand;		
}

#newsMore a:hover
{    
	background: url(../img/moreNewsBg_rollover.png) 290px no-repeat,
	            -moz-linear-gradient(top, #007090 0%, #004e64 100%),
	            #007090; /* FF3.6+ */
	background: url(../img/moreNewsBg_rollover.png) 290px no-repeat,
	            -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007090), color-stop(100%,#004e64)); /* Chrome,Safari4+ */
	background: url(../img/moreNewsBg_rollover.png) 290px no-repeat,
	            -webkit-linear-gradient(top, #007090 0%,#004e64 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/moreNewsBg_rollover.png) 290px no-repeat,
	            -o-linear-gradient(top, #007090 0%,#004e64 100%); /* Opera11.10+ */
	background: url(../img/moreNewsBg_rollover.png) 290px no-repeat,
	            -ms-linear-gradient(top, #007090 0%,#004e64 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007090', endColorstr='#004e64',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #007090 0%,#004e64 100%); /* W3C */
	background-color:#004e64;
	padding: 5px 25px 0px 0px;
	height: 20px;
	width:285px;
	font-size: 14px;	
	color: #FFF;	
}

.testimonialHeader
{
	font-size: 13px;
	font-weight: bold;	
	color: #C12336;
	margin-top: 10px;
}

.testimonial
{
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0px 10px 0px;
	border-top: 1px solid #80CEE4;
	border-bottom: 1px solid #80CEE4;
	padding: 10px 10px 10px 10px;
	background-color: #ECF5FC;
	color: #646567;
}

.quotationmark
{
	color: #73A7B5;
	padding: 0px 5px 0px 5px;
}

/* Footer */
#footer
{
	margin: 0px;
	padding: 0px;
}

#googleAnalytics
{
	color: #494949;
	font-size: 9px;
	margin: 5px auto 5px auto;
	width: 960px;	
}

#googleAnalytics p
{
	padding-left: 90px;
}

#accreditation
{
	height: 85px;
	background-color: #f3f1e9;
	min-width: 960px;
}

#accreditationBlock
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

#accreditation .item
{
	width: 20%;
	float: left;
	text-align: center;
	padding-top: 10px;
}

#accreditation .item img
{
	vertical-align: middle;
}

#footerNav, #footerNav a
{
	background-color: #4A4A4A;
	height: 130px;
	line-height: 22px;
	color: #b9b9b9;
	text-decoration: none;
	min-width: 960px;
}

#footerNav a:hover
{
	color: #FFFFFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);	
}

#footerNavBlock
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.footerNavList
{
	float: left;
	margin: 10px 60px 10px 0px;
}

.footerRight
{
	float: right;
	text-align: right;
	padding: 10px 0px;
}

a.cursor
{
	cursor: pointer;	
}

.homePageImage
{
	float: right; 
	width: 150px; 
	margin-top: 15px;
	margin-right: 7px;
	margin-left: 15px;	
}

.QRCode
{
	float: right;
	margin: 0px 19px 0px 0px;		
}

#downloadButton
{
    margin-top: 20px;
    background: #dfdfdf;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#dfdfdf));
    background: -moz-linear-gradient(top, #e6e6e6, #dfdfdf);
    background: -o-linear-gradient(#e6e6e6, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#dfdfdf');
    zoom:1;
    border: 1px solid #d2d2d2;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 30px;
    padding-left: 10px;
    padding-top: 7px;
    width: 250px;
}

#downloadButton:hover
{
    margin-top: 20px;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#e6e6e6));
    background: -moz-linear-gradient(top, #dfdfdf, #e6e6e6);
    background: -o-linear-gradient(#dfdfdf, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#e6e6e6');
    zoom:1;
    border: 1px solid #d2d2d2;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 30px;
    padding-left: 10px;
    padding-top: 7px;
    width: 250px;
}

#downloadButton a
{
    color: #6c6c6c;
    font-size: 12px;
    float: right;
    margin-top: -8px;
    margin-right: 15px;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
}

#divAccordion a
{
	cursor: pointer;
	cursor: hand;
}

/* LA Locator Tool */
#laLookupContainer
{
	background: url("../img/noise.png") repeat scroll 0 0 #F2F2F2;
	border: 1px solid #E7E7E7;
	margin-bottom: 5px;
}

#laLookupHeader
{
	background: #A0BB17; /* Old browsers */
	background: -moz-linear-gradient(top, #A0BB17 0%, #749018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0BB17), color-stop(100%,#749018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #A0BB17 0%,#749018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #A0BB17 0%,#749018 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #A0BB17 0%,#749018 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0BB17', endColorstr='#749018',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #A0BB17 0%,#749018 100%); /* W3C */
	/*background-color: #006D8C;*/
	height: 20px;
	font-size: 14px;	
	padding: 5px 0px 0px 5px;
	color: #FFF;
}

#laLookupContent
{
	margin: 10px;	
}

#laLookupContent p
{
	padding: 10px 0px;	
}

#laLookupContent input
{
	width: 285px;
	border: 1px solid #E7E7E7;
	padding: 3px 0px 3px 3px;
		
}

#laLookupButton
{
	margin: 0px 10px 10px 234px;
}

.submitLA
{
	border: 0;
	width: 65px;
	background: #A0BB17; /* Old browsers */
	background: -moz-linear-gradient(top, #A0BB17 0%, #749018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0BB17), color-stop(100%,#749018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #A0BB17 0%,#749018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #A0BB17 0%,#749018 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #A0BB17 0%,#749018 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0BB17', endColorstr='#749018',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #A0BB17 0%,#749018 100%); /* W3C */
	color: #FFFFFF;
	height: 20px;
	padding: 1px 3px 4px 3px;
	font-weight: bold;
	cursor: pointer;
}

.submitLA:hover
{
	border: 0;
	width: 65px;
	background: #749018; /* Old browsers */
	background: -moz-linear-gradient(top, #749018 0%, #A0BB17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#749018), color-stop(100%,#A0BB17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #749018 0%,#A0BB17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #749018 0%,#A0BB17 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #749018 0%,#A0BB17 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749018', endColorstr='#A0BB17',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #749018 0%,#A0BB17 100%); /* W3C */
	color: #FFFFFF;
	height: 20px;
	padding: 1px 3px 4px 3px;
	font-weight: bold;
	cursor: pointer;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
	border-top:0 none!important;
}

#mapContainer .x-panel-body-noheader, #mapContainer .x-panel-mc .x-panel-body, #markupContainer .x-panel-body-noheader, #markupContainer .x-panel-mc .x-panel-body {
    border-top: solid 1px #D0D0D0 !important;
}

.x-window-body p b
{
	font-size:12px !important;
	font-weight: bold;
}

.x-window-plain .x-window-mc {
	background-color:#FFFFFF !important;
}

.x-border-layout-ct 
{
	background:transparent none repeat scroll 0 0;
	/*background-color:#FFFFFF;*/
}

.dataProviderHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #007495;
	margin-bottom: 12px;
}

.dataProviderBody p
{
	font-size: 12px !important;
	/*color: #080808;*/
	margin: 0;
	line-height: 14px;
}

.dataProviderBody h4
{
	font-weight: bold;
	font-size: 12px !important;
	color: #080808;
	margin-bottom: 5px;
}

#copyrightDetails
{
	font-weight: bold;
	font-size: 10pt;
	background: #e4e4e4;
	position: absolute;
	bottom: 0;
	left: 0;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding: 3px 6px;
}

#laDetailsPanel-xcollapsed
{
	background-image: url(../img/ladetails.png);
	background-repeat: no-repeat;
	background-position: center 24px;
}

#PostcodeTextFields input
{
	margin-top: 5px;
}

.cancel {
	background-image:url(/lib/icons/silk/bullet_cross.png) !important;
}
.icon-next
{
	background-image: url(/lib/icons/silk/resultset_next.png) !important;
}
.icon-previous
{
	background-image: url(/lib/icons/silk/resultset_previous.png) !important;
}

#mapContainer .ext-el-mask 
{
	background-color: #FFFFFF;
	opacity: 0;
	filter: alpha(opacity=0);
}

.feed-item {
    font: normal 11px;
    display:block;
    padding:5px;
    border-bottom:1px solid #dddddd;
    cursor:pointer;
    line-height: 18px;
    -moz-user-select: none;
    -khtml-user-select:none;
}

.selected-article{
    background:#ecf5fe url('img/post-bg.gif') repeat-x;
    border:1px solid #c3daf9;
}

.over-article{
    border:1px solid #c3daf9;
}

#uprnResult
{
	font-size: 8pt;
	/*color: #080808;*/
    margin-top: 14px;
}

#uprnNumber
{
	font-weight: bold;
	font-size: 10pt;
	/*color: #080808;*/
    border: solid 1px #999999;
    padding: 3px;
    margin-top: 6px;
}

#caseplan-tool-background-nav {
	background-color:#FFF;
}
#caseplan-tool-background-tools {
	background-color:#FFF;
}
#caseplan-tool-background-tools-save {
	background-color:#FFF;
}
#caseplan-map-progress {
	background-repeat:no-repeat;
	background-position: center center;
	background-color: #fff;
}
#casePlanImageHolder {
	width:100%;
	max-width: 700px;
	max-height: 941px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.olControlPanel{
    left: 60px;
    top: 5px;
 }
.olControlPanel div { 
	float: left;
	display: block;
	width:  32px;
	height: 32px;
	margin: 5px;
	background-color:white;
}
.olControlPanel .olControlDrawFeatureItemActive { 
	width: 32px; height: 32px; background-image: url("../img/icon-map-draw.gif"); cursor: pointer;
}
.olControlPanel .olControlDrawFeatureItemInactive { 
	width: 32px; height: 32px; background-image: url("../img/icon-map-draw-inactive.gif"); cursor: pointer;
}
.olControlPanel .olControlGetFeatureItemInactive { 
	width: 32px; height: 32px; background-image: url("../img/icon-map-drawauto-inactive.gif"); cursor: pointer;
}
.olControlPanel .olControlGetFeatureItemActive { 
	width: 32px; height: 32px; background-image: url("../img/icon-map-drawauto.gif"); cursor: pointer;
}     
.olControlPanel .olControlModifyFeatureItemInactive { 
	width: 32px; height: 32px; background-image: url("../img/icon-map-modify-inactive.gif"); cursor: pointer;
}
.olControlPanel .olControlModifyFeatureItemActive { 
	width: 32px; height: 32px; background-image: url("../img/icon-map-modify.gif"); cursor: pointer;
}  
.olControlPanel .controlMergeFeaturesItemInactive {
	width: 32px; height: 32px; background-image: url("../img/icon-map-merge-inactive.gif");/* display:none*/
}
.olControlPanel .controlMergeFeaturesItemActive {
	width: 32px; height: 32px; background-image: url("../img/icon-map-merge.gif"); cursor: pointer;
}
.olControlPanel .olControlSelectFeatureItemInactive {
	width: 32px; height: 32px; background-image: url("../img/icon-map-select-inactive.gif"); cursor: pointer;
}
.olControlPanel .olControlSelectFeatureItemActive {
	width: 32px; height: 32px; background-image: url("../img/icon-map-select.gif"); cursor: pointer;
}
.olControlPanel .olControlMoveRedDotItemInactive {
	width: 32px; height: 32px; background-image: url("../img/icon-map-movereddot-inactive.gif"); cursor: pointer;
}
.olControlPanel .olControlMoveRedDotItemActive {
	width: 32px; height: 32px; background-image: url("../img/icon-map-movereddot.gif"); cursor: pointer;
}
.olControlPanel .controlSavePlanItemInactive {
	margin-left: 30px; width: 32px; height: 32px; background-image: url("../img/icon-map-save.gif");
}
.olControlPanel .controlSavePlanItemActive{
	margin-left: 30px; width: 32px; height: 32px; background-image: url("../img/icon-map-save.gif");
}
.olControlAttribution {
	bottom: 3px!important;
	left:5px;
}
.confirm {
	background-image:url(../lib/icons/silk/bullet_tick.png) !important;
}
.olCursorZoomIn {
	cursor: url(../img/zoom_in.png), pointer;
}
.olCursorZoomOut {
	cursor: url(../img/zoom_out.png), pointer;
}
  
#all-errors dl
{
	padding-left:3px;
}

#all-errors h2
{
	border-bottom:2px solid #32949f;
	cursor:pointer;
	padding-top:6px;
}

#all-errors h2 div
{
	font-weight: bold;
	font-size: 12px !important;
	color: #32949f !important;
	background:transparent url(/lib/ext2/resources/images/default/grid/group-expand-sprite.gif) no-repeat scroll 3px -45px;
	padding:5px 5px 5px 15px;
}

#all-errors .collapsed h2 div
{
	background-position:3px 5px;
}

#all-errors .collapsed dl
{
	display: none;
}

#UPRNLink, #MarkupLink
{	
	background: #A0BB17; /* Old browsers */
	background: -moz-linear-gradient(top, #A0BB17 0%, #749018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0BB17), color-stop(100%,#749018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #A0BB17 0%,#749018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #A0BB17 0%,#749018 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #A0BB17 0%,#749018 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0BB17', endColorstr='#749018',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #A0BB17 0%,#749018 100%); /* W3C */
	color: #FFFFFF;
	padding: 5px 10px;
}

#UPRNLink:hover, #MarkupLink:hover
{	
	background: #749018; /* Old browsers */
	background: -moz-linear-gradient(top, #749018 0%, #A0BB17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#749018), color-stop(100%,#A0BB17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #749018 0%,#A0BB17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #749018 0%,#A0BB17 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #749018 0%,#A0BB17 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749018', endColorstr='#A0BB17',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #749018 0%,#A0BB17 100%); /* W3C */
	color: #FFFFFF;
	padding: 5px 10px;
}
