/* Index page images */

/**/
a img.indexImage {
	border: 5px solid #f2f0e9;
}

a:hover img.indexImage {
	border: 5px solid #e0ded6;
}

a.indexImageLink em {
	display: none;
	width: 100px;
}

a.indexImageLink {
	text-decoration: none;
}

a.indexImageLink:hover {
	position: relative;
}



a.indexImageLink:hover strong {
	display: block;
	position: absolute;
	top: -238px;
	left: 15px;
	width: 136px;
	height: 201px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


a.indexImageLink:hover em {
	display: block;
	height: 200px;
	color: #000;
	margin: 0;
	line-height: 1.5em;
	font-style: normal;
	position: absolute;
	top: -235px;
	left: 20px;
	width: 128px;
	color: #fff;
}
/**/



/* image links */

ul.image-links {
	display: block;
	margin:0;
	padding:0;
}

ul.image-links li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:136px;
	height:235px;
	position:relative;
	margin:5px 20px;
}

ul.image-links li  a {
	text-decoration: none;
	width:116px;
	height:215px;
	padding:10px;
	display:block;
	float:left;
	color: white;
	cursor:pointer;
}

ul.image-links li  a:hover {
	color: white;
	position:relative;
}

ul.image-links li a div.text {
	z-index:1500;
	display:none;
	/*color: white !important;*/
	position:relative;
}

ul.image-links li  a div.underlay {
	display:none;
	float:left;
	z-index:500;
	position:absolute;
	top:0;
	left:0;
	background: black;
	width:136px;
	height:200px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

ul.image-links li  a:hover div.text {
	display:inline-block !important;
	position: relative;
}

ul.image-links li  a:hover div.underlay {
	display:block !important;
}

ul.image-links #campaigns {
	background: transparent url(../images/homepage/campaigns.jpg) no-repeat left top;
}

ul.image-links #practical-advice {
	background: transparent url(../images/homepage/practicaladvice.jpg) no-repeat left top;
}

ul.image-links #services {
	background: transparent url(../images/homepage/services.jpg) no-repeat left top;
}


