@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Global styles CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: 'Open Sans', sans-serif;
}
#wrapper {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100px !important; /* the bottom margin is the negative value of the footer's height */
}
#push, footer {
	height: 100px;
}
.container {
	width: 1000px;
	margin: 0 auto;
	/* DO NOT STYLE THE CONTAINER */
}
.clear {
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: " "; /* Older browser do not support empty content */
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #333;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
h1:hover, h1 a:hover, h2:hover, h2 a:hover, h3:hover, h3 a:hover, h4:hover, h4 a:hover, h5:hover, h5 a:hover, h6:hover, h6 a:hover {}
h1, h1 a {
	font-size: 34px;
}
h2, h2 a {
	font-size: 30px;
}
h3, h3 a {
	font-size: 26px;
}
h4, h4 a {
	font-size: 22px;
}
h5, h5 a {
	font-size: 18px;
}
h6, h6 a {
	font-size: 14px;
}
p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
	color: #333;
	line-height: 1.5em;
}
q, blockquote {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
/*
 q, blockquote:before {
 content: "\201C";
 }
 q, blockquote:after {
 content: "\201D";
 }
 */
cite {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
table {}
th {
	color: #333;
	font-size: 18px;
	text-align: left;
}
td {
	color: #333;
	font-size: 12px;
	text-align: left;
}

/* generic classes */

.left {
	float: left;
}
.right {
	float: right;
}
.m0 {
	margin: 0 !important;
}
.w50 {
	width: 50%;
}

/* google */

.open_sans {
	font-family: 'Open Sans', sans-serif;
}