.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body{
	width:1016px;
	margin:0px auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#555;
	display:table;
}
.style1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
}
.style2 {font-family: "Trebuchet MS", Verdana, Arial; color: #FFFFFF; font-size: 12px; }
.style4 {font-family: "Trebuchet MS", Verdana, Arial; color: #FFFFFF; font-size: 13px; }
.style5 {font-size: 13px}

.contentContainer{
	padding:20px;
}
.hdrTitle{
	font-size:24px;
}

.content{

}
.rightSideBG{width:26px;background-image:url(../images/home-cut_24.gif); background-repeat:repeat-y;}
.leftSideBG{width:24px;background-image:url(../images/home-cut_21.gif); background-repeat:repeat-y;}

.tenantContainer{width:auto;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ddd;}
.tenantName{font-size:20px;color:#0066FF;}
.tenantLocation{font-weight:bold;}
.tenantDescriptionShort{}
.tenantDescriptionLong{padding-top:15px;}
.tenantLink{color:#009933;}

.tenantNameList{font-size:12px;color:#fff;font-weight:bold;}
.tenantLocationList{font-size:12px;color:#ccc;}

a{color:#0066CC;}
a:visited{color:#0066CC;}
a:hover{color:#CC3300;}
a:active{color:#CC3300;}

.newscategory{font-size:14px;font-weight:bold;}
.news_stories li {
	margin: 10px;
	font-size: 120%;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
#tenants_container {
	display: block;
	float: left;
	width: 364px;
	height: 623px; 
	background: url("../images/home-cut_27.gif") no-repeat top left;
	position: relative;
	overflow: hidden;
	margin: 0;
}
#tenant_list {
	width: 364px;
	height: 724px;	
	position: absolute;
	top: 522px;
	background: transparent url("../images/tenant_list_bg.jpg") no-repeat bottom;
	color: #fff;
}
#tenants_out {
	width: 364px;
	height: 462px;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
}
#tenant_list p {
	margin: 15px;
}
#tenant_list ul {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	height: 9999px;
}
#tenant_list ul li {
	margin: 0;
	padding: 0;
}
#tenant_list li a {
	color: #e5d6e9;
	text-decoration: none;
	display: block;
	padding: 12px 12px 0 12px;
	height: 53px;
	font-weight: normal;
	border-top: 1px solid #461554;
}
#tenant_list li a strong {
	color: #fff;
	font-weight: bold;
	font-size: 130%;
}
#tenant_list li a:hover {
	background: #380d45;
}

.img_l, .img_r {
	border: 1px solid #f4f4f4;
	padding: 10px;
}
.img_l {
	float: left;
	margin: 0 15px 15px 0;
}
.img_r {
	float: right;
	margin: 0 0 15px 15px;
}

.breadcrumb {
	margin: 20px 0;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 10px;
}
th {
	font-weight: normal;
}
.commercial_center {
	display: block;
	width: 320px;
	margin: 0 auto;
}

#tenant, #tenant_tabs {
	width: 694px;
	background: #fff url("../images/tenant_content_bg.gif") no-repeat;
}
#tenant_tabs {
	clear: both;
	padding: 2px 0;
}
#tenant p {
	margin: 10px;
}
#tenant_info {
	margin: 10px;
}
#tenant_info .tenantName {
	padding: 20px 10px 5px 10px;
}
.tenant_photo {
	background: transparent url("../images/tenant_photo_bg.gif") no-repeat top right;
	padding: 16px;
	margin: 0 0 15px 15px;
	float: right;
}
.tenant_photo span {
	display: block;
	width: 322px;
	height: 190px;
	overflow: hidden;
}
.tenant_logo {
	margin: 15px 15px 15px 0;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fafafa;
}
.photo {
	width: 185px;
	height: 140px;
	padding: 10px 5px 5px 5px; 
	margin: 8px;
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	background-color: #fff;
	line-height: 11px;
}
.photo a {
	display: block;
	width: 185px;
	height: 110px;
	overflow: hidden;
}
.photo img {
	border: none;
}
.clr {
	display: block;
	clear: both;
}
#dhtmltooltip{
	width: 240px;
	position: absolute;
	border: none;
	border: 2px solid #abf467;
	padding: 10px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.error {
	font: bold 12px arial, sans-serif;
	color: #cc0000;
	padding: 10px 35px;
	border: 1px solid #cc0000;
	background: #ffdbdc;
	margin: 15px 35px;
	list-style: disc;
}
	.error li {
		margin: 5px 0;
	}
.success {
	font: bold 12px arial, sans-serif;
	color: #339966;
	padding: 10px;
	border: 1px solid #339966;
	background: #dfffef;
}


	