﻿#InFocusList LI {
	margin-top: 0;
	
}

#InFocusContent {
	padding-top: 0.1em;
	padding-bottom: 2.0em;
	padding-left: 0.1em;
}

#InFocusList
{	
	display: block;	
	height: 13.5em;
	list-style-type: none; 
	list-style-image: none;
	position: relative;
	vertical-align: middle;
	width: 93% !important;
}

.inFocusItem
{
	display: block;	
	list-style-type: none; 
	list-style-image: none; 
	vertical-align: middle;	
	margin-left: 180px !important;
	/*padding-left: 5%; */
	width: 45%;
	border-bottom: solid 1px #206c49;	
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background-color: transparent;			
	width: auto !important;
}

.inFocusItem img
{	
	left: 0;	
	padding-left: 2%;
	position: absolute;
	top:2px;	
	/*z-index: -1;*/
}

.inFocusItem a
{	
	display: block; 
	padding-left: 30px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-decoration: none;
	vertical-align: middle;	
		width: auto !important;
}

.InFocusItem a:hover
{
	background-color: #92D400;
}

/*.inFocusHR
{
	background-color: #206c49;
	border: none;
	color: #206c49;	 
	height: 1px;
	margin-left: 40%;
	padding: 0;
	width: 50%;	
	z-index: -3;
}*/
/* firefox style */
/*html>/**//*body .inFocusHR, x:-moz-any-link, x:default*/
/*{
	margin-left: 45%;
}*/

/*.inFocusHRHidden
{
	background-color: white;
	border: solid 1px white;
	color: white;
	height: 1em;
	margin-left: 40%;
	margin-top: -1.1em;
	width: 50%;
	z-index: -2;
}
/* firefox style */
/*html>/**//*body .inFocusHRHidden, x:-moz-any-link, x:default*/
/*{
	margin-left: 45%;
}*/

/* 'nifty' corners */
/* nifty corner container: */
.ncIF{
	clear: both;
}
/* Background colour for top corners*/
.b2tIF, .b3tIF, .b4tIF
{
	background: transparent;
}

.b1tIF, .b1bIF, .b2tIF, .b2bIF, .b3tIF, b3bIF, .b4tIF, .b4bIF{
	display: block;
	overflow: hidden;
	height: 1px;
}
/* Set appropriate borders */
.b1tIF{
	border-bottom-style:	solid;
	border-bottom-width:	1px;
	border-bottom-color:	transparent;	
}
.b1bIF{
	border-top-style: 	solid;
	border-top-width: 	1px;
	border-top-color: 	transparent;	
}
.b2tIF, .b2bIF, .b3tIF, b3bIF, .b4tIF, .b4bIF{
	border-left-style: 	solid;	
	border-left-color: 	transparent;
	border-right-style:	solid;	
	border-right-color: transparent;
}
.b2tIF, .b2bIF{
	border-left-width:	2px;
	border-right-width:	2px;
}
.b3tIF, .b3bIF, .b4tIF, .b4bIF{
	border-left-width:	1px;
	border-right-width:	1px;
}

/* Corners on both sides */
.b1tIF, .b1bIF{	margin: 0 5px;}
.b2tIF, .b2bIF{	margin: 0 3px;}
.b3tIF, .b3bIF{	margin: 0 2px;}
.b4tIF, .b4bIF{	margin: 0 1px; 	height: 2px;}

