@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* same for padding */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/bkgdtile-quadrille-gray10.gif)
	}
p {
	line-height: 1.4;
	margin: 0;
	padding-top: .5em;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.2em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 1em;
	}
h6 {
	font-size: 3em;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding-top: 1em;
	}
a img { 
	border: none; /* MS- needed to eliminate default blue link border in Opera browser */
	}
#container {
	width: 950px;
	background: #FFFFFF url('images/black-tile-leftBG.gif') repeat-y;		/* added BG image by Nicasio LLC, June 25th 2010 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	position:relative;
	} 
#header {
	/*margin-bottom: 18px;*/		/* removed by Nicasio LLC, June 25th 2010 */
	padding-bottom:18px;			/* added by Nicasio LLC June 25th 2010 */
	background:#FFF;				/* added by Nicasio LLC, June 25th 2010 */
	} 
#banner {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 27px;
	background-image: url(images/Header-orangestripe-2-1px.gif);
	background-color: #f7921e;
	border-top: 1px solid #000;
	}
#banner p {
	padding-left: 180px;
	color: #FFFFCC;
	font-size: 10px;
	margin: 0;
	vertical-align: middle;
	margin-top: 5px;
	padding-top: 0px;
	font-weight: bold;
	letter-spacing: 0.25em;
	}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include padding and border in addition to the width */
	background-color: #000;
	/* border-top: 35px solid #bebebe; */	/* removed by Nicasio LLC, Sept 3rd 2010 */
	margin-top:35px;						/* added by Nicasio LLC, Sept 3rd 2010 */
	padding-top:9px;						/* added by Nicasio LLC, Sept 3rd 2010 */
	}
* html #sidebar1 {margin-right:-3px;margin-top:0px;}		/* added by Nicasio LLC, Sept 3rd 2010 */
#sidebar1 form {
	font-size: 8.5px;
	padding: 3px;
	padding-top: 8px;
	margin-bottom: 7px;
	}
#sidebar1 fieldset {
	border: 1px solid #666;
	margin: 0 auto;
	padding-bottom: 0.75em;
	color: #c93;
	padding-right: 0px;
	width: 160px;
	}
#sidebar1 legend {color:#c93;}		/* added by Nicasio LLC, June 25th 2010 */
#sidebar1 fieldset  p {
	font-size: 8px;
	margin: 0;
	padding: 0;
	}
#sidebar1 fieldset label {
	float: left;
	width: 25px;
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
	padding-top: 8px;
	}
#sidebar1 input.text {
	color: #fff;
	background-color: #999;
	border-color: #333;
	margin: 0;
	padding: 2px;
	cursor: default;
	}
#sidebar1 input.text:hover {
	background-color: #604c3b;
	}
#sidebar1 input.text:focus {
	background-color: #f7921e;
	}
#sidebar1 select {
	width: 100%;
	margin-top: 4px;
	font-size: 9px;
	}
#sidebar1 input#button {
	font-size: 8.5px;
	cursor: default;
	margin-left: 30px;
	margin-top: 4px;
	}
#sidebar2 {
	background-color: #fff;
	float: right;
	width: 222px;
	margin-bottom: 40px;
	margin-left:-3px;							/* added by Nicasio LLC, Sept 3rd 2010 */
	}
#sidebar2 img {
	border-top: 35px solid #bebebe;
	}
#sidebar2 img.noTopBorder {
	border-top: none;
	}
.sidebar2verbIt {
	color: #333;
	padding-top: 0px;
	}
.sidebar2solutions {
	color: #333;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 15px;
	}
#sidebar2submenu a:link, #sidebar2submenu a:visited {
	color: #604c3b;
	font-weight: bold;
	}
hr {
	margin-top: 20px;
	margin-bottom: 0px;
	}
.clearLeftPhoto {
	clear: left;
	}
#sidebar2submenu a:hover, #sidebar2submenu a:active {
	color: #f7921e;
	font-weight: bold;
	}
#breadcrumb {
	border-bottom: 8px solid #ddd;
	margin-left: 180px solid #bebebe;
	margin: 0;
	padding-left: 20px;
	color: #000;
	background-color: #bebebe;
	font-size: 9px;
	padding-top: 1em;
	height: 26px;
	position:relative;							/* added by Nicasio LLC, Sept 3rd 2010 */
	z-index:2;									/* added by Nicasio LLC, Sept 3rd 2010 */
	}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #666;
	text-decoration: none;
	}
#breadcrumb a:hover, #breadcrumb a:active {
	color: #fff;
	text-decoration: underline;
	}
#rBreadcrumb {
	margin: 0;
	padding-left: 32px;
	background-color: #604c3b;
	padding-top: 0.75em;
	height: 26px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #9F8B5E;
	margin-left: 180px solid #604c3b;
	position:relative;							/* added by Nicasio LLC, Sept 3rd 2010 */
	z-index:2;									/* added by Nicasio LLC, Sept 3rd 2010 */
	}
#rBreadcrumb p {
	font-size: 14px;
	color: #f7921e;
	letter-spacing: 0.125em;
	padding-top: 4px;
	}
#mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-right: 10px;
	/*border-left: 180px solid #000;*/		/* Removed by Nicasio LLC, June 25th 2010 */
	margin-left:180px;						/* Added by Nicasio LLC, June 25th 2010 */
	} 
	
.sitemap {border:1px solid white;}			/* Added by Nicasio LLC, June 25th 2010 to fix the sitemap #mainContent layout */
#container #mainContent .boxedBulletText ul {
	background-color: #F8F7FA;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	width: 420px;
	border: 1px solid #CCCCCC;
	}
#mainContent p {
	width: 510px;
	}
#mainContent ul {
	padding-left: 1.5em;
	margin-bottom: 0px;
	margin-top: 0.5em;
	width: 510px;
	}
#container #mainContent li.tightlineheight {
	line-height: 1.4;
	}
#mainContent li {
	line-height: 1.75em;
	}
#mainContent a {
	font-weight: bold;
	}
#mainContent a:link, #mainContent a:visited {
	color: #604c3b;
	}
#mainContent a:hover, #mainContent a:active {
	color: #f7921e;
	}
.drillLinks {
	font-size: 11px;
	line-height: 2;
	}
#mainContentOpenPage  {
	padding-right: 0px;
	/*padding-left: 0px;*/					/*removed by Nicasio LLC, June 25th 2010 to allow for new black background tile*/
	margin-left:180px;						/* added by Nicasio LLC, June 25th 2010 */	
	/*width:770px;*/
	/*margin:auto;*/						/* removed by Nicasio LLC, June 23rd 2010 */
	/*margin-left: 180px solid #000;*/		/* removed by Nicasio LLC, June 23rd 2010 */
	}
* html #mainContentOpenPage {margin-right:-3px;}	/* added by Nicasio LLC, Sept 3rd 2010 */
#mainContent p.openPage {
	margin: 0;
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	width: 740px;
	} 
#mainContent table {
	width: 480px;
	font-size: 10px;
	}
#mainContent table p {width:auto !important;}		/* added by Nicasio LLC, June 25th 2010 */
#mainContent select {
	font-size: 10.5px;
	}
#mainContent p.subheader {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 472px;
	}
#mainContent table input.text {
	color: #fff;
	background-color: #999;
	border-color: #333;
	margin: 0;
	padding: 2px;
	cursor: default;
	}
#mainContent table input.text:hover {
	background-color: #604c3b;
	}
#mainContent table input.text:focus {
	background-color: #f7921e;
	}
#timeline {
	padding-top: 10px;
	}
#grayMatter {
	color: #666;
	margin-top: 1em;
	}
#grayMatter p {
	width: 510px;
	line-height: 1;
	}
#grayMatter a:link, #grayMatter a:visited {
	color: #666;
	font-weight: normal;
	}
#grayMatter a:hover, #grayMatter a:active {
	color: #f7921e;
	font-weight: normal;
	}
.excellence {
	text-transform: uppercase;
	font-size: 10.5px;
	line-height: 1;
	font-weight: bold;
	}
#footer {
	background:#DDDDDD;
	color: #666;
	font-size: 9px;
	} 
#footer p {
	margin: 0 0 0 200px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
	}
.verbIT {
	font-size: 5em;
	font-weight: bold;
	/*line-height: .5;*/				/* removed by Nicasio LLC, June 25th 2010 */
	line-height:100%;					/* added by Nicasio LLC, June 25th 2010 */
	/*padding-top: 0.5em;*/				/* removed by Nicasio LLC, June 25th 2010 */
	margin-top:-0.3em;					/* added by Nicasio LLC, June 25th 2010 */
	letter-spacing: -0.05em;
	}
.introText {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	}
.grayText {
	color: #666;
	}
.redText {
	color: #f00;
	}
.brownText {
	color: #604c3b;
}
.boldText {
	font-weight: bold;
	}
.boldRedText {
	font-weight: bold;
	color: #f00;
	}
.italicText {
	font-style: italic;
	}
.textGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rBreadcrumbBold {
	font-weight: bold;
	color: #fc6;
	}
.rBreadcrumbSolutions {
	color: #fc6;
	}
#topNav input {
	vertical-align: middle;
	background-position: center;
	margin-bottom: 40px;
	}
#mainContent  #partners table {
	width: 720px;
	}
#mainContent #partners table td {
	vertical-align: middle;
}
#mainContent #partners p {
	font-size: 12px;
}
#mainContent #partners img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
#container #mainContent #compellingquote p {
	background-color: #FFFCE9;
	color: #604c3b;
	width: 480px;
	border: 5px solid #d8cbb4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 6px;
}
#container #mainContent #caseheadline p {
	background-color: #f7921e;
	color: #fff;
	width: 475px;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 8px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #604c3b;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container  #mainContent  #casestudyitem {
	background-color: #f6f1e4;
	color: #604c3b;
	width: 428px;
	border: 1px solid #bebebe;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 5px;
	font-weight: bold;
}
#container #sidebar2 #sidequote p {
	background-color: #FFFCE9;
	color: #604c3b;
	width: 180px;
	border: 5px solid #d8cbb4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 5px;
}
#container #mainContent .goldboxedBulletText ul {
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	width: 420px;
	border: 5px solid #E0CF7E;
	color: #604c3b;
}