@charset "UTF-8";
.border_color {
	background-color: #7f5e2d;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7f5e2d;
}
.body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #4f3a1b;
	margin: 15px;
	padding: 15px;
	list-style-position: inside;
	list-style-type: circle;
}
.body_text_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #4f3a1b;
}
.boarder {
	border: 1px solid #7f5e2d;
	background-color: #fff4e7;
}

.floor_plan_list
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

.floor_plan_list th
{
	text-align: left;
	color: #7f5e2d; 
	padding-bottom: 4px; 
	border-bottom: 1px solid #e1d1bc;
}

.floor_plan_list td
{
	cursor: pointer;
	color: #69737a;
	padding-top: 1px; 
	padding-bottom: 1px; 
	border-bottom: 1px solid #e1d1bc;
}
.floor_plan_list a
{
	text-decoration: none;
	color: #69737a;
}

.page_medium_text
{
	font-size: 12px;
}

.page_text
{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C2B9B0;
}

.cdgrey
{
	color: #69737a;
}

.form_button
{
   font-size        : 11px;
   cursor           : pointer;
   background-color: #69737a;
}

.form_button_text
{
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: white;
}

.trs_sb_grey
{
	border: 1px solid #868b8e;
}

.trs_sbtr_grey
{
	border-top: 1px solid #868b8e;
	border-right: 1px solid #868b8e;
}

.trs_sbtl_grey
{
	border-top: 1px solid #868b8e;
	border-left: 1px solid #868b8e;;
}

.trs_sbr_grey
{
	border-right: 1px solid #868b8e;
}

.trs_sbb_grey
{
	border-bottom: 1px solid #868b8e;
}

.trs_sbbl_grey
{
	border-bottom: 1px solid #868b8e;
	border-left: 1px solid #868b8e;
}

#navigation {
background: #bd6c34 url("/images/nav_left.gif") no-repeat;
width: 650px;
height: 26px;
}

ul#nav, ul#nav li {
font-size: 15px;
float: left;
list-style: none;
margin: 2px;
font-weight: bold;
padding: 0 0 0 20px;
}

ul#nav a, ul#nav a:visited {
color: white;
text-decoration: none;
display: block;
}

ul#nav a:hover {
color: #4b3e2a;
text-decoration: none;
display: block;
}

div.menu_popup
{
	display: none; 
	position: absolute;
	background-color: #bd6c34;
	z-index: 100;
	text-align: left;
}

div.menu_popup ul
{
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
div.menu_popup ul li a, div.menu_popup ul li a:visited 
{
	color: white;
	text-decoration: none;
	margin-bottom: 10px;
}
div.menu_popup ul li a:hover
{
	color: #4b3e2a;
	text-decoration: none;
}

#ui_block {
	background-color: rgb(0, 0, 0);
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:absolute;
	top: 0px;
	left: 0px;
	
	opacity: 0.5;
	-moz-opacity:0.50;
	filter: alpha(opacity=70);
}

#promo_popup {
	z-index: 20;
	top: 150px;
	left: 30%;
	position: absolute;
}

.search_table
{
	font-size: 12px;
	color: #7f5e2d;
}

.search_table th
{
	font-size: 16px;
	background-color: #ececec;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding-left: 3px;
}

.search_table td
{
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0px 0px 0px 3px;
}

.search_table td a
{
	color: #7f5e2d;
}

