@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image:url(../layout/header-background.jpg);
	background-repeat: no-repeat;
	height: 210px;
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #headerHome { 
	background-image:url(../layout/header-home2.jpg);
	background-repeat: no-repeat;
	height: 328px;
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #header img.logoTransparent {
   margin: 30px 0 0 30px;
}
td { 
   vertical-align: top;
}


a:link {
   color: #009;
   text-decoration: underline;
}
a:visited {
   color: #609;
   text-decoration: underline;
}
a:hover {
   color: #009;
   text-decoration: none;
}
a:active {
   color: #900;
   text-decoration: none;
}

/* first top nav implementation, no drop-downs */
 
#topNav {
   padding: 5px;
   text-align: left;
   margin: 0 0 20px 0;
   background-color:#002240;
   }
#topNav ul {
	margin: 0px;
	padding: 0;
}
#topNav li {
    list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#topNav li a, .topNav li a:visited {
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 8px 8px 7px 8px;
}
#topNav li a:hover {
	color: #fff;
	text-decoration: underline;
}
#topNav li a:active {
	color: #ff0;
	text-decoration: underline;
}

/* second top nav implementation, inconjunction with Spry dropdowns. */

 
#topNav2 {
   padding: 5px;
   text-align: left;
   margin: 0 0 20px 0;
   background-color:#002240;
   height: 18px;
   }


h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 22px;
   font-weight: bold;
   color: #7C6533;
   margin-bottom: 2px;
}
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #7C6533;
   font-weight: normal;
   margin-bottom: 2px;
}
h3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #7C6533;
   font-weight: bold;
   margin-bottom: 0;
}

p {
   margin: 0 0 10px 0;
   font-size: 13px;
   line-height: 18px;
}

ul {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

ul li {
   margin: 0px 0 5px 20px;
}

ol {
   margin: 0 0 10px 20px;
}

ol, ol li {
   font-size: 13px;
}

ol ul {
   margin-left: 0px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 321px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C1D2D9; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../layout/sidebar-background.jpg);
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #sidebar1 ul {
   margin: 0 0 10px 40px;
   padding: 0 0 10px 0;
}

.twoColFixLtHdr #sidebar1 ul li {
   list-style-image:url(../layout/carrat-blue-dark.gif);
   font-family:Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   color: #666;
   font-size: 14px;
   margin: 4px 0 6px 0px;
   padding: 0;
}

#sidebar1 a:link, #sidebar1 a:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   color: #002240;
   text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   color: #A00;
   text-decoration: underline;
}

#sidebar1 h2 {
   background-color: #002240;
   color: #fff;
   padding: 5px 5px 5px 20px;
   margin: 0 5px 0 0;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 15px;
   font-style:italic;
   font-weight: bold;
}

.sidebarSubtext {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   color: #666;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 340px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #bodyHeader {
   margin-right: -20px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7C6533; 
	margin-top: 30px;
	/* background-image: url(../images/10_year_logo.gif);
	background-position: 920px;
	background-repeat: no-repeat; */
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eee;
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddd;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddd;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.invisible {
   visibility: hidden;
   margin: 0;
   padding: 0;
}

.topNavTable {
  margin: 10px 0 20px 0;
}

.tableType1 {
	border-left: solid 1px #7CAADB;
	border-bottom: solid 1px #7CAADB;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.tableType1 td {
	padding: 6px;
	margin: 6px; 
	border-right: 1px solid #A6C9F6;
	border-top: 1px solid #A6C9F6;
}

.tableType1 .heading, .tableType1 .heading td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7CAADB;
	border-top: 1px solid #7CAADB;
	border-right: 1px solid #A6C9F6; /* NOT the last cell in the row. See headingLast */
}

.projectHeaderTable {
   margin: 0;
   background-color: #1E5574;
   color: #fff;
}

.projectHeaderTable td.heading {
   height: 24px;
   padding: 0;
   margin: 0;
   background-color: #fff;
   background-image:url(../layout/project-header-background.gif);
   background-position: top;
   background-repeat: no-repeat;
}

td.heading h1 {
   margin: 10px 0 0 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 16px;
   text-align: center;
   color: #fff;
}

.projectDetailsTable {
   width: 560px;
   margin: 5px 20px 5px 20px;
}
.projectDetailsTable td {
   padding: 4px;
}

.projectOverviewTable {
   margin: 4px;
   width: 100%;
}
.projectOverviewTable td {
   padding: 4px;
}

.projectOverviewTable a, .projectOverviewTable a:link, .projectOverviewTable a:visited {
   text-decoration: underline;
   color: #fff;
}

.projectOverviewTable a:hover {
   text-decoration: none;   
   color: #fff;
}

table.portfolioTable {
   margin: 10px 0px;   
}

.portfolioTable td {
   padding: 0 6px 0 0;   
}

table.portfolioTable2 {
   margin: 8px 0px;   
}

.portfolioTable2 td {
   padding: 0 8px 8px 0;   
}

.projectRole {
   color: #444;
   font-style: italic;
}

.photoNoMargin {
   margin: 0;
   padding: 0;
}

div.caseStudyPhotos {
   float: right;
   width: 300px;
   margin: 0 0 20px 20px;
}

img.homeFeaturePhoto {
   margin-bottom: 14px;
}

div.featureRight {
   float: right;
   width: 240px;
   background: #DDD1BC;
   border: 1px solid #7C6533;
   margin: 5px 0 10px 20px;
   padding: 10px;
}

.featureRight h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 18px;
   color: #7C6533;
   font-weight: bold;
   font-style: italic;
   margin-bottom: 0;
}

.featureRight ul {
   font-size: 12px;
   margin: 0;
   padding: 0;
}

.featureRight ul li {
   margin: 5px 0 5px 20px;
   padding: 0;
}

div.bioPhoto {
   margin: 6px 10px 10px 0;
   float: left;
}
