
/* ------------------------ */
/*	Generic styles			*/
/* ------------------------ */

/*	top right bottom left	*/

#body h1{
	display:none;
}

#content-body{
	padding-right:100px;
}
/*
#content-body h2{
	padding-top:30px;
}
*/
#content-body h3{
	color:#215a1e;
}
#content-body h4{
	padding:0 0 10px 0;
}
#content-body p{
	padding:0;
	margin:0 0 7px 0;
}

.localities {
	padding-bottom:20px;
}	

/* ------------------------------------ */
/*	SITEMAP SECTIONS - THREE COLUMN		*/
/* ------------------------------------ */

	/* column container */
.sm-section {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	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 */
}
