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

* {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
#wrapper, .wrapper {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -180px !important; /* the bottom margin is the negative value of the footer's height */
}
#push, #footer, footer {
	height: 180px;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.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: 30px;
}
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: #28ACE2;
	line-height: 1.5em;
	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: 24px;
	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%;
}
.txt_center {
	text-align: center;
}
.vert_mid {
	vertical-align: middle;
}
.vert_base {
	vertical-align: baseline;
}
.divider {}


/* spacers */

.m20 {
	margin: 0 20px;
}
.p20 {
	padding: 20px 0;
}
.m40 {
	margin: 0 40px;
}
.p40 {
	padding: 40px 0;
}
.h20 {
	height: 20px;
}
.h40 {
	height: 40px;
}

/* google */

.pt_sans {
	font-family: 'PT Sans', sans-serif;
}

