/* CSS - BlockLandInfo */

.block-big
{
margin-bottom: 10px;
padding: 10px;
width: 738px;
height: 230px;
background-color: transparent;
background-image: url(../img/bg-block-big.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
overflow: hidden;
}

#panes{
	width: 560px;
	float: left;
	 overflow: hidden;
	 height: 270px;
}

.block-big-right{
	float: right;
	text-align: right;
}

h2{
color: #1d69a8;

}

.landWayfinder{
}

.pane{
width: 560px;
height: 300px;
float: left;
}

.pane p
{
font-size: 14px;
display: block;
margin-top: 4px;
margin-bottom: 10px;
color: #583610;
}

h3{
color: #1d69a8;
margin-top: 16px;
}

.land-tabs-grey
{
list-style-type: none;
list-style-image: none;
list-style-position: outside;
margin-right: 10px;
margin-top: 20px;
overflow: hidden;
}

.land-tabs-grey li
{
cursor: pointer;
width: 142px;
height: 44px;
background-image: url(../img/land_tab_grey.gif);
background-position: right center;
background-repeat: no-repeat;
display: block;
line-height: 44px;
text-align: center;
margin-bottom: 10px;
}
.land-tabs-grey li a{
	font-size: 14px;
	color: #636363;
	text-align: center;
	text-decoration: none;
	margin-top: 16px;
	margin-left: 20px;
}

.land-tabs-grey li.active
{
	background-color: transparent;
	background-image: url(../img/land_tab_blue.gif);
	background-attachment: scroll;
	color: #ffffff;
	font-weight: bold;
	margin-left: 0px;
}

.bread_crumb{
	display: block;
	margin-bottom: 10px;
}