body {
	background: #BFB6A5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #514d47; 
}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -462px;
	width: 920px;
	border: 2px solid #90816A;
	background: #e0dacf url(../img/contentBg.jpg);
	border-top: none;
	font-size: 90%;
}

h1, h2 {
	display: none;
}

#header {
	height: 55px;
	padding-top: 155px;
}

#logo {
	position: absolute;
	left: 300px;
	top: 5px;
	padding: 0;
}

#logo img {
	border: none;
}


#menu {
	text-align: center;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0 13px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#menu a:link,#menu a:visited {
	text-decoration: none;
	color: #7E1212;
}

#menu a:hover,#menu a:active {
	text-decoration: underline;
}	

#content {
	display: inline;
	float: left;
	margin: 0 20px 20px 20px;
	width: 688px;
	line-height: 1.8em;
}

p {
	margin: 0 0 1.5em 0;
}

a:link,a:visited,a:link,a:visited {
	color: #7E1212;
}

.alert {
	color: #7E1212;
}

h3 {
	position: absolute;
	width: 920px;
	font-size: 270%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0 0 .4em 0;
	padding-bottom: 33px;
	background: url(../img/headingDot.jpg) bottom center no-repeat;
	line-height: 1.2em;
}

h4 {
	font-size: 120%;
	margin: 0;
}

#footer {
	display: inline;
	float: left;
	padding: 20px 0;
	margin: 0 20px;
	width: 880px;
	clear: both;
	background: url(../img/footerBg.jpg) center 20px no-repeat;
	border-top: 1px solid #9C958B;
}

#sidebar {
	display: inline;
	float: left;
	width: 149px;
	border: 1px solid #9C958B;
	background: url(../img/sidebarBg.jpg);
	padding: 10px 10px 0 10px;
	margin-top: 7em;
	margin-right: 20px;
	margin-bottom: 20px;
}	

#sidebar h4 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	padding: 0;
}	

#eventInfo {
	border-bottom: 1px solid #9C958B; 
	margin-bottom: 1.5em;
}

.events #content img {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

.event {
	border-top: 1px solid #9C958B;
	padding-top: 1.5em;
}

.firstEvent {
	margin-top: 7em;
}

#footer address, #footer .center,
#footer .mallInfo {
	text-align: center;
	font-style: normal;
	display: inline;
	float: left;
	width: 33%;
}

#footer .center {
	padding-top: 100px;
}

#footer .center a:link,
#footer .center a:visited,
#footer .center a:hover,
#footer .center a:active {
	color: #9e7b70;
}		

/*TABLES*/
table {
	border-collapse: collapse;
	width: 688px;
	padding: 0;
}

th, td {
	vertical-align: top;
	padding: 4px;
	border: none;
	margin:0;
}

.directory table {
	margin-bottom: 30px;
}

.directory table tr.initialData {
	border-top: 1px solid #9C958B;
	font-size: 120%;
}

.directory td, .directory th {
	padding: 4px 10px;
	border: none;
}

th {
	text-align: left;
	text-transform: uppercase;
}

.tenantName {
	font-weight: bold;
}

.directory tr#directoryHeadings,
tr#managerHeadings {
	border: 1px solid #9C958B;
	background: url(../img/sidebarBg.jpg);
	
}

.directory .dropdownData {
	display: none;
}

.directory .dropdownData td {
	padding: 15px;
}

.directory h4 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}

#directoryMenu {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 7em;
}

.directory table td.moreInfo {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	background: url(../img/downArrow.gif) 100px 10px no-repeat;
	cursor: pointer;
}

#floor1 {
	position: relative;
	margin-left: 10px;
	margin-top: -10px;
	z-index: 1;
}

ul.floorMap {
	list-style-type: none;
	position: relative;
	margin-left: 10px;
	margin-top:20px;
	z-index: 2;
}

ul.floorMap li {
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul.floorMap li a:link,
ul.floorMap li a:visited {
	display: block;
	line-height: 1em;
	text-align:center;
	margin-top: 10px;
	padding: 10px 2px;
	font-weight: bold;
}

ul.floorMap li a:hover,
ul.floorMap li a:active {
	background: #90816A;
}

ul.floorMap li p {
	margin: 10px 0 0 0;
	line-height: 1em;
	text-align: center;
}

#floor2 {
	position: relative;
	margin-top: -10px;
	margin-left: 10px;
	z-index: 1;
}

.eventSide {
	padding: 10px 0;
	border-top: 1px solid #9C958B;
}

.eventSide p {
	margin: 0;
}

.eventSideFirst {
	padding-top: 0;
	padding-bottom: 10px;
	border-top: none;
}