/* @override http://www.genesisconsulting.com/staging/wp-content/themes/genesis/style.css */


/* Reset browser defaults */
@import url('./library/styles/reset.css');

/* Grid */

#jobframe body {
	background:  transparent;
}
#grid{

    /* Vertical grid lines */
    background: url(./library/scripts/bg-grid-980.gif) repeat-y 0 0;

    /* Dimensions - same width as your grid with gutters */
    width: 960px;

    /* Grid (left-aligned)
    position: absolute;
    top: 0;
    left: 0;
    */

    /* Grid (centered) */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -479px;

}

/**
 * Classes for multiple grids
 *
 * When using more than one grid, remember to set the numberOfGrids 
 * option in the hashgrid.js file.
 */
#grid.grid-1{

    /* Vertical grid lines for grid 1 */
    background: url(./library/scripts/bg-grid-980.gif) repeat-y 0 0;

}
#grid.grid-2{

    /* Vertical grid lines for grid 2 */
    background: url(./library/scripts/bg-grid-660.gif) repeat-y 160px 0;

    /* Adjustments */
    padding: 0 160px;
    width: 660px;

}

/**
 * Horizontal grid lines, defined by your base line height
 *
 * Remember, the CSS properties that define the box model:
 * visible height = height + borders + margins + padding
 */
#grid div.horiz{

    /* 20px line height */
    height: 20px;
    border-bottom: 1px dotted #aaa;
    margin: 0;
    padding: 0;

}



/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#header {
    position:relative;
}

#access {
    position: absolute;
    overflow:hidden;
}
.menu {
    width: 972px;
	margin: -18px auto 0;
}
#main {
    width: 960px;
    
    }
#container {
    float:left;
    min-height: 620px;
	display: block;
	border-top: 1px solid #5a5a5a;
	background: url(./library/images/content_bg_top.jpg) repeat-x;
	border-top:1px #efefef solid;
	border-right: 1px solid #5a5a5a;
	-webkit-border-bottom-left-radius:23px;
	-moz-border-radius-bottomleft:23px;
	padding-top: 28px;
	padding-left: 20px;
	width: 668px;
	padding-right: 20px;
}

#content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.main-aside {
    width: 250px;
    float:right;
    position:relative;
    right:10px;
	border-top:1px #efefef solid;
	background-repeat: no-repeat;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}

/* Columns */

.left-col {
	float: left;
	border-right: 1px solid #91c034;
	width: 342px;
	border-color: #95c23c;
	padding-left: 20px;
	padding-right: 6px;
	height: 109px;
}
.center-col {
	float: left;
	padding-bottom: 15px;
	padding-left: 17px;
}


.right-col {
	float: right;
	padding-bottom: 15px;
	padding-right: 23px;
	margin: 0;
}

/* Featured Customization */

div#post-0.post.error404 {
	padding: 20px;
	height: 362px;
	margin-bottom: 11px;
	background: white url(asfa) repeat-x;
}

/* Columns */

div#agile.left-col {
	width: 275px;
	height: 111px;
}

div#agile.center-col {
	margin-top: 13px;
	width: 260px;
	height: 70px;
	padding-left: 29px;
}

div#agile.right-col {
	width: 334px;
	padding: 0;
	margin-top: 13px;
	margin-right: 2px;
}


div#sap.left-col {
	margin-top: 0;
	width: 411px;
	padding-right: 20px;
}

div#sap.center-col {
	text-indent: -22px;
	margin-left: 22px;
	margin-bottom: -22px;
	width: 469px;
	margin-top: 5px;
}



div#datamgmt.left-col {
	width: 279px;
	padding-right: 16px;
}

div#datamgmt.center-col {
	padding-left: 34px;
	width: 340px;
}

div#datamgmt.right-col {
	width: 230px;
	margin-top: -4px;
}
		
div#changemgmt.left-col {
	width: 413px;
	margin-top: 0;
}


div#changemgmt.center-col {
	margin-top: 0;
	width: 246px;
	margin-left: 1px;
}
div#changemgmt.right-col {
	margin-top: 0px;
	width: 227px;
}

/*Blockquote */

blockquote#agile.featured {
	margin-top: 17px;
	font-size: 22px;
}

blockquote.featured{
	font-style: italic;
	font-size: 22px;
	padding-top: 0;
	letter-spacing: 0px;
	margin-right: 0;
	margin-top: 15px;
	margin-left: 0;
	line-height: 1.3;
}

blockquote#sap.featured {
	font-size: 24px;
	width: 426px;
	margin-top: 11px;
}

blockquote#datamgmt.featured {
	margin-top: 8px;
}



blockquote#changemgmt.featured {
	font-size: 20px;
	margin-top: 9px;
}

/* Lists/Ul/etc */

.quote{
	color: #435384;
	padding-top: 0;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#datamgmt li{
	padding-left: 9px;
}

#datamgmt ul li {
	text-indent: -20px;
	margin-bottom: 9px;
}

#changemgmt ul li {
	margin-bottom: 7px;
}

div.featured-excerpt li{
	color: #847eb2;
	margin-bottom: 8px;
	letter-spacing: -1px;
	line-height: 22px;
	font-style: italic;
	font-size: 18px;
}


/* ****End Featured Customization*** */

/* #Start Interact # */

ul.xoxo {
	width: 249px;
	margin-bottom: 0;
}
#sidebar h3 {
	font-weight: bold;
	color: #363636;
	font-size: 14px;
	padding-bottom: 5px;
}

#interact-box {
	margin-left: 0;
	padding-right: 9px;
	width: 194px;
	
	padding-bottom: 10px;
	margin-top: 05px;
	
	background-color: #eaeaea;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	border-color: #d5d5d5;
}

div.shout-box {
	height: 70px;
	background: url(./library/images/shout-box.png) no-repeat 0 -7px;
	margin: 0;
}

#social-stream{
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#interact-box h2{
	padding-bottom: 5px;
	font-size: 16px;
}
#interact-box span{
	color: #5c5c5c;
	padding-top: 0;
	white-space: normal;
	letter-spacing: 0;
	font: italic 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#interact-box span.tweet_text a {
	text-decoration: underline;
	font: normal normal 1em "Times New Roman", Georgia, Times, serif;
}

#facebook{
	border: 1px solid #c5c5c5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 15px;
}
	
#sidebar ul.categories ul li{
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid;
	margin-right: 15px;
	border-color: #d9d9d7;
	line-height: 23px;
}



#sidebar ul.xoxo ul li a {
	font-size: 14px;
	font-variant: normal;
	color: #5a5a5a;
	line-height: 16px;
}

#sidebar ul.xoxo ul li a:hover {
	color: #fff;

}
#sidebar ul.categories ul li a:hover{
	text-decoration: underline;
}

ul.interact {
	border-color: #6c6c6c;
	margin-bottom: 0;
	padding: 28px 15px 15px;
}

ul.interact p {
	margin: 0 0 10px;
	font-size: 14px;
}

ul.categories {
	margin-left: 15px;
	margin-top: 15px;
}

a.followIcons.twitter {
	background: url(./library/images/twitter_16.png) no-repeat;
	padding-left: 25px;
	font-weight: bold;
	line-height: 0;
	padding-bottom: 7px;
	padding-top: 0;
}

#followLinks li {
	width: 84px;
	margin-bottom: 2px;
}
a.followIcons.facebook {
	background: url(./library/images/facebook_16.png) no-repeat 0;
	padding-left: 25px;
	font-weight: bold;
	line-height: 35px;
	padding-top: 4px;
	padding-bottom: 2px;
}

ul#followLinks {
	height: 96px;
	margin-top: 2px;
}
a.followIcons.linkedin {
	background: url(./library/images/linkedin_16.png) no-repeat 0;
	padding-left: 25px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-top: 7px;
}

a.followIcons.youtube {
	background: url(./library/images/youtube.png) no-repeat 0;
	font-weight: bold;
	position: relative;
	top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	direction: ltr;
	padding-top: 7px;
}

a.followIcons.email {
	background: url(./library/images/gmail.png) no-repeat 0;
	font-weight: bold;
	position: relative;
	top: 14px;
	padding-bottom: 7px;
	padding-left: 25px;
	direction: ltr;
	padding-top: 7px;
}

ul.connectLinks{
	font-size: 13px;
	background-image: url(./library/images/connect-box2.png);
	text-align: justify;
	height: 128px;
	width: 96px;
	padding-top: 45px;
	padding-left: 62px;
	padding-right: 62px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

#followLinks li a,ul.followLinks li a:visited{
		color: #f9f9f9;
	

}



#followLinks li a:hover{
	color: #48476f;
	text-decoration: none;
}
li.tweet_first.tweet_odd {
	border-style: none;
}

ul.signup {
		height: 93px;
		width: 218px;
	margin-top: 14px;
	background: url(./library/images/e-news.png) no-repeat;
}

ul#jobs.signup {
	margin-left: 15px;
}

ul#jobs.signup {
		background-image: url(./library/images/job-updates.png);
	margin-top: 0;
}


li#input-form {
	padding-top: 51px;
	padding-left: 16px;
}

input#newsletter_input.text {
	width: 124px;
}


div.mover{
	float: left;
}


/* #End Interact# */


/* ****STYLE*** */

.left{
	float: left;
}
.right {
	float: right;
}

.clearfix{
	clear: both;
}


#techniques,#toolbox{
	width: 325px;
}

/* =Global Elements
-------------------------------------------------------------- */

body {
    
	background: #fff url(./library/images/main_bg.jpg) repeat-x 0 0;
	height: 100%;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}

table {
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}


caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
tr:last-child{
	border-style: none;
}
th, td {
	color: #548512;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link,a:visited {
    color: #89bf20;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a:active,a:hover {
    color: #78a81b;
	text-decoration: underline;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	height: 129px;
}
#branding {
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
	height: 132px;
} 
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	float: left;
	margin-left: -8px;
	margin-top: 5px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #74b322;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    font-size:13px;
    overflow:visible;
    z-index:100;
	top: 103px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	padding:		0;
	list-style:		none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.sf-menu {
	line-height:	1.0;
	
}
.sf-menu ul {
	
	position:		absolute;
	top:			-999em;
	margin-top: -5px;
	background-color: #333532;
	width: 11.5em;
	z-index: 2;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px;
	margin-left: 10px;
}
.sf-menu ul li {
	


	width:			100%;
	margin-top: 2px;
}
.sf-menu li:hover {
	visibility:		inherit;
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 3px;
	top:			2.5em; /* 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:			10em; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}


/*** THEMATIC SKIN ***/
.sf-menu {
	float: right;
}
.sf-menu a {
	text-decoration:none;
	text-transform: lowercase;
	padding-right: 13px;
	padding-left: 13px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #cdcdcd;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

.sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color: #74b322;
}
.sf-menu li {
	background: none no-repeat -10px -100px;
	
}
.sf-menu li a{
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sf-menu li li a{
	font-size: 14px;
}

.sf-menu li li {
	  -webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px
}


.sf-menu li li li {
	background-color: #333532;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
    border-bottom-color:#ccc;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {

	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomright:20px;
	margin-left: 10px;
	padding-left: 5px;
	margin-left: 3px;
}
.sf-menu ul a {
	border-bottom:none;
	
}
.sf-menu ul a:hover {
    color: #74b322;
    -webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;

}


/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px;
	padding-right: 28px;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top: 1em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(./library/images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 7px;
	background: url(./library/images/arrows-ffffff.png) no-repeat -10px -100px;
	right: 12px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	padding: 0 5px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* =Content
-------------------------------------------------------------- */

div.wrapper {
	position: relative;
	width: 960px;
	font-size: 0.9em;
	text-align: left;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-position: 0;
}


#breadcrumbs {
	background: url(./library/images/breadcrumb.jpg) no-repeat;
	display:block; 
	width: 960px; 
	font-size:11px; 
	color: #74b322;	
	
	clear: both;
	margin: 9px auto 0;
}

#breadcrumbs p {
	color: white;
	padding: 8px 51px 5px 15px;
	margin: 0;
	font-size: 14px;
}

#breadcrumbs a {color: white;
	text-decoration: none;
}
#breadcrumbs a:hover {text-decoration:underline;}
#breadcrumbs a:active {color:#fff; text-decoration:none;}

#main {
	background: url(./library/images/container-bg.png) repeat-y 9px;
	padding-right: 31px;
	padding-left: 30px;
	margin-left: -29px;
	clear: both;
	float: left;
	padding-bottom: 0;
}
.page-title {
    font-size: 30px;
    line-height: 18px;
	color: #0f100e;
	text-shadow: #d0d0d0 0 -1px 0;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #74b322;
}
.page-title span {
    font-style: italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
	padding: 0;
	margin-bottom: 35px;
}

.hentry:nth-child(n+3){
	    border-top: 1px dashed #cecece;
	padding-bottom: 1px;
	padding-top: 15px;
}
.hentry:last-child{
	
	border-style: none;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-weight: bold;
	color: #68ae1b;
	padding-bottom: 7px;
	padding-left: 0;
	padding-right: 0;
	text-transform: capitalize;
	font-size: 22px;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #74b322;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #74b322;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5a5a5a;
}

div#post-701.hentry.p1.page.publish.author-genesis-team.category-uncategorized.untagged.comments-open.pings-open.y2010.m04.d05.h18.slug-our-agile-partners {
}
.entry-content h1, .entry-content h2 {
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	font-style: normal;
	font-weight: normal;
}
.entry-content h3 {
	color:#333;
	font: lighter 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
}
.entry-content h4 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #74b322;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #74b322;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #74b322;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #74b322;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #74b322;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #74b322;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background: #f3f2ee;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#74b322;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #74b322;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #74b322;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #74b322;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}

/* Sidebar */
#sidebar{
	position: relative;
	float: left;
	width: 248px;
	background: url(./library/images/right_sidebar_main-bg.jpg) no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	border-top: 1px solid #fff;
}
#subpages-display ul{
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#subpages-display ul li:nth-child(n+2){
		border-top: 1px solid #fff;
}

#subpages-display ul li{
	border-bottom: 1px solid #5a5a5a;
	font-size: 12px;
	padding: 15px 15px 15px 19px;
}
#subpages-display  ul li a{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}

#subpages-display li.page_item:hover {
	background-color: #74b322;
	color: white;
}

#subpages-display li.current {
	background-color: #74b322;
}

#subpages-display ul li.current a:link,#subpages-display ul li.current a:visited {
		color: white;

}


/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

.footer {
	border-color: #92c731;
	clear: left;
	background: url(./library/images/footer.jpg) no-repeat -1px 10px;
	position: relative;
	padding-right: 105px;
	width: 960px;
	margin-left: -22px;
	height: 53px;
	padding-top: 12px;
	margin-bottom: 0;
}
#siteinfo {
    min-width:960px;
	clear: both;
    color: white;
    font-size:11px;
    line-height:18px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

div.copyright {
	float: right;
	clear: both;
	color: #fff;
	padding-right: 15px;
}

div.footer-right {
	float: right;
	padding-right: 15px;
	margin-bottom: -5px;
}

#siteinfo div.footer-right img {
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 15px;
}

#siteinfo a {
    color: #92c731;
	text-decoration: none;
}
#siteinfo a:active, #siteinfo a:hover {
    color: #74b322;
	text-decoration: underline;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#74b322 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#74b322 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


/* ROUNDED */

.round{
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;

}
.bottomround{
	-webkit-border-bottom-right-radius:20px;	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;	
	-moz-border-radius-bottomleft:20px;


}

/* Colors */

.green {
	color: #74b322;
}

/* Headline */
#vision{
	width: 624px;
	float: left;
	clear: both;
	padding-left: 20px;
	margin-bottom: 30px;
}

#vision p{
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444146;
}


div.ournews {
	float: left;
	width: 239px;
	margin-bottom: 30px;
	padding-left: 75px;
}

div.bottom-headline {;
	border-color: #f4f3f4;
	width: 992px;
	margin-right: auto;
	margin-left: -22px;
	padding-left: 23px;
	background: url(./library/images/bottom-headline-bg.png) repeat-y 1px;
	padding-top: 30px;
}

div.news-title {
	margin-bottom: 18px;
	padding-bottom: 6px;
	line-height: 2;
	float: left;
	padding-left: 0;
	width: 223px;
	margin-top: -4px;
}

/* Buttons */

a.button {
	text-decoration: none;
	background: url(./library/images/buttona.png) no-repeat scroll right 0;
	height: 36px;
	font-size: 12px;
	padding-right: 15px;
	overflow: hidden;
	float: left;
	display: block;
}



a.button span {
	background: url(./library/images/buttonspan.png) repeat-x left -1px;
	display: block;
	line-height: 24px;
	color: #91bc36;
	text-shadow: #fffeff 0 -1px 0;
	font-size: 13px;
	margin-right: 0;
	padding: 6px 0 5px 15px;
	font-weight: normal;
	font-style: normal;
}


a.button:active {
	background-position: right bottom;
	outline: none;
}

a.button:active span {
    background-position: left -37px;
}

a#learnagile.button {
	z-index: 764;
	padding-left: 0;
	margin-top: -26px;
	margin-right: 30px;
	float: right;
}

a#learnsap.button {
	z-index: 764;
	padding-left: 0;
	margin-top: -12px;
	margin-right: 30px;
	float: right;
}

a#learndata.button {
	padding-left: 0;
	z-index: 0;
	margin-top: -29px;
	float: right;
}

a#learnchange.button {
	position: relative;
	padding-left: 0;
	top: -13px;
	z-index: 0;
	margin-left: 121px;
	float: right;
}

#learnagile span,#learndata span,#learnchange span,#learnsap span {
		color: #847eb2;
	width: 74px;
}

a#slideToggle.button {
	margin-left: 10px;
	margin-top: -4px;
}




/* ****TYPOGRAPHY*****/
   

input, textarea {
    color:#000;    
    font: 12px/1.2 Arial,sans-serif;
	margin-right: 5px;
}

form#icpsignup3834 {
	width: 227px;
	float: left;
}

#icpsignup3834 input {
	float: left;
	clear: none;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

h1 {
	font-size: 22px;
	text-transform: capitalize;
	padding-bottom: 10px;
	padding-top: 0;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	color: #383a37;	
	text-transform: capitalize;
	font-size: 14px;
}

h2.entry-title {
	font-size: 17px;
}

div.news-title h2 {
	margin-top: 0;	
	padding: 5px;
	color: #515151;
	line-height: 20px;
}




h3 {
	font-size: 16px;
}

h4{
	font-size: 12px;
	font-weight: bold;
}
p {
    margin-bottom:18px;
	color: #383a37;
	font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul {
}

li {
	color: #4f4f4f;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	margin: 0;
}


ul#leaflist {
	list-style-image: url(./library/images/list.png);
	margin-left: 2.5em;
	opacity: 1;
}

#leaflist li{
	padding-bottom: 9px;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
	color: #5a5a5a;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

span.tweet_text {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

div.tweet {
	margin-right: 16px;
	background-color: #eaeaea;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	border-color: #d5d5d5;
	width: 190px;
	padding: 10px 14px 10px 13px;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}


/* ******** Images ****** */


.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
    border: 2px solid #e8e7e4;
}

img.noborder {
	border: 0;
}

.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

#slider {
	position:relative;
	right: 16px;
	margin-top: -14px;
}

.coin-slider { zoom: 0; position: relative;
	background-color: transparent;
	height: 251px;
	overflow: hidden;
}


.cs-buttons { font-size: 0px; padding: 10px; float: left;
	position: absolute;
}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left;  text-indent: -1000px;
	background-image: url(./library/images/bullets.png);
}
.cs-active { 	background: url(./library/images/bullets.png) no-repeat -10px;
}

.cs-prev, 
.cs-next { 	display:block;
	width:32px;
	height:34px;
	background:url(./library/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;;
}

.cs-next {
	background-position: -32px;
	right: 15px;
}
.cs-prev {
	left: -72px;
	margin-top: 11px;
	margin-left: 15px;
}


/* Featured Nav */
	
	#headtext {
	color: #f6f1f9;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: #696969 0 1px 0;
	font: 18px/24px Arial, "News Gothic MT", "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0 0 0 -1px;
}

/* -WP-Contact-Form 8 */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

/* Bio */



p#jason-fair{
	margin-bottom: 0;
}

div.bio {
	float: left;
	width: 199px;
	background-color: #e7e7e3;
	height: 305px;
	border: 1px solid #b8cea4;
	margin-right: 15px;
	margin-top: 19px;
}

img.alignleft.size-full.wp-image-279 {
	border: 1px solid #b8cea4;
}

div.bio img {
	padding: 0;
	margin: 0;
	border: 0;
}

div.bio h2 {
	text-align: left;
	color: #90c81f;
	background-color: #252523;
	vertical-align: 22px;
	height: 41px;
	position: absolute;
	margin: -22px 0 0;
	width: 190px;
	font-size: 16px;
	padding: 6px 0 0 10px;
}


div.bio h4{
	color: silver;
	margin-top: 39px;
}

div.bio p{
	font-size: 12px;
	color: silver;
	margin-top: 0;
	padding-left: 11px;
	padding-right: 3px;
	line-height: 16px;
}

div.bio span{
	color: #383a37;
}

/* Tables */



#served,#roles,#solutions,#experience {
	margin: 11px auto 11px 11px;
	width: 650px;
}

#roles td{
	width: 260px;;
}

#experience th{
 width: 220px;

}

#wp-table-reloaded-id-2-no-1 h1 {
	padding: 7px 0 5px;
}

#wp-table-reloaded-id-2-no-1 tr{
	text-align: justify;
}


#wp-table-reloaded-id-1-no-1,#wp-table-reloaded-id-2-no-1,#wp-table-reloaded-id-3-no-1 {
	border-bottom-style: solid;
	width: 640px;
}


#wp-table-reloaded-id-1-no-1 td.column-1,#wp-table-reloaded-id-2-no-1 td.column-1,#wp-table-reloaded-id-3-no-1 td.column-1  {
	width: 110px;
	vertical-align: top;
	padding: 7px;
}


#wp-table-reloaded-id-1-no-1 td.column-2,#wp-table-reloaded-id-2-no-1 td.column-2,#wp-table-reloaded-id-3-no-1 td.column-2   {
	float: left;
	color: #383a37;
	font: normal normal 12px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

#wp-table-reloaded-id-2-no-1 img,#wp-table-reloaded-id-1-no-1 img{
	width: 138px;
	border: none;
	height: 48px;
}

#wp-table-reloaded-id-3-no-1 img {
	height: 60px;
	width: 104px;
	vertical-align: top;
}


/*Agiletest*/
#atest #content input {
	width: 60px;
}

#atest #note {
	font-size: 16px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #383A37;
	margin: 2px 15px 25px 15px;
}

#atest #note h4{
	font-weight: bold;
	font-size: 18pt;
	margin: 0px 0px 2px 0px;
}


