/* * Based on Skeleton V1.0.2* Copyright 2011, Dave Gamache* www.getskeleton.com* Free to use under the MIT license.* http://www.opensource.org/licenses/mit-license.php* 5/20/2011*//* Table of Content==================================================	#Reset & Basics	#Images	#Buttons	#Tabs/* #Reset & Basics (Inspired by E. Meyers)================================================== */	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {		margin: 0;		padding: 0;		border: 0;		font-size: 100%;		/* font: inherit; */		vertical-align: baseline; }	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {		display: block; }	body {		line-height: 1; }	ol, ul {		list-style: none; }	blockquote, q {		quotes: none; }	blockquote:before, blockquote:after,	q:before, q:after {		content: '';		content: none; }	table {		border-collapse: collapse;		border-spacing: 0; }		/* #Images================================================== */	img.scale-with-grid { 		max-width: 100%;		height: auto; }    img[align=left] { margin: 0px 15px 15px 0px; float:left; }    img[align=right]{ margin: 0px 0px 15px 15px; float:right; }/* #Buttons================================================== */		a.button, 	button,	input[type="submit"],	input[type="reset"],	input[type="button"] {		background: #3577c5; /* Old browsers */		background: -moz-linear-gradient(top, rgba(53,119,197,.1) 0%, rgba(37,79,129,.9) 100%); /* FF3.6+ */		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,119,197,.1)), color-stop(100%,rgba(37,79,129,.9))); /* Chrome,Safari4+ */		background: -webkit-linear-gradient(top, rgba(53,119,197,.1) 0%,rgba(37,79,129,.9) 100%); /* Chrome10+,Safari5.1+ */		background: -o-linear-gradient(top, rgba(53,119,197,.1) 0%,rgba(37,79,129,.9) 100%); /* Opera11.10+ */		background: -ms-linear-gradient(top, rgba(53,119,197,.1) 0%,rgba(37,79,129,.9) 100%); /* IE10+ */		background: linear-gradient(top, rgba(53,119,197,.1) 0%,rgba(37,79,129,.9) 100%); /* W3C */	  border: 1px solid #aaa;	  border-top: 1px solid #ccc;	  border-left: 1px solid #ccc;	  padding: 4px 14px 4px; 14px;	  -moz-border-radius: 9px;	  -webkit-border-radius: 9px;	  border-radius: 9px;	  color: #fff;	  display: inline-block;	  font-size: 14px;	  font-weight: bold;	  text-decoration: none;	  text-shadow: 1px 1px rgba(0, 0, 0, .75);	  cursor: pointer;	  margin: 5px auto;	  line-height: 14px;	  height:26px;	  width:auto;	  overflow:visible;	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;	  -pie-background: linear-gradient(#93c2e9, #3577c5); /*PIE*/	  behavior: url(/css/PIE/PIE.htc);	  }	  	a.button:hover, 	button:hover,	input[type="submit"]:hover,	input[type="reset"]:hover,	input[type="button"]:hover {		color: #222;		background: #93c2e9; /* Old browsers */		background: -moz-linear-gradient(top, rgba(37,79,129,.9) 0%, rgba(53,119,197,.1) 100%); /* FF3.6+ */		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,79,129,.9)), color-stop(100%,rgba(53,119,197,.1))); /* Chrome,Safari4+ */		background: -webkit-linear-gradient(top, rgba(37,79,129,.9) 0%,rgba(53,119,197,.1) 100%); /* Chrome10+,Safari5.1+ */		background: -o-linear-gradient(top, rgba(37,79,129,.9) 0%,rgba(53,119,197,.1) 100%); /* Opera11.10+ */		background: -ms-linear-gradient(top, rgba(37,79,129,.9) 0%,rgba(53,119,197,.1) 100%); /* IE10+ */		background: linear-gradient(top, rgba(37,79,129,.9) 0%,rgba(53,119,197,.1) 100%); /* W3C */	  border: 1px solid #888;	  border-top: 1px solid #aaa;	  border-left: 1px solid #aaa;	  text-shadow: 0 1px rgba(255, 255, 255, .75);	  -pie-background: linear-gradient(#3577c5, #93c2e9); /*PIE*/	  behavior: url(/css/PIE/PIE.htc);	  }	    a.button:active,   button:active,	input[type="submit"]:active,	input[type="reset"]:active,	input[type="button"]:active {    background: #eee; /* Old browsers */    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(53,119,255,.3) 100%); /* Chrome10+,Safari5.1+ */    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */    border: 1px solid #888;    border-bottom: 1px solid #aaa;    border-right: 1px solid #aaa;	behavior: url(/css/PIE/PIE.htc);	}		.button.full-width, 	button.full-width,	input[type="submit"].full-width,	input[type="reset"].full-width,	input[type="button"].full-width { 		width: 100%;		padding-left: 0 !important;		padding-right: 0 !important;		text-align: center; }.texttext, .texttext1, .texttext2, .texttext3, .texttext4, .texttext5, .texttext6, .texttext7, .texttext8, .texttext9, .texttext10, .texttext11, .texttext12, .texttext13, .texttext14, .texttext15, .texttext16, .texttext17, .texttext18, .texttext19, .texttext20 {	/*margin: 4px 0 4px 0;*/	margin-top:4px;	margin-bottom:4px;	color: #005698;	font-family: MuseoSlab700,serif;	font-weight: 700;	font-size:14px; }	.texttext a, .texttext2 a, .texttext3 a, .texttext4 a {	color: #005698; }	.texttext a:hover, .texttext2 a:hover, .texttext3 a:hover, .texttext4 a:hover {	color: #000; }	