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

html, body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container {
	width: 900px;
}
h1 {
	padding:30px 0
}
#nav {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	clear:left;
	width:750px;
	font-weight: bold;
}
#date {
	font-size:9px;
	color:#8a8a8a;
	float:right;
	padding-bottom:5px;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	clear:both;
	border-top: 2px dotted #dbdbdb;
	z-index:50;/**/
}
#nav #selected {
	color: #8EC545;
}
#nav li { /* all list items */
	float: left;/*width: 100px;  width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #8ec545;
	padding:0 0 5px;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	border:none;
}
#nav li a {
	display: block;
	padding:5px 30px 5px 0;
	color: #666666;/*width: 110px;
	text-align:center;*/
}
#nav li:hover ul a, #nav li.sfhover ul a {
	display: block;
	padding: 4px 10px;
	width: 140px;
	text-align:left;
	color:#FFF;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	background-color:#3A3A3B;
}
#nav li a.last {
	padding-right:0;
}
#enquiry {
	float:right;
	background: url(../images/global/quickenquiry.gif) no-repeat left top;
	padding-top: 50px;
	padding-left: 80px;
}
#enquiry .fields, #enquiry select {
	border:1px solid #DDDDDD;
	font-size:11px;
	width:130px;
}
#enquiry label {
	color:#8a8a8a;
	font-size:10px;
	float:right;
}
#enquiry p {
	font-size:9px;
	color:#8a8a8a;
}
#enquiry td {
	padding:2px;
}
#content2 {
	padding: 10px 0;
	width:100%;
	border-top:2px dotted #dbdbdb;
}
#footer {
	border-top:2px dotted #dbdbdb;
	padding:5px 0;
	font-size: 9px;
}
#footer p {
	float:left;
	padding-right:10px;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer ul {
	float:right;
	display: inline;
	list-style-type: none;
}
#footer li {
	padding-left:5px;
	display: inline;
	list-style-type: none;
}
#footer a {
	color:#636466;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:8px;
}
h2 {
	font-size:16px;
	padding-bottom:1em;
	z-index:3;
}
h3 {
	font-weight: bold;
	font-size:14px;
	margin-top:5px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
span {
	display:none;
}
input.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
	border: 1px solid #011D4F;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 250px;
	border: 1px solid #011D4F;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
#content {
	z-index:1;
	padding: 30px 10px 0;
}
#content p {
	margin-bottom:8px;
}
#content ul {
	margin:0 0 0 15px;
}
#content ul ul {
	margin:5px 0 0 15px;
}
#content ul li {
	margin:0 0 5px 0;
}
.green {
	color:#8CC63F;
}
.smaller {
	font-size:9px;
}
#home {
	width:890px;
	height:398px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.phone {
	float:right;/*padding-top:30px;*/
}
#home #text {
	margin:0 0 0 40px;
	padding: 40px 20px 20px;
	width: 350px;
	background: url(../images/home/white-bg.png) no-repeat center bottom;/*filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;*/
	}
#home #text h2 {
	color: #FFFFFF;
	background-color: #3A3A3B;
	padding: 0;
	margin: -40px -20px 10px;
}
#home p {
	margin-bottom:1em;
}
/* footer cs */
#flash {
	float:right;
	width:290px;
}
#caseStudies {
	float:left;
	width:608px;
}
.csFooter {
	float: left;
	padding:0;
	margin-right: 8px;
	background: url(../images/global/cs-footer.gif) no-repeat left bottom;
	width: 142px;
	height:145px;
}
.csFooter img {
	border:1px solid #BBB;
	border-bottom:none;
}
.csFooter p {
	padding: 10px 0 0 5px;
}
.csFooter a {
	color:#FFFFFF;
}
.csText h3 {
	width:110px;
	text-align:right;
	color:#989898;
	float:left;
	padding:0 20px 0 0;
	margin: 0;
	font-size:12px;
}
.csText p {
	width:250px;
	float:left;
}
.csItem {
	width:162px;
	float:left;
	margin-bottom:15px;
	margin-right:14px;
}
.csItem img {
	border-top: 1px solid #8DC442;
	border-right: 1px solid #8DC442;
	border-bottom: none;
	border-left: 1px solid #8DC442;
}
.csItem h3 {
	background-color: #8DC442;
	padding:5px 5px 7px;
	color:#FFFFFF;
	margin:0;
	font-size:11px;
	font-weight:bold;
	background-image: url(../images/case-studies/cs-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* 6 reasons footer */
.reasons {
	background-color: #8DC442;
	background-image: url(../images/global/reason-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 22px 0;
	margin-top:10px;
}
.reasons .item, .reasons .lastItem {
	float:left;
	width:130px;
	color:#FFFFFF;
	font-size:11px;
}
.reasons .item a, .reasons .lastItem a {
	color:#FFFFFF;
}
.reasons .item {
	margin-right:15px;
}
.reasons .reasonsFooter {
	width:900px;
	height:10px;
	background-image: url(../images/global/reason-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear:both;
	margin:0 -22px;
}
.threeCols {
	width:190px;
	padding:0 10px 10px 0;
	float:left;
}
#form {
	clear:left;
	width:600px;
	border-top: 2px dotted #dbdbdb;
	padding:10px;
	margin: 0 -10px;
}
#form td {
	padding:0 5px 5px 0;
}
#form .fields, textarea {
	border:1px solid #999999;
}
#form input.button {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #8CC63E;
	font-weight: bold;
}
.twoCols {
	width:380px;
	padding:0 50px 10px 0;
	float:left;
}
.slideshow {
	width:535px;
	padding:0 50px 10px 0;
	float:left;
	position:relative;
}
.slideshow img {
	border:  1px solid #ccc;
	width:  534px;
	height: 396px;
	top:  0;
	left: 0;
}
.rightText {
	width:275px;
	padding:0 0 10px 0;
	float:left;
}
.arrow {
	padding:4px 0 10px 30px;
	background-image: url(../images/why/info_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.arrow p {
	color:#666666;
}
.enlarge img {
	margin:0 18px 18px 0;
	border:1px solid #BBB;
}
.clients img {
	margin:0 20px 20px 0;
}
.shark {
	background-image: url(../images/road/shark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#quote {
	padding:0 20px 40px;
	background-image: url(../images/case-studies/quotes-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#quote #quoteTop {
	background-image: url(../images/case-studies/quotes-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	margin: 0px -20px -60px -20px;
	clear:both;
}
#quote p.name {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	float: right;
	text-align: right;
}
#content a {
	color: inherit;
	text-decoration: underline;
}
.colLeft {
	float: left;
	width: 49%;
	padding-right: 1%;
	color: #666666;
}
.colLeft p a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.encart, .encartLeft {
	width:430px;
	float:left;
	margin:0 0 10px;
}
.encartLeft {
	margin-right:15px;
}
.encart .header, .encartLeft .header {
	width:420px;
	padding:4px 5px 0;
	margin:0;
	color:#FFFFFF;
}
.encart .header p, .encartLeft .header p {
	float:right;
	margin:0;
	padding:0;
}
.encart h3, .encartLeft h3 {
	float:left;
	margin:0;
	padding:0;
}
.encart .image, .encartLeft .image {
	float:left;
	margin-right:10px;
	width:150px;
	text-align:center;
}
.encart .image p a, .encartLeft .image p a {
	font-size:11px;
	color:#666666;
}
.encart .text, .encartLeft .text {
	float:left;
	width:260px;
	padding-top:5px;
	font-size:11px;
}
#orange {
	border:1px solid #F8981D;
	clear: both;
}
#orange .header {
	background-color: #F8981D;
}
#green {
	border:1px solid #8DC442;
}
#green .header {
	background-color: #8DC442;
}
#blue {
	border:1px solid #5393CE;
}
#blue .header {
	background-color: #5393CE;
}
#purple {
	border:1px solid #B7509E;
}
#purple .header {
	background-color: #B7509E;
}
sup {
	font-size:50%;
}
.intro {
	width:70%;
}
