@charset "utf-8";
/* CSS Document */

body {
	background: url(/images/layout/bg-grad-1.jpg) top repeat-x;
	background-color: #c2d5da;
	background: #021720 url(/images/layout/bg-grad-2.jpg) top repeat-x;
}
p {

	margin-bottom: 1.2em;
}
ul li, ol li {
	line-height: 1.3em;
}
.form-field {
	text-align: right;
	color: #666;
}
/**
 * Text Formatting
 */
a {
	color: #228EB7;
}
a:visited {
	color: #325878;
}
a:hover {
	color: blue;
}
.default-body-font, .font-helvetica {
}
.alt-body-font, .font-tahoma {

}
.font-arial {

}

.pagetitle, .hugetext {
	font-family: "proxima-nova-1","proxima-nova-2", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 48px;
	color: #007EA4;
	line-height: 40px;
	padding: 10px;
/*	background-color: #0CF; */
	color: white;
	text-transform:uppercase;
	padding-left: 30px;
	margin-bottom: 20px;
}
.pagetitle, .hugetext {
	color: #666;
	color: #172B3E;
	color: #183445;
	color: #253550;
	color: #3C4E6F;
	color: #0CF;

}
.pagetitle span, .hugetext span {
	font-weight: 300; color: #C4F1FF;
	color: #3C4E6F;
	color: #0CF;
	color: #3D5B6D;
}
.hugetext {
	font-size: 72px;
	line-height: 1em;
}
.section-title, h3 {
	font-family: "proxima-nova-1","proxima-nova-2", Arial, Helvetica, sans-serif;
	font-weight: 700; color: #009EEA;	
	font-size: 28px;
	text-transform:uppercase;
	border-bottom: 1px solid #9ECBDA;
	margin-bottom: 20px;
	color: #235169;
}
.section-title span, .section-title h3{
	font-weight: 400;
}

.section-title-bar, h4, .section-title-small {
	font-family: "proxima-nova-1","proxima-nova-2", Arial, Helvetica, sans-serif;
	font-weight: 700; color: #009EEA;	
	font-size: 24px;
	text-transform:uppercase;
	border-bottom: 1px solid #9ECBDA;
	margin-bottom: 20px;
	color: #235169;
	color: #06A8FF;
	color: #0CF;
	line-height: 1.2em;
	letter-spacing: -0.02em;
}
.section-title-bar span, .h4 span, .section-title-small span{
	font-weight: 400;
}

.section-title-small {
	font-size: 18px;
	letter-spacing: normal;
}

.small {
	font-size: 11px;	
}
.tiny {
	font-size: 10px;	
}

.darker {
	color: #16617C;	
}
.boxed-text {
	background-color: #0CF;
	color: white;
	padding: 6px 10px;
	border: none;
	line-height: 1em;
}
.bigtext-bright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700; color: #009EEA;	
	font-size: 18px;
	margin-bottom: 20px;
	color: #0CF;
	line-height: 1.2em;
	letter-spacing: -0.02em;
}
.bigtext-bright .secondary{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #16617C;	
	font-weight: normal;
}
.nolist {
	list-style: none;
}

/**
 * Font Styling
 */
body {
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #444;
/*	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
*/
}


input,
p,
ul,
ol,f
textarea,
select
{
}

/**
 * Form Styling
 */
.tsi-form {

}
.tsi-form textarea, .tsi-form input[type="text"], .tsi-form select {
	border: 1px solid #d4e7ee;
	padding: 3px;
	width: 360px;
	background-color: #e9f8ff;
	padding-left: 6px;
	color: #0E3C54;
	margin: 0px 10px;
}
.tsi-form select {
	width: 371px;
}
.tsi-form .required {
	background: url(/images/icons/required_star.gif) left no-repeat;
}
.tsi-form ol {
	list-style: none;
	margin: 10px auto;
	width: 390px;
}
.tsi-form li {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.tsi-form .field-title {
	padding-left: 10px;
	font-size: 10px;
	color: #333;
}
/**
 * Box Styling
 */
.box-form, .box-form-white, .box-basic {
	background-color: #F3F3F3;
	border: 1px solid #AAA;
	padding: 10px 30px;
}
.box-form-white {
	background-color: #FFF;
	border: 1px solid #DDD;
}
.box-basic {
	background-color: #FAFAFA;
	border: 1px solid #999;
}
.box-usermsg{
	margin: 10px auto;
	padding: 8px;	
	font-size: 18px;
}

.blue-border {
	border: 1px solid #0CF;	
}
/**
* Grid modifiers
*/
.grid-white {
	background-color: white;
	border: 1px solid #CCC;
}
.grid-pad-50 {
	padding: 20px 50px 80px 50px;
}
.grid-pad-80 {
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
}
/**
 * Aligment and Layout
 */
.align-center{
	margin-left: auto;
	margin-right: auto;
}
.top-margin {
	margin-top: 50px;	
}
.top-margin-10 {
	margin-top: 10px;	
}
.bottom-margin {
	margin-bottom: 50px;	
}
.bottom-margin-10 {
	margin-bottom: 10px;	
}

.center-text {
	text-align: center;	
}
/**
* Text Styling
*/
.big-accent, .big-accent-box {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1.2em;
	margin: 10px;
	color: #256483;
}
.big-accent-box {
	background: #0CF;
	color: white;
}

.small {
	font-size: 11px;	
}

#fp-box-bullets{
	color: white;
	font-size: 12px;
	padding-top: 58px;
	padding-left: 20px;
	line-height: 16px;
}
#fp-box-bullets .highlights{
	font-size: 16px;
	color: #00c8fa;
	font-weight: bold;
	margin-top: -3px;
}

p strong, ul strong {
	color: #004D66;	
}

/**
* Misc
*/
.quote-quote {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333;
}
.quote-biopic {
	height: 90px;
	width: 80px;
	float: left;
	margin-right: 10px;
}
.quote-citation {
	font-size: 11px;
	color: #006C91;	
}

.clear-spacer {
	clear: both;
	overflow: auto;
	margin: 20px auto;
}
.table-data {
	
}
.table-data td{
	border-bottom: 1px solid #F1F7F8;
	color: #16617C;
	color: #333;
}
.table-data .header td{
	text-decoration: underline;
	font-weight: normal;
}
.relative-pos {
	position: relative;
}
.absolute-pos {
	position: absolute;
}
.logo-top, .logo-bottom{
	background: url(/images/logos/tsi-small-logo.png) center no-repeat;
	height: 31px;
	width: 35px;
	margin: 10px auto;
	margin-top: -26px;
}
.logo-bottom{
	margin-top: 10px;
	margin-bottom: -26px;
}
.blog-title{
	margin-top: 14px;
	font-weight: bold;
}
.blog-description{
	font-size: 12px;
	font-style:italic;
	color: #333;
	margin: 0;
	line-height: 1.2em;
}
