/********************************************************************
 *
 *  Base styles
 *
 ********************************************************************/

html
{
	overflow-y: scroll;		/* Ensures vertical scrollbar is always present, even when not needed */
}

html, body
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;				/* causes IE to center the container on the page */
}

#container
{
	width: 800px;
	margin-left: auto;				/* causes Firefox to center the container on the page */
	margin-right: auto;				/* causes Firefox to center the container on the page */
	text-align: left;
}

#header
{
	width: 800px;
	height: 107px;
	border: 2px solid #666666;
}

#topNav
{
	width: 800px;
	height: 27px;
	border: 2px solid #666666;
}

#topNav table
{
	text-align: center;				/* causes IE to center the table within the DIV */
	margin-left: auto;				/* causes Firefox to center the table within the DIV */
	margin-right: auto;				/* causes Firefox to center the table within the DIV */
}

#topNav table td
{
	padding-left: 30px;
	padding-right: 30px;
}

#footer
{
	width: 804px;
	clear: both;
	font: 13px/18px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 10px;
}

#footerLeft
{
	float: left;
	padding-left: 3px;
}

#footerRight
{
	float: right;
	padding-right: 3px;
}

.clear
{
	clear: both;
}




/********************************************************************
 *  Home page regions
 *
 */

#row1
{
	background: url(/images/bg1.gif) top left repeat-y;
	width: 800px;
	height: 320px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#row1a
{
	width: 800px;
	height: 118px;
	background: #f0e6e0;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	font: 13px/18px Arial, Helvetica, sans-serif;
}

#row2
{
	background: url(/images/bg1.gif) top left repeat-y;
	width: 800px;
	height: 223px;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#featureImageBox
{
	float: left;
	width: 498px;
	height: 320px;
}

#introTextBox
{
	float: right;
	width: 264px;			/* 300 - left padding - right padding */
	height: 320px;
	padding: 0px 18px 0px 18px;
	font: 13px/18px Arial, Helvetica, sans-serif;
}

#introTextBox p.first
{
	margin-top: 18px;
}

#featuredProjectsBox
{
	float: left;
	width: 478px;			/* 498 - left padding - right padding */		
	padding: 10px 10px 10px 10px;
	font: 13px/18px Arial, Helvetica, sans-serif;
}

#featuredProjectsBox p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#tagLineBox
{
	float: right;
	width: 300px;
	height: 223px;
}




/********************************************************************
 *  Normal page regions
 *
 */

#main
{
	width: 800px;
	background: url(/images/bg2a.gif) top left repeat-y;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#leftNav
{
	/* Note: Tw Cen MT text appears significantly smaller on screen than equivalently-sized Arial text */
	/* Selected size is just large enough that Tw Cent MT looks good but small enough that Arial isn't too huge */
	float: left;
	width: 168px;		/* 198 - padding left - padding right */
	padding: 15px;
	font-family: "Tw Cen MT", "Gill Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#leftNav p
{
	margin-top: 0px;
	margin-bottom: 15px;
}

#leftNav a:link, #leftNav a:visited, #leftNav a:hover, #leftNav a:active
{
	color: #000000;
	text-decoration: none;
}

#leftNav a:link.highlight, #leftNav a:visited.highlight,
#leftNav a:hover.highlight, #leftNav a:active.highlight
{
	color: #944e23;
/*	color: #ab5a28; */
	text-decoration: none;
}


#content
{
	float: right;
	width: 570px;		/* 600 - padding left - padding right */
	background-color: #e8e8e8;
	padding: 15px;
	font: 13px/18px Arial, Helvetica, sans-serif;

	/* Set minimum height for IE7, FF */
	min-height: 400px;
}

#content h1
{
	/* Note: Tw Cen MT text appears significantly smaller on screen than equivalently-sized Arial text */
	/* Selected size is just large enough that Tw Cent MT looks good but small enough that Arial isn't too huge */
	font-family: "Tw Cen MT", "Gill Sans", Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content h2
{
	/* Note: Tw Cen MT text appears significantly smaller on screen than equivalently-sized Arial text */
	/* Selected size is just large enough that Tw Cent MT looks good but small enough that Arial isn't too huge */
	font-family: "Tw Cen MT", "Gill Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 12px;
}

#content h2.spaced
{
	padding-top: 12px;
}

#content h3
{
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-bottom: 12px;
}

#content p
{
	margin-top: 0px;
	margin-bottom: 12px;
}

#content p.center
{
	text-align: center;
}

#content p.returnLink
{
	margin-top: 30px;
}

#content .boxed
{
	border: 1px solid #666666;
	padding: 10px;
	background: #ffffff;
	margin-bottom: 12px;
}

#content .boxed p
{
	margin-bottom: 6px;
}

#content .boxed p.last
{
	margin-bottom: 0px;
}

#content ul.spaced li.first
{
	margin-top: 0px;
}

#content ul.spaced li
{
	margin-top: 8px;
}

#content img.portfolioLogo
{
	float: right;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#content img.portfolioPhotoStrip
{
	padding-top: 10px;
}


/********************************************************************
 *  Home page "calls to action"
 *
 */

table#callsToAction
{
	border-collapse: collapse;
}

#callsToAction td#r1c1
{
	background-color: #954e24;
	width: 13px;
	border-bottom: 2px solid #ffffff;
}

#callsToAction td#r1c2
{
	background-color: #eadcd3;
	border-bottom: 2px solid #ffffff;
	padding: 4px 6px 5px 6px;
}

#callsToAction td#r2c1
{
	background-color: #728e8f;
	width: 13px;
	border-bottom: 2px solid #ffffff;
}

#callsToAction td#r2c2
{
	background-color: #e3e8e8;
	border-bottom: 2px solid #ffffff;
	padding: 4px 6px 5px 6px;
}

#callsToAction td#r3c1
{
	background-color: #61683f;
	width: 13px;
}

#callsToAction td#r3c2
{
	background-color: #dfe1d8;
	padding: 4px 6px 5px 6px;
}



/********************************************************************
 *  Home page featured projects list
 *
 */

table.featuredProjectsList
{
	border-collapse: collapse;
}

.featuredProjectsList td.bullet
{
	padding-left: 0px;
	padding-right: 4px;
}

.featuredProjectsList td.bullet img
{
	padding-top: 2px;				/* So bullets are truly vertically centered in IE; FF ignores this */
}

.featuredProjectsList td.gutter
{
	width: 20px;
}



/********************************************************************
 *  Press tables
 *
 */

table.press
{
	border-collapse: collapse;
}

table.press td.date
{
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 8px;
}

table.press td.content
{
	padding-bottom: 8px;
}

table.pressContacts
{
	border-collapse: collapse;
}

table.pressContacts td
{
	padding-right: 20px;
}