@charset "utf-8";
/* ##################################
 			RESETS 
################################## */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ##################################
 			STRUCTURE 
################################## */
#outerwrapper {padding-bottom:50px;}
body {background:#f3f3f3;}
/* ~ Header ~ */
#header-wrapper {padding:38px 0 32px 0;}
#header {position:relative;}
#banner {
	background:url(../img/tick.png) no-repeat 712px 0;	
	height: 201px;
}
#banner .inner {padding:44px 330px 0 0;}
/* ~ Content ~ */
#content-wrapper, #header, #footer, #banner{
	width:960px;
	margin:0 auto;
}
#content {padding-top:19px;}
#content-wrapper {padding-bottom:14px;}
#banner-wrapper {background-color:#003e3a;}
/* ~ Footer ~ */
#footer-wrapper {background:#fff;}
#footer {padding:15px 0 13px 0;}
#footer-top, #footer-bot {height:19px;}
#footer-top {background:url(../img/bg-footer-top.jpg) repeat-x;}
#footer-bot {background:url(../img/bg-footer-bot.jpg) repeat-x;}
#footer-left {width:831px;}
.list-one {padding-bottom:5px;}
/* ~ Features ~ */
.contentbox {
	position:relative;
	width:269px;
	height:252px;
	background-color:#fff;;
	float: left;
	padding:19px 19px 55px;
	margin: 0 19px 25px 0;
}
.contentbox.end {margin-right: 0;}
.contentbox img {display:block;margin:0 auto;}
a.title:link, a.title:active, a.title:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	line-height:34px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	height:35px;
	background:#93c01f;
	width:100%;
}
a.title:hover {background-color:#a8cc4a;}
.two .logo-wrap div {padding-top:12px}
.three .logo-wrap div {padding-top:28px}
.four .logo-wrap div {padding-top:29px}
.five .logo-wrap div {padding-top:15px}
.logo-wrap {height:140px;}
/* ##################################
 			STYLES 
################################## */
a:link, a:active, a:visited {text-decoration:none;}
/* ~ Header ~ */
#header li {
	position:absolute;
	bottom:0; right:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#003e3a;
}
#header li span {color:#93c01f;}
/* ~ Banner ~ */
#banner h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:normal;
}
/* ~ Footer ~ */
#footer-left ul li:first-child {border:none;margin:0;}
#footer li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#003E3A;
	list-style:none;
	display:block;
	margin-top: 5px;
}
#footer li a:link, #footer li a:visited, #footer li a:active {color:#003E3A;}
#footer li a:hover {color:#8e8e8e;}
/* ~ Features ~ */
.contentbox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#464646;
}
.contentbox p a:link, .contentbox p a:active, .contentbox p a:visited {color:#52872b;}
.contentbox p a:hover {color:#83ac65;}
.contentbox.six p {
	color:#52872b;
	font-size:16px;
	margin-bottom:20px;
	line-height:21px;
}
.contentbox.six p strong {display:block;margin-bottom:4px;}
.contentbox.six p:first-child {margin-top:5px;}
/* ##################################
 		   COMMON STYLES 
################################## */
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clearme {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.noborder {
	border:none;
}
hr.clearfix {
 visibility: hidden;
 clear: both;
 line-height:0px;
 font-size:0;
 height:0;
 margin:0;
 padding:0;
}
.imageright {
 float:right;
 padding: 0 0 0 10px;
}
.padunder {
 padding-bottom: 10px;
}
.imageleft {
 float:left;
 padding: 0 10px 0 0;
}