/* gradient links on landing pages */		
	#bulletContainer a {
		background:transparent url("../images/bulletLine.jpg") no-repeat top left;
		width:368px;
		height:22px;
		line-height:22px;
		text-decoration:none;
		color:#1378bc;
		letter-spacing:1px;
		padding-left:25px;
		font-weight:700;
		display:block;
		margin-bottom:4px;
		}

/* images on the left side of the page */		
	#bodyImageInvestor,#bodyImageRealEstate,#bodyImageRealEstateGradient, #bodyImageInvestorgradient, #bodyImageBottomlinks, #bodyImageBottomlinksgradient,#bodyImageLease,#bodyImageLeaseGradient,#bodyImage1031, #bodyImage1031Gradient,#bodyImagedevelop,  #bodyImagedevelopGradient, #bodyImagePartner, #bodyImagePartnerGradient {
		float:left;
		margin:-44px 0px -62px 0px;
		height:421px;
		width:280px;
		}

	div#bodyImageInvestor {
		background:#1378bc url("../images/investor.jpg") no-repeat top left;
		}
	
	div#bodyImageInvestorgradient {
		background:#ffffff url("../images/investorgradient.jpg") no-repeat top left;
		}
		
	div#bodyImageRealEstate {
		background:#1378bc url("../images/realEstate.jpg") no-repeat top left;
		}
	div#bodyImageRealEstateGradient {
		background:#ffffff url("../images/realEstategradient.jpg") no-repeat top left;
		}
		
	div#bodyImagePartner {
		background:#1378bc url("../images/partner.jpg") no-repeat top left;
		}
	div#bodyImagePartnerGradient {
		background:#ffffff url("../images/partnergradient.jpg") no-repeat top left;
		}
	
	div#bodyImage1031 {
		background:#1378bc url("../images/1031.jpg") no-repeat top left;
		}
	div#bodyImage1031Gradient {
		background:#ffffff url("../images/1031gradient.jpg") no-repeat top left;
		}
		
	div#bodyImagedevelop {
		background:#1378bc url("../images/develop.jpg") no-repeat top left;
		}
	div#bodyImagedevelopGradient {
		background:#ffffff url("../images/developgradient.jpg") no-repeat top left;
		}
	
	div#bodyImageLease {
		background:#1378bc url("../images/lease.jpg") no-repeat top left;
		}
	div#bodyImageLeaseGradient {
		background:#ffffff url("../images/leasegradient.jpg") no-repeat top left;
		}
		
	div#bodyImageBottomlinks {
	background:#1378bc url("../images/bottomlinks.jpg") no-repeat top left;
	}
	div#bodyImageBottomlinksgradient {
	background:#ffffff url("../images/bottomlinksgradient.jpg") no-repeat top left;
	}

/* misc */
table#jobs_physicaldemands {
	width:100%;
}
table#jobs_physicaldemands th {
	text-align:left;
	color:#555555;
	padding:5px 0px;
}
table#jobs_physicaldemands td {
	padding:2px 0px;
}

img.officer_img {
	width:114px;
	height:150px;
	float:right;
	margin:0px 15px 15px 15px;
}

/* form formatting */

table#form_contactus {
	width:350px;
	margin:10px 0px;
}
table#form_contactus td {
	padding:5px;
	vertical-align:top;
}
td.label {
	text-align:right;
}
input.textbox, select.dropdown, textarea.textarea {
	margin:0px 0px 5px 0px;
	border:1px solid #003F76;
	width:180px;
	font-size:9px;
	font-family:verdana,arial,helvetica,sans-serif;
}
input.textbox {
	height:15px;
}
select.dropdown {
	height:19px;
}
textarea.textarea {
	height:60px;
}