@import "FullPage2part.css";

.content h3
{
/*
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	margin:20px 0 20px 0;
	padding:0 0 0 45px;
*/	
	padding-top:20px;
	padding-left:0px;
	margin-top:15px;
	margin-bottom:10px;
	border-top:1px solid #ccc;
}
.content h3.noborder
{
	border-top:none;
}
.content h4
{
	padding:0 0 10px 0;
}
.content p
{
	padding:0;
	margin:0 0 7px 0;
}

.localities {
	padding-bottom:20px;
}	
.rightcolumnmenu .column3
{
	float:right;
	width:393px;
	left:393px;
	height:488px;
	position:relative;
}










/* ------------------------------------ */
/*	SITEMAP SECTIONS - THREE COLUMN		*/
/* ------------------------------------ */

	/* column container */
.sm-section {
	position:relative;
	width:100%;		
	overflow:hidden;
/*
	clear:both;
	float:left;

	border-top: 1px solid #ccc;
	margin-bottom:40px;
	padding-top:20px;
*/
}
	/* common column settings */
.sm-col-wrapper-inner,
.sm-col-wrapper-outer {
	float:left;
	width:100%;
	position:relative;
}
.sm-col-mid,
.sm-col-left,
.sm-col-right {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
	/* 3 Column settings -- 30, 3 left padding -- 35, 3 left padding -- 35, 3 left padding	*/
.threecol {
}
.threecol .sm-col-wrapper-outer {
	right:35%;			/* width of the right column */
}
.threecol .sm-col-wrapper-inner {
	right:35%;			/* width of the middle column */
}
.threecol .sm-col-mid {
	width:32%;			/* width of center column content (column width minus padding on either side: 35 - 3 - 0) */
	left:103%;			/* 100% plus left padding of center column */
}
.threecol .sm-col-left {
	width:27%;			/* Width of left column content (column width minus padding on either side) */
	left:41%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding): 35 + 3 + 3 */
}
.threecol .sm-col-right {
	width:32%;			/* Width of right column content (column width minus padding on either side) */
	left:79%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding)
						100 - 30 + 3 + 3 + 3 */
}

