/*
///////////////////////////////////////
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: #fff;
}
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;
}

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;
	}

#homeBlurb p {
	padding:10px;
}

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

	p.indent {
		/*background:#ececec;
		font-style:italic;
		margin:20px 25px;*/
		margin-left:25px;
		/*margin-top:20px;*/
	}

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;
	}
	
	#template_g ul.grayBullets li {
		color:#333;
		line-height:14px !important;
	}

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

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

a:hover {
	/* mv edit */
	/*color:#c00;*/
	text-decoration:none;
}

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

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

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;
}

#secondaryNavDrawers .newsBlurb a .newsLink {
	color:#999;
}

#secondaryNavDrawers .newsBlurb a .newsLink {
	display: block;
	padding: 0 0 10px 0;
	line-height: 15px !important;
}

#secondaryNavDrawers .newsBlurb a:hover .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.backBtn,a:visited.backBtn {
	color:#c00;
	text-decoration:none;
	font-size:10px;
	float:none;
	margin-top:15px;
	padding:0px 15px 0px 10px;
	background:url(../images/bg-listArrowLeft.gif) top left no-repeat;
}

a:hover.backBtn,a:active.backBtn {
	color:#c00;
	text-decoration:underline;
	font-size:10px;
	float:none;
	margin-top:15px;
	padding:0px 15px 0px 10px;
	background:url(../images/bg-listArrowLeft.gif) top left no-repeat;
}

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;
	/* mv edit */
	/*
	cursor:pointer;
	cursor:hand; */
}

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;
}

/*#contentTopSection a.backBtn,a:visited.backBtn {
	color:#c00;
	text-decoration:none;
	font-size:10px;
	float:none;
	margin-top:15px;
	padding:0px 15px 0px 10px;
	background:url(../images/bg-listArrowLeft.gif) top left no-repeat;
}

#contentTopSection a:hover.backBtn,a:active.backBtn {
	color:#c00;
	text-decoration:underline;
	font-size:10px;
	float:none;
	margin-top:15px;
	padding:0px 15px 0px 10px;
	background:url(../images/bg-listArrowLeft.gif) top left no-repeat;
}*/

#secondaryNavDrawers a.backBtn,#secondaryNavDrawers a:visited.backBtn,#secondaryNavDrawers a:hover.backBtn,#secondaryNavDrawers a:active.backBtn {
	float:right;
}

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

ul.awardsList a, ul.awardsList a:visited {
	color:#666;
	text-decoration:underline;
}

ul.awardsList a:hover {
	color:#c00;
	text-decoration:none;
}

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

.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;
}

.gray {
	color:#
}

.imgBlock {
	display:block;
}

.leftLogo {
	padding:0px 0px 0px 43px;
}

.nowrap {
	white-space:nowrap;
}

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

.portfolioImage {
	margin:10px 0;
}

.rule {
	height:1px;
	margin:0 0 0 21px;
	padding:0;
	background:url(/assets/images/bg-rule.gif) top left repeat-x;
	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 {
	/*Changed by MV
	width:100px;	*/
	width:140px;
}

/* Added by MV */
.searchButton {
	float:right;
	/*
padding-top:8px;
	padding-right:18px;
*/
	margin-right:16px;
	height:20px; 
	width:20px;
	border:none;
	background:#FFFFFF url(/assets/images/btn-go.gif) 50% 50% no-repeat;
	cursor:pointer;
}
.smTxt {
	font-size:9px;
}

.show_me {
	display:block;
}

.hide_me {
	display:none;
}

.forPrint {
	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:375px;
	right:0px;
	z-index:0;
	overflow:visible;
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:660px;
}

	#contentTopSection {
		padding:0px;
		position:relative;
		top:20px;
		left:20px;
		left:0px;
		right:0px;
		margin-left:21px;
		/*width:605px;*/
		background:url(/assets/images/bg-rule.gif) bottom left repeat-x;/**/
		border-bottom:#b2b2b2 dotted 1px;
		border:none;/**/
		height: 1%;
		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;
		background:none;
	}
	
	#descriptionColLeft {
		float:left;
		width:400px;
		margin:0px 0px 0px 0px;
		padding-right:0px;
		padding:0;
		position:relative;
		top:0px;
		left:0px;
		background:none;
	}
		
		#contentDescriptionContainer p {
			font-size:11px;
			line-height:15px;
			color:#333;
		}
		
		#contentDescriptionContainer p.projName {
			font-size:11px;
			line-height:15px;
			font-weight:bold;
			color:#333;
		}
		
	#descriptionColRight {
		float:left;
		margin:0px 0px 0px 0px;
		position:relative;
		top:0px;
		left:25px;
		z-index:3;
		background:none;
	}
	
		#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 {
		position:absolute;
		top:650px;
		right:0;
		margin:0px;
		padding:0px;
		background:url(../images/larsenLocations.gif) top right no-repeat;
		z-index:10;
	}
	
#hold_all {
	background:#f00;
}

#printLogo {
	display:none;
}


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

#mainNavColumn {
	background:url(../images/bg-sidebar_shadow.jpg) top right no-repeat;
	width:200px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	float:left;
	z-index:90;
	min-height:100%;
	height:auto !important;
	height:100%;
}

	#mainNavColumn a,#mainNavColumn a:visited,#mainNavColumn a:active,#mainNavColumn a:hover {
		border:none;
		text-decoration:none;
	}

	#legal {
		font-size:9px;
		color:#999;
		position:absolute;
		bottom:25px;
		left:-350px;
		width:150px;
		z-index:100;
	}

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

#secondaryNavDrawers {
	/*background:#fff url(/assets/images/bg-column_shadow-tall.jpg) top right no-repeat;*/
	width:175px;
	position:absolute;
	top:0px;
	left:200px;
	padding:0px;
	float:left;
	z-index:80;
	min-height:100%;
	height:auto !important;
	height:100%;
	/*opacity: 0.50;
	-moz-opacity: .5;
	filter: alpha(opacity=50);*/
}
	#secondaryNavDrawers a,#secondaryNavDrawers a:visited,#secondaryNavDrawers a:active,#secondaryNavDrawers a:hover {
		border:none;
		text-decoration:none;
	}
	
	#secondaryNavDrawers .rule {
		position:relative;
		/* 
		left:10px; 
		width:155px; */
		overflow: hidden;
		height:1px;
		width:175px;
		margin: 40px 0 10px;
		/*margin:30px 0;
		background:none; */
		background:url(/assets/images/bg_rule.gif);
		border:none;
		/* Changed by MV
		border-bottom:#ccc dotted 1px; */
	}
	
	#secondaryNavDrawers .newsBlurb {
		position:relative;
		left:10px;
		margin:0;
		width:140px;
		color:#999;
		font-size:10px;
		line-height:13px;
	}
		#secondaryNavDrawers .newsHeadline {
			color:#333;
			display:block;
		}
	
ul.navList {
	width:113px;
	padding:45px 0px 0px 87px;
	/*background:#fff;*/
}

ul.secondaryNavList {
	margin:0px 0px 0px 10px;
	color:#666;
}

	ul.secondaryNavList li {
		margin:12px 0px 0px 0px;
		color:#666;
	}
	
		ul.secondaryNavList li a,ul.secondaryNavList li a:visited,ul.secondaryNavList li a:active {
			color:#666;
			text-decoration:none;
		}
		
		ul.secondaryNavList li a:hover {
			color:#c00;
			text-decoration:none;
		}
		
	ul.secondaryNavList li.pgActive {
		color:#c00;
		background:url(/assets/images/arrow-activeRight.gif) top right no-repeat;
	}
	
		ul.secondaryNavList li.pgActive a {
			color:#c00 !important;
		}

#drawer_company ul.secondaryNavList {
	margin-top:70px;
	color:#666;
}

#drawer_company ul.socialMediaList {
	margin-left:10px;
	margin-top:30px;
}

	#drawer_company ul.socialMediaList li {
		margin:3px 0;
	}

#drawer_portfolio ul.secondaryNavList {
	margin-top:90px;
	color:#666;
}

#drawer_news ul.secondaryNavList {
	margin-top:110px;
	color:#666;
}

#drawer_contact ul.secondaryNavList {
	margin-top:130px;
	color:#666;
}

#drawer_contact ul.contactList {
	/*margin-left:25px;*/
	color:#666;
}

	#drawer_contact ul.contactList li {
		font-size:10px;
		margin:5px 0 0 0;
		padding:0;
	}

#drawer_login ul.secondaryNavList {
	margin-top:345px;
	color:#666;
}

#drawer_login ul.loginList {
	/*margin-left:25px;*/
	color:#666;
}

#drawer_search ul.secondaryNavList {
	margin-top:365px;
	color:#666;
}

#drawer_search ul.searchList {
	/* Changed by MV 
	margin-left:25px; */
	margin-left:14px;
	color:#666;
}
#drawer_search ul.searchList li {
	padding: 0;
	margin: 0;
}

ul.sortingMethod {
	margin:0px 0px 0px 25px;
	color:#666;
}

	ul.secondaryNavList li {
		margin:0px 0px 12px 0px;
		color:#666;
	}
	
		ul.sortingMethod li a,ul.sortingMethod li a:visited,ul.sortingMethod li a:active {
			color:#666;
			text-decoration:none;
		}
		
		ul.sortingMethod li a:hover {
			color:#c00;
			text-decoration:none;
		}

#drawer_company,#drawer_portfolio,#drawer_news,#drawer_contact,#drawer_login,#drawer_search {
	background:#fff url(../images/bg-sidebar_shadow.jpg) top right no-repeat;
	width:175px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	float:left;
	z-index:800;
	min-height:100%;
	height:auto !important;
	height:100%;
	display:none;
	/*opacity: 0.50;
	-moz-opacity: .5;
	filter: alpha(opacity=50);*/
}

/*#drawerCompany {
	width:175px;
	background:#eef url(/assets/images/bg-sidebar_shadow.jpg) top right repeat-y;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	min-height:100%;
	height:auto !important;
	height:100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}*/

/*#drawerCompany {
	background:url(../images/bg-sidebar_shadow.jpg) top right no-repeat;
	width:175px;
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	float:left;
	z-index:100;
	min-height:100%;
	height:auto !important;
	height:100%;
	opacity: 0.50;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}*/


/*
///////////////////////////////////////
TEMPLATE A - HOME PAGE
///////////////////////////////////////
*/

#template_a  #mainContentArea {
	background:transparent;
	left:200px;
}

	#template_a #contentTopSection {
		margin:0;
		padding:0;
		width:350px;
		border:none;
		top:50px;
		left:25px;
		color:#333;
		line-height:15px;
		display:none;/**/
	}
	
	#template_a #contentBottomSection {
		background:transparent;
		left:0px;
		overflow:hidden;
		position:relative;
		right:0;
		top:0px;
		width:auto;
		/* width:100%; */
		/*height:564px;*/
	}
	
		#template_a #homeSlideshow {
			margin:0px;
			position:relative;
			top:0;
		}

	#template_a #featuredBlock #locations {
		float:right;
		margin:0px;
		padding:0px;
		position:relative;
		top:-70px;
		width:40px;
		/*border:1px solid red;*/
	}
	
	#template_a #legal {
		left:-175px;
	}

#template_a .homepage_slide {
	border:none;
	margin-left:20px;
}

#template_a #mainContentArea {
	/*z-index:50;*/
}

#template_a #secondaryNavDrawers {
	/*left:0;*/
	z-index:-5;
}

#template_a #featuredBlock {
	margin-left:160px;
	font-size:11px;
}

	#template_a #featuredBlock .rule {
		margin-left:0;
	}
	
	#template_a #featuredBlock p {
		width:500px;
	}
	
	#template_a #featuredBlock h1.red_title {
		margin-top:20px;
	}




/*
///////////////////////////////////////
TEMPLATE A - PORTFOLIO LANDING
///////////////////////////////////////
*/

#template_a.portfolio #mainContentArea {
	/*background:#fee;*/
	left:375px;
}

	#template_a.portfolio #featuredBlock {
		margin-left:45px;
		margin-top:38px;
	}
	
		#template_a.portfolio #featuredBlock .rule {
			margin-left:0;
		}

		#template_a.portfolio #featuredBlock #locations {
			/*
			margin:0px;
			padding:0px;
			position:relative;
			top:-71px;
			*/
		}
		
		#template_a.portfolio #featuredBlock h1.red_title {
			/*margin-top:-125px;*/
		}
		
#template_a.portfolio #secondaryNavDrawers {
	/*left:0;*/
	z-index:80;
}




/*
///////////////////////////////////////
TEMPLATE B - 3 ROWS IN CONTENT AREA WITH 2 COLUMNS IN MIDDLE ROW
///////////////////////////////////////
*/

#template_b #contentTopSection {
	/*background-color:#fee;*/
	display:block;
	height:auto;
}

#template_b #portfolio_thumb_wrap {
	display:block;
	width:5000px;
}

#template_b #toggleThis {
	position:relative;
	top:0;
}

#template_b .project_block {
	/*top:0;*/
}

#template_b #contentDescriptionContainer {
	/*background-color:#efe;*/
	position:relative;
	/*top:0;*/
}

#template_b #descriptionColLeft {
	width:350px;
	padding-right:100px;
	font-size:11px;
	line-height:12px;
}

#template_b #descriptionColRight {
	left:25px;
}

#template_b #contentDescriptionContainer #descriptionColLeft ul li {
	list-style-type:none;
	line-height:14px;
	color:#333;
}

#template_b #contentBottomSection {
	/*background-color:#eff;*/
	position:relative;
	top:20px;
}

#template_b a.thumbs_nav {
	float:left;
	display: none;
	overflow: hidden;
	height: 0px !important;
	height /**/: 66px; /*For IE5 Win */
	padding: 66px 0 0 0;
	width:17px;
}

#template_b #contentTopSection a:hover {
	background-position:0 -66px;
}

#template_b #contentTopSection a.arrow_off, #template_b #contentTopSection a.arrow_off:hover {
	background-position:0 -132px;
}

#template_b #left_arrow {
	background: url(/assets/images/btn-port_arrow_left.gif) 0 0 no-repeat;
}

#template_b #right_arrow {
	background: url(/assets/images/btn-port_arrow_right.gif) 0 0 no-repeat;
}

/*
///////////////////////////////////////
TEMPLATE C - THREE COLUMN BOTTOM SECTION WITH LARGE QUOTE AREA ON TOP
///////////////////////////////////////
*/

#template_c .rule {
	position:relative;
	top:0px;
}

#template_c #contentTopSection {
	background:#222;
	margin:0 0 10px 21px;
	padding:0 10px 0 0;
	padding:0;
	/*width:595px;*/
	border:none;
	top:5px;
	
	/*-- added by DM --*/
	height: 160px;
}

#template_c #contentBottomSection {
	top:25px;
}

	#template_c #contentBottomSection .colRight {
		width:375px;
	}

#template_c .bottomColumn {
	float:left;
	margin-right:15px;
	width:181px;
	line-height:15px;
}

	#template_c .exec {
		background:#f1f1f1;
		color:#a1a1a1;
		width:180px;
		/*height:40px;*/
		margin:0 0 5px 0;
	}
	
		#template_c .thumb {
			float:left;
			display:block;
			margin:0;
			padding:0;
		}
		
		#template_c .execInfo {
			padding:3px 0 0 5px;
			margin:0 0 5px 40px;
			font-size:10px;
			line-height:11px;
			color:#a1a1a1;
			background:#f1f1f1;
			height:37px;
		}
		
		#template_c a .execInfo:hover {
			background:#e6e6e6;
		}
	
	#template_c .bottomColumn p {
		margin:0px 15px;
	}

	#template_c .bottomColumn ul li {
		font-size:10px;
		color:#666;
		line-height:15px;
	}
	
	/*#template_c .bottomColumn a,a:hover,a:active,a:visited {
		text-decoration:none;
	}*/
	
	#template_c .bottomColumn a {
		display:block;
		cursor:pointer;
		/*background:#0ff;*/
	}


/*
///////////////////////////////////////
TEMPLATE D - 2 COLUMNS IN BOTTOM SECTION WITH WIDE LEFT COLUMN
///////////////////////////////////////
*/

#template_d #descriptionColRight img {
	padding:0;
	margin:0;
}

/*
///////////////////////////////////////
TEMPLATE E - 2 COLUMNS IN BOTTOM SECTION OF EQUAL WIDTH
///////////////////////////////////////
*/

#template_e .rule {
	position:relative;
	top:0px;
}

#template_e #contentTopSection {
	background: #222;
	margin:0 0 10px 21px;
	padding:0 10px 0 0;
	padding:0;
	/*width:595px;*/
	border:none;
	top:5px;

	/*-- added by DM --*/
	height: 160px;
}

#template_e #contentBottomSection {
	width:675px;
}

	#template_e .bottomColumn {
		float:left;
		margin-right:15px;
		width:250px;
		line-height:13px;
	}


/*
///////////////////////////////////////
TEMPLATE F - 2 COLUMNS IN BOTTOM SECTION WIDE LEFT COLUMN AND LARGE QUOTE AREA AT TOP
///////////////////////////////////////
*/

#template_f .rule {
	position:relative;
	top:0px;
}

#template_f #contentTopSection {
	background: #222;
	margin:0 0 10px 21px;
	padding:0 10px 0 0;
	padding:0;
	/*	width:595px;*/
	border:none;
	top:5px;

	/* added by DM */
	height: 160px;
}

#template_f .bottomColumn {
	float:left;
	margin-right:15px;
	width:250px;
	line-height:15px;
}

#template_f .colLeft {
	padding:0;
	margin:0;
	margin-right:30px;
	width:420px;
}

	#template_f .contactInfo {
		margin:20px 0;
		color:#333;
		width:150px;
		float:left;
	}
	
	#template_f .colLeft .rule {
		margin:15px 0;
	}

	#template_f form li {
		font-size:10px;
		color:#666;
	}
	
	#template_f form li input.contactFormInput {
		width:200px;
	}
	
	#template_f form li select {
		width:200px;
	}
	
	#template_f form li textarea {
		width:200px;
	}
	
	#template_f li .formLabel {
		width:65px;
		float:left;
	}
	
#template_f .colRight {
	padding:0;
	margin:0;
	width:155px;
}


/*
///////////////////////////////////////
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:none;
}

#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;
}

/*
///////////////////////////////////////
TEMPLATE H - BASED ON TEMPLATE_F BUT THE LEFT COLUMN IS SLIGHTLY NARROWER
///////////////////////////////////////
*/

#template_h .rule {
	position:relative;
	top:0px;
}

#template_h #contentTopSection {
	background:#222;
	margin:0 0 10px 21px;
	padding:0 10px 0 0;
	padding:0;
	/*	width:595px;*/
	border:none;
	top:5px;
	
	/*-- added by DM --*/
	height: 160px;
}

/*#template_h #contentBottomSection {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	left:0px;
}*/

#template_h .bottomColumn {
	float:left;
	margin-right:15px;
	width:250px;
	line-height:15px;
}

#template_h .colLeft {
	position:relative;
	left:20px;
	padding:0;
	margin:0;
	width:425px;
}

	#template_h .colLeft p {
		color:#666;
		line-height:15px;
	}

	#template_h .contactInfo {
		margin:20px 0;
		color:#666;
		width:150px;
		float:left;
	}
	
	#template_h .colLeft .rule {
		margin:15px 0;
	}
	
	
	
	.issueNumber {
		color:#666;
		font-size:9px;
		padding: 0;
		margin:0;
	}
	
	#template_h a:hover .insightsTitleLink {
		color:#c00;
	}
	
#template_h .colRight {
	padding:0;
	margin:0;
	margin-left:35px;
	width:190px;
	font-size:10px;
	color:#666;
	/*position:absolute;
	top:0px;
	right:0px;
	float:right;*/
}
	
	#template_h .colRight ul.grayBG {
		padding:15px;
		margin:0;
		background:#f1f1f1;
		position:relative;
		left:0px;
		right:0px;
	}


/*
///////////////////////////////////////
BACKGROUND CHANGES FOR TESTING
///////////////////////////////////////
*/

/*
#secondaryNavDrawers {
	background:#eff;
}

#drawerPortfolio {
	background:#efe url(../images/bg-sidebar_shadow.jpg) top right no-repeat;
}

#mainNavColumn {
	background:#fee url(../images/bg-sidebar_shadow.jpg) top right no-repeat;
}

#primaryContainer {
	background:#eef;
}

#mainContentArea {
	background:#eff;
}

#contentBottomSection {
	background:#eef;
}
*/