﻿body 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: auto;
	background-color: #e1e2e3;
}
h1
{
	font-size: 100%;
	font-weight: bold;
	color: #8BC541;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}
h2
{
	font-size: 100%;
	color: #8BC541;
	margin: 0 0 5px 0;
	padding: 0;
}
p
{
	padding: 0;
	margin: 0 0 5px 0
}
ul, ol
{
	padding: 5px 5px 5px 25px;
	margin: 0 10px 5px 10px;
	background-color: #F0F7E8;
}
li
{
	padding: 1px;
}
a, a:Hover, a:Visited
{
	color: #2B4FAF;
	text-decoration: none;
}
/* Case studies --------------- */
.Question
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.CaseStudyBanner
{
	margin-bottom: 25px;
}
/* End Case studies ----------- */

.toprow1
{
	height: 47px;
	position: relative;
}
.logocontainer
{
	position: absolute;
	right: -11px;
	top: 0;
}
.topspacerrow
{
	height: 63px;
}
.topmenu
{
	height: 38px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.topmenurow
{
	background-color: White;
	width: 100%;
}
.topmenurow img
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border: 0;
}
.topsubmenurow
{
	position: absolute;
	top: 17px;
	left: -5000px;	
	z-index: 2;
}
.topmenuhomebutton
{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}
.RightAreaMenuItem
{
	
	height:17px; 
	float: left;
	cursor: pointer;
	display: block;
}
.topsubmenurowselected
{
	position: absolute;
	top: 17px;
	left: 0px;
	z-index: 1;
}
.toprulerow
{
	height: 2px;
	background-image: url('../Images/menurule.gif');
	margin-bottom: 25px;
	clear: both;
}
.mainbox
{
	padding: 25px 25px 0 25px;
	width: 750px;
	
	/* This makes the columns the same height and 
		makes the outer box contain the columns */
	overflow: hidden;
}
.outermainbox
{	
	margin: 10px auto 0 auto;
	width: 800px;
	padding-bottom: 25px;
	background: white;
}
.colcontainer
{
	overflow: hidden;
}
.column
{
	float: left; 
	min-height: 375px;
	
	/* This makes the columns the same height */
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
}
.col1span
{
	width: 248px;	
	background-color: #F0F7E8;	
}
.col1span .greenbg
{
	padding-left: 12px;
	padding-right: 12px;	
	padding-top: 12px;
	padding-bottom: 12px;
}
.col1span .whitebg
{
	padding: 0;
	/*background-color: #daebc1;*/
	background-color: white;	
}
.col1span h1
{	
	padding-left: 12px;
	padding-right: 12px;
}
.col1span .greenbg h1
{	
	padding-left: 0;
	padding-right: 0;
}

.col2span
{
	width: 475px;
}
.coldividor
{
	float: left;
	width: 23px;
	
	/* This makes the columns dividers the same height as columns */
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
}
.coldividorrule
{
	float: left;
	background-image: url('../Images/siderule.gif');
	width: 2px;
	
	/* This makes the columns dividers the same height as columns */
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
}
.rowseparator
{
	height: 2px;
	font-size: 0px;
	background-image: url('../Images/menurule.gif');
	
}
.copyright, .copyright a, .copyright a:visited
{
	font-size: 10px;
	color: #9b9b9b;
	width: 800px;
	text-align: right;
	margin: auto;
	margin-top: 0px;	
}
.copyright a, .copyright a:visited
{
	color: #749F3B;
}
.copyright img
{
	display: inline-block;
	margin-bottom: -3px;
}
/*
.sitemap img
{
	display: block;
	position: relative;
}*/
.StartQuote
{
	margin-top: 5px;
}
.EndQuote
{
	text-align: right;
}
.TestimonialName
{
	font-weight: bold;
	color: #8BC541;
	padding: 0;
	/*border: solid 1px black;*/
}
.TestimonialJobTitle
{
}
.TestimonialFirmName
{
	font-weight: bold;
	color: #393839;
}
.TestimonialSeparator
{
	height: 0;
	border-bottom: solid 1px #393839;
	margin-top: 5px;
	margin-bottom: 5px;
}
.BenefitHeader
{
	position: relative;
	margin: 5px;
}
.BenefitHeader h2
{
	position: absolute;
	top: 45px;
	left: 120px;
}
.BenefitArea
{
	
}
.SmallText
{
    font-size: 90%;
}