@charset "utf-8";

/*--------------------------------------------------
	Reset Styles
--------------------------------------------------*/
* {
	background: none;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	outline: none;
	padding: 0;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr th,
table tr td {
	text-align: left;
	vertical-align: top;
}

img,
fieldset {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

mark {
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

label,
input,
button,
select,
option,
optgroup,
textarea {
	background: none;
	border: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*--------------------------------------------------
	Global Styles
-------------------------------------------------*/
html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background: #ffffff;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
	clear: both;
}

/*--------------------------------------------------
	Layout Styles
-------------------------------------------------*/

/*---------- Hidden Elements ----------*/
#nav,
#nav-add,
#nav-mobile,
#sidebar,
.contact-form,
.newsletter-form {
	display: none;
}

/*---------- Header ----------*/
#header {
	overflow: hidden;
}

/*---------- Branding ----------*/
#branding {
	text-align: center;
	margin: 0 0 1em 0;
}

#branding span {
	display: none;
}

/*---------- Content ----------*/
#content {
	width: 100%;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content dl {
	margin: 0 0 1em 0;
}

#content h2 {
	font-size: 2em;
	font-weight: bold;
}

#content h3 {
	font-size: 1.5em;
	font-weight: bold;
}

#content h4,
#content h5,
#content h6 {
	font-size: 1em;
	font-weight: bold;
}

/*---------- Footer ----------*/
#footer {
	border-top: 1px solid #000000;
	padding: 1em 0 0 0;
	overflow: hidden;
}
