
        /* reset */
    
        /*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/custom/global/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/custom/global/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/custom/global/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/custom/global/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/custom/global/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/custom/global/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/custom/global/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/custom/global/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/custom/global/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/custom/global/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/custom/global/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/custom/global/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/custom/global/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/custom/global/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/custom/global/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/custom/global/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/custom/global/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/custom/global/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


/* Minification failed (line 359): 'progid:' is an IE-only construct that generates invalid CSS */
    
        /* CSS Document */

#buildInfo {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999999;
	cursor: default;
	font-size: 11px;
	height: 35px;
	right: 10px;
	line-height: 38px;
	margin: 0;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	top: -30px;
	width: 255px;
	z-index: 998;
	background: #ddd;
}
	
#buildInfo:hover {
	top: -5px;
	background: #ddd;
}
		
#buildInfo small {
	font-size: 10px;
}

*html #buildInfo {
	position: absolute;
}

#form {
  min-height: 100%;
  height: 100%;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

em{font-style:italic}
strong{ font-weight:bold;}
sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
	top: 0.4em;
}

/* -------------------- Main Tags -------------------- */
html {
  height: 100%;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('/custom/global/fonts/Lato-Regular-webfont.eot');
    src: url('/custom/global/fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/custom/global/fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('/custom/global/fonts/Lato-Regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'LatoLight';
    src: url('/custom/global/fonts/Lato-Light-webfont.eot');
    src: url('/custom/global/fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/custom/global/fonts/Lato-Light-webfont.ttf') format('truetype'),
         url('/custom/global/fonts/Lato-Light-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding: 0;
	color: #636363;
	background: #ececec;
	height: 100%;
	font: 62.5%/1.5em "Lucida Grande", Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6, form, fieldset, p, .nav, .nav ul, .nav ol, address,
header #menuElem {
	border: 0;
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style-type: none;
	}

ul, ol, p, address {
	font-size: 1.2em;
	line-height: 1.5em;
	}

ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 24px;
	}

address {
	padding: 12px;
	margin: 0 0 24px 0;
	background: #eaf7fc;
	border: 1px solid #9ad6f0;
	}

p {
	padding: 0 0 24px 0;
	}

small {
	font-size: 1em;
	color: #999;
	}

p small, li small {
	font-size: 0.835em;
	line-height: 1.2em;
	}

a {
	text-decoration: none;
	outline: none;
	color: #35ade2;
	}

a:hover {
	text-decoration: underline;
	}

/* -------------------- Main structure -------------------- */
#mainDiv {
	width: 762px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(/custom/global/images/side_shadow.png);
	}

#headerDiv, #contentDiv {
	width: 734px;
	margin: 0 auto;
	position: relative;
	}

#headerDiv {
	background: lime;
	height: 117px;
	margin-bottom: 33px;
	background: url(/custom/global/images/headerWlogo.gif) bottom left no-repeat;
	}

.page-home #headerDiv {
	height: 150px;
	margin-bottom: 7px;
	background-position: 0 55px;
	}

#contentDiv {
	border-bottom: 55px solid #fff;
	}

#footerDiv {
	position: absolute;
	bottom: 0;
	left: 9px;
	width: 744px;
	margin-top: -41px;
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #959595;
	}

/* -------------------- Navigation -------------------- */
header #menuElem {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	height: 35px;
	width: 586px;
	padding: 0 0 0 148px;
	z-index: 9;
	}

.page-home header #menuElem {
	height: 55px;
	}
	
header #menuElem li {
	height: 35px;
	border-right: 1px solid #9ad6f0;
	float: left;
	}

li#navLast {
	border: 0;
	}

header #menuElem a {
	background: url(/custom/global/images/main_nav_3.gif) no-repeat;
	display: block;
	height: 8px;
	border-top: 15px solid #fff;
	border-bottom: 12px solid #fff;
	}

/* ---------- "Homepage" ---------- */
header #menuElem_LI_0_1_1 a {
	width: 77px;
	}

header #menuElem_LI_0_1_1 a:hover {
	background-position: 0 -8px;
	}

header #menuElem_LI_0_1_1.HighLighted a,
header #menuElem_LI_0_1_1.HighLighted a:hover {
	background-position: 0 -16px;
	}

/* ---------- "About Ectimo" ---------- */
header #menuElem_LI_0_2_1 a {
	width: 109px;
	background-position: -78px 0;
	}

header #menuElem_LI_0_2_1 a:hover {
	background-position: -78px -8px;
	}

header #menuElem_LI_0_2_1.HighLighted a,
header #menuElem_LI_0_2_1.HighLighted a:hover {
	background-position: -78px -16px;
	}

/* ---------- "How does it work?" ---------- */
header #menuElem_LI_0_3_1 a {
	width: 138px;
	background-position: -188px 0;
	}

header #menuElem_LI_0_3_1 a:hover {
	background-position: -188px -8px;
	}

header #menuElem_LI_0_3_1.HighLighted a,
header #menuElem_LI_0_3_1.HightLighted a:hover {
	background-position: -188px -16px;
	}

/* ---------- "Benefits" ---------- */
header #menuElem_LI_0_4_1 a {
	width: 77px;
	background-position: -327px 0;
	}

header #menuElem_LI_0_4_1 a:hover {
	background-position: -327px -8px;
	}

header #menuElem_LI_0_4_1.HighLighted a,
header #menuElem_LI_0_4_1.HighLighted a:hover {
	background-position: -327px -16px;
	}

/* ---------- "Who we are" ---------- */
header #menuElem_LI_0_5_1 a {
	width: 98px;
	background-position: -405px 0;
	}

header #menuElem_LI_0_5_1 a:hover {
	background-position: -405px -8px;
	}

header #menuElem_LI_0_5_1.HighLighted a,
header #menuElem_LI_0_5_1.HighLighted a:hover {
	background-position: -405px -16px;
	}

/* ---------- "Contact Us" ---------- */

header #menuElem li#menuElem_LI_0_6_1 {
  border: 0;
}


header #menuElem_LI_0_6_1 a {
	width: 82px;
	background-position: -504px 0;
	}

header #menuElem_LI_0_6_1 a:hover {
	background-position: -504px -8px;
	}

header #menuElem_LI_0_6_1.HighLighted a,
header #menuElem_LI_0_6_1.HighLighted a:hover {
	background-position: -504px -16px;
	}

header #menuElem.HighLighted a {
	cursor: default;
	}

/* ---------- Navigation - subnavigation sidebar ---------- */
#subnavigation {
	margin-bottom: 12px;
	}
	
#subnavigation a {
	display: block;
	padding: 10px 5px;
	font-size: 1.25em;
	color: #35ade2;
	}

#subnavigation a:hover, #subnavigation .current a {
	background: #eaf7fc;
	text-decoration: none;
	}

#subnavigation ul {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}

#subnavigation ul a {
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #fff;
	font-size: 0.835em;
	color: #636363;
	}

#subnavigation ul a:hover, #subnavigation ul .current a {
	color: #35ade2;
	}


h2, h3 {
	height: 1em;
	overflow: hidden;
	}

h3 {
	height: 1.5em;
	}
	
/* -------------------- Generic Styling -------------------- */
header #menuElem a, h1 a, .cta a, .btnFindout, .btnMore, .btnmore {
	text-indent: -999em;
	overflow: hidden;
	}

#mainContent, #sidebar {
	float: left;
	}

#headerDiv #logo, #headerDiv #logo a {
	width: 175px;
	height: 46px;
	display: block;
        overflow: hidden;
        text-indent: -9999em;
	z-index: 10;
	}
	
#mainDiv #headerDiv #logo {
	position: absolute;
	overflow: hidden;
	left: 35px;
	top: 45px;
	}

#headerDiv #logo a {
	background: url(/custom/global/images/header_logoWfindmore.png) no-repeat;
}

.page-home #mainDiv #headerDiv #logo {
	top: 55px;
}

#mainContent h1 {
  line-height: 1em;
  color: #35ade2;
  font-size: 2.6em;
  font-family: 'LatoLight', Arial, Helvetica, sans-serif;
  margin: 0 0 15px 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
}

#mainContent h3 {
  font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
}

.page-home #mainContent h1 {
  display: none;
}

h2, h3 {
	font-weight: normal;
	line-height: 1em;
	color: #35ade2;
	}

h2 {
	font-size: 2.6em;
	letter-spacing: -1px;
	letter-spacing: 0.25 !ie;
	margin: 0 0 28px 0;
	}

.heroText h2 {
	font-size: 2em;
        font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 12px;
	}
	
h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 6px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	}

.page-home h3 {
	padding-left: 8px;
	margin-bottom: 7px;
	padding-bottom: 0;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
p.intro,
.introtext {
  font-size: 1.8em;
  line-height: 1.2em;
  font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
}

.introtext {
	padding-bottom: 24px;
}

.page-home p.intro {
  color: #fff;
  font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

.page-home #mainContent p.intro {
  color: #636363;
  font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

.clear, .border, .divider {
	speak: none;
	}


.divider {
	width: 100%;
	height: 1px;
	margin: 0 0 7px 0;
	background: #e2e2e2;
	}

.border {
	position: absolute;
	width: 19px;
	height: 49px;
	top: 0;
	right: 0;
	z-index: 0;
	background: url(/custom/global/images/penalWbtn_bg.gif) -14px -15px no-repeat;
	}

.btnFindout {
	position: absolute;
	left: 31px;
	top: 193px;
	width: 176px;
	height: 34px;
	background: url(/custom/global/images/header_logoWfindmore.png) 0 -46px no-repeat;
	}

.btnFindout:hover {
	background-position: 0 -80px;
	}

.btnMore, .btnmore {
	display: block;
	width: 54px;
	height: 16px;
	margin: 0 0 12px 0;
	background: url(/custom/global/images/btn_more.gif) no-repeat;
	}

.page-home #mainContent .btnMore, .page-home #mainContent .btnmore {
	margin-left: 8px;
	}

.btnMore:hover, .btnmore:hover {
	background-position: 0 -16px;
	}
	
/* -------------------- Specific Styling -------------------- */
#mainContent {
	clear: both;
	width: 444px;
	padding: 0 28px 0 37px;
	}

.page-home #mainContent {
	width: 481px;
	padding: 0 7px 0 0;
	}

.page-home #mainContent p {
	padding: 0 8px 9px 8px;
	}
	
#sidebar {
	width: 225px;
	}

.page-home #sidebar {
	width: 246px;
	}

.header h3 {
	color: #f37321;
	font-size: 1.333em;
	margin: 11px 0 11px 5px;
	padding: 0;
	border: 0;
	}

.cta {
	background: #e2e2e2;
	position: relative;
	height: 49px;
	overflow: hidden;
	padding: 0 6px 0 50px;
	margin: 7px 0 0 0;
	}

.page-home .cta {
	margin: 0 0 7px 0;
	}

.cta h4 {
	margin: 8px 0 0 0;
	font-size: 1.6em;
	line-height: 1em;
	color: #35ade2;
	font-weight: normal;
	position: absolute;
	width: 100%;
	z-index: 5;
	}

.cta p {
	clear: both;
	position: absolute;
	z-index: 5;
	padding: 0;
	margin: 26px 0 0 0;
	}
	
.cta a {
	position: absolute;
	top: 8px;
	left: 7px;
	width: 36px;
	height: 38px;
	background-image: url(/custom/global/images/penal_icon.gif);
	}

.btnRegister {
	background-position: 0 -38px;
	}

.btnCareers {
	background-position: 0 -76px;
	}

.heroImage, .heroText {
	float: left;
	border-bottom: 7px solid #fff;
	}
	
.heroImage {
	padding-left: 481px;
	height: 258px;
	width: 0;
	overflow: hidden;
	background-image: url(/custom/global/images/home_banner-left.jpg);
	}

.heroText {
	border-left: 7px solid #fff;
	background: #35ade2 url(/custom/global/images/penalWbtn_bg.gif) 232px 0 no-repeat;
	padding: 29px 23px 16px 11px;
	width: 212px;
	height: 213px;
	overflow: hidden;
	}

.heroText p {
	padding-bottom: 12px;
  font-size: 1.9em;
	}

.highlight {
	color: #35ade2;
	}
	
/* ---------- Footer ---------- */	
#footerDiv ul {
	font-size: 1em;
	line-height: 1em;
	padding: 0 0 0 3px;
	}
	
#footerDiv li {
	float: left;
	line-height: 1em; 
	}

#footerDiv li a {
	color: #959595;
	display: block;
	border-right: 1px solid #959595;
	margin: 17px 0 13px 0;
	padding: 0 10px;
	}

#footerDiv #last a {
	border: 0;
	}


/* sidebar nav */

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul#menuElem {
  background: #E5F2F7;
  border-radius: 12px 0 0 0;
  padding: 20px 0;
  margin: 0;
}

#sidebar ul#menuElem li {
  font-size: 12px;
  padding: 2px 20px;
}

#sidebar ul#menuElem li ul li {
  padding: 0 15px;
}

#sidebar ul#menuElem li a {
  color: #35ADE2;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#sidebar ul#menuElem li a:hover {
  color: #208EBF;
}

#sidebar ul#menuElem li ul li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

#sidebar ul#menuElem li ul {
  display: none;
}

#sidebar ul#menuElem li.HighLighted ul {
  display: block;
}

#sidebar ul#menuElem li a:before {
  content: "\00a0";
  font-size: 14px;
  font-weight: normal;
  padding-right: 5px;
}

#sidebar ul#menuElem li.HighLighted a:before {
  color: #000;
  content: "\203A";
  font-size: 14px;
  font-weight: normal;
  padding-right: 5px;
}

#sidebar ul#menuElem li.HighLighted ul li a:before {
  content: "";
  font-weight: normal;
  padding-right: 0;
}

#sidebar ul#menuElem li.HighLighted ul li a:before {
  content: "\00a0";
  font-weight: normal;
  padding-right: 5px;
}

#sidebar ul#menuElem li.HighLighted ul li.HighLighted a:before {
  content: "\203A";
  font-weight: normal;
  padding-right: 5px;
}

/* Minification failed (line 433): Browser hack generates invalid CSS */
    

