html, body { height: 100%; }
body {
	background: #D9D9D9 url(../images/hgr_body.png) no-repeat top right;
	color: #464646;
	background-size: cover;
	background-attachment: fixed;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	line-height: 1.4;
}
#logo {
	top: 20px;
	left: 35px;
}

#wrapInner2 { background-color: #EF2D1A; }
#headerBox { background: #fff; }
#mainBodyBox { background: #F6F6F6; border-top: solid 100px #fff; }
#contextBox address { background: #EF2D1A; color: #fff; }
#contextBox a { color: #fff; }
#footerBox { background-color: #EF2D1A; }
#footerBox a { color: #fff; }
a { color: #636363; }
a:hover, a.active { color: #ca2300; }
#mainNav li { border-bottom: dotted 1px #acacac; }
h1, h2, h3, h4 { color: #ca2300; font-family: "Times New Roman", Times, serif; }


button[type="submit"] { background-color: #EF2D1A; }

#goTop { background-color: #fff; color: #008E8F }
.navbar-toggle .icon-bar { background-color: #008E8F; }