html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {
  margin: 0;
  padding: 0;
  color: #571d1f;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-align: center;
  background-color: #673335;
  background-image: url(/imgD/bkg_body.png);
  background-position: left top;
  background-repeat: repeat-x;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.8em;
}
ul, ol {
	margin: 0;
	padding: 0 0 1.5em 0;
  font-size: 12px;
}
li {
  margin: 0 0 0 30px;
  padding: 0;
  line-height: 1.8em;
}
h1 {
	margin: 0 0 .5em 0;
	padding: 0 0 8px 0;
  color: #c41230;
	font-size: 30px;
	font-weight: normal;
  font-style: italic;
  text-align: left;
	line-height: 1em;
}
h2 {
	margin: 0;
	padding: 0 0 .2em 0;
  color: #c41230;
	font-size: 18px;
	font-weight: normal;
  font-style: italic;
	line-height: 1.5em;
}
h3 {
	margin: 0;
	padding: 0 0 .2em 0;
  color: #c41230;
	font-size: 16px;
	font-weight: normal;
  font-style: italic;
	line-height: 1.5em;
}
a {
  color: #c41230;
	text-decoration: underline;
}
a:hover {
}
img {
	border: none;
}



/* ************************************************** div#page ****************************** */
div#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: solid #99A117;
	border-width: 14px 0;
}



/* ************************************************** div#masthead ****************************** */
div#masthead {
	position: relative;
	width: 900px;
  height: 140px;
	margin: 0;
	padding: 0;
	background-color: #571C1E;
}
#masthead h1 {
	float: left;
	display: inline;
	width: 200px;
	height: 105px;
	margin: 20px 0 0 30px;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-indent: -9999px;
	background-image: url(/imgD2/logo_uvch_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
  border-bottom: none;
}
#masthead a.returnhome {
	float: left;
	display: inline;
	width: 200px;
	height: 105px;
	margin: 20px 0 0 30px;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-indent: -9999px;
	background-image: url(/imgD2/logo_uvch_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	outline: none;
}
#masthead div.sociallinks {
	position: absolute;
	bottom: 20px;
	right: 40px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#masthead .sociallinks a {
	color: #fff;
	text-decoration: none;
}
#masthead .sociallinks a img {
	vertical-align: bottom;
	padding: 0 2px;
}



/* ************************************************** div#main ****************************** */
div#main {
  overflow: hidden;
	width: 900px;
	margin: 0;
	padding: 30px 0;
  text-align: left;
	background-color: #fff;
}



/* ************************************************** div#content ****************************** */
div#content {
	float: right;
	display: inline;
	width: 620px;
  min-height: 500px;
	margin: 0 40px 0 0;
	padding: 0;
}
#content p.contentheader {
  text-align: left;
}



/* ************************************************** div#column / div#columnnavwrap / div#columnnav ****************************** */
div#column {
  float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}
#column ul.nav_level_0 {
  width: 180px;
  margin: 0;
  padding: 0 0 50px 0;
  list-style-type: none;
}
#column ul.nav_level_0 li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: right;
  line-height: 30px;
}
#column ul.nav_level_1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#column ul.nav_level_1 li {
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: right;
  line-height: 22px;
}
#column ul a {
  color: #673335;
  text-decoration: none;
}
#column ul a:hover {
  color: #c41230;
  text-decoration: none;
}
#column ul li a.active {
  color: #c41230;
	font-style: italic;
  text-decoration: none;
}
#column p.mailinglist {
  width: 100px;
  margin: 0 0 0 80px;
  padding: 0;
  font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 1.4em;
}
#column .mailinglist a {
	display: block;
	width: 75px;
  padding: 78px 0  20px 25px;
  color: #673335;
  text-decoration: none;
	background-image: url(/imgD2/bkg_mailinglist.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#column .mailinglist a:hover {
  color: #c41230;
	text-decoration: none;
}
#column div.promoblock {
  margin: 0;
  padding: 20px 0 0 20px;
}
#column .promoblock p.promoimage {
  padding: 0 0 20px 0;
  text-align: center;
}
#column .promoblock p.promoblurb {
  margin: 0 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
}
#column .promoblock p.promoblurb a {
  text-transform: uppercase;
}



/* ************************************************** div#footer ****************************** */
div#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #571C1E;
}
div#subfooter {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
}
#footer p {
  margin: 0;
  padding: 0;
  color: #ffffff;
	font-size: 10px;
	font-style: italic;
  text-align: center;
	line-height: 60px;
}
#subfooter p {
  margin: 0;
  padding: 0;
  color: #ffffff;
	font-size: 10px;
  text-align: center;
	line-height: 20px;
}
#footer a,
#subfooter a {
  color: #ffffff;
  text-decoration: underline;
}






/*
HOME PAGE STYLES
*/
.home #content {
	width: 640px;
	margin: 0 40px 0 0;
}
.home #content h2.mainheadline {
	width: 640px;
	height: 24px;
	text-indent: -5000px;
	background-image: url(/imgD2/landing_h2_whatwillyoudiscover.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
}

/* ----- billboards ----- */
#billboardimages {
	width: 640px;
	height: 235px
}
#billboardimages a,
#billboardimages a img {
	display: block;
	width: 640px;
	height: 235px
}
div#navbillboard {
  position: relative;
  left: 50%;
  float: left;
  height: 24px;
  margin: 20px 0 15px 0;
  padding: 0;
  text-align: center;
}
#navbillboard div.navitemswrap {
  position: relative;
  right: 50%;
  float: left;
	display: block;
  height: 24px;
  margin: 0;
  padding: 0;
	background-image: url(/imgD2/bkg_billboardnav_container_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navbillboard div.navitems {
  float: left;
	display: block;
  height: 14px;
  margin: 0;
  padding: 5px 7px;
	background-image: url(/imgD2/bkg_billboardnav_container_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navbillboard a {
	float: left;
	display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  text-indent: -9000px;
  line-height: 14px;
  background-image: url(/imgD2/bkg_billboardnav_link.gif);
  background-repeat: no-repeat;
  background-position: 0 -14px;
  outline: none;
}
#navbillboard a.activeSlide,
#navbillboard a:hover {
  background-position: 0 0;
}
.home #content .whatsnew {
	clear: both;
  margin: 0;
  padding: 20px 0 205px 0;
  background-image: url(/images/pages/home_bkg_bottom.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* ----- maincontent ----- */
.home #content .maincontent {
	clear: both;
	width: 630px;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 14px;
}
/* ----- whatsnew ----- */
.home #content .whatsnew {
	clear: both;
	width: 610px;
	margin: 0 15px;
	padding: 0;
	background-image: url(/imgD2/landing_whatsnew_top.gif);
	background-position: 0 12px;
	background-repeat: no-repeat;
}
.home .whatsnew h2 {
	width: 170px;
	height: 25px;
	margin: 0 220px;
	padding: 0;
	text-indent: -99990px;
	background-image: url(/imgD2/landing_h2_whatsnew.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}
.home #content .featured {
	overflow: hidden;
	width: 609px;
	margin: 0;
	padding: 0 0 0 1px;
	background-image: url(/imgD2/landing_whatsnew_btm.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.home #content .featured .events,
.home #content .featured .nowopen,
.home #content .featured .openingsoon {
  float: left;
  width: 182px;
  margin: 0 1px 0 0;
  padding: 20px 10px;
  text-align: center;
}
.home #content .featured h3 {
	color: #571d1f;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-transform: lowercase;
	line-height: 1.5em;
}
.home #content .featured p a {
  color: #c41230;
}
.home #content .featured p.details {
  color: #c41230;
	text-align: center;
}
/*
DIRECTORIES
*/
p.download {
  text-align: center;
  font-style: italic;
}
table.directory {
  width: 620px;
  margin: 0;
  padding: 0;
  border: none;
}
.directory th {
  padding: 25px 10px 3px 10px;
  color: #571d1f;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  line-height: 1em;
  border-bottom: solid 1px #d9b227;  
}
.directory td {
  padding: 10px 10px 3px 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1em;
}
.directory td.number {
  width: 50px;
}
.directory td.store {
}
.directory td.phone {
  width: 100px;
}
.directory td.section1,
.directory td.section1 a {
  color: #2C82C3;
}
.directory td.section2,
.directory td.section2 a {
  color: #CF9A59;
}
.directory td.section3,
.directory td.section3 a {
  color: #76a33a;
}
.directory td.section4,
.directory td.section4 a {
  color: #4DC3ED;
}
.directory td a {
	text-decoration: none;
}
.directory td a:hover {
	text-decoration: underline;
}
/*
COMMON LIST DETAILS
*/
div.item {
  overflow: hidden;
  margin: 0;
  padding: 16px 0;
  border-top: solid 1px #d9b227;  
}
.item img {
  float: left;
  margin: 0;
  padding: 0;
}
.item .details {
  width: 428px;
  margin: 0 0 0 185px;
  padding: 0;
}
.item .details p, .item .details ul {
  padding: 0;
}
/*
AMENITIES
*/
div.amenities {
  margin: 0;
  padding: 12px 0 24px 0;
}
/*
WHAT'S HAPPENING - EVENTS
*/
div.events {
  margin: 0;
  padding: 12px 0 24px 0;
}
.events .item .details p, .events .item .details ul {
  padding: 0 0 1.5em 0;
}
/*
WHAT'S HAPPENING - STOREPROMOS
*/
div.storepromos {
  margin: 0;
  padding: 12px 0 24px 0;
}
/*
WHAT'S HAPPENING - STOREPROMOS
*/
div.vchpromos {
  margin: 0;
  padding: 0 0 24px 0;
}
/*
WHAT'S HAPPENING - PRESS
*/
ul.press {
  margin: 0;
  padding: 12px 0 24px 0;
  list-style-type: none;
}
.press li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2em;
}
.press li span.date {
  float: left;
  width: 75px;
}
/*
AREA ATTRACTIONS
*/
ul.areaattractions {
  margin: 0;
  padding: 0 0 30px 0;
  list-style-type: none;
}
.areaattractions li {
  margin: 0;
  padding: 0;
  line-height: 2em;
}
/*
NEWSLETTER
*/
#newsletterform {
  width: 613px;
  padding-bottom: 1.5em;
}
#newsletterform p {
  padding-bottom: .4em;
}
#newsletterform .formfield {
  width: 260px;
  margin: 0;
  padding: 2px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1em;
  border: solid 1px #999;
}
#newsletterform .formbutton {
  color: #571d1f;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  background-color: #fff;
  border: solid 1px #999;
}


/*
MAP HOVER STYLES
*/
ul#map_hovers {
	margin:0;padding:0;height:0;
}
ul#map_hovers li {
	list-style:none;
	margin:0;
	background: url(/imgD/map_hover_top_2.png) no-repeat top;
	width: 360px;
	top: -85px;
	left: -15px;
	position:absolute;
	text-align: left;
	padding: 10px 0 0 0;
	font-style: normal;
	z-index: 2;
	display: none;
	font-size: 12px;
	border: 0px solid;
}
ul#map_hovers li div.inner {
	padding: 6px 16px 20px 16px;
	background: url(/imgD/map_hover_bottom_2.png) no-repeat bottom;
	text-align: left;
	margin: 0;
	border: 0px solid #fff;
}
ul#map_hovers li img.left_image {
	margin-right: 10px;
	width: 120px;
	height: 120px;
}
ul#map_hovers li div.hover_text {
	display: inline-block;
	border: 1px solid #f00;
	height: 120px;
}
/*
TENANT DETAIL PAGE STYLES
*/

h2.tenant_title {
	font-size: 24px;
	line-height: 140%;
	color: #571D1F;
}
ul#detail_photos {
	margin:0;padding:0;position:relative;
	height: 277px;
	clear:both;
}
ul#detail_photos li {
	list-style:none;
	margin:0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div#photo_buttons a.active {
	text-decoration: none;
	color: #571D1F;
}
div#detail_content {
	clear:after;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*
JOBS
*/
div.jobs {
  margin: 0;
  padding: 12px 0 24px 0;
}
.jobs .item .details p, .jobs .item .details ul {
  padding: 0 0 1.5em 0;
}

