@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, ul, li, p, a, label, address
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}

h1
{
	font-size: 16px;
	color: #FFFFFF;
	line-height:18px;
	margin-bottom: 10px;
}

h1 a:link,
h1 a:visited
{
	color: #97C956;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

h2
{
	color: #97C956;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	margin: 5px 0 5px 0;
}

h3
{
	color: #97C956;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	margin: 3px 0 3px 0;
}

h4
{
	color:#FFFFFF;
font-size:12px;
font-weight:bold;
line-height:18px;
margin-top:-3px;
}

p
{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 19px;
	margin-bottom: 7px;
}

.jobrole
{
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

address
{
	color:#FFFFFF;
	display:inline;
	float:left;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	line-height:16px;
}

p a:link,
p a:visited
{
	
	font-weight:bold;
	color: #ffffff;

}


p a:hover
{
	color: #97c956;
}


/* casestudies */

ul#casestudies
{
	margin: 5px;
	padding: 0;
}

ul#casestudies li
{
	list-style-type: none;
	border-bottom: 1px solid #959290;
	display: block;
	font-size: 12px;
	line-height: 24px;
}

ul#casestudies li h3
{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
	font-size: 12px;
	margin-right: 5px;
}

ul#casestudies li p a:link,
ul#casestudies li p a:visited
{
	color:#FFFFFF;	
	text-decoration: none;
	float:right;
}

ul#casestudies li p a:hover
{
	text-decoration:underline;
}


ul#casestudies li a:link,
ul#casestudies li a:visited
{
	color: #97c956;
	font-weight:bold;
	margin-left: 5px;
}


ul#casestudies li a:hover
{
	color: #ffffff;
}

/* extras */

ul#allcasestudies
{
	float: left;
	margin: 0;
	padding: 0;
}

ul#allcasestudies li
{
	display: block;
	list-style: none;
	padding: 10px;
	line-height: 23px;
	border-top: 1px solid #ffffff;
}

ul#allcasestudies li h2,
ul#allcasestudies li h2 a:link,
ul#allcasestudies li h2 a:visited
{	
	color: #FFFFFF;
	text-decoration:none;
}

ul#allcasestudies li h2 a:hover
{
	text-decoration: underline;
}

ul#allcasestudies li p
{
	line-height: 16px;
}

ul#allcasestudies li:hover
{
	background: url(../images/casestudies-hover-bg.png);
	padding: 10px;
	line-height: 23px;
	
}

ul#allcasestudies li p.right a
{
	float: right;
	color: #FFFFFF;
	text-decoration: none;
}

.casestudies-photos img.bordernone
{
	border: none !important;
}

.border5px
{
	border: 5px solid #000000;
}

.smalltxt
{
	font-size: 12px !important;
	line-height:14px;
}		

/* testimonials */

ul#testimonials
{
	margin: auto;
	padding: 0;
	width: 420px
}

ul#testimonials li
{
	list-style-type: none;
	margin-bottom: 8px;
	border: 1px solid #ffffff;
	background: url(../images/testimonialsbg.png);
	padding: 5px;
}

ul#testimonials li p
{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}

ul#testimonials li p em
{
	font-style: italic;
}

/* hm link */

.footer-text-right a:hover
{	
	color: #97C956;
}