a:link {
	color: #0000CC;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #761413;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}

a.drop_down:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.drop_down:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.drop_down:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.drop_down:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#main_cell {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#page_cell {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 20px;
}

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #761413;
	z-index: 98;
}

.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #761413;
}

.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #761413;
}

.sub_title {
	font-family: Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
.footer_address {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #761413;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-variant: small-caps
}

#nav_detail {
	padding-left: 40px;
	padding-right: 20px;
	position: absolute;
	left: 196px;
	top: 230px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #761413;

}

#nav_staff {
	border-top: 3 solid #761413;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #761413;
}


#mnuHome {

}

#mnuAbout {
	display: none;
	width: 170px;
	position:absolute;
	top: 82px;
	left: 346px;
	z-index: 99;
}
#mnuProperty {
	display: none;
	width: 170px;
	position:absolute;
	top: 82px;
	left: 501px;
	z-index: 99;
}
#mnuDevelopment {
	display: none;
	width: 170px;
	position:absolute;
	top: 82px;
	left: 639px;
	z-index: 99;
}

#mnuNews {
	display: none;
	width: 170px;
	position:absolute;
	top: 82px;
	left: 821px;
	z-index: 99;
}

.drop_text {
	display: block;
	background-color: #666666;
	border-top: 1 solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pop_up_cell {
	padding-left: 20px;
}

.hr {
	color:#771313;
	width: 100%;
	height: 1px;
} 