/* 
	CSS Document
	Title:		Malkin default screen styles
	Contact: <christy.gurga@themechanism.com>
*/


* {
	margin: 0;
	padding: 0;
}
abbr, object:focus, a, a:focus,
input::-moz-focus-inner, a:active { outline: none; border: 0; }
.clear {
	clear: both;
}
.clearfix:after {
	clear: both; 
	content: '.'; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
/*Hide from IE Mac \*/
.clearfix { display: block; }
/*End hide from IE Mac */

/* LAYOUT
----------------------------------------------- */
body {
	background: #fff;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 970px;
}
#head { position: relative; }
	#top {
		background: #769805;
		height: 25px;
	}
ul#sites {
	float: right;
	list-style-type: none;
}
ul#sites li {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	height: 19px;
	list-style-type: none;
	margin: 6px 0;
}
ul#sites li.on {
	background: url(../images/g-arrow-sites.gif) center bottom no-repeat;
	color: #fff;
}
ul#sites li a, ul#sites li span {
	border-left: 1px solid #fff;
	color: #C5DF85;
	padding: 0 1.2em;
}
ul#sites li.first a, ul#sites li.first span { border-left: none; }
ul#sites li.on span { color: #fff; }

		p#logo {
			height: 72px;
			left: 26px;
			position: relative;
			top: 18px;
			text-indent: -9999px;
			width: 236px;
		}
		#prop p#logo { background: url(../images/logo-properties.png) 0 0 no-repeat; }
		#const p#logo { background: url(../images/logo-construction.png) 0 0 no-repeat; }
		#sec p#logo { background: url(../images/logo-securities.png) 0 0 no-repeat; }
		#hold p#logo { background: url(../images/logo-holdings.png) 0 0 no-repeat; }
			p#logo a { display: block; height: 72px;}
		#head .search {
			position: absolute;
			right: 13px;
			top: 43px; /* 25 + 18 */
		}
			input#search { float: left; width: 216px; }
			.search input.btn { float: left; margin-left: 3px; }

/* top nav */
ul#nav {
	border-bottom: 4px solid #ACC274;
	list-style-type: none;
	padding-left: 286px;
	position: relative;
}
ul#nav li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}
ul#nav li a {
	color: #769805;
	display: block;
	padding: .7em .9em;
}
ul#nav li.on a {
	font-weight: bold;
}
ul#nav li.on a, 
ul#nav li.on a:hover, 
ul#nav li.on a:active,
ul#nav li ul li.on a,
ul#nav li.on ul li.on a {
	background: #ACC274;
	color: #fff;
}
ul#nav li ul {
	background-color: #fff;
	border-top: 4px solid #acc274;
	border-bottom: 1px solid #acc274;
	border-left: 1px solid #acc274;
	border-right: 1px solid #acc274;
	display: none;
	left: 0;
	list-style-type: none;
	position: absolute;
	top: 31px;
	width: 200px;
	z-index: 500;
}
ul#nav li ul li {
	float: none;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none;
}
ul#nav li.on ul li a {
	background-color: #fff;
	color: #769805;
	font-weight: normal;
}
ul#nav li a:hover, 
ul#nav li a:active,
ul#nav li.on ul li a:hover,
ul#nav li.on ul li a:active {
	background: #e6e6e6;
	text-decoration: none;
}

#title {
	margin: 10px 25px 0 25px;
}
#col1 {
	clear: left;
	float: left;
	margin-top: -41px;
	min-height: 200px;
	padding: 0 26px 0 12px;
	width: 234px; /* 286 - 52 */
}
		
#col2 {
	margin-left: 286px;
	width: 684px;
}
#colMain {
	float: left;
	padding-right: 38px;
	width: 432px; /* 470 - 38 */
}
#ie6 #colMain {
	width: 416px;
}
#col2.widemain #colMain {
	padding-right: 0;
	width: auto;
}
		
		#colMain h2 {
			padding-bottom: .5em;
			}
		#colMain h3 {
			color: #666666;
			padding-bottom: .8em;
			padding-top: .15em;
			}
			
		#colSide {
			float: left;
			width: 214px;
		}
		#colSpan { clear: both; }
#colSingle {
	float: left;
}
#foot {
	border-bottom: 26px solid #E6E6E6;
	clear: both;
	color: #999;
/*	font-weight: bold;*/
	padding: 70px 26px 0;
}
	#foot p { float: left; font-size: 1.1em; line-height: 1em; width: 286px; }
	#foot ul { list-style-type: none; float: right; }
		#foot ul li { float: left; font-size: 1.1em; }
#foot ul li a {
	border-left:1px solid #999;
/*	color: #999;*/
	padding:0 1.2em;
}
			#foot ul li.first a { border-left: none; }
img.printImage { display: none; }		
		
/* TYPOGRAPHY
----------------------------------------------- */
p, dl, blockquote { font-size: 1.3em; line-height: 1.5em; padding-bottom: 1.5em; }
a { color: #719501; text-decoration: none; }
a:hover, a:active { color: #94C007; text-decoration: underline; }
a.anchor { color: inherit; }
a.anchor:hover, a.anchor:active { text-decoration: none; }
a.password { font-size: 1em; margin-left: 1em; }
p#intro {
	color: #565656;
	font-size: 1.5em;
	font-weight: bold;
}
p#address { width: 50%; font-size: 1.5em; }
	p#address .street { display: block; }
p.phone {
	color: #666;
	font-weight: bold;
	padding-bottom: 0;
}
	p.phone span { float: left; width: 1.4em; }
	
	p.mpt, p.mptSubject span {
		font-weight:bold;
	}
	p.mpt span {
		color:#719501;
	}
	p.mptSubject span {
		color:#6F87AB;
	}
p.pre { padding-bottom: 0; }
p.caption {
/*	color: #999; */
	font-size: 1em;
}
h1 {
	color: #585959;
	float: left;
	font: normal 3.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18px;
	margin-left: 286px;
/*	width: 444px; */
}
#ie6 h1 {
	margin-left: 136px;
	width: 683px;
}

h2 {
	color: #6F87AB;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: .5em;
}
h3 { font-size: 1.5em; }
h4 { 
	color:#6F87AB;
	font-size:1.1em;
	text-transform:uppercase;
}
hr { border-top: 1px solid #ccc; border-bottom: 0; border-left: 0;  border-right: 0; margin-bottom: 1.5em; height: 1px; }
.caseStudy hr { margin: 1em 0 3em; }
.building h2{
	color: #585959;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3.2em;
}
dl dt { font-weight: bold; color: #444;}
dd.date { color: #666; }
dd.email { font-size: .8em; font-weight: bold; }
a.more {
	background:url(../images/g-arrow-bullet.gif) 0 1px no-repeat;
	display: block;
	font-size:.93em;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 9px;
}
a.top { 
	background:url(../images/g-arrow-up.gif) 0 8px no-repeat;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 12px;
	float: right;
}
a.pdf {
	background: url(../images/g-pdf.gif) 0 0 no-repeat;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
a.pdfS {
	background: url(../images/g-pdf.gif) 0 0 no-repeat;
	display: block;
	padding-left: 22px;
}
a.email {
	background: url(../images/g-email.png) 0 0 no-repeat;
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin-top: 6px;
	padding: 0 0 0 25px;
}
p.vcard a.email {
	background: none;
	float: none;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
}
.adr, .fax, .phone, .street-address {
	display: block;
}
#colSide .fauxheading {
	padding: 1em 0 0.75em 0;
}
.contactaddress {
	font-weight: bold;
}
.adr {
	font-weight: normal;
}
p.note, p.note-gray {
	color: #333;
	padding: 10px 15px;
}
p.note {
	border: 1px solid #ACC274;
	background: #E8F7C1;	
}
p.note-gray {
	border: 1px solid #c3c6ce;
	background: #ebebeb;
}
.condensed p.note { margin-bottom: 1em; }

.tSpace { margin-top: 1em; }

blockquote {
	border:2px solid #ACC274;
	border-width:2px 0;
	color:#666;
	font-size:1.5em;
	font-style:italic;
	line-height:1.5em;
	margin:1em 0 2em 0;
	padding:1em 2em;
	text-align:right;
}
blockquote.major {
	background:#E3ECF7;
	border:2px solid #6F87AB;
	color:#6F87AB;
	font-size:1.6em;
	font-style:normal;
	margin:0;
	padding:2em;
	text-align:left;
}
cite {
	display:block;
	font-size:0.8em;
	font-style:italic;
	line-height:1.35em;
	margin:2em 1em 1em 1em;
	text-align:right;
}

/* LISTS
----------------------------------------------- */
ul#breadcrumbs {
	list-style-type: none;
	margin-bottom: 20px;
}
ul#breadcrumbs li {
	background:url(../images/g-arrow-bullet.gif) 0 -2px no-repeat;
	float: left;
	font-size: 1.2em;
	margin-right: 7px;
	padding: 0 0 0 9px;
}
ul#breadcrumbs li.first {
	background: none;
	padding: 0;
}
ul#breadcrumbs li a {
	color: #769805;
}


ul#navSub, ul#navSub ul {
	list-style-type: none;
}
ul#navSub li {
	background: url(../images/g-arrow-bullet.gif) left top no-repeat;
	color: #444;
	font-size: 1.6em;
/*	font-weight: bold;
/*	margin-bottom: .5em;*/
	margin-bottom: 1em;
	padding-left: 13px;
}
ul#navSub li.on {
	background: url(../images/g-arrow-down-bullet.gif) left top no-repeat;
}
ul#navSub ul {
/*	margin: .8em 0 1.5em 1.1em;*/
	margin-top: 0.9em;
}
ul#navSub li ul.level2 li {
	background: none;
	color: #6F87AB;
	font-size: 0.8em;
/*	font-weight: bold; */
	margin-bottom: 0.5em;
	text-transform: uppercase;
	padding-left: 0;
}
ul#navSub li ul.level2 li a {
	color: #99AC66;
	text-transform: none;
}
ul#navSub ul ul {
	margin-top: .5em;
}
ul#navSub li ul.level2 li ul.level3 li {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: none;
}
ul#navSub li ul.level2 li ul.level3 li a {
	color: #99AC66;
}
ul#navSub li ul.level2 li a.on,
ul#navSub li ul.level2 li ul.level3 li a.on {
	color: #444;
/*	font-weight: bold; */
}

ul#navProp { list-style-type: none; margin-bottom: 2em; }
	ul#navProp li {
		border-bottom: 1px dotted #ccc;
		color: #444;
		font-size: 1.2em;
		font-weight: bold;
		padding: .8em .5em .8em 1.8em;
	}
	ul#navProp li.on { background: #F4F4F4 url(../images/g-arrow-prop.gif) 0 0 no-repeat; }
		ul#navProp li a.pdf { float: right; }
ul.anchors { list-style-type: none; }
	ul.anchors li {
			background: url(../images/g-arrow-bullet.gif) left top no-repeat;
			font-size: 1.4em;
			font-weight: bold;
			margin-bottom: .5em;
			padding-left: 11px;
		}
ul.facts { list-style-position: outside; margin-left: 1.5em; padding-bottom: 1.5em; }
	ul.facts li { font-size: 1.3em; line-height: 1.5em; }
	ul.facts li.zebra { background: #f5f5f5; }
ol.list, ul.list { 
	list-style-position: inside;
	padding-bottom: 2.5em;
	margin-left: 1.1em;
	text-indent: -1.1em;
}
ol.list li, ul.list li {
	font-size: 1.3em;
	line-height: 1.5em;
}
ul.list li ul li {
	font-size: 1em;
	list-style-type: disc;
	margin-left: 2em;
}
ul.articles { 
	color: #999;
	list-style-position: inside;
	padding-bottom: 2.5em;
	margin-left: 1.1em;
	text-indent: -1.1em;
}
	ul.articles li { font-size: 1.1em; line-height: 1.5em; padding-bottom: .5em; }
#newsStory ul { 
	list-style-position: inside;
	padding-bottom: 1.5em;
	margin-left: 1.1em;
	text-indent: -1.1em;
}
	#newsStory ul li { font-size: 1.3em; line-height: 1.5em; }
ul.criteria { list-style-type: none; padding-bottom: 1.5em; }
	ul.criteria li { font-size: 1.3em; line-height: 1.5em; }
ul.sitemap { list-style-position: inside; list-style-type: disc; }
	ul.sitemap li { font-size: 1.3em; font-weight: bold; line-height: 1.5em; }
		ul.sitemap li ul { list-style-type: disc; margin-left: 3em; }
			ul.sitemap li ul li { font-weight: normal; font-size: 1em; }
ul.pageNumbers {
	list-style-type: none;
	margin: 2em 0 0 0;
	padding: 0;
}
	ul.pageNumbers li, ul.pageNumbers strong {
		float: left;
		font-size: 13px;
		margin-left: 4px;
		text-align: center;
	}
		ul.pageNumbers li a, ul.pageNumbers li a:visited, ul.pageNumbers strong {
			border: 1px solid #719501;
			color: #719501;
			display: block;
			padding: .3em .6em;
			text-decoration: none;
		}
		ul.pageNumbers li a:hover, ul.pageNumbers li a:active {
			background: #719501;
			color: #fff;
			text-decoration: none;
		}

dl#partnering dt {
	margin:1em 0 0.5em 0;
}
dl#partnering dd {
	margin:0 0 0.5em 2em;
}
/* BUTTONS
----------------------------------------------- */
.btn {
	background: #769805;
	border-top: 1px solid #769805;
	border-left: 1px solid #769805;
	border-right: 1px solid #9C9C9C;
	border-bottom: 1px solid #9C9C9C;
	border-top: none;
	border-left: none;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 16px;
	text-transform: uppercase;
}
.btn:hover { background: #94C007; }
.btn:active { background: #506704; }

.rev {
	background: #fff;
	border: 1px solid #769805;
	color: #769805;
}
.rev:hover { color: #fff; }
.rev:active { color: #fff; }

.btnW {
	background: #fff url(../images/g-plus.gif) 0 0 no-repeat;
	border: 1px solid #769805;
	color: #769805;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 9px 8px 32px;
}
.btnW:hover { background-color: #769805; color: #fff; text-decoration: none; }
.btnW:active { background-color: #769805; color: #fff; text-decoration: none; }

table.form tr td .btn { font-size: .8em; } 

.btnLogin { padding: 8px 8px; }

/* FORMS
----------------------------------------------- */
fieldset { border: 0; }
input.inputChk { margin-right: .5em; position: relative; }
input.inputRad { margin-right: .5em; position: relative; }
input.inputText {
	border: 1px solid #979797;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	height: 22px;
	margin-right: .2em;
	padding: 3px;
	vertical-align: middle;
}
input.inputDefault {
	color: #999;
	font-style: italic;
}
input#Reset { margin-left: 1.5em; }
select.inputSelect {
	border: 1px solid #979797;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 29px;
	vertical-align: middle;
}
p.success {
	background: #EEFFDA;
	border: 1px solid #37A605;
	color: #287404;
	padding: 1em 2em;
	margin-bottom: 1em;
}
p.fail {
	background: #ffdddd;
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 1em 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}
span.txtError, span.txtHelp {
	display: block;
	font-size: .9em;
	margin-top: .5em;
}
span.txtError {
	color: #C00;
}
span.txtHelp {
	color: #999;
}
.directions label {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 6px;
}
.directions input#directions { display: block; margin-left: 106px; width: 172px; }
div.controls { display: block; margin-top: 5px; margin-left: 106px; }
a#map { float: right; }
/* jeffrey edit */
/*table.form tr td label { font-weight:bold; } */
table.form tr td.labelHead label,
table.form tr td label { color: #333; }
	fieldset#fsSqFt span { padding-right: 2em; }
	input#txtMin, input#txtMax { margin-left: .5em; width: 90px; }
	input#chkRetail, input#chkBoth { margin-left: 4em; }
table.form select.inputSelect { width: 194px; }
table.form td.form_section {
	background-color: #ccc;
	color: #fff;
}
textarea.inputArea { width: 194px; }
#projType div { float: right; margin-right: 13px; }
	#projType select#selType { border: 1px solid #979797; width: 173px; }
#selBuilding {
	display:block;
	margin-bottom:13px;
	width: 194px;
}
#frmDirections { padding-top: 5px; }
span.optional, span.optional_inline {
	color: #6f87ab;
	font-size: .8em;
}
span.optional {
	display: block;
}
textarea.long, input.long {
	width: 250px;
}
input.med { width: 100px; }
input.short { width: 40px; }
/* TABLES
----------------------------------------------- */
table { border-collapse: collapse; display: table; }
table tr.zebra td, table tr.zebra th { background: #fbfbfb; }

table.geographic td {
	padding-right: 70px;
	vertical-align: top;
}
table.avail { width: 432px; }
	table.avail th {
		background: #E2E2E2;
		font-size: 1.3em;
/*		padding: 12px 5px 12px 12px;*/
padding: 12px 5px 12px 12px;
		width: 72px;
	}
	table.avail th.availabilities { width: auto; }
		table.avail th a { color: #333; padding-right: 12px; position: relative; }
		table.avail th a.floor { display: block; width: 45px; }
		table.avail th a.floor span { top: 1em; }
table.avail td {
	border-bottom: 1px solid #ccc;
/*	color: #777; */
/* jeffrey edit */
/*		font-weight: bold; */
	font-size: 1.3em;
/* jeffrey edit */
/*	padding: 15px 5px 25px 12px; */
padding: 12px 5px 12px 12px;
	vertical-align: top;
}
table.avail td a.pdf {
/*	margin-left: 20px;*/
	text-align: center;
}

table.avail span.sort {
	background: url(../images/btn-sortSP-6.gif) 0 -6px no-repeat;
	display: block;
	height: 6px;
	position: absolute;
	right: -3px;
	text-indent: -9999px;
	top: 4px;
	width: 13px;
}
table.avail span.sortOn {
	background: url(../images/btn-sortSP-6.gif) 0 0 no-repeat;
	display: block;
	height: 6px;
	position: absolute;
	right: -3px;
	text-indent: -9999px;
	top: 4px;
	width: 13px;
}
#colSingle table.avail { width: 684px; }
	#colSingle table.avail th { width: auto; }
		table.avail td span.property span.view { display: block; visibility: hidden; }
		table.avail td span.property:hover span.view { visibility: visible; }
table.portfolio { margin-bottom: 3em; width: 432px; }
#colSingle table.portfolio { width: 590px; }
	table.portfolio th {
		background: #E2E2E2;
		font-size: 1.3em;
		padding: 12px 5px 12px 12px;
	}
/* jeffrey edit */
table.portfolio td {
	border-bottom: 1px solid #ccc;
/*	color: #777; */
	font-size: 1.2em;
	padding: 8px 5px 8px 12px;
	vertical-align: top;
}
	table.portfolio tr.total td { font-weight: bold; padding: 20px 0 20px 12px; text-align: right; }
	
table.form { margin-bottom: 5em; width: 100%; }
form.condensed table.form { margin-bottom: 2em; } 
	table.form tr td { border-top: 1px solid #ccc; }
	/*table.form tr.last td { border: none; }*/
table.form tr td {
	color: #777;
	font-size: 1.3em;
	padding: 10px 5px 10px 12px;
	vertical-align: top;
}
		form.condensed table.form tr td { padding-top: 10px; padding-bottom: 10px; }
			table.form tr td p { font-size: 1em; }
/* jeffrey edit */
table.form tr td.labelHead {
	color: #333;
/*	font-weight:bold; */
	padding-top: 10px;
	width: 155px;
}
table.table_survey tr td.labelHead {
	width: 500px;
}
/* jeffrey edit */
table.form tr td.alignment {
	padding-top: 15px;
}
table.form tr table tr td {
	border: none;
}
				table.form tr table tr td {
					padding: 5px 0;
					font-size: 1em;
					vertical-align: top;
				}
				table.form tr td table tr th {
					color: #6F87AB;
					font-size: .9em;
					text-transform: uppercase;
					text-align: left;
					padding: 4px 0 4px;
					vertical-align: top;
				}
				#fsLocation span.address {
					color: #999;
					display: block;
					font-size: .8em;
					font-weight: bold; 
					line-height: 1.2em;
					margin-left: 2.2em;
				}
				table.form table { margin-bottom: .5em; width: 100%; }
table.tableHoriz { margin: 1em 0; width: 100%; }
#colSingle table.tableHoriz { width: 590px; }
	table.tableHoriz tr td, table.tableHoriz tr th.labelHead { border-bottom: 1px solid #ccc; }
	table.tableHoriz tr.last td, table.tableHoriz tr.last th.labelHead { border: none; }

/* jeffrey edit */
table.tableHoriz tr td, table.tableHoriz tr th.labelHead {
	/* color: #777; */
	font-size: 1.3em;
	padding: 8px 5px 8px 12px;
	vertical-align: top;
}
/* padding: 15px 5px 15px 12px; */
		table.tableHoriz tr td.labelHead, table.tableHoriz tr th.labelHead { color: #333; font-weight:bold; width: 155px; }
table#projectList { margin-top: 2.5em; width: 100%; }
table#projectList tr td {
	border-left: 1px #979797 solid;
/*	padding: 1em 2.5em; */
	padding: 0.5em 1em;
	vertical-align: top;
}
	table#projectList tr td.first { border-left: 0; padding-left: 0;}
#mapDir table { font-size: 1.3em; }
#mapDir table tr td { border-bottom: 1px solid #ccc; padding: .8em 0; }
.google_note { color: #999; margin-left: 14px; font-style: italic; }
.google_impnote { color: #585959; margin-left: 14px; }
#mapDir table tr td div { margin-left: 14px; }
table td.numbers, table td.right {
	text-align: right;
}
div.selectOptions a { font-weight: bold; margin-right: 3em; }
span.select a { font-size: .9em; margin-left: 1em; text-transform: none; }
tr.isearch-head td { font-size: 1.4em; padding-right: 20px; }


/* DLs
----------------------------------------------- */
dl {
	padding-bottom: 1em;
}
dd.image {
	float: left;
	margin-left: 0;
}
dd.address {
	font-weight: bold;
}

.infoHover dl {
	background: url(../images/bg-hover-top.png) 0 0 no-repeat;
	padding: 1em .5em 1em 1em;
}
dl.residential {
	padding-bottom: 2em;
} 
		dl.residential dt, dl.homeCol dt {
			color: #6F87AB;
			font-size: 1.4em;
			padding-bottom: .5em;
		}
.residential dd, .residential dt  {
	font-weight: normal;
	margin-left: 77px;
}
		.past_investments dd, .past_investments dt  { margin-left: 125px; }
		.infoHover dd.image, .residential dd.image { margin-left: 0;}
		.residential a.pdfS { height: 54px; margin-top: .5em; }
dl.project { padding: .8em 0 1em 1.8em; }
dl.project:hover { background: #F0F8D3; }
dl.project dt a.more { 
	background-position: 0 0;
	color: #607B9C;
	font-size: 1.15em;
	left: -9px;
	position: relative;
}

dl.project_new {
	cursor: pointer;
	cursor: hand;
	padding: .6em 0 1em .6em;
}
dl.project_new:hover {
	background: #F0F8D3;
}
dl.project_new dd, dl.project_new dt {
	margin-left: 68px;
}
dl.project_new dd.image {
	margin-left: 0;
}
dl.project_new img {
	border: none;
	float: left;
}
dl.project_new dt a { 
	background-position: 0 0;
	color: #607B9C;
	font-size: 1.15em;
	position: relative;
}

dl.block { margin-left: 2em; padding-bottom: 1.5em; margin-top: -1em; }

dl.agent { padding-bottom: 1.5em; }

p + dl.agent { padding-top: 1em; }


/* SLIDER
----------------------------------------------- */
#slider {
/*	background: #414141 url(http://malkinsecurities.com/images/loading.gif) center center no-repeat;*/
	background-color: #414141;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 241px;
	float: left;
	position: relative;
	width: 286px;
}
#slider_image {
	height: 100%;
	width: 100%;
}
	#slider_info {
		background-color: #000;
		border: 1px solid #000;
		color: #fff;
		cursor: auto;
		font-size: 120%;
		height: 28px;
		left: 0;
		line-height: 30px;
		padding: 0 10px;
		position: absolute;
		text-transform: uppercase;
		top: 211px;
		width: 264px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
	.slider_control {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-align: left;
		text-indent: -9999px;
		top: 7px;
		width: 11px;
	}
	#slider_caption {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	#slider_back {
		background: url(../images/btn-slider-back.gif) no-repeat 0 0;
		right: 50px;
	}
	#slider_play {
		background: url(../images/btn-slider-playSP-12.gif) no-repeat 0 -12px;
		right: 29px;
	}
	#slider_play.pause {
		background-position: 0 0;
	}
	#slider_forward {
		background: url(../images/btn-slider-forward.gif) no-repeat 0 0;
		right: 10px;
	}
/* OTHER
----------------------------------------------- */
#colContain { clear: both; }
#hero {
	background: #E9EEF4;
	height: 242px;
	padding-right: 50px;
/*	position: relative; */
}
#hero h1 {
	float: none;
	margin-bottom: .5em;
	margin-left: 305px;
	padding-top: 20px;
}
#ie6 #hero h1 {
	width: auto;
}
#hero p {
	font-size: 1.5em;
	margin-left: 305px;
}
.homeCol { 
	float:left;
	padding: 40px 0 0 26px;
	width:295px;
}
.homeCol img {
	float: left;
}
.homeCol h2, .homeCol p {
	margin-left: 90px;
}
.photos {
	margin-bottom: 2em;
	margin-top: -.7em;
}
.photos .photo {
	position: relative;
	float: left;
}
.photos a img {
	border: 2px solid #fff;
}
.photos a:hover img {
	border: 2px solid #769805;
}
.infoHover {
	background:url(../images/bg-hover-btm.png) left bottom no-repeat;
	display: none;
	left: -205px;
	padding-bottom: 20px;
	position: absolute;
	top: -105px;
	width: 274px;
}

/* strategic capital case studies */
div.scinfo, div.scimage {
	float: left;
	margin-bottom: 40px;
}
div.scinfo {
	clear: left;
	width: 420px;
}
#colMain div.scinfo h2 {
	border-top: 1px solid #ccc;
	padding-bottom: 0;
	padding-top: 10px;
}
div.scinfo h3.subhead {
	font-weight: normal;
	margin-bottom: 0.7em;
	margin-top: 0;
}
div.scinfo ul.list li {
	margin-bottom: 1em;
}
div.scimage {
	padding-left: 27px;
	width: 235px;
}
div.scimage img {
	border: 1px solid #ccc;
}
div.scimage table.tableHoriz td {
	font-size: 1.1em;
	width: 50%;
}

/* jeffrey edit
removed label from below list */
h1, h2, h3, h4
ul#breadcrumbs li,
ul#navSub li,
ul#navSub li ul.level2 li a,
ul#breadcrumbs li { text-transform: capitalize; }

/* INTERNET EXPLORER 8
----------------------------------------------- */
#ie8 ul.list { margin-left: 1.7em; }
#ie8 ul.list { text-indent: -1.4em; }
#ie8 input.inputChk { top: 1px; }
#ie8 ul#breadcrumbs li { background-position: 0 -1px; }
#ie8 select.inputSelect { height: auto; }
#ie8 table.tableHoriz th.labelHead {
	text-align: left;
}

/* INTERNET EXPLORER 7
----------------------------------------------- */
#ie7 ul.list { margin-left: 1.3em; }
#ie7 input.inputChk { top: 0; }
#ie7 select.inputSelect { height: auto; }
#ie7 .btn { border: 0; }
#ie7 input.btn { padding-left: 4px; padding-right: 4px; } 
#ie7 .login p.register { top: 35px; }
#ie7 .rev { border:1px solid #769805; }
#ie7 #fsLocation span.address  { margin-left: 3em; }
#ie7 ul#breadcrumbs li { background-position:  0 -1px; }
#ie7 ul#nav li a, #ie7 ul#nav li span {
	white-space:nowrap;
}
#ie7 ul#nav li ul li a {
	white-space: normal;
	width: 174px;
}

/* INTERNET EXPLORER 6
----------------------------------------------- */
#ie6 ul.list { margin-left: 1.3em; }
#ie6 input.inputChk { top: 2px; margin-right: 3px; }
#ie6 .btn { border: 0; }
#ie6 input.btn { padding-left: 4px; padding-right: 4px; } 
#ie6 .login p.register { top: 35px; }
#ie6 .login input.inputText { width: 115px; }
#ie6 .loginIS input.inputText { width: auto; }
#ie6 .rev { border:1px solid #769805; }
#ie6 #fsLocation span.address  { margin-left: 26px; }
#ie6 ul#breadcrumbs li { background-position:  0 -1px; }
#ie6 #col1 {
	height: 200px;
	overflow: visible;
	width: 231px;
}
#ie6 #col2 { margin-left: 0; }
#ie6 .controls select.inputSelect { position: relative; top: -10px; }
#ie6 ul#nav li a, #ie6 ul#nav li span { white-space:nowrap; }
#ie6 ul#nav li ul li a {
	white-space: normal;
	width: 174px;
}

#ie6 .infoHover dl { background-image: url(../images/bg-hover-top.gif); }
#ie6 .infoHover { background-image:url(../images/bg-hover-btm.gif); }