/* reset */

		* {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}
		body {font-family:  'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; color: #808080; /* background: url(../images/bg_dark_footer.gif) repeat; */}
		strong, b {font-weight: 600;}
		
		h1, h2, h3, h4, h5, h6 {
			color: #252122;
			font-weight: 300;
		}
		
		h1 {text-align: left; color: #99CA3C; font-weight: 300; font-size: 2em; margin-bottom: 0.5em;}
	    h2 {text-align: left; color: #808080; font-weight: 300; font-size: 1.5em; margin-bottom: 1em; line-height: 1.5em}
		
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		a {
			color: #99CA3C;
			text-decoration: underline;
		}
		a:hover {
			text-decoration: none;
		}
		.major {
			position: relative;
			text-align: center;
			border-top: solid 1px #ccc;
			top: 1em;
		}
		.major h2 {
			background: #fff;
			position: relative;
			top: -0.65em;
			display: inline;
			margin: 0;
			padding: 0 1em 0 1em;
		}
		.byline {
			display: block;
			font-style: italic;
		}
		form {
		}
		form input,  form select,  form textarea {
			-webkit-appearance: none;
		}
		br.clear {
			clear: both;
		}
		p, ul, ol, dl, table {
			margin-bottom: 2em;
		}
		section,  article {
			margin-bottom: 2em;
		}
		section > :last-child,  article > :last-child {
			margin-bottom: 0;
		}
		section:last-child,  article:last-child {
			margin-bottom: 0;
		}
/* Actions */
		
				.actions {}
/* Box */
		
				.box {background: #ffffff;border-bottom: solid 1px #ccc;
		}
		.box .image-full {
			position: relative;
			width: auto;
		}
/* Button */
				
				.button {
			display: inline-block;
			text-decoration: none;
			cursor: pointer;
			border: 0;
			-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
			background: #99CA3C;
			color: #fff !important;
			font-weight: 700;
			outline: 0;
		 -moz-transition: background-color .25s ease-in-out;
		 -webkit-transition: background-color .25s ease-in-out;
		 -o-transition: background-color .25s ease-in-out;
		 -ms-transition: background-color .25s ease-in-out;
		 transition: background-color .25s ease-in-out;
		}
		.button:hover {
			background: #e53359;
		}
		.button:active {
			background: #c51349;
		}
		.button-alt {
			background: #252122;
		}
		.button-alt:hover {
			background: #353132;
		}
		.button-alt:active {
			background: #151112;
		}
		.button-icon {
			line-height: 32px;
			padding-left: 1em !important;
		}
		.button-icon:before {
			content: '';
			display: block;
			float: left;
			width: 32px;
			height: 32px;
			background: url('images/icons32.png');
			margin-right: 0.45em;
			opacity: 0.25;
		}
		.button-icon-1:before {
			background-position: 0px 0px;
		}
		.button-icon-2:before {
			background-position: -32px 0px;
		}
		.button-icon-3:before {
			background-position: -64px 0px;
		}
		.button-icon-4:before {
			background-position: -96px 0px;
		}
		.button-icon-5:before {
			background-position: -128px 0px;
		}
		
/* Image */
		
				.image {
			display: inline-block;
			outline: 0;
		}
		.image img {
			display: block;
			width: 100%;
		}
		.image-centered {
			display: block;
			margin: 0 0 2em 0;
		}
		.image-centered img {
			margin: 0 auto;
			width: auto;
		}
		.image-full {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}
		.image-left {
			float: left;
			margin: 0 2em 2em 0;
		}
		
/* Is-* */
			
				.is-post {
		}
		
/* List */
		
				ul.contact {
		}
		ul.contact li {
			position: relative;
			border-top: solid 1px #ddd;
			padding: 1.3em 0 1.3em 7em;
		}
		ul.contact li h3 {
			position: absolute;
			left: 0;
			top: 1.3em;
			font-size: 1.1em;
		}
		ul.contact li p {
			margin: 0;
		}
		ul.contact li:first-child {
			padding-top: 0;
			border-top: 0;
		}
		ul.contact li:first-child h3 {
			top: 0;
		}
		ul.dates {
		}
		ul.dates li {
			position: relative;
			border-top: solid 1px #ddd;
			padding: 1.3em 0 1.3em 6.75em;
		}
		ul.dates .date {
			display: block;
			position: absolute;
			left: 0;
			top: 1.3em;
			background-color: #99CA3C;
			height: 3.5em;
			text-align: center;
			color: #fff;
			line-height: 1em;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
			padding: 0.5em 0.75em 0 1em;
		}
		ul.dates .date:after {
			content: '';
			position: absolute;
			bottom: 0;
			right: -1.2em;
			border-left: solid 1.25em #99CA3C;
			border-top: solid 1.8em transparent;
			border-bottom: solid 1.8em transparent;
		}
		ul.dates .date strong {
			display: block;
			font-size: 1.75em;
			padding-top: 0.15em;
		}
		ul.dates h3 {
			font-size: 1.1em;
		}
		ul.dates p {
			margin: 0;
		}
		ul.dates li:first-child {
			border-top: 0;
			padding-top: 0;
		}
		ul.dates li:first-child .date {
			top: 0;
		}
		ul.default {
		}
		ul.divided {
		}
		ul.divided li {
			border-top: solid 1px #ddd;
			padding: 1em 0 1em 0;
		}
		ul.divided li:first-child {
			border-top: 0;
			padding-top: 0;
		}
		ul.links {
		}
		ul.social {
			overflow: hidden;
		}
		ul.social li {
			display: block;
			-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
			background: #888;
		 -moz-transition: background-color .25s ease-in-out;
		 -webkit-transition: background-color .25s ease-in-out;
		 -o-transition: background-color .25s ease-in-out;
		 -ms-transition: background-color .25s ease-in-out;
		 transition: background-color .25s ease-in-out;
			float: left;
		}
		ul.social li:first-child {
			margin-left: 0;
		}
		ul.social li.facebook {
			background: #3c5a98;
		}
		ul.social li.facebook:hover {
			background: #4c6aa8;
		}
		ul.social li.twitter {
			background: #2daae4;
		}
		ul.social li.twitter:hover {
			background: #3dbaf4;
		}
		ul.social li.dribbble {
			background: #c4376b;
		}
		ul.social li.dribbble:hover {
			background: #d4477b;
		}
		ul.social li.linkedin {
			background: #006599;
		}
		ul.social li.linkedin:hover {
			background: #1075a9;
		}
		ul.social li.tumblr {
			background: #2b4661;
		}
		ul.social li.tumblr:hover {
			background: #3b5671;
		}
		ul.social li.googleplus {
			background: #da2713;
		}
		ul.social li.googleplus:hover {
			background: #ea3723;
		}
		
/* Pennant */
		
				.pennant {
			position: relative;
			display: inline-block;
			background-color: #99CA3C;
			width: 9em;
			padding: 1.5em 0 0.5em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		.pennant:after {
			content: '';
			position: absolute;
			bottom: -1.98em;
			left: 0;
			border-top: solid 2em #99CA3C;
			border-left: solid 4.5em transparent;
			border-right: solid 4.5em transparent;
		}
		.pennant span {
			display: block;
			margin: 0 auto;
		}
		.pennant-alt {
			background-color: #252122;
		}
		.pennant-alt:after {
			border-top-color: #252122;
		}
		.pennant-alt2 {
			background-color: #827a7c;
		}
		.pennant-alt2:after {
			border-top-color: #827a7c;
		}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
		
			#banner {
		}
		#banner a{
			text-decoration: none;
			outline: 0;
			
		}
		#banner .slides-pagination  a{
			text-align: center
		}
		#banner header {
			background-color: #FFF;
			background-color: rgba(255, 255, 255, 0.9);
			text-align: center;
		}
		#banner header h2 {
			color: #fff;
			font-weight: 700;
		}
		#banner header .byline {
			color: #414042;
			padding: 0;
			font-style: normal;
			border-top: solid 1px #414042
		}
		#banner .image-full {
			margin: 0;
		}
		
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
		
		#header-wrapper {
			position: relative;
			background: url(../images/bg_dark.gif) repeat;
			border-top: solid 3px #99CA3C;
		}
		
	
		
		#header-wrapper:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 0;
			opacity: 0;
			box-shadow: inset 0px -60px 40px 0px #fff;
		}
		#header-wrapper:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.25;
		}
		#header-wrapper > .container {
			position: relative;
			z-index: 1;
		}
		#main-wrapper {
			position: relative;
			background: #f7f7f7 url(../images/bg_light.jpg);
		}
		#main-wrapper:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.1;
		}
		#main-wrapper .major {
		}
		#main-wrapper .major h2 {
			background: #f7f7f7;
		}
		#main-wrapper .container {padding: 20px; background: url(../images/bg_light.jpg);}
		#homeintro .container {padding: 20px 20px 0;}
		#main-wrapper #subsection {background: url(../images/bg_light_sub.jpg) repeat scroll 0 0 transparent;}
		#homewrap #main-wrapper #subsection {padding-bottom: 1em; background: none;}
		#homewrap #main-wrapper #subsection .container {background: none; padding: 20px 20px 0;}
		#main-wrapper #subsection .container {background: url(../images/bg_light_sub.jpg) repeat scroll 0 0 transparent}
		#main-wrapper #subsection .container h1, #main-wrapper #calltoaction .container h1 {margin-bottom: 1em;}
		#calltoaction, #homeintro {
			background: url(../images/bg_light.jpg);
		}
		#homeintro {font-size: 1.2em;}
		
		#footer-wrapper {
			position: relative;
			color: #858484;
			background: url(../images/bg_dark_footer.gif) repeat scroll 0 0 transparent;}
		#footer-wrapper:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			background-size: 100% 100%;
			z-index: 0;
			opacity: 0.5;
		}
		#footer-wrapper a {
			color: #c5c4c4;
			text-decoration: none
		}
			#footer-wrapper a:hover {
				text-decoration: underline
			}
		#footer-wrapper h2,  #footer-wrapper h3,  #footer-wrapper h4,  #footer-wrapper h5,  #footer-wrapper h6,  #footer-wrapper strong,  #footer-wrapper b {
			color: #c5c4c4;
		}
		#footer-wrapper h1 a,  #footer-wrapper h2 a,  #footer-wrapper h3 a,  #footer-wrapper h4 a,  #footer-wrapper h5 a,  #footer-wrapper h6 a {
			color: inherit;
		}
		#footer-wrapper ul.contact li {
			border-top-color: #353434;
			border-top-color: rgba(255, 255, 255, 0.05);
		}
		#footer-wrapper ul.dates li {
			border-top-color: #353434;
			border-top-color: rgba(255, 255, 255, 0.05);
		}
		#footer-wrapper ul.divided li {
			border-top-color: #353434;
			border-top-color: rgba(255, 255, 255, 0.05);
		}
		
		.module ul li:before {
			content: "> "; color: #c5c4c4
		}
		
/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/
		
		#intro {
			text-align: center;
		}
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
		
		#copyright {
			text-align: center; background: url(../images/poweredbypv.png) no-repeat right; color: #EBEAEB; font-size: 0.9em 
		}
		#copyright .links {
			display: inline-block;
			-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
			margin: 0;
		}
		
/*********************************************************************************/
/* custom                                                                        */
/*********************************************************************************/
		
		.box img {
			padding-bottom: 10px;
		}
		#topmenu {
			float: right;
			position: relative;
			background: #336699;
			-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
			font-size: 0.9em;
			padding: 0 5px 0 15px
		}
		#topmenu ul {
			list-style: none
		}
		#topmenu li {
			width: auto;
			float: left;
			margin-right: 10px
		}
		#topmenu a {
			color: #FFF;
			text-decoration: none;
		}
		

		#breadcrumb {
			border-bottom: solid 1px #CCC
		}
		#breadcrumb ul {list-style: none; margin-bottom: 1em}
		
		#breadcrumb li {
			list-style-type: none; display: inline-block;
			
		}
		
		#solutions #main-wrapper .container {padding: 20px}
		
/*********************************************************************************/
/* custom stuff                                                                  */
/*********************************************************************************/

	.moreshell {text-align: center; padding: 0 0 20px!important}
	.more {background: #99CA3C; padding: 10px 30px; display: inline; width: auto; text-align: center }
	a.more {color: #FFF!important; text-decoration: none}
	
	.breadcrumb {border-bottom: solid 1px #CCC;float: left; width: 100%}
	.breadcrumb ul {margin: 0; padding: 1px; float: left  }
	.breadcrumb li {list-style-type: none; display: block; width: auto}
	
	
	.feature-image img {width: 100%; padding: 0 0 10px;}
	.solutioninner .feature-image img {}
	
	.logo img { width: 8em;}
	
	/* h1.mainheader {text-align: left; color: #99CA3C; font-weight: normal; font-size: 2em; margin-bottom: 0.5em;}
	h2.mainheader {text-align: left; color: #808080; font-weight: normal; font-size: 1.5em; margin-bottom: 1em; line-height: 1.5em} 
	
	TO BE REMOVED - DEFAULTS CHANGED AT START OF STYLESHEET
	
	*/
	
	h1.greenlineheader {text-align: center; background: url(../images/green_pixel.gif) repeat-x 0 12px}
	h1.greenlineheader a {background: url(../images/bg_light.jpg); padding: 0 15px; cursor: default;}
	
	h2.newstitle {margin-bottom: 0.5em; color: #252122;}
	h3.newsdate {margin-bottom: 1em; color: #808080;}
		
	#homewrap h1.mainheader {text-align: center; background: url(../images/green_pixel.gif) repeat-x 0 12px}
	#homewrap h2.mainheader {text-align: center;}
	#homewrap h1.mainheader a {background: url(../images/bg_light.jpg); padding: 0 15px; cursor: default;}

	#homewrap #main-wrapper section .solution, #homewrap #main-wrapper section .newsarea {background: #FFF; padding: 15px 0 0; min-height: 540px; -moz-border-radius:15px;-webkit-border-radius:15px;-o-border-radius:15px;border-radius:15px;}
	#homewrap #main-wrapper section .solution p {padding: 0 15px;}
	.newsarea {padding: 0 15px;}
	.newsarea h3 {padding: 0.5em;}
	
	#homewrap #main-wrapper section .newsarea h3 {color: #99CA3C; font-weight: normal; font-size: 1.2em; text-align: center}
		
	.access {display: none;}
	
	.contact  img {
		vertical-align: middle; color: #c5c4c4
		}
		
	.contact p
	{margin: 0 0 10px 0;}
	
	
/*********************************************************************************/
/* John's stuff                                                                  */
/*********************************************************************************/
	
	#main-banner {border-bottom: solid 3px #99CA3C;}
	#mainbody {/* margin-top: 1em;*/}
	.last {}
		
	/* Text Tags */
	
	.textleft {text-align: left;}
	.textcenter {text-align: center;}	
	.textright {text-align: right;}		
	
	.green {color: #99CA3C!important;}
	.grey {color: #808080!important}
	.greydark {color: #57585B!important}
	.white {color: #FFF!important;}
	
	.size90 {font-size: 90%;}
	.size160 {font-size: 160%;}
	
	/* Margin Tags */
	
	.bottom1em {margin-bottom: 1em;}
	.top1em {margin-top: 1em;}
	.nomargin  {margin:0!important;}
	
	/* About */
	
	.aboutstory {padding: 10px; background:url(../images/aboutus_bullet.png) no-repeat top left transparent;}
	.aboutstorytop {padding: 10px; background:url(../images/aboutus_bullettop.png) no-repeat top left transparent;}
	.aboutstoryrow {margin-left: 70px!important;}
	.aboutstoryrow p {margin-bottom: 1em;}
	.aboutstoryrow ul {list-style: circle outside none; padding-left: 15px; margin: 1em 0;}
	.bggrey {background: url(../images/aboutus_bullet.png) no-repeat top left #ECECEC;}	
	#about h2.mainheader {color: #99CA3C;}
	
	#calltoaction .container {background: url("../images/bg_light.jpg") repeat scroll 0 0 transparent; padding: 20px;}
	
	#aboutmenu ul {margin: 0;}
	#aboutmenu li {background: none repeat scroll 0 0 #808080; color: #FFFFFF; float: left; font-size: 1.1em; margin: 0 0 5px; padding: 6px 9px; text-decoration: none; width: 100%; -webkit-border-radius: 5px5px; -moz-border-radius: 5px; border-radius:5px; border-radius: 5px; transition: background-color 0.25s ease-in-out 0s;}
	#aboutmenu li:hover {background: #99CA3C; color: #FFFFFF}
	#aboutmenu li.active {background: #99CA3C; color: #FFFFFF} 
	#aboutmenu a {text-decoration: none; color: #FFFFFF;}
	
	.communityheading {margin-bottom: 1.1em;}
	
	/* Solutions */
	
	.solutioninner {background: none repeat scroll 0 0 #FFFFFF; padding: 20px;}
	.solutioninner h2 {text-align:center; margin-bottom: 1em !important;}
	
	.tab {background: #E0E1E2; padding: 20px}
	#tab1header {background: url(../images/solutions_arrow.png) no-repeat 0 0; margin:0; padding:0; height:26px; width:100%;}
	#tab2header {background: url(../images/solutions_arrow.png) no-repeat 50% 0; margin:0; padding:0; height:26px; width:100%;}
	#tab3header {background: url(../images/solutions_arrow.png) no-repeat 99% 0; margin:0; padding:0; height:26px; width:100%;}
	
	.assproshell {text-align: center; padding: 0!important; margin: 15px 0 0;}
	.asspro {background: #99CA3C; padding: 6px 0; display: inline-block; width: 145px; text-align: center }
	a.asspro {color: #FFF!important; text-decoration: none}
	
	#asspro {vertical-align: middle;}
	#asspro a {text-align: center; margin: 0;}
	#asspro h2 {text-align: center;}
	
	#asspro .tab {float: right; width: 95%;}
	#asspro .tab1header {float: left; width: 5%; height: 207px; background: url(../images/asspro_arrow.png) no-repeat 2px 54px;}
	#asspro .tab2header {float: left; width: 5%; height: 207px; background: url(../images/asspro_arrow.png) no-repeat 2px 115px;}
	
	.casstushell {text-align: center; padding: 0!important; margin: 15px 0 0;}
	.casstu {background: #99CA3C; padding: 6px 15px; display: inline-block; text-align: center; font-size: 120%; color: #FFF!; line-height: 155%;}
	a.casstu {color: #FFF!important; text-decoration: none}
	
	/* Pie Backup *
	
	.pieContainer {height: 150px; width: 150px; margin:	0 10px;}
    .pieBackground{background-color: #A0A2A5;position:absolute;width:150px;height:150px;-moz-border-radius:75px;-webkit-border-radius:75px;-o-border-radius:75px;border-radius:75px;}
	
	.pie {position: absolute; width: 150px; height: 150px; -moz-border-radius: 75px; -webkit-border-radius: 75px; -o-border-radius: 75px; border-radius: 75px; clip: rect(0px, 75px, 150px, 0px);}
    .hold {position: absolute; width: 150px; height: 150px; -moz-border-radius: 75px; -webkit-border-radius: 75px; -o-border-radius: 75px; border-radius: 75px; clip: rect(0px, 150px, 150px, 75px);}
     #pieSlice1 .pie {background-color: #99CA3C; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg);}
	 
	.pieOverlay {background: url("../images/bg_light_sub.jpg") repeat scroll 0 0 transparent;position:absolute;width:110px;height:110px;-moz-border-radius:55px;-webkit-border-radius:55px;-o-border-radius:55px;border-radius:55px; margin:20px; vertical-align: middle; text-align: center;}
	.pieOverlay p {margin: 26px 0;}  */
	 
	.pieContainer {height: 150px; width: 150px; margin:	0 10px;}
	.pieBackground20p {background: url(../images/solutions-roundal-20p.png) no-repeat center center; position:absolute;width:150px;height:150px;}
	.pieBackground60p {background: url(../images/solutions-roundal-60p.png) no-repeat center center; position:absolute;width:150px;height:150px;}
	.pieBackground96p {background: url(../images/solutions-roundal-96p.png) no-repeat center center; position:absolute;width:150px;height:150px;}
    .pieBackground90 {background: url(../images/solutions-roundal-90.png) no-repeat center center; position:absolute;width:150px;height:150px;}
    .pieBackground180 {background: url(../images/solutions-roundal-180.png) no-repeat center center; position:absolute;width:150px;height:150px;}
	.pieBackground270 {background: url(../images/solutions-roundal-270.png) no-repeat center center; position:absolute;width:150px;height:150px;}
	.pieBackground360 {background: url(../images/solutions-roundal-360.png) no-repeat center center; position:absolute;width:150px;height:150px;}
	.pieBackground90rev {background: url(../images/solutions-roundal-90rev.png) no-repeat center center; position:absolute;width:150px;height:150px;}
	.pieOverlay {background: url(../images/bg_light_sub.jpg) repeat scroll 0 0 transparent;position:absolute;width:110px;height:110px;-moz-border-radius:55px;-webkit-border-radius:55px;-o-border-radius:55px;border-radius:55px; margin:20px; vertical-align: middle; text-align: center;}
	.pieOverlay p {margin: 26px 0;}
	
	.calltoaction-shell {max-width: 226px; height: 130px; vertical-align: middle; text-align: center; float: left; background: #FFF; padding: 0; border-top: solid 3px #99CA3C; box-shadow: 2px 4px 5px #ADADAD;}
	.calltoaction-shell a {text-decoration: none;}
	.calltoaction-loz {margin: 30px 0; padding: 0 20px; border-right: 2px solid #ADADAD; height: 70px;}
	.calltoaction-loz h1 {text-align: center!important; margin-bottom: 0.5em !important}
	.calltoaction-loz h2 {text-align: center!important;}
	.calltoaction-loz img {width: 35px;}
	.first-shell {margin-right: 30px;}
	.first-loz {border-right: none; padding: 0;}
	.last-loz {border-right: none;}
	
	.solutionbanner {height: 220px; padding:20px; background: #99CA3C; color: #FFF;}
	.solutionbanner h1 {color: #FFF;}
	.solutionbanner h2 {color: #FFF;}
	#solutionbanner1 {}
	#solutionbanner2 {background: #CCC;}
	#solutionbanner3 {background: #666;}
	
	/* Knowlodge Center */
	
	.knowlodgeinner {background: none repeat scroll 0 0 #FFFFFF; padding: 20px;}
	.knowlodgeinner h2 {text-align: left; margin-bottom: 1em !important;}
	.knowlodgeinner .larger {font-size: 1.4em; margin: 0;}
	.knowlodgeinner .moreshell {text-align: center; margin: 10px 0 0; padding: 0 0 10px!important}
	.knowlodgeinner .module {padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid #CCC;}
	.knowlodgeinner .last {border: none;}
	
	.knowleadgemenu {list-style: none; float: left; margin: 0;}
	.knowleadgemenu li {float: left; background: #808080; color: #FFF; float: left; margin: 0 0 0 20px; padding: 10px 20px; font-size: 1.5em;}
	.knowleadgemenu .active {background: #99CA3C!important;}
	.knowleadgemenu li a {color: #FFF; text-decoration: none; float: left;}
	#knowledge #innertab1-1, #knowledge #innertab1-2, #knowledge #innertab1-3, #knowledge #innertab2-1, #knowledge #innertab2-2, #knowledge #innertab2-3, #knowledge #innertab3-1, #knowledge #innertab3-2, #knowledge #innertab3-3, #maintab-1, #maintab-2, #maintab-3 {display: block; float: left;}
	
	#maintab img {width: 100%;}
	.maintab li {width: 31%;}
	
	.maintab {list-style: none; float: left; margin: 0;}
	.maintab li {float: left; float: left; margin: 0 20px 0 0; padding: 0; opacity: 0.7; transition: opacity 0.7s ease-in-out;}
	.maintab li.active {opacity: 1;}
	.maintab li:hover {opacity: 1;}
	.maintab .last {margin: 0;}
	
	
	#customergrid {margin-left: auto; margin-right: auto; width: 1055px;}
	#customertabs {}
	.customerthumbs {list-style: none outside none; margin: 0 auto; padding: 0; text-align: center; width: 100%;}
	.customerthumbs li {display: inline-block; height: 250px; margin: 10px 5px 0; vertical-align: top;}
	.customerthumbs li img {border: medium none; display: block; outline: medium none; position: relative;}
	.customerthumbs a {border: medium none; display: block; outline: medium none; position: relative;}
	.customerpanel {display: block; height: 300px; width: 1041px; margin: 0 7px; padding: 25px; background: #E0E1E2}
	.customerpanellargebox {height: 345px;}
	.customerlogo {width: 30%; float: left;}
	.customertext {width: 70%; float: right;}	
	.customertext .moreshell {text-align: left;}
	.customertext h1 {color: #808080;}
	.customertext p, .customertext h2 {margin-bottom: 0.5em;}
	
	#peopletabs {}
	.peoplethumbs {list-style: none outside none; margin: 0 auto; padding: 0; text-align: center; width: 960px;}
	.peoplethumbs li {display: inline-block; height: 225px; width: 233px; margin: 9px 5px 0 0; vertical-align: top; position: relative;}
	.peoplethumbs li:last-child {margin: 9px 0 0;}
	.peoplethumbs li img {border: medium none; display: block; outline: medium none; position: relative;}
	.peoplethumbs a {border: medium none; display: block; outline: medium none; position: relative;}
	.peoplepanel {display: block; height: 320px; width: 959px; margin: 0; padding: 30px 0; background: #E0E1E2}
	.peoplelogo {width: 30%; float: left;}
	.peopletext {width: 70%; float: right;}	
	.peopletext .moreshell {text-align: left;}
	.peopletext p, .customertext h2 {margin-bottom: 0.5em;}
	.contactbox {width: 250px; background:#FFF; height: 180px; padding: 10px 20px; color: #99CA3C;}
	.contactbox p {font-size:14px; line-height: 30px;}
	.contactbox a {text-decoration: none;}
	.contactbox td {vertical-align: middle;}
	.peoplepanel h2 {font-size: 30px; margin: 0px; margin-bottom: 10px;}
	.peoplepanel h3 {font-size: 22px; color: #99CA3C; margin: 0px; margin-bottom: 15px;}
	.peoplepanel p, .peoplepanel h2 {margin-bottom: 0.5em;}
	.peoplepanel .right {float: right!important;}
	.peopleoverlay {position: absolute; z-index: 10; background-color:rgba(0, 0, 0, 0.3); text-align: center; width: 100%; z-index: 10; margin: 0; bottom: 0; transition: opacity 0.7s ease-in-out;}
	.peopleoverlay .name {font-weight: bold; color: #FFF;}
	.peopleoverlay .job {color: #FFF;}
	.peoplethumb a.active p {opacity: 0;}
	
	.contactbox2 {width: 233px; background:#FFF; height: 185px; padding: 10px 20px; color: #99CA3C; margin: 0 0 0 61px;}
	.contactbox2 p {font-size:14px; line-height: 30px;}
	.contactbox2 a {text-decoration: none;}
	.contactbox2 td {vertical-align: middle;}
	
	.personinfo {display: block; height: 225px; position: relative; vertical-align: top; width: 233px; margin: 0 0 20px 61px;}
	.personinfo img {border: medium none; display: block; outline: medium none; position: relative;}
	
	.tab1arrow {background: url(../images/customer_arrow.png) no-repeat 0 0; margin:0; padding:0; height:11px; width:100%; margin: 0}
	.tab2arrow {background: url(../images/customer_arrow.png) no-repeat 33% 0; margin:0; padding:0; height:11px; width:100%; margin: 0}
	.tab3arrow {background: url(../images/customer_arrow.png) no-repeat 66% 0; margin:0; padding:0; height:11px; width:100%; margin: 0}
	.tab4arrow {background: url(../images/customer_arrow.png) no-repeat 99% 0; margin:0; padding:0; height:11px; width:100%; margin: 0}
	
	.submit {background: #99CA3C; border: none; color: #FFFFFF; font-family: 'open sans'; font-size: 11pt; font-weight: 300; padding: 5px 20px; text-align: center; cursor: pointer; text-transform: lowercase;}
	.textfield1 {width: 520px; border: 1px solid #CCCCCC; -moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px;border-radius: 5px 5px 5px 5px; box-shadow: 2px 2px 4px #EEEEEE inset; -moz-box-shadow: 2px 2px 4px #EEEEEE inset; -webkit-box-shadow: 2px 2px 4px #EEEEEE inset;}
	.input1 {width: 200px; border: 1px solid #CCCCCC; -moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px;border-radius: 5px 5px 5px 5px; height: 25px; box-shadow: 2px 2px 4px #EEEEEE inset; -moz-box-shadow: 2px 2px 4px #EEEEEE inset; -webkit-box-shadow: 2px 2px 4px #EEEEEE inset;}
	#contact .input1 {width: 350px;}
	#contact .textfield1 {width: 350px;}
	.contactform td {vertical-align: top;}
	.contactform p {margin: 0 0 20px;}
	
	.slideshell {width: 100%; height: 300px; background: url(../images/slides/slidebg1.png) center;}
	.slideshell a {background: none;}
	.slideinsides {margin: 0 auto; max-width: 1200px; width: 100%; height: 300px; padding: 0;}
	#slide1 .slideshell {}
	#slide1 .slideinsides {}
	#slide2 .slideshell {}
	#slide2 .slideinsides {}
	#slide3 .slideshell {}
	#slide3 .slideinsides {}
	
	.newsarticle .nomargin {margin: 0!important;}
	.newsarticle {border-bottom: 1px solid #CCCCCC; margin-bottom: 25px;}
	.newsarticlelast {border-bottom: none; margin-bottom: none;}
	
	.downloadsubmit {background: none repeat scroll 0 0 #99CA3C; display: inline-block; font-size: 100%; padding: 6px 15px; text-align: center; border: none; color: #FFFFFF; font-family: 'Open Sans'; font-weight: 300; cursor: pointer;}
	.assproshell .downloadsubmit {height: 38px; padding: 5px 15px 7px;}
	.casstushell .downloadsubmit {font-size: 120%;}
	
	#actionrow {border-top: solid 3px #99CA3C; background: #FFF; box-shadow: 2px 4px 5px #ADADAD; padding: 20px 0 0}
	#actionrow h1, #actionrow h2 {text-align: center!important}
	#actionrow h2 {margin-bottom: 0!important;}
	#actionrow a {text-decoration: none;}
	