
/* GENERAL FORMATTING */
body {
	background-color: #D9D7C3;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
}

input.newsletterInput {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 95px;
}

.submitBttn {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 35px;
}

/* LINK DEFS */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	color: #993300;
}

.imgFloatRight {
	display: inline;
	float: right;
	margin-left: 10px;
	border: 10px solid #E2E0D1;
	clear: right;
	background-color: #E2E0D1;
}

.imgFloatLeft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 10px solid #E2E0D1;
	clear: inherit;
	background-color: #E2E0D1;
}

.imgCaption {
	font-size: 9px;
}

.imgCaption a {
	text-decoration: none;
}

.quote {
	margin-left: 25px;
}

blockquote {
	background: transparent url(../images/icn_quote.gif) left top no-repeat;
	margin: 5px 20px 10px 20px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.author {
	display: block;
	font-style: italic;
	font-size: 10px;
	color: #6E6A44;
}

.bulletedList {
	margin-left: 40px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 20px;
	margin-top: 10px;
}

.bulletedList2 {
	margin-left: 40px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.bulletedList li {
	padding-bottom: 5px;
}

.bulletedList2 li {
	padding-bottom: 10px;
}

.txtEmphasis {
	font-style: italic;
}

/* WRAPPER */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

/* HEADER */
/* MOD */
#header {
	width: 960px;
	padding-top: 12px;
}

/* 2 HEADER COLUMNS */
/* MOD */
#header_left {
	width: 135px;
	float: left;
	padding: 0;
	margin-left: -5px;
	margin-top: -5px;
}

/* MOD */
#header_right {
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	width: 820px;
	text-align: right;
	color: #484928;
	letter-spacing: 0.5px;
}

/* MOD */
#mainNav {
	clear: right;
	padding-top: 17px;
	/*	background-color: yellow;*/
	text-align: right;
	width: 820px;
}

/* MOD */
#remmies {
	padding-top: 27px;
	text-align: right;
	width: 539px;
	height: 150px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 13px;
	color: #4F4500;
	/*	background-color: red;*/
	clear: right;
}

#header_right a:link, #header_right a:visited, #header_right a:active {
	text-decoration: underline;
	color: #484928;
}

#header_right a:hover {
	color: #6B6B47;
}

/* global info in HEADER */
/* MOD */
#header_sections {
	width: 820px;
	/*	background-color: fuchsia;*/
	overflow: hidden;
}

/* MOD */
#col1 {
	float: right;
	width: 165px;
	margin-left: 5px;
	display: inline;
	border-left: 1px solid #B9B497;
	padding-left: 11px;
	font-size: 11px;
	text-align: left;
	height: 51px;
}

#header_sections #col1 h1 {
	font-size: 12px;
	font-weight: bold;
	margin: -4px 0 -2px 0;
	padding: 0;
}

#header_sections #col1 h2 {
	margin: 0 0 3px 0;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

#header_sections #col1 h3 {
	margin-top: 0;
	font-size: 10px;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 30px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

h4 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

#col1 a:link, #col1 a:visited {
	text-decoration: none;
}

/* MOD */
#col2 {
	float: right;
	width: 157px;
	margin-left: 5px;
	border-left: 1px solid #B9B497;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	/*	color: #666666;*/
	text-align: left;
	height: 51px;
}

/* MOD */
#col3 {
	float: right;
	width: 147px;
	margin-left: 5px;
	border-left: 1px solid #B9B497;
	padding-left: 10px;
	font-size: 11px;
	text-align: left;
	height: 51px;
}

/* NAVLIST */
.navButtons {
	padding-right: 1px;
}

/* CONTENT HOME */
/* MOD CHANGED */
#contentHME {
	background-image: url(../images/bg_contentHME.gif);
	background-position: 300px 0;
	background-repeat: no-repeat;
	/*	clear: left;*/
	min-height: 580px;
 height: expression(this.scrollHeight > 580 ? "auto":"580px");
	font-size: 14px;
	line-height: 20px;
}

/* CONTENT SUB */
#contentSUB {
	background-image: url(../images/bg_contentSUB.gif);
	background-position: 378px 0px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentSUBprt {
	background-image: url(../images/bg_contentSUB7d.gif);
	background-position: 378px 100px;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 10px;
}

#contentSUBcnt {
	background-image: url(../images/bg_contentSUB2b.gif);
	background-position: 300px 65px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentSUBgreen {
	background-image: url(../images/bg_contentSUB11c.gif);
	background-position: 278px 94px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentSUBsrv {
	background-image: url(../images/bg_contentSUB6.gif);
	background-position: 378px 94px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentSUBmaint {
	background-image: url(../images/bg_contentSUBmaint.jpg);
	background-position: 348px 94px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentSUBrsc {
	background-image: url(../images/bg_contentRSC.gif);
	background-position: 378px 94px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentSUBabo {
	background-image: url(../images/bg_contentSUB5c.gif);
	background-position: 318px 94px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#visSUB {
	margin-top: 10px;
	margin-left: 198px;
	clear: both;
	padding-top: 40px;
}

#visSUBprt {
	margin-top: 10px;
	margin-left: 198px;
	clear: both;
	height: 140px;
}

#visSUBgreen {
	margin-top: 10px;
	margin-left: 198px;
	clear: both;
	height: 230px;
}

/* 2 CONTENT SUB COLUMNS */
#contentSUB_left {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
}

#contentSUB_left h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 0;
	margin-bottom: 30px;
	line-height: 22px;
}

#contentSUB_left2 {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
}

#contentSUB_left2 h1 {
	font-size: 19px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 22px;
}

/* minimum height of container */
#contentSUB_left {
	min-height: 200px;
 height: expression(this.scrollHeight > 200 ? "auto":"200px");
}

#contentSUB_left ul {
	padding: 0;
	margin: 0;
	margin-top: 4px;
	list-style-type: none;
}

#contentSUB_left li {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 12px;
	color: #993300;
}

#contentSUB_left ul li a:link, #contentSUB_left ul li a:visited {
	color: #781507;
	text-decoration: none;
}

#contentSUB_left ul li a:hover {
	color: #601F00;
}

/* CASE STUDIES */
.prev_next {
	color: ##550055;
	font-size: 12px;
	margin-bottom: 20px;
}

.prev_next a:link, #prev_next a:visited, #prev_next a:active {
	color: #550055;
	text-decoration: none;
}

.prev_next a:hover {
	color: #900090;
}

#contentSUB_leftPRT {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
}

#contentSUB_leftPRT ul {
	margin: 15px 0 0 15px;
}

#contentSUB_leftPRT li {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 12px;
	font-size: 12px;
}

#contentSUB_leftPRT li.caseStudy {
	margin: 20px 0 0 0;
	color: #6E6A44 !important;
}

#contentSUB_leftPRT li.caseStudy a {
	font-style: normal !important;
}

#contentSUB_leftPRT H1.prtHeader {
	font-size: 18px !important;
	color: #6E6A44;
	margin: 7px 0 7px 0;
}

#contentSUB_leftPRT ul li a:link, #contentSUB_leftPRT ul li a:visited {
	color: #550055;
	text-decoration: none;
}

#contentSUB_leftPRT ul li a:hover {
	color: #550055;
}

#contentSUB_leftPRT #currentPage {
	color: #6E6A44;
}

.caseStudy_head {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 30px;
}

#contentSUB_left #currentPage {
	color: #6E6A44;
}

#contentSUB_right h1 {
	font-size: 19px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 22px;
}

#contentSUB_right p {
	margin-top: 0;
	margin-bottom: 12px;
}

#contentSUB_right {
	padding: 0;
	margin: 0;
	margin-left: 198px;
	margin-right: 0px;
	width: 755px;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
}

/* minimum height of container */
#home #content_right h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

#home #content_right #homeHeadline h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 30px;
}

#contentSUB {
	min-height: 600px;
 height: expression(this.scrollHeight > 600 ? "auto":"600px");
}

#contentHME p {
	margin-bottom: 20px;
}

/* 2 CONTENT COLUMNS */
#content_left {
	width: 365px;
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 127px;
}

#content_right {
	padding: 0;
	margin: 0;
	margin-left: 413px;
	margin-right: 0px;
	width: 530px;
}

.callout {
	color: #FFFFFF;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 30px;
	padding-top: 80px;
}

#footerHME {
	clear: both;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#footerPRT {
	clear: both;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-bottom: 30px;
}

#footerLine {
	position: relative;
	border-top: 1px solid #BFBB99;
	padding-bottom: 10px;
	width: 960px;
}

#assocLogos {
	width: 710px;
	text-align: center;
	margin: 0 auto;
}

.float {
	float: left;
	padding-right: 45px;
}

.floatLast {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}

#footerLinks {
	clear: both;
	padding-top: 30px;
	text-align: center;
	height: 8px;
	padding-bottom: 25px;
}

#footerLinks ul {
	margin: 0;
	padding-bottom: 10px;
	: 0;
	color: #747678;
	font-size: 10px;
}

#footerLinks ul li {
	display: inline;
}

#footerLinks ul li a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footerLinks ul li a:hover {
	color: #000000;
	text-decoration: none;
}

.copyRight {
	color: #999999;
	font-size: 10px;
}

.copyRight a:link, .copyRight a:visited, .copyRight a:active {
	color: #999999;
	text-decoration: none;
}

.copyRight a:hover {
	color: #303030;
}

#prt_SWF {
	font-size: 11px;
	font-weight: bold;
}

#prt_SWF p {
	margin-top: 15px;
}

.servicesHeader {
	font-size: 13px;
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 10px;
}

.paragraphHeader {
	font-size: 13px;
	display: block;
	font-weight: bold;
}

.greenHeader {
	font-size: 13px;
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	color: #476A00;
}

.greenH1 {
	color: #476A00;
}

.srvH1 {
	color: #455571;
}

.maintH1 {
	color: #735a5a;
}

.rscH1 {
	color: #9C5525;
}

.prtH1 {
	color: #550055;
}

.cntH1 {
	color: #555546;
}

.aboH1 {
	color: #781507;
}

.bodyCopyHeader {
	display: block;
	font-weight: bold;
}

.bodyCopyHeader2 {
	font-weight: bold;
}

p.spaceSbttm {
	margin-bottom: 4px !important;
}

p.spaceStop {
	margin-top: 0px !important;
}

#CNT_col1 {
	float: left;
	width: 250px;
	display: inline;
}

#CNT_col2 {
	float: left;
	width: 300px;
	margin-left: 5px;
	padding-left: 10px;
}

#CNT_col2 p {
	margin-top: 0;
	margin-bottom: 10px;
}

#CNT_col2 a {
	font-style: italic;
}

#remmies {
	padding-top: 27px;
	text-align: right;
	width: 539px;
	height: 150px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 13px;
	color: #4F4500;
}

#remmies table {
	text-align: right;
}

#remmies table td {
	vertical-align: top;
	text-align: right;
}

/* CLEARFIX */
.clearfix2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix2 {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix2 {
	display: block;
}

#contentLoading {
	text-align: left;
}

/**/

#reviewsTestimonials {
	overflow: hidden;
	background-color:#DFDECE !important;
	width: 100%;
	padding: 5px 0 5px 0;
	text-align: center;
	margin-bottom: 20px;
}

#reviewsTestimonials img {
	padding: 0 0 0 25px;
}

.textLabel {
	padding: 6px 0 0 6px;
}





