/*--- FROM DREAMWEAVER ---*/
@charset "UTF-8";
body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/siteBkgd.jpg) top left repeat-x;
	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;
}

body.oneColFixCtrHdr {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	background: #FFFFFF url(../images/siteBkgd.jpg) top left repeat-x;
}

.oneColFixCtrHdr #container {
	width: 828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 18px auto 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 #topCorners {
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px none #D9DCDC;
	border-right: 1px none #D9DCDC;
	border-left: 1px none #D9DCDC;
}

.oneColFixCtrHdr #sideBorders {
	border-right: 1px solid #D9DCDC;
	border-left: 1px solid #D9DCDC;
	margin: 0;
	padding: 0 0 10px 0;
}

.oneColFixCtrHdr #header {
	margin: 0;
	padding: 10px 25px 40px 18px;  /* 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. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 0 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

.oneColFixCtrHdr #footer {
	padding: 25px 25px 0 65px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
}

.oneColFixCtrHdr #footer p {
	color: #BBC4C1;
	font-size: 0.85em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*--- HEADER STYLES ---*/

div.nav1 {
	color: #828282;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
	text-align: right;
	vertical-align: middle;
}

div.nav1 a {
	color: #555555;
	margin: 0px 6px;
	text-decoration: none;
}

div.nav1 a:hover, div.nav1 a:active {
	color: #828282;
	text-decoration: none;
}

table.logobanner {
	margin: 0;
	width: 100%;
}

table td.logotd {
	text-align: left;
	vertical-align: middle;
}

table td.bannertd {
	text-align: right;
	vertical-align: middle;
}

/*--- MAIN CONTENT STYLES ---*/

h1 {
	color: #244140;
	font-size: 2.0em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.18em;
}

h2 {
	color: #BBC4C1;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.18em;
}

h3 {
	color: #244140;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

h4 {
	color: #244140;
	font-size: 1.05em;
	font-style: normal;
	font-weight: normal;
}

h5 {
	color: #244140;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
}

div.indentedcontent {
	margin: 0 160px 0px 38px;
}

div.layoutTable {
	display: table;
	margin: 0;
}

div.layoutTr {
	display: table-row;
}

div.layoutTd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

/*--- STYLES FOR TITLES + CALLOUTS + TAGLINES ---*/

div.pageTitle {
	margin: 0 200px 30px 0;
	text-align: left;
}

div.pageTitle h1 {
	margin-bottom: 5px;
}

span.smallCaps {
	font-size: 88%;
}

div.subh1 {
	border-top: 1px solid #BBC4C1;
	color: #797F7D;
	font-size: 1.6em;
	margin-left: 38px;
	text-align: right;
}

div.btmTagline {
	font-size: 70%;
	margin: 40px 0 20px 0;
	text-align: right;
}

div.btmTagline h1 {
	margin: 2px;
	padding: 0 50px;
}

div.btmTagline div.subh1 {
	margin: 0 0 0 200px;
}

div.leftCallout {
	background: url(../images/siteBkgd.jpg) top left repeat-x;
	font-style: italic;
	font-size: 0.90em;
	clear: none;
	color: #FFFFFF;
	padding: 10px 10px 200px 10px;
	text-align: left;
	vertical-align: top;
	width: 160px;
}

/*--- STYLES FOR TEAM BIOS ---*/

div#mainContent table.teamBios {
}

table.teamBios tr {
	text-align: left;
	vertical-align: top;
}

table.teamBios td {
	padding: 10px;
}

table.teamBios div.bioName {
	color: #244140;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

table.teamBios div.bioTitle {
	color: #244140;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

table.teamBios div.bioEmail {
	color: #244140;
	font-size: 0.9em;
}

table.teamBios div.bioEmail a:link, table.teamBios div.bioEmail a:visited {
	color: #244140;
	text-decoration: underline;
}

table.teamBios div.bioEmail a:hover, table.teamBios div.bioEmail a:active {
	color: #244140;
	text-decoration: none;
}

table.teamBios div.bioContent {
	margin: 10px 0;
}

/*--- STYLES FOR PROJECTS LISTING ---*/

#mainContent div.projectListing {
	margin: 0;
}

div.projectListing h4 {
	margin-bottom: 3px;
}

/*--- STYOES FOR CAPABILITIES LISTING ---*/

div.capListing {
	margin: 0 0 0 20px;
}

div.capListing li {
	margin-bottom: 2px;
}
