#container {
	margin:0 auto;
	max-width:960px;
	padding:0 25px
}
#content-full {
	float:left;
	margin:20px 0;
	width:100%
}
#wrapper {
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:4px;
	clear:both;
	margin:20px auto;
	padding:0 20px;
	position:relative
}
* {
	box-sizing:border-box
}
.breadcrumb {
	background:#f5f5f5;
	border-radius:4px;
	list-style:none;
	margin-bottom:20px;
	padding:8px 15px
}
.breadcrumb-list {
	font-size:12px
}
.clearfix:after,#container:after {
	clear:both
}
.clearfix:after,.clearfix:before,#container:after,#container:before {
	content:' ';
	display:table
}
a {
	color:#06c;
	font-weight:400;
	text-decoration:none
}
a:hover,a:focus,a:active {
	color:#444;
	outline:0;
	text-decoration:none
}
body {
	background:url(../images/heron-logo.png) no-repeat #000 left bottom fixed;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	margin:0
}
h1 {
	font-size:2.625em;
	font-weight:700;
	line-height:1em;
	margin:.5em 0;
	word-wrap:break-word
}
img {
	max-width:100%;
	vertical-align:middle
}
p {
	word-wrap:break-word
}
p,li {
	margin:1.6em 0
}
strong {
	font-weight:700
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em
}
