/* ============= Subpage-header ========= */

#page-header {
	position: relative;
	margin: 115px 0 0 0;
	padding: 0;
}

#subpage-header {
	position: absolute;
	background: url(../images/subpage-header.jpg) no-repeat;
	width: 860px;
	height: 94px;
	top: -40px;
}

#subpage-header h1 {
	padding: 15px 0 0 40px;
	font-size: 37px;
	font-weight: bold;
	color: white;
}

br {
	margin: 0;
	padding: 0;
}


/* ============= Subpage-subnav ========= */

#subpage-subnav {
	position: absolute;
	top: 54px;
	width: 860px;
	height: 20px;
	background: url(../images/subpage-subNav-bg.jpg);
}



/* ============= Blog-posts ========= */

#page-description {
	float: left;
	width: 500px;
	margin: 110px 0 0 60px;
	padding: 0;
}

#post {
	margin: 0 0 30px 0;
}

h2 {
	color: #383838;
	font-size: 30px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#page-description p {
	font-size: 14px;
	color: black;
	line-height: 1.7em;
	margin: 0;
}

#blog-posts p a:link, blog-posts p a:visited {
	color: #666;
}

#blog-posts p a:hover {
	color: red;
}

#page-description a:link, #page-description a:visited {
	color: #808080;
}

#page-description a:hover {
	color: #333;
}

/* ============= Blog-posts ========= */

ul#services-list {
	list-style: none;
	margin-top: 30px;
}

ul#services-list h5 {
	font-size: 14px;
	background-color: #444;
	color: white;
	padding: 5px 10px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}

ul#services-list li {
	margin: 10px 0;
}

ul#services-list p {
	margin: 10px 20px 25px 20px;
}



