body
{
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

#container
{
	width: 100%;
	min-height: 100%;
}

#page-main
{
	min-height: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.content
{
	min-height: 100%;
	height: 100%;
	overflow: display;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin: 0px;
}

.homepage-parallax-container
{
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-position: center top;
	background-size: cover;

	background-repeat: no-repeat;
}

.homepage-parallax
{
	margin: 0px auto;
	max-width: 1180px;
	padding: 10px;
	text-align: left;
	padding-top: 150px;
}

.anchor-spacer
{
	padding-top: 90px;
	clear: both;
}

#homepage-scroll-button
{
	margin: 0px auto;
	opacity: 0.7;
	filter: alpha(opacity=70);

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#homepage-scroll-button:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}



#homepage-blog-container
{
	text-align: center;
}

.homepage-blog-box
{
	display: inline-block;
	margin: 0px auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px;
	width: 320px;
	height: 410px;
	text-align: center;
	border: 1px dotted #496284;
}
.homepage-blog-box h3
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
.homepage-blog-box h3 a
{
	color: #496284;
	text-decoration: none;
}
.homepage-blog-box h3 a:hover
{
	color: #000000;
	text-decoration: none;
}

.homepage-blog-box-content
{
	height: 360px;
	font-size: 16px;
	line-height: 22px;
}
