@import url(/themes/fonts/Comfortaa/stylesheet.css);

HTML {margin: 0; padding: 0; height: 100%;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal 15px Arial, sans-serif;
	line-height: 22px;
	color: #000;
	background: #fcfbf5 url('pics/header.gif') repeat-x left top;
	height: 100%;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #2fa5bf;}
A:hover {text-decoration: none;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 21px 0 !important;
	color: #464749;
	font-family: ComfortaaRegular;
	border-bottom: 1px solid #ccc;
}
H2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 15px 0 16px 0;
	color: #2fa5bf;
	font-family: ComfortaaRegular;
}
H3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 15px 0 24px 0 !important;
	color: #434343;
	font-family: ComfortaaRegular;
}
H4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0 1px;
	margin: 0;
	color: #fff;
	font-family: ComfortaaRegular;
}
H5 {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	color: #2fa5bf;
	font-family: ComfortaaRegular;
}
H6 {
	text-align: right;
	margin: 0;
	font-size: 12px;
	font-family: ComfortaaRegular;
	font-weight: normal;
	padding-right: 33px;
	padding-bottom: 28px;
}
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}
BLOCKQUOTE {
	background: #0d5673 url('pics/quote.png') no-repeat 25px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 36px 0 0 8px;
	padding: 18px 60px;
	width: 310px;
	font-family: ComfortaaRegular;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
}
/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	max-width: 1280px;
	min-width: 972px;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	margin-bottom: -303px;
}
#wrapperCenter {
	padding-bottom: 303px;
}

/* Header
==========*/
#header {
	position: relative;
	padding-top: 107px;
	width: 972px;
	margin: 0 auto;
}
.headerText { 
	position: absolute; 
	top: 56px;
	left: 265px;
	font-size: 11px;
	background: url('pics/mail.png') no-repeat left 3px;
	padding-left: 30px;
	height: 22px;
	overflow: hidden;
}
.headerText p {
	background: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 13px;
}

/* Logo
========*/
#logo {
	position: absolute;
	left: 4px;
	top: 31px;
}

/* banner
==========*/
.banner {
	position: relative;
	left: -155px;
	width: 1280px;
	background: #FCFBF5;
}
.bannerText {
	font-family: ComfortaaRegular;
	font-size: 18px;
	line-height: 28px;
	color: #464749;
	position: absolute;
	top: 52px;
	left: 421px;
}
.bannerText h2 {
	font-size: 36px;
	color: #2fa5bf;
	padding-bottom: 42px;
}
.bannerText tr:first-child td {
	padding-bottom: 5px;
}
.bannerText .links {
	padding-top: 31px;
}
.bannerText .links > p {
	padding: 2px 0;
}
.bannerText .ball {
	background: url("pics/ball.png") no-repeat left top;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding-top: 26px;
	float: right;
	height: 204px;
	width: 204px;
}
.bannerText .ball a { text-decoration: underline; color: #fff; }
.bannerText .ball a:hover { text-decoration: none; }
.bannerNumber { 
	font-size: 80px;
	line-height: 80px;
	padding-right: 27px;
	background: url("pics/bannerPercent.png") no-repeat right 48px;
}
.bannerImageContent { text-align: center; }
/* Top navigation
==================*/
#nav {
	width: 1000px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	left: 266px;
	top: 21px;
	
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0 35px 0 0;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #2fa5bf;
}
#nav UL LI A:hover {
	color: #000;
}
#nav UL LI A.open {
	color: #000;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 19px 0 92px 0;
}
#contentContent {
	width: 972px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 972px;
	height: auto;
	min-height: 200px;
	overflow: visible;
	padding-top: 11px;
	position: relative;
}
.dropdownLinks {
	position: absolute;
	top: 9px; 
	right: 9px;
}
.dropdownLinks P {
	padding: 0;
}
.dropdownLinks A {
	color: #fff;
	font-family: ComfortaaRegular;
	text-transform: uppercase;
	font-size: 11px;
	background: #30a5bf;
	border: 1px solid #30a5bf;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 125px;
	display: block;
	float: left;
	text-align: center;
	margin: 0 5px;
	letter-spacing: 1px;
	position: relative;
}
.dropdownLinks A.open {
	color: #000;
	background: #fff;
	border-left: 1px solid #dbe3e5;
	border-top: 1px solid #dbe3e5;
	border-right: 1px solid #dbe3e5;
	border-bottom: none;
	border-radius: 0;
	padding: 5px 0 13px;
	top: -5px;
}
.blogDropdown, .pressDropdown, .dlDropdown {
	border: 1px solid #dbe3e5;
	background: #fff;
	width: 329px;
	position: absolute;
	right: 14px;
	top: 44px;
	font-size: 12px;
	line-height: 18px;
	color: #58585b;
	padding: 25px 35px 27px;
	display: none;
}
.blogDropdown HR, .pressDropdown HR, .dlDropdown HR {
	color: #dbe3e5;
	background-color #dbe3e5;
	margin-bottom: 0;
}
.blogDropdown A, .pressDropdown A, .dlDropdown A {
	padding: 0 0 0 19px;
	background: url("pics/arrow.gif") no-repeat 4px 4px;
}
.mainText {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.mainText h1 { margin-bottom: 17px; }
.mainText table {
	padding: 0 12px;
}
.mainText td {
	padding: 0 0 0 31px;
}
.mainText tr td:first-child {
	padding: 0 31px 0 0;
}
#column1 {
	float: left;
	clear: left;
	width: 492px;
	height: auto;
	overflow: hidden;
}
.column1Text {
	padding: 25px 31px 0 12px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.persistableForm H3 {
	text-transform: uppercase;
	padding: 24px 0 1px 0 !important;
	width: 290px;
	margin: 0 auto;
	font-size: 15px;
}
.persistableForm {
	color: #58585b;
	font-size: 12px;
	line-height: 18px;
	width: 445px;
	padding-bottom: 9px;
	border: 1px solid #e0f0f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	margin-top: 35px;
}
.persistableForm P {
	padding: 13px 0; 
	width: 290px;
	margin: 0 auto;
}
.persistableForm .formHeader P {
	padding: 2px 0 19px !important;
}
.persistableForm .formHeader {
	background: #e0f0f4 url("pics/icon-dl.png") no-repeat 28px 20px;
	line-height: 22px;
	line-height: 1;
	height: 74px;
}
.persistableForm input, .persistableForm textarea, .persistableForm select {
	color: #58585b;
}
#persistableForm_21700 .formHeader {
	background-image: url("pics/icon-contact.png");
}
.persistableForm input[type='text'] {
	border: 1px solid #afc8d2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 301px;
	height: 31px;
	margin: 4px 0 15px;
	padding-left: 10px;
	line-height: 31px;
}
#persistableForm_21697 input[type='text'],
#persistableForm_21990 input[type='text']{
	margin: 11px 0 0 0;
}
.persistableForm textarea {
	border: 1px solid #afc8d2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: 301px;
	min-width: 301px;
	margin: 4px 0 15px;
	padding: 5px;
}
.persistableForm select {
	border: 1px solid #afc8d2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 311px;
	height: 31px;
	line-height: 31px;
	margin: 4px 0 46px;
	padding: 31px 5px 0px 5px;
	background: url("pics/dropdown.gif") no-repeat right top;
}
.persistableForm input[type='submit'] {
	border: 1px solid #c6cfd1;
	width: 55px;
	position: relative;
	right: -18px;
	top: -31px;
	color: #fff;
	float: right;
	font-family: ComfortaaRegular;
	padding: 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #106f95 url("pics/buttonGradient.gif") repeat-x left top;
	letter-spacing: 1px;
}
#persistableForm_21936 form input[type='submit'] {
	border: 1px solid #c6cfd1;
	position: relative;
	color: #fff;
	font-family: ComfortaaRegular;
	padding: 5px 0;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: 1px;
	background: #106f95 url("pics/buttonGradient.gif") repeat-x left top;
}
#dropdownValue {
	position: relative;
	left: 6px;
	top: 12px;
	height: 0;
	padding: 0;
	margin: 0;
}
#persistableForm_21700 label {
	padding: 0 4px 0 4px;
}
#persistableForm_21700 input[type='submit'] {
	bottom: 27px;
}
.widgetHeader H3 {
	text-transform: uppercase;
	font-size: 15px;
	padding: 51px 0 0 0 !important;
}
.widgetHeader {
	color: #58585b;
	font-size: 12px;
	line-height: 18px;
}
.widgetHeader P {
	padding: 2px 0 29px 0;
}
.tabHeader H1 {
	border-bottom: 0;
	padding: 0 !important;
	position: relative;
	top: 78px;
}
.tabImageText {
	position: absolute;
	left: 0;
	top: 29px;
	width: 466px;
	height: 513px;
	padding: 0 55px 0 10px;
	background: #fff;
	color: #434343;
}
.tabImageText H2 {
	font-size: 36px;
	text-transform: uppercase;
	padding: 9px 0 49px 0 !important;
}
.tabImageText H3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #2fa5bf;
	padding: 52px 0 0 0 !important;
}
.tabImageText H4 {
	font-size: 12px;
	color: #878787;
	float: left;
	clear: left;
	padding: 0;
	text-transform: uppercase;
	width: 108px;
	line-height: 22px;
	position: relative;
	top: 1px;
}
.tabImageText .companyInfo {
	color: #878787;
	font-size: 12px;
	padding-bottom: 36px;
}
.reallytab table {
	padding-top: 24px;
}
.reallytab td {
	width: 445px;
	padding: 0 10px 0 21px;
}
.reallytab tr td:first-child {
	width: 445px;
	padding: 0 31px 0 10px;
}
.numbers {
	background: #fcfbf5;
	width: 282px;
	height: 93px;
	padding-top: 15px;
	padding-left: 165px;
	font-family: ComfortaaRegular;
	font-size: 12px;
	color: #434343;
	line-height: 80px;
	margin-bottom: 5px;
	text-transform: uppercase;
	position: relative;
}
.bigNumber {
	color: #0d5573;
	font-size: 80px;
	padding-right: 27px;
	position: absolute;
	top: 17px;
	left: 35px;
	background: url("pics/percent.png") no-repeat right 47px;
}
.buttonLink {
	border: 1px solid #c6cfd1;
	color: #fff;
	font-family: ComfortaaRegular;
	padding: 5px 5px;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #106f95 url("pics/buttonGradient.gif") repeat-x left top;
	letter-spacing: 1px;	
}
#column2 {
	width: 447px;
	float: left;
}
.column2Text {
	padding: 25px 12px 0 0;
}
#content #persistableForm_21936 {
	width: 445px;
	padding-bottom: 9px;
	border: 1px solid #e0f0f4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	position: static;
	margin-top: 35px;
	color: #58585b;
	position: relative;
	top: 0;
	left: 0;
}
#content #persistableForm_21936 form p { padding-left: 29px; width: 321px; }
#content #persistableForm_21936 form input[type='text'] { width: 311px; }
#content #persistableForm_21936 form input[type='submit'] {
	position: relative;
	top: -71px;
	left: -2px;
	float: right;
	width: auto;
}
#content #persistableForm_21936 h4 {
	background: #e0f0f4 url("pics/icon-mail.png") no-repeat 28px 19px;
	color: #000;
	text-transform: uppercase;
	padding: 19px 0 30px 77px !important;
	margin: 0 auto;
	font-size: 15px;
}
#content #persistableForm_21936 > p { position: absolute; top: 32px; left: 77px; font-size: 12px; }
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 0;
	width: 1280px;
	position: relative;
	left: -155px;
	background: #e6e6e6;
	height: 46px;
	overflow: hidden;
}
.subnav UL {
	margin: 0 auto;
	padding: 0;
	width: 972px;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
.subnav UL LI A {
	display: block;
	padding: 12px 18px;
	margin: 0;
	color: #2fa5bf;
	font-size: 16px;
}
.subnav UL LI A:hover {
	background: #fff;
}
.subnav UL LI A.open {
	background: #fff;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 10px 0;
	display: none;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}
/* Third nav
============*/
.thirdNav {
	width: 1280px;
	position: relative;
	left: -155px;
	background: #fff;
	height: 46px;
	overflow: hidden;
}
.thirdNav UL {
	margin: 0 auto;
	padding: 0;
	width: 972px;
}
.thirdNav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
.thirdNav UL LI A {
	display: block;
	padding: 15px 18px 9px;
	margin: 0;
	color: #2fa5bf;
	font-size: 14px;
}
.thirdNav UL LI A:hover {
	color: #000;
}
.thirdNav UL LI A.open {
	color: #000;
}

/* Footer
===========*/
#footer {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 972px;
	overflow: hidden;
	background: #0d5673 url("pics/footerBorder.gif") repeat-x left bottom;
	text-align: left;
	height: 303px;
	position: relative;
}
#footerContent {
	width: 972px;
	margin: 0 auto;
}
.footerTop {
	margin: 0 auto;
	padding-top: 24px;
	width: 691px;
	float: left;
	z-index: 2;
	position: relative;
}
.footerTop img {
	padding: 0 13px 0 0;
	vertical-align: middle;
}
.footerTop P {
	padding: 7px 0;
}
.footerTop table tr td:first-child {
	padding: 0 55px 0 12px;
}
.footerTop table tr td:first-child p:first-child {
	padding-top: 5px;
}
.footerTop table tr td:first-child img {
	padding: 0 0 1px 0;
}
#footer a { color: #fff; }
#footer a:hover { color: #2fa5bf; }
#footer #persistableForm_21936 {
	width: 281px;
	position: relative;
	top: 0;
	margin-top: 24px;
	display: inline;
	z-index: 1;
	border: 0;
	float: left;
}
#footer #persistableForm_21936 p {
	color: #fff;
}
#persistableForm_21936 form input[type='text'] {
	width: 203px;
	height: 31px;
	border: 1px solid #afc8d2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 5px;
}
#footer #persistableForm_21936 form input[type='submit'] {
	background: #0a4055;
	border: 1px solid #0a4962;
	width: 87px;
	height: 25px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: 1px;
	float: left;
	right: 0;
}
#persistableForm_21936 .thankYou {
	padding-bottom: 15px;
}
.footerBottom {
	width: 902px;
	line-height: 1;
	padding: 14px 0 15px 12px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.footerBottom P {
	padding: 0;
}
.footerBottom A {
	padding: 0 4px 0 6px
}
#really {
	font-family: Arial, sans-serif;
	position: absolute;
	bottom: 11px;
	text-align: right;
	width: 972px;
	z-index: 1;
	font-weight: 900;
}
#really A {
	color: #fff;
}
#really A:hover {
	color: #8FD71E;
}
.extranetFlags {
	display: none;
	background: #0d5673;
	border: 1px solid #146783;
	float: left;
	padding: 5px 15px 5px 0;
	position: absolute;
}
.extranetFlags img {
	padding: 0 15px;
}