@charset "UTF-8";
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
	font-weight:400;
	margin: 0;
	padding: 0;
	color: #666666;
	background:#FFF;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden !important;
	position: static !important;
	top:0px !important; }

iframe.goog-te-banner-frame{ 
	display: none !important; }

.container {
	width:90%;
	max-width:600px;
	padding:0;
	margin:0 auto 100px auto;
	overflow:hidden; }

img {
	margin-top:20px; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6{
	font-family: "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light",  Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#333333; }
	
h1 a, h3 a, h4 a, h5 a {
	text-decoration: none; }

h1 {
	font-size: 36px;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:20px;
	letter-spacing:-0.03em; }

h2 {
	font-size: 26px;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:-10px;
	letter-spacing:-0.03em; }

h3 {
	font-size: 18px;
	line-height:1.3em;
	margin-bottom:-20px;
	letter-spacing:-0.03em; }

h4 {
	font-weight:300;
	font-size: 18px;
	line-height:24px;
	margin:0; }

h5 { 
	font-size: 17px;
	line-height: 24px;
	margin-top: 8px; }
	
p {
	font-size: 16px;
	line-height:1.3em;
	font-weight:300;
	color:inherit;
	margin-bottom:0px; }

em {
	font-style: italic; }

strong {
	font-family: "Helvetica Neue";
	color:inherit; }

light {
	font-family: inherit;
	font-weight:300; }

small {
	font-size: 80%; }

i {
	font-size:80%;
	font-style:normal; }

hr {
	border-style:solid;
	border-color:#f2f2f2;
	border-width:1px 0 0 0;
	margin-top:50px; }

a:link {color:#09F; text-decoration:none; font-size:inherit;}      /* unvisited link */
a:visited {color:#09F; text-decoration:none;}  /* visited link */
a:hover {color:#09F;  text-decoration:underline;}  /* mouse over link */
a.active {color:#09F; text-decoration:none;}  /* selected link */

li {
	list-style:disc;
	line-height:1.3em; }

td {
	border-bottom:1px solid #F2F2F2;
	padding-right: 20px; }

tr:first-child, th {
	font-weight:bold;
	text-align:left; }

ul {
	margin:30px 0 0 0;
	padding:0;}

.links li {
	list-style:none; }