
/***************  templates/main/css/template.subpage.css  ***************/
div#content{
	float:left;
}
div#right-content{
	float: right;
}
div#main-content .page_intro{
	margin: 0 4px 20px;
	width: 964px;
}
#page_location.loggedIn .page_intro{
	margin-bottom:30px;
}
div#holder h1{
	top:712px;
}

div#map3{
	float:left;
}

div#main-content div.contentBlock{
	float:left;
	width:100%;
}
.blockCollection table{
	border:1px solid red;
}

.contentBlock.type_richText.group_basicBlock table {
	border-collapse: collapse;
	float: left;
	margin-bottom: 20px;
	text-align: left;
	text-indent: 20px;
	width: 840px;
}
.contentBlock.type_richText.group_basicBlock table td{
	border: 1px solid #CCCCCC;
	line-height: 24px;
	text-align: left;
}
.contentBlock.type_richText.group_basicBlock tr:first-child {
  background: none repeat scroll 0 0 #382413;
  height: 24px;
  line-height: 24px;
  color:#fff;
}
	.contentBlock.type_richText.group_basicBlock strong{
		color:#382413;
	}
	.contentBlock.type_richText.group_basicBlock tr:first-child strong{
		color:#fff;
	}
.contentBlock.type_richText.group_basicBlock tr:first-child td{
	border-bottom: 1px solid #382413;
	border-top: 1px solid #382413;
}

.contentBlock.type_richText.group_basicBlock tr:first-child {
    border: 1px solid #382413;
}