/*
///////////////////////////////////////
STYLES RESET
///////////////////////////////////////
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, b{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
///////////////////////////////////////
TAGS
///////////////////////////////////////
*/

body {
	color:#333;
	font-size:11px;
	font-family:Arial;
	background:#fff /*url(../images/bg-column_shadow.jpg) top left repeat-y*/;
	min-height:100%;
	height:100%;
}

em {
	font-style:italic;
}

h1 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:10px;
}

h2 {
	font-size:12px;
	font-weight:bold;

	/* -- added by DM -- */
	/*margin:10px 0 5px 0;*/
	padding: 10px 0 3px 0 !important;
}
	
	.articles h2 {
		margin-top:0;
		padding-top:0;
	}
	
	/* -- added by DM -- */
	h2.newsTitle {
		font-size: 15px;
		line-height: 17px;
		margin: 0 !important;
		padding:3px 0 25px 0 !important;
	}

h3 {
	font-weight:bold;
	padding:0;
	margin:0;
}

h4 {
	font-weight:bold;
	font-size:13px;
	margin-bottom:8px;
}

img {
	border:none;
}

	.articles .bottomColumn a img {
		float:left;
		display:inline;
		margin:0 15px 0px 0;
	}

object {
	display:none;
}

#homeBlurb p {
	padding:10px;
}

p {
	padding-bottom:10px;
	line-height: 15px !important;
	/*color: #444 !important;*/
}

strong {
	font-weight:bold;
}

ul li {
	margin:5px 0px 0px 0px;
	background:none;
}

ul.grayBullets {
	margin:0 0 20px 0;
	padding:0;
}

	ul.grayBullets li {
		background:url(/assets/images/bg-grayBullet.gif) top left no-repeat;
		padding-left:10px;
		color:#666;
	}

/*
///////////////////////////////////////
LINK STYLES
///////////////////////////////////////
*/

a {
	color:none;
	text-decoration:none;
}

a:hover {
	color:none;
	text-decoration:none;
}

a.red,a.red:hover {
	color:#c00;
}

p a:hover, p a:active {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
	border:none;
}

li a {
	text-decoration:none;
}

.colRight ul li a {
	color:#666;
	/*-- Added by DM --*/
	font-size: 10px;
}

.descriptionColLeft ul li a {
	color:#999;
	/*-- Added by DM --*/
	font-size: 10px;
}

.colRight ul li.pgActive a {
	color:#c00;
	/*-- Added by DM --*/
	font-size: 10px;
}

p a, p a:visited {
	color:#666;
	text-decoration:underline;
	border-bottom:1px dotted #666;
	border:none;
}

#secondaryNavDrawers a .newsBlurb .newsHeadline {
	/*color:#999;*/
}

#secondaryNavDrawers a:hover .newsBlurb .newsHeadline {
	color:#c00;
}

a.smLink, a.smLink:visited {
	border:none;
	text-decoration:none;
	color:#999;
}

a.smLink:hover, a.smLink:active {
	border:none;
	text-decoration:none;
	color:#c66;
}

a.pointerLink,a.pointerLink:visited {
	color:#666;
	text-decoration:none;
	border:none;
	background:url(../images/bg-listArrowRight.gif) top left no-repeat;
	padding-left:10px;
}

a.pointerLink:hover,a.pointerLink:active {
	color:#c00;
	text-decoration:none;
	border:none;
	background:url(../images/bg-listArrowRight.gif) top left no-repeat;
	padding-left:10px;
}

a.redLink,a.redLink:visited {
	color:#c00;
	text-decoration:none;
}

a.prevBtn,a.allBtn,a.nextBtn {
	color:#666;
	font-size:10px;
	text-decoration:none;
}

a.prevBtn:hover,a.allBtn:hover,a.nextBtn:hover {
	color:#c00;
}

a.prevBtn {
	padding-left:10px;
	background:url(/assets/images/bg-listArrowLeft.gif) top left no-repeat;
}

a.allBtn {
	padding:0 0px;
}

a.nextBtn {
	padding-right:10px;
	background:url(/assets/images/bg-listArrowRight.gif) top right no-repeat;
}

a.blank {
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
}

/*
///////////////////////////////////////
CLASSES
///////////////////////////////////////
*/

.backBtn {
	display:none;
}

.bioPhoto {
	margin-top:20px;
}

.bulletArrowRight {
	background:url(../images/bg-bulletArrowRight.gif) top left no-repeat;
	padding-left:10px;
}

.clearB {
	clear:both;
	line-height:1px;
	margin:0;
	padding:0;
}

.clearL {
	clear:left;
	line-height:1px;
	margin:0;
	padding:0;
}

.clearR {
	clear:right;
	line-height:1px;
	margin:0;
	padding:0;
}

.dkGry {
	color:#383739;
}

.grayBG-000 {
	display:none;
}

.hideFromPrint {
	display:none;
}

.forPrint {
	display:block;
}

.imgBlock {
	display:block;
}

.nowrap {
	white-space:nowrap;
}

.photoCredit {
	color:#999;
	font-size:9px;
	font-style:italic;
}

.portfolioImage {
	margin:10px 0;
}

.printInfo {
	display:block;
}

.rule {
	height:1px;
	margin:0 0 0 21px;
	background:none;
	border:none;
	border-bottom:#ccc dotted 1px;
	/*width:100%;*/
}

.ruleSkinnyFlushLeft {
	margin:25px 0;
	padding:0;
	width:150px;
}

.reference {
	position:relative;
	top:750px;
	z-index:200;
}

.footer {
	font-size:10px;
	color:#999;
}

form li input.navFormInput {
	width:100px;
}

.smTxt {
	font-size:9px;
}

.show_me {
	display:block;
}

.hide_me {
	display:none;
}


/*
///////////////////////////////////////
PAGE STRUCTURE AND DESIGN - GENERAL
///////////////////////////////////////
*/
#primaryContainer {
	margin:0px;
	padding:0px;
	border:#f00 solid 1px;
	border:none;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#mainContentArea {
	margin:0;
	float:left;
	position:absolute;
	/*width:625px;*/
	top:0px;
	left:100px;
	right:0px;
	z-index:0;
	overflow:visible;
	min-height:100%;
	height:auto !important;
	height:100%;
}

	#contentTopSection {
		padding:0px;
		position:relative;
		top:20px;
		left:20px;
		left:0px;
		right:0px;
		margin-left:21px;
		/*width:605px;*/
		border:none;
		border-bottom:#b2b2b2 dotted 1px;
		margin-bottom:20px;
		padding-bottom:15px;
	}
		
		img.thumbnail {
			margin:0 2px;
		}
		
		#contentTopSection a img.thumbnail {
			border:#ccc solid 1px;
		}
		
		#contentTopSection a:visited img.thumbnail {
			border:#ccc solid 1px;
		}
		
		#contentTopSection a:hover img.thumbnail {
			border:#c00 solid 1px;
		}
		
		/*a img*/.btnMailOrPrint {
			float:left;
			border:none;
			position:absolute;
			left:475px;
			bottom:0px;
			margin-bottom:20px;
			width:135px;
		}
		
		.largeQuote {
			color:#f0f0ed;
			font-size:22px;
			padding:20px;
			width:595px;
			font-weight:normal;
			/*font-family:"TradeGothic-CondEighteen","Arial",sans;*/
		}
		
		.quoteCredit {
			color:#999;
			font-size:10px;
			text-align:right;
			width:595px;
			/* padding-top:50px; */
			
			/*--added by DM --*/
			position: absolute;
			bottom: 10px;
		}

	#contentDescriptionContainer {
		padding:0px;
		margin:0px;
		position:relative;
		top:20px;
		left:20px;
		width:605px;
	}
	
	#descriptionColLeft {
		float:left;
		width:400px;
		margin:0px 0px 0px 0px;
		padding-right:0px;
		padding:0;
		position:relative;
		top:0px;
		left:0px;
	}
		
		#contentDescriptionContainer p {
			font-size:11px;
			line-height:15px;
			color:#333;
		}
		
		#contentDescriptionContainer p.projName {
			font-size:11px;
			line-height:15px;
			font-weight:bold;0
			color:#333;
		}
		
	#descriptionColRight {
		display:none;
		float:left;
		margin:0px 0px 0px 0px;
		position:relative;
		top:0px;
		left:25px;
		z-index:3;
	}
	
		#descriptionColRight li {
			font-size:10px;
			color:#666;
			/*background:url(../images/bg-listArrowRight.gif) top left no-repeat;
			padding-left:10px;*/
			border:#f00 solid 0px;
		}
	
	#contentBottomSection {
		padding:0px;
		position:relative;
		top:25px;
		left:20px;
		width:655px;
	}

	
	
	#homeBlurb {
		color:#333;
		font-size:11px;
		line-height:15px;
		width:375px;
	}
	
	#locations {
		display:none;
	}
	
#hold_all {
	background:#f00;
}


/*
///////////////////////////////////////
NAVIGATION PANELS AND "DRAWERS"
///////////////////////////////////////
*/

#mainNavColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	background:none;
}

#mainNavColumn .navList {
	display:none;
}

	#legal {
		font-size:9px;
		color:#666;
		position:absolute;
		bottom:25px;
		left:20px;
		width:150px;
		z-index:100;
		display:none;
	}

	#mainNavColumn li.pgActive {
		background:url(/assets/images/arrow-activeRight.gif) top right no-repeat;
	}

#secondaryNavDrawers {
	display:none;
}

#drawer_company,#drawer_portfolio,#drawer_news,#drawer_contact,#drawer_login,#drawer_search {
	display:none;
}

.leftLogo {
	display:none;
}

#printLogo {
	position:absolute;
	top:70px;
	left:65px;
	padding:0;
	margin:0;
	display:inline;
}

/*
///////////////////////////////////////
TEMPLATE G - BASED ON TEMPLATE_D BUT THE LEFT COLUMN IS SLIGHTLY NARROWER
///////////////////////////////////////
*/

#template_g #descriptionColLeft {
	width:375px;
}

#template_g #descriptionColRight {
	width:200px;
}

	#template_g #descriptionColRight img {
		margin-bottom:20px;
	}
	
	#template_g #descriptionColRight p {
		width:125px;
	}

#template_g #descriptionColRight .printInfo {
	display:inline;
}

#template_g #descriptionColRight .printInfo p {
	background:url(/assets/images/bg-listArrowRight.gif) top left no-repeat;
	margin:0;
	padding:0 0 0 10px;
	display:block;
	font-size:10px;
	color:#999;
}