body {
	text-align: center;
	margin: 0;
	background-image: url(../images/background_shadow.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #D4D9DB;
}

body, td {
	/*font-family: verdana, arial, helvetica;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; /*font-size: 11px;*/
	color: #555;
}


#indexspace {
	padding-top: 3px;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}
.topbar {
	margin-bottom: 30px;
}
#header {  
	padding-top: 10px;
	padding-bottom: 15px;
}

#menu {
	padding-bottom: 1px;	
}
#menu td {
	padding-left: 4px;
}
#menu a {
	color: #07397E;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #009DC5;
}
#menu .marker {
	color: #009DC5;
}

a {
	color: #6587D1;
	text-decoration: none;
}
a:hover, a:active {
	color: #07397E;
}

#subnav {
	font-weight: bold;
	padding-bottom: 15px;
}
#subnav .off {
	color: #aaa;
}
#subnav a {
	color: #07397E;
}
#subnav a:hover, #subnav a:active {
	color: #009DC5;
}

.homeContent {
	padding-left: 19px;
	padding-top: 5px;
}
.homeContent a {
	color: #6587D1;
	font-weight: bold;
	text-decoration: none;
}
.homeContent a:hover, .homeContent a:active {
	color: #07397E;
}
.subtitle {
	color: #6587D1;
	font-weight: bold;
	font-size: 14px;
	}
	
.td_subtitle {
	margin-top: -8 px;
	}
	
.right_subtitle {
	color: #07397E;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
}
.subsubtitle {
	color: #6587D1;
	font-weight: bold;
	font-size: 12px;
}
.bold {
	font-weight: bold;
	line-height: 25 px;
	
}

#footer {
	margin-top: 10px;
}
#footer td {
	color: #AEB2B4;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #616161;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #AEB2B4;
}
#sitemap {
	padding-top: 10px;
	padding-bottom: 5px;
}
.rule {
	margin-top: 8px;
	margin-bottom: 5px;
}

.subcontent td {
	padding-top: 10px;
}
td.subleft {
	width: 750px;  /*width: 550px;*/
	padding-left: 25px;
	padding-right: 20px;
}
table.news {
	margin-top: -10px;
}

#sidebar {
	width: 200px;
}
#sidebar .topper {
	display: block;
	background-color: #006CA9;
	padding: 6px;
}
#sidebar .sidetitle {
	font-size: 14px;
	font-weight: bold;
	/*color: #006CA9;*/
	color: #07397E;
	padding-bottom: 5px;
}
#sidebar .content {
	display: block;
	color: #000;
	font-size: 11px;
	background-image: url(../images/background_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 10px;
	line-height: 15px;
}
#sidebar a {
	font-weight: bold;
}
#sidebar a:hover, #sidebar a:active {
	color: #07397E;
}

#contactForm {
	background-color: #eeeeee;
}
#contactForm td {
	padding: 5px;
}
input, textarea, select {
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	border: 1px solid #57AFA1;
}
.button {
	color: #fff;
	background-color: #003D7E;
}
.required {
	background-color: #FFFFD1;
}

/* Callouts */
#outsourcing, #billing, #technology, #budgeting, #engineering, #procurement, #cleantech {
	z-index: 10;
	position: relative;
	width: 378px;
	height: 74px;
	top: -211px;
	margin-bottom: -74px;
	left: 70px;
	color: #003D7E;
	font-weight: bold;
	background-image: url(../images/callout_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	opacity: .9;
	filter: alpha(opacity=90);
}
#outsourcing div, #procurement div {
	padding: 3 5 3 5;
}
#budgeting div, #billing div, #cleantech div, #technology div {
	padding: 10 5 10 5;
}
#engineering div {
	padding: 16 5 16 5;
}

.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
	display: block;
}

a.team {
	display: block;
	font-weight: bold;
	padding-top: 5px;
	color: #555;
	text-decoration: underline;
}
.bio {
	padding: 5 10 15 10;
}
.headline {
	font-weight: bold;
	font-size: 14px;
}

/*  form validation css */

input, textarea {
			/*border:1px solid #000;*/
			background-color:#FFFFD1;
		}
		
		.validation-failed { /* for textboxes, textareas, passwords */
			border:1px dashed #F33;
			background-color:#FCC;
		}
		
		.validation-failed-cr { /* for checkboxes and radios */
			border:1px dashed #F33;
			background-color:#FCC;
		}
		
		.validation-failed-sel { /* for selects */
			border:1px dashed #F33;
			background-color:#FCC;
		}
		
		.validation-passed { /* for textboxes, textareas, passwords */
			border:1px solid #6C6;
			background-color:#CFF;
		}
		
		.validation-passed-cr { /* for checkboxes and radios */
		
		}
		
		.validation-passed-sel { /* for selects */
			border:1px solid #6C6;
			background-color:#CFF;
		}
		
		.button {
			border:1px solid #0B5C8B;
			background-color:#0B80CD;
			color:#fff;
		}
