body {
    margin: 0 0 20px 0;
    font-family: Arial,Helvetica,Verdana,Sans-Serif;
    font-size: 12px;
    line-height: 15px;
    background: #fff;
    color: #000;
}


body.tier {
	background: #352d28;
	color: #000;
}

body.home {
	background: #000;
	color: #cdcda4;
}

/* ----- redefined tags ----- */

p, form {
	padding: 0;
	margin: 0;
}

p {
	font-size: 12px;
	line-height: 15px;
}

.fnt {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size:10px;
	line-height: 12px;
}

a, a:link, a:visited, a:active {
	color: #663;
	text-decoration: none;
	cursor: pointer;
}
	
a:hover {
	color: #663;
	text-decoration: underline;
}

/* -- notes (i.e. employee login link on homepage -- */
	
p.note {
	font-size: 11px;
	color: #996;
	margin-top: 10px 0 0 10px;
}
	
a.note:link, a.note:visited, a.note:active, a.note:hover {
	color: #cdcda4;
	text-decoration: underline;
}

/* -- headers -- */

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

h1 { 
	font-size: 20px;
	line-height: 25px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 20px;
	color: #f60;
	margin-top: 10px;
}

h4 {
	font-size: 13px; 
	line-height: 17px;
}

h5 {
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #f60;
	margin-bottom: 5px;
}

.org {
	color: #f60;
}

input, select, option, button {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 13px;
}

input {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
	
input.button {
	border: 0;
	vertical-align: top;
}

input.gobutton {
	border: 0;
	vertical-align: top;
	margin-top: 2px;
}
	
input.site-search {
	color: #999;
	margin-top: 4px;
	width: 115px;
}
	
input.login {
	width: 90px;
}
	
select {
	margin-bottom: 5px;
	width: 110px;
	background: #cdcda4;
	border: 1px solid #663;
}
		
.row {
	height:18px;
	overflow: hidden;
	margin: 3px 12px 2px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
	margin-right: 5px;
}	

/* --- background tags --- */

.bg-grid {
    background: #cdcda4 url(../images/bg-grid.gif);
}
    
.bg-plan {
	background: #352d28 url(../images/bg-plan.gif);
	background-repeat: no-repeat;
}
    
.bg-med {
    background: #996;
    padding: 0px;
    margin: 0px;
}
    
.bg-black {
    background: #000;
}


/* ----- main layout tags ----- */
#header {
	height: 95px;
	background: #996;
}

#header .header {
	width: 590px;
	height: 95px;
	background: #cdcda4 url(../images/bg-grid.gif);
	float: left;
	border-right: 4px solid #000;
}

.homemainrow {
	width: 764px;
	height: 285px;
	/* overflow: hidden; */
}

#left-column {
	background: #cdcda4 url(../images/bg-grid.gif);
	background-position: 0 -5px;		/* (x, y) -- because it should continue the bg started above */
	float: left;
	width: 140px;
	height: 285px;
	text-align: right;
}

.main {
	width: 450px;
	height: 285px;
	border-right: 4px solid #000;
	border-top: 1px solid #000;
	background: #fff;
	float: left;
}

.main-tier {
	border-top: 1px solid #000;
	background: #fff;
	float: left;
}
	
#right-column {
	width: 170px;
	height: 285px;
	float: left;
	overflow: hidden;
}




/* ----- secondary layout tags ----- */

.bricepm {
	height: 95px;
	width: 170px;
	background: #996;
	float: left;
	overflow: hidden;
	font-size: 10px;
	color: #000;
}

.projectSearchBox {
	background: #663;
	background-image: url(../images/corner-bottomleft-black.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 10px;
	padding: 2px 10px 2px 5px;
	text-align: right;
	color: #cdcda4;
}
	
.logo {				/* used for logo in top left corner */
	position: absolute;
	left: 30px;
	top: 30px;
}

#header-search {	/* site search and site map links */
	position: absolute;
	top: 0px;
	left: 370px;
	margin-right: 5px;
	height: 25px;
	overflow: hidden;
}
	
.block-detail {		/* design element */
	position: absolute;
	left: 575px;
	top: 90px;
	width: 15px;
	height: 5px;
}
	

/* ----- navigation styles ----- */
	
#navigation {
	background: #996;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	border-top: 1px solid #000;
	width: 133px;
}
	
#navigation a, #navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}
	
#navigation a:hover, #navigation a:active {
	color: #000;
	text-decoration: none;
}

.item {
	cursor: pointer;
	border-bottom: 1px dotted #000;
}

.item-sel {
	background: #f60;
	color: #000;
	border-bottom: 1px solid #000;
	cursor: default;
}

.item-sel .link {
	padding: 3px 7px 4px 0;
	text-align: right;
}
	
.item .link {
	padding: 3px 7px 4px 0;
	text-align: right;
}

#footernav {
	color: #66f;
	background: #fff;
	font-size: 12px;
	margin-top: 5px;
	width: 600px;
}

#footernav .peer {
	padding: 0 0 3px 0;
	margin-bottom: 2px;
}

#footernav .sitelevel {
	border-top: 1px solid #ccc;
	padding-top: 2px;
}

/* ----- styles for various ads (ads in divs with id="ad") ----- */	

#ad {
	float: left;
	color: #400;
}

#ad a:link, #ad a:visited, #ad a:active, #ad a:hover {
	color: #fff;
	text-decoration: none;
}
#ad a:hover {
	text-decoration: underline;
}

#ad h2 {
	color: #fff;
}

.ad-right { /* use for ad at right of page (width 150px) */
	width: 150px;
	padding: 15px 12px 15px 8px;
	background: #f60 url(../images/corner-bottomright-black.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top: 1px solid #000;
	color: #400;
}

.ad-left {	/* use for ad in left column (under navigation) */
	text-align: left;
	width: 121px;
	padding: 14px 8px 15px 10px;
	background: #f60 url(../images/corner-bottomleft-gray.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 7px solid #000;
	border-right: 1px solid #000;
}


/* ----- news teaser styles ----- */

.news {		/* home page div tag */
	padding: 25px 10px 15px 10px;
	background: #352d28 url(../images/bg-plan.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.newstitle {
	color: #f60;
	letter-spacing: .2em;
}
	
.newsteasers {
	width: 300px;
}
	
.teaser {
	color: #cdcda4;
	background: transparent;
	cursor: pointer;
	margin-bottom: 10px;
}

a.teaser, a.teaser:link, a.teaser:visited, a.teaser:hover {
	color: #cdcda4;
	text-decoration: none;
}
	
a.teaser:hover {
	color: #fff;
}
	
.date {
	color: #fff;
	font-size: .9em;
}
	
.title {
	color: #cdcda4;
}

.newsitem {
	margin-bottom: 5px;
}

.newslist {
	/*
	width: 170px;
	float: right;
	*/
	margin: 0 5px 20px 20px;
}
	
.newsrelease {
	width: 400px
	float: left;
}


/* ----- page headers ----- */

#pageHeader {		/* 2nd tier header - with image */
	width: 624px;
	margin-bottom: 5px;
	background-image: url(../images/bg-tier2-header.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#pageHeaderImage {
	width: 190px;
	height: 105px;
	border: 0px;
	float: left;
}

#pageHeaderTitle {
	float: left;
	padding: 70px 0 0 20px;
}

#pageHeader h1 {
	color: #f60;
}

#pageHeader.tier3 {		/* third tier header - shorter & no image */
	width: 604px;
	background-image: url(../images/bg-tier3-header.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 24px 0 0px 25px;
}

/* ----- content area tags ----- */

.content {
	background: #fff;
	border-top: 1px solid #000;
	vertical-align: top;
	width: 100%;
}

.content a, .content a:link, .content a:visited, .content a:active {
	color: #66f;
	text-decoration: none;
}

.content a:hover {
	color: #66f;
	text-decoration: underline;
}

.padded {
	padding-left: 20px;
}

#headernav {
	margin: 0 0 20px 25px;
	width: 580px;
	color: #66f;
}

#content {			/* content area -- adds left margin */
	margin: 0 0 20px 25px;
	width: 580px;
}

#footer {
	width: 580px;
	margin: 0 0 10px 25px;
}

.footer {
	margin: 10px 0 20px 0;
	color: #333;
	background: #f2f2df;
	padding: 7px 10px 10px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.footer-plain {
	margin: 0 0 20px 0;
	color: #333;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
}

#content p, #footer p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 7px;
}

#content p.intro {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color: #333;
}

/* ----- search box within content area ----- */

#projectSearchBody {
	padding: 10px 10px 0px 10px;
	margin: 25px 0 10px 10px;
	background: #f2f2df;
	border: 1px solid #cdcda4;
	width: 550px;
}

#projectSearchBody p {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin: 0 0 5px 5px;
}

#projectSearchBody p b {
	color: #f60;
	margin-bottom: 5px;	
}

#projectSearchBody select {
	margin-right: 4px;
	width: 125px;
}
	
/* ----- project and case study styles ----- */

#searchResults {
	margin: 20px 0 20px 0;
	width: 610px;
}

#project {
	vertical-align: top;
}

#casestudies {
	vertical-align: top;
	text-align: right;
}

#casestudy {
	text-align: left;
	width: 175px;
	background: #f2f2df;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 10px 0;
}

#casestudy .header {
	background: #f60 url(/images/corner-topleft-white.gif);
	color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 12px 0 7px 7px;
	font-size: 15px;
}

#casestudy img {
	width: 175px;
	height: 105px;
	border: 0px;
	margin-bottom: 5px;
}

#casestudy p {
	margin: 0 2px 0 7px;
	width: 90%;
	font-size: 11px;
	line-height: 14px;
}

#casestudy .title {
	color: #000;
}

.project {
	padding: 4px 0;
	background: #fff;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
	margin: 4px 0;
	height: 90px;
	width: 100%;
}

.info {
	float: left;
	margin-top: 2px;
}

.hd {
	color: #444;
	vertical-align: top;
}

.project img {
	border: 1px solid #000;
	width: 125px;
	height: 70px;
	margin: 4px 15px 4px 10px;
	float: left;
}

.br-ps {
	height: 1px;
	border-top: 1px dotted #000;
	/*margin: 7px 5px 5px 0px;*/
}

.showMore {
	padding: 4px 0;
	background: #fff;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
	margin: 4px 0;
	text-align: center;
}

.paging {
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	font-weight: normal;
	margin-top: 3px;
}

#projIntro {
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}

#projIntro b {
	color: #000;
}


#projInfo {
	/*padding-left: 10px;*/
}

#projInfo #images {
	float: left;
	width: 250px;
}

.imgnav {
	text-align: right;
	font-size: 10px;
	color: #ccc;
	padding-right: 5px;
}

.imgdesc {
	font-size: 11px;
	color: #444;
}

#projInfo #images {
	padding-left: 10px;
}

#projInfo #images img {
	width: 250px;
	border: 1px solid #000;
	margin: 5px 0 2px 0;
}

#projInfo .info {
	float: left;
	margin-left: 20px;
}

#projDesc {
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	float: left;
	width: 380px;
	margin-right: 20px;
}

#projDesc p {
	margin-bottom: 17px;
}

#projDesc p.intro {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	padding-left: 0px;
	margin-left: 0px;
}

#projDesc p.quote {
	font-size: 13px;
	line-height: 20px;
	color: #663;
	font-style: italic;
}

#relatedInfo {
	float: left;
	width: 150px;
}

.detailInfo {
	float: left;
	width: 300px;
	padding-left: 15px;
	margin-top: 5px;
}

.label {
	width: 100px;
	vertical-align: top;
	color: #333;
	text-align: left;
}

.fld {
	width: 200px;
	vertical-align: top;
	text-align: left;
	color: #000;
}


/* ----- odds and ends ----- */	


.220px {
	width: 220px;
}

.w764 {				/* used to keep columns from wrapping */
	width: 764px;
}

.w600 {
	width: 600px;
	background: #ccc;
}
	
.h285 {				/* keeps the main area on homepage to proper size */
	height: 285px;
	overflow: hidden;
}

.blk {
	color: #000;
}

.wht {
	color: #fff;
}
	
hr.br1 {
	border: 0px;
	color: #fff;
	border-bottom: 1px dotted #999;
	margin-left: 5px;
	margin-bottom: 12px;
}

hr.br2 {
	border: 0px;
	color: #fff;
	border-bottom: 1px dotted #999;
}

.br {
	clear: both;
	float: none;
}

.br3 {
	float: none;
	clear: both;
	margin-bottom: 12px;
	border-bottom: 1px dotted #999;
}

.br1 {
	float: none;
	clear: both;
	margin: 17px 0;
	border-bottom: 1px dotted #000;
}

.br2 {
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #999;
}

.br4 {					/* spacer 4px high black */
	background: #000;
	height: 4px;
	overflow: hidden;
	clear: both;
}

.br4-clear {			/* spacer 4px hight clear */
	height: 4px;
	overflow: hidden;
	clear: both;
	background: transparent;
}

.br-cs {
	height: 1px;
	border-top: 1px dotted #000;
	margin: 7px 5px 5px 5px;
	overflow: hidden;
}

.copyinfo {
	background: #663;
	font-size: 10px;
	color: #000;
	padding: 2px 10px 2px 133px;
}

.copyinfo-tier {
	background: #663;
	font-size: 10px;
	color: #000;
	margin-left: 140px;
	padding: 2px 10px 2px 5px;
}
    