/*main body items*/
html, body {
	margin:0;
	padding:0;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	/*background-color:#E8EBEF;*/
}
.wrapper {
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
	background-color:#eeeeee;
	background-image:url("/images/Body/bodyBg.gif");
	background-repeat:repeat-y;
	background-position:center;
	/*background-image:url(/images/bg_tile.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#bbd1dc;*/
}
.header-bgColor {
    background-color:#a4a4a4;
}
.header-logoBg {
    background-image:url('/images/Body/adre_logoBg.gif'); 
    background-repeat:repeat-x; 
    width:806px; 
    height:102px; 
    text-align:left;
}
td {
	vertical-align:top;
}
img {
	border:none;
}
.fullwidth_bodyBg {
    background-color:#eeeeee;
}
.inner_container {
	width:806px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border:0px;
	background-color:#FFFFFF;
	padding-bottom:106px;
}
.nav_container {
	width:806px;
	height:28px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	white-space: nowrap;
}
.fullwidth_bar {
	background-image:url("/images/Body/navbarBg.gif");
	background-repeat:repeat-x;
	width:100%;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#FFFFFF;
}
.page_content {
	background-image: url(../images/decorBox1.gif);
	background-repeat: no-repeat;
	padding: 43px 20px 0px 53px;
	background-position: 17px 10px;
	text-align:left;
}
.pc_backgroundImage {
	background-position:0 30px;
}
a:link, a:visited {
    color:#00607e;
    font-weight:bold;
	/* color:#22489a; */
}
img {
	border:none;
}
.pin {
	/*background:url(../images/decor_pin.gif) no-repeat;
	font-size:14px;*/
	font-weight:bold;
	padding-left:0px;
	height:20px;
	text-decoration:none;
	text-transform: uppercase;
}
p.pin 
{
	margin: 0px;
	color:#00607e;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.locationRow {
	border: 1px solid #666666;
	line-height: 20px;
	background-color: #6699FF;
}
.locationHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.tableHeading {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	vertical-align:top;
}
.tableHeading1 {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	vertical-align:top;
}
.tableHeading2 {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	vertical-align:top;
	background-color:#F7F7F7;
}
.tableHeading3 {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	background-color:#E6CCD8;
}
/*menu items*/
a#nav1, a#nav2, a#nav3, a#nav4, a#nav5, a#nav6, a#nav7, a#nav8, ul#nav9, a#nav10 {
	text-decoration:none;
	display:block;
	float:left;
	color: #FFFFFF;
	text-align:center;
	line-height: 28px;
	font-size: 11px;
	font-weight:bold;
	width:auto;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 3px;
	background-image:url("/images/Body/navbarBg.gif");
	background-repeat:repeat-x;
}
ul#nav9 {
	float: right;
	border: none !important;
}
a#nav1 {
	padding-right: 4px;
}
a#nav2, a#nav6, a#nav7, a#nav8 {
	padding-left: 4px;
}
a#nav4, a#nav5 {
	padding-left: 4px;
	padding-right: 4px;
}

a#nav1:hover, a#nav2:hover, a#nav3:hover, a#nav4:hover, a#nav5:hover, a#nav6:hover, a#nav7:hover, a#nav8:hover, ul#nav9:hover, a#nav10:hover {
	color:#00607e;
}
a.navActive {
	background-image:url(../images/menu_bg.jpg);
	color:#666666;
	text-decoration: underline;
	display:block;
}
.colon {
	text-decoration:none;
	display:block;
	float:left;
	color: #FFFFFF;
	text-align:center;
	line-height: 28px;
	font-size: 12px;
	font-weight:bold;
	width:auto;
	text-transform: uppercase;
	font-family: "Arial", Helvetica, sans-serif;
}
span.nav_separator {
	display:block;
	float:left;
	color: #999999;
	text-align:center;
	line-height: 28px;
	font-size: 12px;
	font-weight:bold;
	width:auto;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	background-image:url("/images/Body/navbarBg.gif");
	background-repeat:repeat-x;
}

.cssMenui span { color: #ffffff; }

ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#ffffff;
	background-repeat:repeat;
	border-color:#A4A4A4;
	border-width:1px;
	border-style:solid;
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.cssMenu ul{
	width:160.65px;
}
ul.cssMenu li{
	display:block;
	margin:0px 0px 0px 2px;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	/*background-color:#ffffff;*/
	border-width:0px;
	border-color:#A4A4A4;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	/*padding:4px;*/
	_padding-left:0;
	font-family: Arial Black, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration:none;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:5;
	height:16;
	display:inline-block;
	background-color:#AAAAAA;	background-image:none;}
ul.cssMenu ul li.sep span{
	width:80%;
	height:3;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	background-color:#00607E;
	border-color:#665500;
	border-style:solid;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	background-color:#00607E;
	border-color:#665500;
	border-style:solid;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:4px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
ul.cssMenu span{
	display:block;
	background-image:url(./images/arrv_anim_1.gif);
	background-position:right center;
	background-repeat: no-repeat;
   /*padding-right:11px;*/}
ul.cssMenu li:hover>a>span{	background-image:url(./images/arrv_anim_1o.gif);
}
ul.cssMenu a:hover span{	_background-image:url(./images/arrv_anim_1o.gif)}
ul.cssMenu ul span,ul.cssMenu a:hover table span{background-image:url(./images/arr_double_1.gif)}
ul.cssMenu ul li:hover > a span{	background-image:url(./images/arr_double_1o.gif);}
ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span,ul.cssMenu table a:hover a:hover a:hover span{background-image:url(./images/arr_double_1o.gif)}
ul.cssMenu table a:hover table span,ul.cssMenu table a:hover a:hover table span{background-image:url(./images/arr_double_1.gif)}

a.cssMenui {
	color: #FFFFFF;
}

/*** Home Page Items ***/
#homeFlash {
}
.spotlight_image {
	float: left;
	width: 150px;
}
.spotlight_content {
	float: left;
	height: 100%;
	width: 184px;
	padding-right: 10px;
	padding-left: 10px;
}
.list-backgroundImage
{
    height:380px;
    width:806px;
    background-image:url("/images/bg-listings-wide.jpg");
    background-repeat:no-repeat;
    padding-top:30px;
}
.listTitle {
    margin-bottom:12px;
    margin-top:62px;
    *margin-top:92px;    /* IE only */
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}
.listingBox {
	text-align: center;
	width: 33%;
	height:100px;
	line-height:100px;
}
.listBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #00607e;
	background-color: #FFFFFF;
	height: 35px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 190px;
	line-height: 35px;
	border: 1px solid #00607e;
	text-align: center;
	text-decoration: none;
}
/*
a.listBoxIcons {
	height: 85px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00607e;
	border-bottom-color: #00607e;
	border-left-color: #00607e;
	text-decoration: none;
}
a.listBoxIcons:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
} */
a.listBoxIcons {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background-color:#2e85a0;
	text-align: center;
	display: block;
	width: 268px;
	height:166px;
	border-top:solid 1px #dae3e6;
	border-bottom:solid 1px #dae3e6;
	border-right:solid 1px #dae3e6;
	text-decoration: none;
	color:#bbd1dc;
	text-transform: uppercase;
	font-weight:bold;
}
a.listBoxIcons:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.buildings, .alternate {
	width:500px;
	margin:0 auto;
	height:190px;
}
.buildings img {
	float:left;
	margin:15px;
}
.alternate img {
	float:right;
	margin:15px;
}
.stylishBox-1 {
	padding:10px 10px 17px;
	background:url(../images/stylishBox-1.jpg) repeat-y;
	margin:10px 20px;
	font-size: 9px;
	color:#6c82a2;
}
.stylishBox-1 h1 {
	color:#13253f;
	font-size:10px;
	font-weight:bold;
	margin:10px 0;
	padding:0 0 0 12px;/*background:url(../images/stylishBox-1_H1_BG.gif) no-repeat 0 4px;*/
}
.pageHeading {
	background-repeat:no-repeat;
	height:16px;
	margin:20px;
}
.stylishBox-2 {
	background:url(../images/decorBox1.gif) no-repeat;
	color:#4f6382;
	padding:20px 40px;
	text-align:justify;
}
/*footer*/
#nonFooterContent {
	padding-bottom:52px;
}
.footer {
	width:100%;
	color:#6c82a2;
	text-align:center;
	background-color:#d8d8d8;
	position: relative;
	height: 106px;
	margin-top:-107px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom:0px;
	border-bottom:solid 1px #FFFFFF;
}
.footer_container {
	width:806px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	background-color: #01607e;
}
.footer-copyright {    
	height:28px;
    background-color:#666666;
	line-height:28px;
	text-align:center;
	color:#FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	font-size:11px;
}
.footerLinksContainer {
	width:806px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footerLinksContainer a:link, .footerLinksContainer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	margin:7px;
	line-height:30px;
}
.footerLinksContainer a:hover {
	color:#bbd1dc;
	text-decoration:underline;
}
.footerDisclaimer {
	width:740px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:11px;
	color:#a4a4a4;
}
#page-image {
	background-image:url(../images/page_image_01.jpg);
	height:139px;
	width:720px;
	margin:0 auto;
	margin-top:20px;
	position:relative;
}
/*table classes*/
.dataTable th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.dataTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.shadedRow {
	background:#cccccc;
}
.even {
	background:#f0f7ff;
}
.odd {
	background:#ffffff;
}
/*form items (see seeker.css and employer.css for page specific styles)*/
form {
	margin:0;
	padding:0;
}
.buttonDiv {
	text-align:right;
	padding-top:5px;
}
.button {
	height:22px;
	font-weight:bold;
	font-size:12px;
	margin:0 5px;
}
.buttonDiv span {
	font-size:10px;
	color:#999999;
	margin:0 15px;
}
fieldset {
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
fieldset div {
	clear:both;
	padding-bottom:10px;
}
fieldset div input {
}
fieldset div label {
	text-align:right;
	display:block;
	float:left;
	padding-right:5px;
	width:120px;
	color:#000000;
	font-weight:bold;
}
fieldset div span {
	font-size:10px;
	color:#666666;
	padding:0 4px;
}
label span {
	color:#00607e !important;
}
legend {
	padding:0 4px;
	margin-bottom:15px;
	font-size:10px;
	color:#999999
}
.textbox {
	font-size:10px;
	padding:2px 6px;
	letter-spacing:1px;
}
.formError {
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:right;
	height:12px;
}
.button {
	background:white url(../images/decor_buttonBG.gif) repeat-x;
	color:white;
}
textarea, .textbox {
	background:#f4f6f8;
	border:1px solid #b8d3d4;
	color:#3d506e;
}
fieldset {
	border:1px solid #bbd1dc;
}
/*table listing*/
ul.listing a:link, ul.listing a:visited {
	text-decoration:none;
}
.loginForm td {
	vertical-align: middle;
}
.upcomingTable td {
	vertical-align:middle;
	text-align:center;
	font-size:14px;
}
.buildingTable td {
	vertical-align:middle;
	font-size:14px;
}
.searchdiv {
	float:left;	
	margin:1px 0px 0px 15px;
	font-family:Arial;
	font-size:11px;
}
.searchdiv select {
	font-size:12px;
}
.searchwhole {
	width:806px;
	height:23px;
	padding: 5px 0px 5px 0px;
	background-image:url("/images/Body/aptSearchBg.gif");
	background-repeat:repeat-x;
}
.resResNavItems {
	padding:0px;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.resResNavItems a {
}



.resWelcomeHeader{
    font-family:Arial;
    font-weight:bold;
    font-size:13px;
}
.resResNavItemsButton {
	padding:0px;
	height:41px;
	padding-top:9px;
	font-weight:bold;
	font-size:14px;
	font-family: Arial;
	text-transform:uppercase;
	background-color:#01607e;
}
.resResNavItemsButton a {
    text-decoration:none;
    color:#bdd0de;
}
.resResNavItemsButton a:hover
{
    color:#ffffff;
}
.resResNavItemsBG {
    background-color:#bbd1dc;
    height:50px;
    padding-top:3px;
}
.resHRstyle {
    color:#01607e;
    background-color:#01607e;
    height:1px;
    border:none;
}
.resMain {
	color:#767676;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.resMain a
{
    font-weight:bold;
    color:#006080;
}





.weatherDiv {
	margin:5px 0px 0px 0px;
}
em {
	font-weight:bold;
	color:#00607e
}
.main {
	color:#767676;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
/* contact Form */
otherText{
  padding-top:2px;
  width:40px;
 }

.tablepassword {
	background-color: #CCCCCC;
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
.tablepassword td{
	vertical-align:middle;
}

.propMgmt {
    background: #EBEBEB;
    border:solid 1px #bbd1dc;
}

.blueHighlight {
    color: #00607e;
	font-weight: bold;
}

.propMgmtQuoteVertSpacer {
    height: 6px;
}
#propmgmtForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#propmgmtForm .blueHighlight {
	font-size: 14px;
	color:#00607e;
}
#propmgmtForm input {
	border: solid 1px #bbd1dc;
}
#propmgmtForm select {
	border: solid 1px #bbd1dc;
}
#propmgmtForm td {
	font-weight:bold;
}

.projects-backgroundImage {
    height:378px;
    width:806px;
    background-image:url("/images/bg-projects-wide.jpg");
    background-repeat:no-repeat;
    padding-top:30px;
}
.projects-boxTitle {
    height:24px;
    width:530px;
    line-height:23px;
    border-top:solid 1px #527e8b;
    border-bottom:solid 1px #527e8b;
    color:#bbd1dc;
    font-weight:bold;
    background-color:#00607e;
    text-align:left;
    padding-left:10px;
    margin-bottom:1px;
}
.projects-boxContent {
    height:50px;
    width:530px;
    padding-left:10px;
    background-image:url("/images/project_transparentBg.png");
    line-height:1.5;
}
.projects-boxText
{
    float:left;
    color:#FFFFFF;
    font-weight:bold;
    text-align:left;
}

.properties-backgroundImage {
    height:378px;
    width:806px;
    background-image:url("/images/bg-properties-wide.jpg");
    background-repeat:no-repeat;
    padding-top:30px;
}
.properties-boxTitle {
    height:24px;
    width:530px;
    line-height:23px;
    border-top:solid 1px #527e8b;
    border-bottom:solid 1px #527e8b;
    color:#bbd1dc;
    font-weight:bold;
    background-color:#00607e;
    text-align:left;
    padding-left:10px;
    margin-bottom:1px;
}
.properties-boxContent {
    height:50px;
    width:530px;
    padding-left:10px;
    background-image:url("/images/project_transparentBg.png");
    line-height:1.5;
}
.properties-boxText
{
    float:left;
    color:#FFFFFF;
    font-weight:bold;
    text-align:left;
}

.requestform-Title {
    font-weight:bold;
    color:#00607e;
    text-transform:uppercase;
}
.requestHighlight {
    color:#00607e;
    font-size:14px;
    font-weight:bold;
}
.requestBoldText {
    color:#000000;
    font-weight:bold;
}
.requestTextArea {
    height:84px;
    width:305px;
    background-color:#ebebeb;
    border:solid 1px #bbd1dc;
}
.requestInput {
    width:305px;
    background-color:#ebebeb;
    border:solid 1px #bbd1dc;
}
.requestBuildingLink {
    border:solid 2px #cacaca;
    height:72px;
    width:183px;
    text-align:center;
    padding-top:10px;
}
.requestBuildingLink a {
    color:#00607e;
    text-transform:uppercase;
}

.contactHeader {
    color:#00607e;
    text-transform:uppercase;
    font-weight:bold;
}
.contactSubHeader {
    color:#00607e;
    font-weight:bold;
}
.contactLabel {
    color:#a3a3a3;
}
.contactInfo {
    line-height:20px;
}
.contactInfo a {
    color:#666666;
    font-weight:bold;
}
.contactBoldLabel {
    font-weight:bold;
    color:#000000;
}

.residentBold {
    font-weight:bold;
    color:#00607e;
}
.residentChargesBox {
    border:solid 1px #eeeeee;
    padding:8px 14px 8px 14px;
    width:690px;
}
.residentMOGuideBold {
    font-weight:bold;
}

.bldg-LeftCol {
    float:left;
    padding:17px 10px 0px 6px;
    width:220px;
}
.bldg-RightCol {
    float:left;
    width:480px;
    padding-top:6px;
}
.bldg-ImageBox {
    background-color:#eeeeee;
    width:478px;
    padding-bottom:10px;
}
.bldg-ListingAddress {
    color:#666666;
    text-transform:uppercase;
    font-weight:bold;
    padding:9px 12px 9px 12px;
    font-size:14px;
}
#bldg-ListingMainImage {
    padding-left:14px;
    padding-right:14px;
    width:450px;
    text-align:center;
}
#bldg-ListingThumbImages {
    padding-left:14px;
    padding-right:14px;
    padding-bottom:10px;
    padding-top:10px;
    width:450px;
}
.bldg-SubHeader {
    color:#01607e;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
}
.bldg-PropertiesLink {
    padding-top:10px;
}
.bldg-ActivePropertyLink {
    color:#666666;
}
.bldg-PropertiesLink a {
    color:#a4a4a4;
    font-weight:bold;
    text-decoration:none;
}
.bldg-PropertiesLink a:hover {
    color:#666666;
}
#bldg-listingNotes {
    color:#006080;
    font-weight:bold;
}
.bldg-HrStyle {
    color:#666666;
    margin-top:10px;
    margin-bottom:20px;
    width:468px;
}