/* CSS Document */

body {
	margin: 0;
	font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;
	background: url(../../images/bckrptr.gif) top left repeat-x;
	text-align: center;
	color: #28405c;
}
a {
	text-decoration: none;
	color: #5c99d5;
}
a:hover {
	color: #8ab6e1;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
#wrapper {
	width: 666px;
	margin: 0px auto;
	text-align: left;
	background: url(../../images/page.gif) center repeat-y;
}
#header {
	background: #6A5741;
	width: 666px;
	background: url(../../images/header.jpg) right no-repeat;
}
#nav {
	background: url(../../images/nav_sub.jpg) bottom center no-repeat;
	width: 666px;
	height: 46px;
}
#footer {
	clear: both;
	height: 80px;
	margin-top: 30px;
	text-align: center;
	font-size: 11px;
}

/* menu */
#mainMenu {
	width: 666px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
}
#menuList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#menuList ul {
	z-index: 100;
	margin: 0px;
	padding: 0px;
}
#menuList li {
	z-index: 100;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuList li.li_home {
	width: 125px;
	float: left;
	position: relative;
}
#menuList li.li_projects {
	width: 131px;
	float: left;
	position: relative;
}
#menuList li.li_about {
	width: 140px;
	float: left;
	position: relative;
}
#menuList li.li_careers {
	width: 120px;
	float: left;
	position: relative;
}
#menuList li.li_contact {
	width: 150px;
	float: right;
	position: relative;
}
#subMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subMenu ul li {
	background: url(../../images/sub_nav.gif) left center repeat-x;
	float: left;
	font-size: 13px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	width: 145px;
}
#subMenu ul li.active {
	background: url(../../images/sub_nav_active.gif) left center repeat-x;
}
#subMenu ul li a {
	color: #000;
	display: block;
}
#subMenu ul li a:hover {
	color: #fff;
}
#subMenu ul li.active a {
	color: #fff;
}

#contentWrapper {
	margin: 10px 42px 0 44px;
	min-height: 425px;
	width: 580px;
}
#contentWrapper h3 {
	margin: 6px 0;
	padding: 0 5px;
}
#contentWrapper p {
	line-height: 1.5em;
	padding: 0 5px;
}
#contentWrapper p.project {
	font-size: 15px;
	text-align: justify;
}
#contentWrapper p.tiny {
	font-size: 13px;
	line-height: 1.75em;
}
#contentImg {
	float: left;
	margin-top: 10px;
	width: 190px;
}
#contentImg a.linkBtn {
	width: 174px;
	margin: 4px 4px 10px 4px;
	display: block;
	border: 4px solid #28405c;
	background: #28405c;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#contentImg a:hover {
	color: #8ab6e1;
}
#contentTxt {
	margin: 10px 0 0 7px;
	float: left;
	width: 383px;
	font-size: 13px;
}
#contentTxt h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 6px 0;
	padding: 0 5px;
}
#contentTxt h4 {
	margin: 6px 0;
	padding: 0 5px;
	text-transform: uppercase;
}
#contentTxt p {
	line-height: 1.75em;
	padding: 0 5px;
}
#contentTxt ul {
	margin: 5px 0 15px 0;
	padding: 0;
}
#contentTxt ul.left {
	float: left;
	margin: 5px 20px 15px 0;
	padding: 0;
}
#contentTxt li {
	list-style-type: none;
	padding-left: 10px;
	line-height: 1.5em;
}
#contentTxt p.faux {
	margin: 0;
}
#callout {
	background: url(../../images/callout_bg.gif) top center no-repeat;
	color: #fff;
	text-align: center;
	min-height: 190px;
}
#callout p {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
	padding: 38px 20px;
}
#callout p.history {
	font-size: 20px;
	line-height: 1.25em;
	margin: 0;
	padding: 58px 20px;
}
#callout p.values {
	font-size: 16px;
	line-height: 1.25em;
	margin: 0;
	padding: 65px 20px;
}
#callout p.careers {
	font-size: 18px;
	line-height: 1.25em;
	margin: 0;
	padding: 60px 20px;
}
#callout p.employment {
	font-size: 16px;
	line-height: 1.25em;
	margin: 0;
	padding: 55px 20px;
}
#project {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#project_main {
	background: url(../../images/main_img_bg.gif) center center no-repeat;
	float: left;
	height: 296px;
	margin: 0 3px 0 0;
	width: 427px;
}
#project_thumbs {
	float: left;
	width: 150px;
}
.main_img {
	display: block;
	padding: 8px;
}
.thumb_img {
	float: left;
	background: url(../../images/thumb_img_bg.gif) 0 0 no-repeat;
	display: inline-block;
	height: 61px;
	padding: 5px;
	margin: 0 0 4px 4px;
	width: 61px;
}
.label {
	display: block;
	color: #909090;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0 7px;
}
.info {
	display: block;
	font-size: 13px;
	line-height: 1.25em;
	padding: 0 7px;
}
.leed {
	background: #6c903b;
	color: #ffffff;
	/*display: block;*/
	font-size: 13px;
	line-height: 1.25em;
	margin: 0 7px;
	padding: 2px 5px;
}
#map {
	background: url(../../images/map_bg.gif) center center no-repeat;
	height: 340px;
	width: 580px;
	margin: 10px 0 0 0;
	position: relative;
}
.tooltip {
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
}
.wisconsin {
	left: 362px;
	top: 87px;
}
.illinois {
	left: 362px;
	top: 111px;
}
.texas {
	left: 274px;
	top: 230px;
}
.tip {
	color: #28405c;
	font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;
}

