html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, img, hr, form {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

body {
	margin: 0 0 40px;
	padding: 0;
	color: #fff;
	background: #000000 url(../fgraphic/fbackfill.jpg) repeat-y fixed center top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

p, ul, ol { color: #fff; padding: 0 0 20px; }

a { color: #fff; }

a.none {
	text-decoration: none;
}

a.none:hover {
	text-decoration: none;
	color: #fbcf58;
}

h1, h2, h3 {
	margin: 0 0 20px;
	padding: 0px;
}

h4 a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

h4 a:hover {
	color:#f9e771;
	text-decoration: none;
}

.display-text h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;	
}

.fbutton, .more-link {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	clear: both;
}

.fbutton,.more-link {
	background: url(../fgraphic/fbutton/fbutton.png) no-repeat left top;
}

.fbutton span, .more-link span {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 25px 0 0;
}

.fbutton span,.more-link span {
	background: url(../fgraphic/fbutton/fbutton-arrow.png) no-repeat right top;
}

#wrapper {
    width: 880px;
	margin: 0 auto;
}

#header0 {
	position: relative;
    
	margin: 0 auto;
	height: 100px;
}

#header {
	position: relative;
    width: 880px;
	margin: 0 auto;
	height:100px;
}

#showcase {
    position: relative;
	height: 280px;
	margin: 0 0 40px;
	background: url(../fgraphic/hg-showcase.png) no-repeat left top;
}

#footer
 {
	position: relative;
    width: 880px;
	margin: 0 auto;
	height:100px;
	text-align: center;
}

.display-img {
    position: relative;
	float: left;
	width: 520px;
	margin: 0 40px 20px 0;
}

.display-text {
    float: right;
	width: 240px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

