/*********************************************************************

	Regency Cascading Stylesheet  (c) 2008
	Written by: THAT Agency for Regency Centers
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited

*********************************************************************/

body {
   background: white;
   font-size: 12pt;
   }
/*#right_rail {
   display: none;
   }*/
#logo_link a {
	display:block;
	height:53px;
	width:229px;
	position:absolute;
	top:21px;
	left:30px;
	}
.wrapper{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content_wrapper {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #999;
   }
a:link, a:visited {
   color: #2A599B;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.common_content a:link:after, .common_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.common_content a[href^="/"]:after {
   content: " (http://www.regencycenters.com" attr(href) ") ";
   }



/* This is the print stylesheet to hide the Flash headlines from the browser... 
regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}