


#container {
	background: #fff;
}

body.boxed #container {
	max-width: 980px;
	margin: auto;
	box-shadow: 0px 0px 20px 2px #d0d0d0;
}

/* DropDown Menu = Superfish */


.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 180px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu ul li:first-child {
	border-top: 4px solid #7da817;
}

.sf-menu ul li li:first-child {
	border-top: 4px solid #7da817;
}

.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

 li {
	position: relative;
}
.sub-menu {
	border: 1px solid #e8e8e8;
	border-top: none;
}
.sub-menu li {
	border-top: 1px solid #e8e8e8;
}

.sub-menu a {
	display: block;
	position: relative;
	padding: 10px 0px 10px 10px !important;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 54px; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: -1px;
	/*margin-left: 2px;*/
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: -1px;
}

.sf-menu li li {
	background: rgba(255,255,255, 0.95);
	padding-right: 0px;
}

.sf-menu li li li {
	background: rgba(255,255,255, 0.95);
	padding-right: 0px;
}

/*-------------------------------------------------*/
/* =  Content - home7
/*-------------------------------------------------*/

.paragraphs span {
	color: #fff !important;
	padding: 8px 12px;
	width: 32px;
	height: 32px;
	background: #67aa1f;
	text-align: center;
	margin-right: 12px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}

.paragraphs h2 {
	font-family: arial;
	font-size: 14px;
	color: #383838;
	margin-bottom: 22px;
	font-weight: normal;
}

.paragraphs p {
	font-size: 13px;
	line-height: 20px;
	color: #929292;
	margin-bottom: 30px;
}

.paragraphs {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	margin-top: 10px;
}

.services3 {
	/*margin-bottom: 40px;
	border-bottom: 1px solid #dddddd;*/
}

.services3 ul.span3 li {
	width:80%;
}

.services3 ul.span3 li{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #2f2f2f;
	padding: 12px 16px;
	background: #ECECEC;
	border: 1px solid #dddddd;
	border-top: none;
	cursor: pointer;
}

.services3 ul.span3 li.active3{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #2f2f2f;
	padding: 12px 16px;
	background: #57AFE1;
	border: 1px solid #dddddd;
	border-top: none;
	cursor: pointer;
}

.services3 ul.span3 li:first-child{
	border-top:  1px solid #dddddd;
}

.services3 ul.span3 {
	margin-left: 0;
	margin-bottom: 30px;
}

.services3 ul.wrapper li{
	margin-bottom: 30px;
	display: none;
	list-style: none;
}

.active3 {
	background: #57AFE1;
	color: #fff !important;
}

.active3:after {
	content: '';
	top:0;
	right:-48px;
	position: absolute;
	width: 0;
	height: 0 !important;
	border:10px solid #57AFE1;
	border-width: 24px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;

}

.services3 ul.wrapper li:first-child {
	display: block;
	list-style: none;
}

.services3 ul.wrapper li img {
	float: left;
	margin-right: 20px;
}

.services3 ul.wrapper li h2 {
	font-size: 24px;
	font-family: arial;
	color: #622d8d;
	margin: 0px;
}

.services3 ul.wrapper li h3 {
	font-size: 18px;
	font-family: arial;
	color: #0A4B8B;
}

.services3 ul.wrapper p {
	font-size: 13px;
	text-align: justify;
	font-family: arial;
	color: #82888a;
	line-height: 24px;
	margin-top: 0;
	padding-left:20px;
}

