/* Linda's changes:
a).consent order 
left: changed from 195 to 175px;
b) added text behaviour for links from line 116 */

#Layer1 {
	height: 170px;
	top: 0px;
	position: relative;
	background-image: url(pics/textbknd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 200%;
}
.familylaw {
	position: absolute;
	left: 86px;
	top: 6px;
	color: #0033CC;
	font-size: 24px;
}
.childlaw {
	position: absolute;
	left: 264px;
	top: 35px;
	font-size: 24px;
	color: #B40377;
}
.consentorder {
	position: absolute;
	left: 175px;
	top: 91px;
	color: #B40377;
}
.divorce {
	position: absolute;
	left: 93px;
	top: 88px;
	color: #0033CC;
	font-size: 20px;
}
.cohabitation {
	position: absolute;
	left: 39px;
	top: 38px;
	color: #6666FF;
}
.propertyAC {
	position: absolute;
	left: 233px;
	top: 12px;
	color: #009900;
	font-size: 18px;
}
.contact {
	position: absolute;
	left: 277px;
	top: 100px;
	color: #6666FF;
	font-size: 24px;
}
.civilpartnership {
	position: absolute;
	left: 130px;
	top: 40px;
	color: #0033CC;
	font-size: 16px;
}
.financialsettlement {
	position: absolute;
	left: 132px;
	top: 62px;
	color: #009900;
	font-size: 20px;
}
.deedseparation {
	position: absolute;
	left: 0px;
	top: 131px;
	color: #009900;
	font-size: 24px;
}
.parentalresponsibility {
	position: absolute;
	left: 83px;
	top: 114px;
	font-size: 16px;
	color: #B40377;
}
.residence {
	position: absolute;
	left: 2px;
	top: 84px;
	color: #6666FF;
	font-size: 16px;
}
.grandparents {
	position: absolute;
	left: 0px;
	top: 53px;
	font-size: 20px;
	color: #B40377;
}
.separation {
	position: absolute;
	left: 246px;
	top: 135px;
	color: #0033CC;
}
.assets {
	position: absolute;
	left: 8px;
	top: 7px;
	color: #009900;
	font-size: 16px;
}
.divorce a:link, .divorce a:visited, .divorce a:active, .familylaw a:link, .familylaw a:visited, .familylaw a:active, .civilpartnership a:link, .civilpartnership a:visited, .civilpartnership a:active, .separation a:link, .separation a:visited, .separation a:active{
	
	color: #0033CC;
}

.deedseparation a:link, .deedseparation a:visited, .deedseparation a:active, .financialsettlement a:link, .financialsettlement a:visited, .financialsettlement a:active, .propertyAC a:link, .propertyAC a:visited, .propertyAC a:active, .assets a:link, .assets a:visited, .assets a:active{
	text-decoration: none;
	color: #009900;
}

.grandparents a:link, .grandparents a:visited, .grandparents a:active, .childlaw a:link, .childlaw a:visited, .childlaw a:active, .consentorder a:link, .consentorder a:visited, .consentorder a:active, .parentalresponsibility a:link, .parentalresponsibility a:visited, .parentalresponsibility a:active{
	text-decoration: none;
	color: #B40377;
}

.residence a:link, .residence a:visited, .residence a:active, .cohabitation a:link, .cohabitation a:visited, .cohabitation a:active, .contact a:link, .contact a:visited, .contact a:active{
	text-decoration: none;
	color: #6666FF;
}


.divorce a:hover, .familylaw a:hover, .civilpartnership a:hover, .residence a:hover, .cohabitation a:hover, .contact a:hover, .separation a:hover, .deedseparation a:hover, .financialsettlement a:hover, .propertyAC a:hover, .assets a:hover, .grandparents a:hover, .childlaw a:hover, .consentorder a:hover, .parentalresponsibility a:hover {
	text-decoration: underline;
	font-weight: bold;
	
}

