* {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

* a {
	color: #00994d;
}

#container {
	width: 1200px;
	margin: 0 auto;
}

#table {
	display: table;
}

#table .main-side {
	display: table-cell;
	width: 250px;
	padding: 0 5px;
	vertical-align: top;
}

#table .main-content {
	display: table-cell;
	width: 700px;
	padding: 0 35px;
}

#table .top {
	display: table-cell;
	width: 400px;
	height: 300px;
	overflow: hidden;
	background-size: 400px 300px;
	background-repeat: no-repeat;
}

#table .menu {
	display: table-cell;
	height: 70px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	
}

#table .menu a {
	color: black;
	text-decoration: none;
	font-size: 24px;
}

#table .menu a:hover {
	color: #00994d;
}

#form {
	overflow: hidden;
	height: 387px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.linkedin {
	width: 35px;
	height: 35px;
	display: block;
	background: url('../files/site_images/linked-in-gray-round.png') center no-repeat;
}

.linkedin:hover {
	background: url('../files/site_images/linked-in-green-round.png') center no-repeat;
}

.facebook {
	width: 35px;
	height: 35px;
	display: block;
	margin-left: 40px;
	margin-top: -35px;
	background: url('../files/site_images/facebook-gray-round.png') center no-repeat;
}

.facebook:hover {
	background: url('../files/site_images/facebook-green-round.png') center no-repeat;
}

.blogheader {
	font-weight: bold;
	font-size: 30px;
	margin-left: 15px;
}

.blogtitle {
	padding: 15px;
	font-size: 22px;
	color: #00994d;
}

.blogcontent {
	padding: 0px;
}

.blogcontent-clipped { 
	padding: 0px;
	height: 150px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.bottom_fade {
	width: 100%;
	height: 65px;
	z-index: 99;
	position: absolute;
	bottom: -4px;
	background: url("bottom-fade.png") top no-repeat;
	background-size: 100% 100%;
}

.read_more {
	width: 200px;
	height: 20px;
	z-index: 100;
	position: absolute;
	text-align: right;
	bottom: 0px;
	right: 10px;
}

#bottom {
	height: 0px;
	overflow: hidden;
}

#separator {
	background-color: #00994d;
	height: 2px;
}

#linkbottom {
	margin-top: 5px;
	padding-bottom: 20px;
}
