/* CSS Document */

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(../services/images/services_bg.gif);
	background-repeat: repeat-y;
}

#leftNavSection {
	width:188px;
	padding:0px;
	float:left;
}

#contactFieldSection {
	width: 330px;
	float: left;
}

#interestFieldSection {
	width: 210px;
	float: right;
}

#contactFieldSection label {
	width: 10em;
	float: left;
}

#interestFieldSection label {
	width: 14em;
	float: left;
}

#buttonSection {
	float: left;
	width: 400px;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #c16c34;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #c16c34;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.floor_plan_section {
	width: 200px;
	float: left;
}

.floor_plan_section div
{ 
	font-size: 9pt; 
	font-weight: bold; 
	color: black; 
	cursor: pointer; 
	line-height: 20px;
	width: 200px;
}

.floor_plan_subsection {
	height: 175px;
	width: 310px;
	float: left;
}

.floor_plan_subsection div
{ 
	font-size: 9pt; 
	font-weight: normal; 
	color: black; 
	cursor: pointer; 
	line-height: 20px;
	width: 310px;
	left: 200px;
	display: none;
}

#floor_plan_Default_subtext
{
	display: block;
	height: 200px;
}

#floor_plan_MainTraffic:hover {color: #ddce6c}
#floor_plan_Private:hover {color: #a77940}
#floor_plan_SecTraffic:hover {color: #5b7b4a}
#floor_plan_StoneFloors:hover {color: #6c9bc1}
#floor_plan_TrackOff:hover {color: #c16c34}
#floor_plan_Upholstery:hover {color: #96a636}
#floor_plan_AllCarpet:hover {color: #a392a4}
#floor_plan_WalkOff:hover {color: #54939a}

.floor_plan_img_section {
	margin-top: 100px;
}

.floor_plan_img {
}

