/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)


   The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.
*/

html, body, div, span, applet, p, object, iframe,
h1, h2, h3, h4, h5, h6, 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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tr, th, td {
	border: 0;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}



/*
OVERRIDE THE RESET FOR CERTAIN THINGS
======================================
*/
u {
	text-decoration: underline;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}


/*
STUFF FOR PAGE AREAS EDITABLE BY WYSIWYG
=========================================

Get content created in WYSIWG editors to behave normally
*/
.text-initial {
	text-align:initial;
}

.HTMLPageContent {
	line-height: 1.5em;
}
.HTMLPageContent table {
	max-width: 100%;
}
.HTMLPageContent p {
	margin: 1.12em 0;
}
.HTMLPageContent h1 {
	margin: 1.12em 0;
}
.HTMLPageContent h2 {
	margin: 1.12em 0;
}
.HTMLPageContent ul {
	margin-left: 30px;
	margin-top: 1.12em;
	margin-bottom: 1.12em;
}

.HTMLPageContent li {
	display: list-item;
	list-style:inside;
}
.HTMLPageContent strong {
	font-weight: bolder
}

.HTMLPageContent iframe
{
	max-width: 100%;
}


/* this one ensures that images in the sDescription content (the editable content) don not go off the width of the page on mobiles/tablets */
.HTMLPageContent img {
	max-width:100%;
	width:auto;
	height:auto !important;
}
