@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	background: #330000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:74px;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	border-bottom:4px solid #939598;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:inline;
	position:absolute;
	height:60px;
	width:170px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #c3c0a8;
	border-bottom:1px solid #FFFFFF;
	border-top:0; /* fix padding issue in IE */
	font-size:10pt;
}
.oneColFixCtrHdr #mainContent a{color:#035940; text-decoration:underline;  }

.oneColFixCtrHdr #footer {
	margin-top:5px;
	border-top:1px solid #939598;
	color:#999999;
	font-size:8pt;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a{ color:#035940; text-decoration:underline; }
.left {float:left; width:79%;}
.dataleft {float:left; width:50%;color:#000000; }
.dataright {float:right; width:49%;color:#000000;}
.leftcol {padding-right:20px;}
.right {float:right; width:20%; text-align:right;}
h2 { margin:0; color:#f89734; font-size:10pt; text-transform:uppercase;}
h3 { margin:0; color:#035940; font-size:10pt;}
h4 { margin:0; color:#333333; font-size:10pt;}
dl { margin-left:10px; }
dt { color:#035940; font-weight:bold;}
dd { margin-left:0;color:#333333;}
* {color:#333333; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
table td {vertical-align:top;}
#rightColEnd { width:100%; height:20px; background-color:#035940; float:left;color:#FFFFFF; padding:4px 0 4px 0px; margin-top:7px;}
#rightColEnd p {padding-left:0 0 0 0; margin:0 10px 0 10px; text-align:right;}
#rightColEnd a:link, #rightColEnd a:visited {color:#FFFFFF; text-transform:uppercase; text-decoration:none;}
#picNav { text-align:right; margin-right:10px;}
#picNav img {border:0; padding:0 2px;}

/* About: Leadership */
div#col31 { width:175px; float:left; color:#000000; margin-left:10px;}
div#col31 img.person { border:1px solid #999999; }
div#col32 { width:190px; float:left; margin-right:5px; margin-left:10px; color:#000000;}
div#col33 { width:245px; float:left; margin-left:5px; color:#000000; margin-right:10px;}
div#col31 h3, div#col32 h3, div#col33 h3 {margin-bottom:6px;}

h3.title { font-size:110%; text-transform:uppercase; letter-spacing:-1px; margin-bottom:0; padding-bottom:0;}
.noTopSpace {margin-top:0; padding-top:0;}
.thumbSmall {float:left; width:100px; height:100px; margin:auto; text-align:left; margin:0px 0px 2px 0; letter-spacing:-1px;}
.thumbSmall p {margin:0px 0 1px 0; padding:0; text-align:left; font-size:96%; line-height:9pt;}
.thumbSmall img, img.headshot {border:1px solid #999999;}
.thumbSmall a:hover img, .thumbSmall a:focus img {border:1px solid #fbA575;}
p.bio {margin:0 10px 0 10px; float:left; width:450px;}
a.downloadLink { font-size:90%;}
ul.SubNav
{
	padding:5px 0;
	margin: 0;
	list-style-type: none;
	font-size: 96%;
	cursor: default;
	width: auto;
	display:block;
	font-weight:bold;
}
ul.SubNav li
{
	margin: 0;
	padding: 0px 8px;
	list-style-type: none;
	font-size: 80%;
	position: relative;
	text-align: center;
	cursor: pointer;
 
	float: left;
	border-right:2px solid #CCCCCC;
	white-space::nowrap;!IMPORTANT
}
ul.SubNav li#last {border-right:0;}
ul.SubNav li.leftmost, ul.SubNav li:first-child { padding-left:0; margin-left:0; }
.oneColFixCtrHdr #mainContent ul.SubNav li a, .oneColFixCtrHdr #mainContent ul.SubNav li a:link, .oneColFixCtrHdr #mainContent ul.SubNav li a:active {color:#999999;text-decoration:none;}
.oneColFixCtrHdr #mainContent ul.SubNav li a:hover, .oneColFixCtrHdr #mainContent ul.SubNav li a:focus {color:#fbA575; text-decoration:none;}
.rightColContain {background-color:#c5c2ab; width:100%; padding-top:16px; float:left; color:#000000;}
.rightColContain p {color:#000000;}
.rightColContain em {color:#000000;}
div#rightColEnd p.projNav {text-align:left; font-size:90%;}
p.projNav a.curProj {border-bottom:4px solid #fbA575;}
#projectPhoto { margin-left:10px; border:0;}
.text90 { font-size:90%; line-height:120%;}
	#diff { font-size:110%;}
h3.projTitle {background-color:#C5C2AB; border-top:1px solid #A5A28B;}
p.projClient {background-color:#C5C2AB; color:#333333; margin-top:0;}
.caption {margin-left:10px; margin-top:0;}
