/*
|--------------------------------------------------------------------------
| HTK Horizon Landing Page Reset stylesheet
|--------------------------------------------------------------------------
| 
| 
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding: 0 5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
| 
| Set the layout (margins, padding) of the main html elements
| 
*/
p, hr, ol, ul, dl,
blockquote, pre, address {
	margin: 1.286em 0;
}
fieldset, form {
	margin: 0;
}
ul li {
	margin-left: 15px;
	list-style: disc;
}
ol li {
	margin-left: 35px;
	list-style: decimal;
}
ol ol {
	margin: 5px 0;
}
ol ol li {
	list-style: lower-alpha;
}
dt {
	margin-top: 10px;
}
dd {
	padding: 3px 0;
}


/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
| 
| Set typography (font, size, layout) for main html elements
| 
*/
body {
	font-size: 87.5%; /* reduces to 14px in Firefox */
	line-height: 1.286em;
}
/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0.857em 0;
}
h3 {
	font-size: 1.214em;
	line-height: 1em;
	margin: 1.059em 0;
}
h4 {
	line-height: 1em;
	margin: 1.286em 0;
}
h5 {
	font-size: 0.857em;
	line-height: 1em;
	margin: 1.5em 0;
}
h6 {
	font-size: 0.714em;
	line-height: 1em;
	margin: 1.8em 0;
}

/* forms */
input, select, textarea {
	font-size: 100%;
}

/* other elements */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
	font-size: 0.714em;
	vertical-align: text-top;
}
sub {
	font-size: 0.714em;
	vertical-align: text-bottom;
}
dt {
	font-weight: bold;
}


/*
|--------------------------------------------------------------------------
| Float clearing styles
|--------------------------------------------------------------------------
*/
.hp-group:before,
.hp-group:after {
	content: "";
	display: table;
}
.hp-group:after {
	clear:both;
}
.hp-group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
