@charset "UTF-8";
/* RESET STYLES */
/* 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, 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,
b, u, i, center,
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-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.0;
	font-size: 63%; /* resets relative sizing so that 1em=10pt, 1.2em=12pt,... */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/*******************************************
CUSTOM
*******************************************/
.horizontal li {
	float: left;
}

.title span {
	display: none !important;
}

.hidden {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute !important;
	left: -9999px;
}

.alignleft {
	float: left !important;
}

.alignright {
	float: right !important;
}

.textleft {
	text-align: left !important;
}

.textright {
	text-align: right !important;
}

.textcenter {
	text-align: center !important;
}

.first, .last {
	margin: 0;
}

.columns, .columns .col {
	float: left;
}

.underline {
	text-decoration: underline;
}

.icon {
	padding-left: 2em;
	display: inline-block;
}

p.icon {
	margin-bottom: 0;
	font-size: 1.2em;
	height: 2em;
}

p.icon a {
	font-size: 1em !important;
}

/* ALSETT CLEARING METHOD */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;} 

/*******************************************
BROWSER SUPPORT
*******************************************/
.browserNotCompatible #browserMessage {
	display: block !important;
}

.browserNotCompatible #middle {
	display: none !important;
}

#browserMessage {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF99;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	font-size: 1em !important;
	display: none;
}

#browserMessage a {
	color: #0033FF !important;
}

#browserMessage a:hover {
	text-decoration: underline;
}
