﻿.fullDivider{
	background-color:#fff;
}
.fullDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
}
.contentDivider{
	background-color:#fff;
}
.contentDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
	margin-right:20px;
	width:652px;
}
#hero{
	padding:20px 0 10px 0;
	zoom:1;
}
#hero:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	width:0;
	line-height:0;
	visibility:hidden;
}
#hero img{
	float:left;
}
#herotext{
	font-size:1.1em;
	width:254px;
	height:287px;
	padding:10px 15px 10px 15px;
	float:left;
	border:1px solid #e8e8e8; /* #b8ced0 */
	background-color:#f9f9f8;
	/* border-right:none; */
}
#herotext p{
	font-size:1em;
}
#herotext span
{
	font-size:0.9em;
	color:#666;
}
#herotext #blog
{
    position:absolute;
	top:415px;
	left:785px;
}
#herotext #blog #blogbutton{
	width:100px;
	height:20px;
	background:url(../img/Buttons/VisitBlog_Small2.png) no-repeat 0 0;
	display:block;
	text-indent:-300em;
}
#herotext #blog #blogbutton:hover{
	background-position:0 -20px;
}
#heroWrapper{
	padding-top:10px;
}
