@charset "utf-8";

#debugfooter { display: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, form, input, select, option {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

* {

	margin: 0;
	padding: 0;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h5 {
	font-family: "HelveticaNeueBold", helvetica, arial, sans-serif;
	font-weight: normal;
}

html {
	height: 100%;
}
body {
	line-height: 1;
	background: #FFF;
	height: 100%;
	font-size: 12px !important;
	font-family: "HelveticaNeue", helvetica, arial, sans-serif;
	color: #232323;
}
a {
	cursor: pointer;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -222px;
	width: 970px;
	padding: 0 15px;
	background: #FFF;
	-webkit-box-shadow: 0 0 3px 3px #0a4f38;
	-moz-box-shadow: 0 0 3px 3px #0a4f38;
	box-shadow: 0 0 3px 3px #0a4f38;
	border: none;
	overflow: visible;
}
#page {
	width: 100%;
	margin: 0 auto;
}
#content {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

.clear { clear: both; }