@charset "utf-8";

/* HILLS
------------------------------------------------------------------------------*/

#hillsTop img {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}

#hillsTop p {
	line-height: 1.75;
	margin-bottom: 20px;
}

#hillsList h3 {
	margin-bottom: 25px;
}

#hillsList ul {
	width: 450px;
	padding-left: 20px;
}

#hillsList li {
	float: left;
	margin-right: 25px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 15px;
	width: 75px;
}

*:first-child+html #hillsList li a {
	line-height: 1.25;
}

* html body #hillsList li a {
	line-height: 1.25;
}

/* HILLS SUB
------------------------------------------------------------------------------*/

#hillsShowing {
	margin-bottom: 25px;
	height: 500px;
}

#hillsShowing h3 {
	margin-bottom: 25px;
}

#hillsShowing dl {
	margin-bottom: 25px;
}

#hillsShowing dt {
	float: left;
	width: 106px;
}

#hillsShowing dd {
	line-height: 30px;
	margin-left: 125px;
}

#imgHillsShowing {
	float: right;
}

#hillsShowing p {
	width: 600px;
	line-height: 1.75;
	margin-bottom: 15px;
}

#hillsListSub {
	width: 450px;
}

#hillsListSub li {
	float: left;
	margin-right: 25px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 15px;
	width: 75px;
}

*:first-child+html #hillsListSub li a {
	line-height: 1.25;
}

* html body #hillsListSub li a {
	line-height: 1.25;
}

