div.block {
	float: left;
	width: 200px;
	margin: 5px 10px 10px 5px;
	padding: 5px;
	background: #0D5D74 none;
	color: #ffffff;
	min-height: 145px;
	position: relative;
	/* border-radius: 0px 0px 5px 5px; */
}

div.block:hover {
	background-color: #2D7D94;
	cursor: pointer;
}

div.block img {
	width: 100%;
}

div.block p {
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
}

div.block h4 {
	font-weight: normal;
}

div.block_page p {
	font-size: 1.2em;
}

div.block_link img {
	position: relative;
	bottom: 0px;
	width: auto;
	float: right;
	margin-bottom: -5px;
}

div.block_link, div.block_contact {
	background-image: url('egss.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.block_contact {
	background-color: #d2e8ee;
	color: #0D5D74;
	background-image: url('at.png');
}

div.block_contact:hover {
	background-color: #c2d8de;
	background-image: url('atover.png');
}

div.block_link:hover {
	background-image: url('egs.png');
}

.vidpage h2, h2.ask {
	margin-top: 20px;
}

.vidpage h3 {
	margin-top: 10px;
}

#sections h2 {
	clear: both;
	margin-top: 20px;
}