body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.sidebar-nav {
    padding: 9px 0;
}

div.entry h2 {
	padding-bottom: 5px;
	margin: 32px 0 10px;
	border-bottom: 1px solid #f5f5f5;
}
div.entry h3 {
	margin: 24px 0 10px;
}


body .navbar .corporate{
	margin: 8px 10px 5px 0;
	padding: 0;
	width: 100px;
}
body .navbar .corporate:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.hero-unit{
	background: #D5F4FF url(../img/faq_bg.png) 98% 10px no-repeat;
}
.hero-unit h1{
	font-size: 36px;
	margin-bottom: 5px;
}

footer .copyright{
	float: left;
}
footer .corporate{
	float: right;
}
footer .corporate img{
	width: 120px;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
footer .corporate a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}