/* reset ================================================================================= */
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,font,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{margin:0;padding:0;border:0;outline:0;background:transparent;text-align:left;font-size:100%;vertical-align:baseline;}
html {overflow-y: scroll;}
body{font-size:62.5%;font-family:arial,verdana,helvetica,georgia,'Lucida Grande','Lucida Sans Unicode','Trebuchet MS','Arial Black','Courier New','Times New Roman','Times',sans-serif;line-height:1.35;height:100%;text-align:center;}
h1,h2,h3,h4,h5,h6 {line-height: normal; font-weight: normal;}
a,button{cursor:pointer;text-decoration:none;}
img{display:block;-ms-interpolation-mode:bicubic;}
ins{text-decoration:none;}
address{font-style:normal;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
fieldset{position:relative;}
legend{position:relative;margin-left:-0.63em;}
label{cursor:default;}
select,input,texarea,button,textarea{font:120%/normal arial, sans-serif;resize:none;}
textarea{overflow:auto;}
:focus{outline:0;}
table{border-collapse:collapse;border-spacing:0;}
th{font-weight:400;}
center{text-align:center;}
b{font-weight:700;}
i{font-style:italic;}
big{font-size:large;}
small{font-size:small;}
blink{text-decoration:blink;}
u{text-decoration:underline;}
.clear:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clear {display: inline-block;}
html[xmlns] .clear {display: block;}
* html .clear {height: 1%;}
.hidden{position:absolute;left:0;top:-500px;width:1px;height:1px;overflow:hidden;line-height:1px;}
ol,ul,menu{list-style:none;}
del,s,strike{text-decoration:line-through;}
object,embed,applet{display:block;}
strong, b {font-weight: bold;}

/* ======================================================================================= */

/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(/img/forms/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
/*.button,*/ 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
/*.button*/ *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

/*input.text,*/
input.email, 
input.password,
/*textarea.uniform*/ {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('/img/forms/bg-input-focus.png') repeat-x 0px 0px;
  background: url('/img/forms/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

/*input.text:focus,*/
input.email:focus,
input.password:focus,
/*textarea.uniform:focus*/ {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('/img/forms/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
  float:left;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}


/* uniform styles */

.selector, 
.checker, 
/*.button,*/ 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/** Global **/

body{
	font-family:Helvetica, Arial, sans-serif;
	color:#3e4040;
}
h2,
.module h4,
h3.statement {
	border-left:4px solid #66b03d;
	padding: 0 0 0 13px;
	font-size:22px;
	color:#000;
}
h2.lead,
.module h4.lead {
	padding-left: 0;
	border: 0;
}
h3{
	font-size:17px;
}
h3.sub {
	font-size: 1.364em;
}
p{
	line-height:1.7;
	padding-bottom:10px;
	font-size: 1.15em;
}
input{
	border:0;
	color:#a09f9f;
}
a { 
	text-decoration: none;
	color: #79be4a;
}
p a{
	font-weight:bold;
}
a:hover {
	color: #6aac44;
}
a.more{
	background: url('/img/icon/bg_more.gif') no-repeat right;
	font-weight:bold;
	padding-right:8px;
	font-size: 11px;
	zoom: 1;
}
a.more:hover {
	border-bottom: 1px solid #daead0;
}
.button {
	background: transparent url('/img/btn/buttons.png') no-repeat left -94px;
	border: 0; 
	font-size: 12px;
	display: inline-block;	
	color: #fff;
	height: 28px;
	line-height: 25px;
	padding: 0 0 0 15px;
	letter-spacing: -0.025em;
}
.button:hover { background-position: 0 -135px; }
	.button span{
		background: transparent url('/img/btn/buttons.png') no-repeat right -94px;
		padding: 0 15px 0 0;
		margin: 0 -15px 0 0;
		position: relative;
		display: inline-block;
		height: 28px;
	}
	.button:hover span { background-position: right -135px; }
	
.button_large {
	background: transparent url('/img/btn/buttons.png') no-repeat left 0;
	border: 0; 
	font-size: 16px;
	display: inline-block;	
	color: #fff;
	height: 35px;
	line-height: 33px;
	padding: 0 0 0 26px;
	letter-spacing: -0.025em;
}
.button_large:hover { background-position: 0 -41px; }
	.button_large span{
		background: transparent url('/img/btn/buttons.png') no-repeat right 0;
		padding: 0 26px 0 0;
		margin: 0 -26px 0 0;
		position: relative;
		display: inline-block;
		height: 35px;
	}
	.button_large:hover span { 
		background-position: right -41px; 
	}	
	
.cufon { visibility: hidden !important; }
.cufon-ready .cufon { visibility: visible !important; }	
.form{
	margin-top:8px;
}
.form label{
	float:left;
	line-height:2;
	font-size:12px;
	color:#919191;
}
#warning{
	margin:12px 0 0 0;
	padding-bottom:4px;
	color:#02799c;
	font-weight:bold;
	font-size:12px;
}
label.error{
	display:none !important;
}
input.error, input.error:focus, select.error{
	background:#e5f4f8;
}
#warning{
	display:none;
}
.checkbox label{
	line-height:1;
}
.form .checkbox input{
	float:left;
	margin:0 8px;
	border:0;
}
.form ul li{
	margin-bottom:12px;
}
select, textarea, .form input{
	border: 1px solid #d1d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	padding:5px;
	margin-bottom:5px;
	float:right;	
}
select{
	padding:3px 5px;
	width:141px;
	clear:both;
	float:left;
}
textarea{
	float:left;
	width:241px;
	height:86px;
}
.field { position: relative; }
input.text {
	border: 1px solid #d1d2d2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px;
	font-size: 1.2em;
}
input.text:focus, 
input.text.active,
.hover input.text,
textarea:focus,
.hover textarea, 
.hover select,
select:focus{
	color: #3e4040 !important;
	border-color: #a7a5a6;
} 
.icon_question {
	text-indent: -9999px;
	background: url(/img/icon/icon_question.png) no-repeat;
	width: 13px;
	height: 14px;
	cursor: pointer;
	z-index: 2;
}
.field .icon_question {
	position: absolute;
	right: 1px;
	top: 9px;
}
#main{
	width:964px;
	margin:0 auto;
	position:relative;
}
#content {
	position: relative;
	z-index: 4;
}
#content ul{
	margin:14px;
}
#content ul li, #main_column ul li, .lightbox .content ul li, .lightbox .content .override ul li{
	background: url('/img/bg_li.gif') no-repeat left .5em;
	padding-left:13px;
	font-size: 11px;
	margin-bottom:6px;
	zoom:1;
}
.lightbox .content ul li{
	background:none;
}
#logo{
	padding:37px 0 30px 8px;
	float:left;
	display: inline;
}
#header_utility {
	width:495px;
	float: right;
	background: url('/img/bg_sign_in.png') no-repeat right top;
}
.hr{
	background: url('/img/bg/bg_hr.png') no-repeat top;
	height:9px;
	width:100%;
	clear:both;
}

/** Sign In **/
#sign_in{
	position: relative;
	height: 72px;
}
	#signin_active { 
		display: none; 
		position: relative;
		z-index: 2;
	}
	.home #signin_active { display: block; }
	.home #signin_inactive { display: none; }
#header_utility label {
	font-size: 1.2em;
	color: #979696;
	position: absolute;
	top: 4px;
	left: 10px;
}
#search{
	background: url('/img/bg/bg_search.png') no-repeat;
	width:333px;
	height:60px;
	margin: -13px 0 0 158px;
}
#search.active { background-position: 0 0; }
#search.hover { background-position: 0 -59px; }
#search .field {
	position: relative;
	left: 9px;
	top: 11px;
}	
#search input.text{
	width:275px;
	background:none;
	padding: 10px 15px; 
}	
#header_utility #search label{
	left:15px;
	top:10px;
}
#search button{
	width:31px;
	height:31px;
	position: absolute;
	right: 23px;
	top: 73px;
	border: 0;
	background: none;
	text-indent: -9999px;
}
#sign_in_fields{
	width:352px;
	height: 38px;
	margin-top:4px;
	background: url('/img/bg/bg_sign_in_fields.png') no-repeat;
	float:left;
}
#sign_in_fields .field {
	float:left;
	width:125px;
	position: relative;
	top: 7px;
	left:11px;
}
	#sign_in_fields input {
		background: transparent;
		width: 110px;
		color: #797373;
		padding:7px 11px;
	}
#sign_in_fields .user { 
	margin: 0 8px 0 0; 
	left: 6px;
}
#sign_in_fields label{
	top:7px;
}
#sign_in .button_wrap{
	position:absolute;
	right:35px;
	top: 11px;
	z-index: 5;
}
#sign_in .button {
	float: left;
    position: relative;
}
	#sign_in_fields .bubble {
		top: 12px;
		left: 38px;
	}
#sign_in p.cufon{
	font-size:18px;
	padding:9px 0 5px 0;
	margin-bottom: 0;
	color:#000;
}
#sign_in p{
	margin-left:212px;
	font-size:11px;
	color:#919191
}
#info{
	width:90px;
	float:left;
	margin:11px 7px 0 0;
	background: url('/img/bg_divider_short.png') no-repeat right;
	padding-right:16px;
	font-size: 1.1em;
	color: #666;
	text-align: right;
}
#signin_active {
	position: absolute;
}
#signin_inactive {
	position: absolute;
}

/** Navigation **/
#nav{
	width:964px;
	background: url('/img/bg_nav.png') no-repeat;
	position: relative;
	z-index: 21;
}
#nav li{
	float:left;
	font-size:16px;
	background: url('/img/bg_nav.png') no-repeat;
	
}
#nav li.hover .subnav{
	text-indent:0px;
}
#nav li a.top{
	color:#FFF;
	padding:16px 0 0 14px;
	display:block;
	height:39px;
}
#nav #home{
	text-indent:-9999px;
}

/* Home */
#nav #home:hover,
#nav #home.over{
	width:67px;
	background-position:0 -55px;
	margin-right:-2px;
	position:relative;
	z-index:999;
}
#nav #home a{
	width:65px;
	height:55px;
	padding:0px;
}

/* What We Offer */
#nav #what-we-offer{
	width:153px;
	background-position:-65px 0;
}
#nav #what-we-offer:hover, 
#nav #what-we-offer.hover, 
.what-we-offer #nav #what-we-offer{
	background-position:-65px -55px;
	width:155px;
	margin-right:-2px;
	z-index:999;
	position:relative;
}

/* How We Can Help */
#nav #how-we-can-help{
	background-position:-218px 0;
	width:174px;
}
#nav #how-we-can-help:hover, 
#nav #how-we-can-help.hover, 
.how-we-can-help #nav #how-we-can-help{
	background-position:-218px -55px;
	z-index:999;
	position:relative;
	margin-right:-2px;
	width:176px;
}

/* Experience CTProComply */
#nav #experience-ctprocomply{
	width:234px;
	background-position:-392px 0;
}
#nav #experience-ctprocomply:hover, 
#nav #experience-ctprocomply.over, 
.experience-ctprocomply #nav #experience-ctprocomply{
	background-position:-392px -55px;
	z-index:999;
	position:relative;
}

/* About Us */
#nav #about-us{
	background-position:-626px 0;
	width:105px;
}
#nav #about-us:hover,
#nav #about-us.hover, 
.about-us #nav #about-us{
	width:107px;
	background-position:-624px -55px;
	margin:0 -2px;
	z-index:999;
	position:relative;
	padding-left:2px;
}
/* Knowledge Center */
#nav #knowledge-center{
	background-position:-731px 0;
	width:231px;
}
#nav #knowledge-center a{
	width:216px;
}
#nav #knowledge-center:hover,
#nav #knowledge-center.over, 
.knowledge-center #nav #knowledge-center{
	background-position:-731px -55px;
}

#nav #nav_shadow{
	background: url('/img/bg_nav_shadow.png') no-repeat left;
	position:absolute;
	bottom:0;
	width: 964px;
	height: 5px;
	padding-left:4px;
	clear:both;
}
#nav #nav_shadow_center{
	background: url('/img/bg_nav_shadow_center.png') repeat-x;
	width:956px;
	height:5px;
	float:left;
}
#nav #nav_shadow_rt{
	background: url('/img/bg_nav_shadow_rt.png') no-repeat;
	width:4px;
	height:5px;
	float:left;
}

/*Subnav*/
#bg_subnav{
	background: url('/img/bg_subnav.png') repeat-x;
	width:960px;
	height:29px;
	position:absolute;
	top:159px;
	left:1px;
	z-index:20;
}
.what-we-offer #bg_subnav,
.how-we-can-help #bg_subnav,
.about-us #bg_subnav{
	position:relative !important;
	top:0 !important;
	left:1px !important;
}
.subnav{
	position:absolute;
	left:-9999px;
	z-index: 999;
	width:500px;
}
.active .subnav{ left: 0; }
#nav .subnav li{
	background: none;
	float:left;	
	padding-top:2px;
	line-height: 1.4;
}
#nav .subnav a{
	font-size:12px;
	color:#dbdada;
	margin-right:18px;
	background:none;
}
#nav .subnav a:hover { color: #FFF; }

.overview #nav ul .overview a, .our-expertise #nav ul .our-expertise a, .ctprocomply-benefits #nav ul .ctprocomply-benefits a, .compliance-center #nav ul .compliance-center a, .compliance-calendar #nav ul .compliance-calendar a, .company-dashboard #nav ul .company-dashboard a, .registered-agent-services #nav ul .registered-agent-services a, .corporate-services #nav ul .corporate-services a, .history #nav ul .history a, .efficiency-and-peace-of-mind #nav ul .efficiency-and-peace-of-mind a, .our-expertise #nav ul .our-expertise a{
	font-weight:bold !important;
	color:#FFF;
}

#what-we-offer.hover .subnav,
.what-we-offer #what-we-offer .subnav {
	left: 0; 
}
#nav li#about-us.hover .subnav,
.about-us #about-us .subnav {
	left: -118px; 
	width:402px;
}
#nav li#how-we-can-help.hover .subnav,
.how-we-can-help #how-we-can-help .subnav { 
	left:-145px;
	width:700px;
}

/* tabs */
.tab { 
	display: none; 
}

/* slider */
.slider {}
	.slider .overflow {
		overflow: hidden;
		position: relative;
	}
	.slider .slides {
		position: absolute;
		top: 0;
		left: 0;
	}
	.slider .slide { float: left; }
	
	
/** Dock **/
#dock_wrapper{
	position: fixed;
	bottom:0;
	left: 0;
	width:100%;
}

#dock_inner_wrapper{
	margin:0 auto;
	width:992px;
	position: relative;
	top: 116px;
	z-index:5;
}
#dock{
	background: url('/img/bg_dock.png') repeat-x;
	height:150px;
	width:928px;
	float:left;
	padding: 26px 11px 0 11px;
	position:relative;
	z-index: 5;
}
#dock_overflow {
	height: 176px;
	overflow: hidden;
	position: relative;
}
#dock_left{
	background: url('/img/bg_dock_left.png') no-repeat;
	width:20px;
	height:176px;
	float:left;
}
#dock_right{
	background: url('/img/bg_dock_right.png') no-repeat;
	width:20px;
	height:176px;
	float:left;
}
#dock_strip { 
	position: relative;
	z-index: 999;
	background: #003d5c;
	height: 7px;
	overflow: hidden;
}
#dock #expand a{
	color:#000;
	background: url('/img/icon/icons_8bit.png') no-repeat left;
	padding-left:30px;
	background-position:0 -18px;
	height:18px;
	position:relative;
	overflow:hidden;
	display:block;
}
#dock #expand a:hover { background-position: 0 -54px; }
.active #dock #expand a{ background-position: 0 0; }
.active #dock #expand a:hover { background-position: 0 -36px; }

#dock .tab { display: none; }
#dock .slider {
	margin:0 20px;
}
	#dock .slider .overflow {
		height: 85px;
		width: 856px;
	}
	#dock .slider .slides { width: 5000px; }

.arrow{
	background: url('/img/icon/arrow_dock.gif') no-repeat;
	width:11px;
	height:23px;
	position:absolute;
	top:103px;
	cursor:pointer;
}
.arrow.prev{
	left:18px;
}
.arrow.next{
	background-position:0 -23px;
	right:18px;
}
#dock h3{
	float:left;
	width: 261px;
}
#sort{
	float:left;
	display: none;
}
.active #sort { display: block; }
#sort li{
	float:left;
	margin-top:5px;
	border-right: 1px solid #636363;
	padding:0 12px;
	line-height:1;
	font-size: 1.1em;
	position: relative;
	background: none;
}
#sort li.active{
	font-weight:bold;
}
#sort .header{
	font-weight:bold;
	border:none;
}
#sort a{
	color:#5d838f;
}
.all{
	width:15px;
}
.headlines{
	width:50px;
}
.whitepapers{
	width:70px;
}
p.knowledge_center{
	background: url('/img/icon/icons_8bit.png') no-repeat;
	background-position: 0 -72px;
	height:15px;
	padding:0 0 0 21px;
	float:right;
	line-height:1.3;
}
#dock_content{
	padding:30px 15px 0 15px;
}
#dock .section{
	background: url('/img/bg_divider.png') no-repeat;
	width:247px;
	float:left;
	height:72px;
	padding:5px 22px 0 30px;
}
#dock .section.first{
	background: none;
	padding-left:10px;
}
	#dock .section p { font-size: 1.1em; }

#dock h4{
	background: url('/img/icon/icons_8bit.png') no-repeat 0 -87px;
	padding-left:25px;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}

/* Contact Block */
#contact_us{
	position:absolute;
	background: url('/img/bg_contact_us.png') no-repeat;
	height:199px;
	width:235px;
	padding:24px 22px 24px 22px;
	z-index: 10;
}
	#contact_us h4{
		margin:0 0 30px 0;
	}
	.call_content{
		text-align:center;
		font-size: 1.1em;
	}
	.call{
		background: url('/img/icon/contact_phone.png') no-repeat left 1px;
		padding-left:34px;
		color:#5d838f;
		font-size:22px;
		margin-bottom: 5px;
		line-height: 1;
	}
	span.contact_us{
		color:#8f8e8e;
		font-style:italic;
		line-height:2.5;
	}
	#contact_us .button_wrap{
		margin:5px 0 0 16px;
	}
		
/* Main Content */
#main_column{
	width:655px;
	float:left;
}

/* Sidebar */
#sidebar{
	float:right;
	width:279px;
	padding:60px 7px 7px;
}
	.module h4{
		margin:0 0 11px 3px;
	}
	#did_you_know img{
		margin:0 0 9px 0;
	}
	
/* Quotes */
#main .quote_block{
	width:498px;
	margin:25px 0 10px 34px;
}
#main p.quote{
	font-size:2.1em;
	border-left:4px solid #5d838f;
	padding:0 0 3px 23px;
	line-height:1.3;
	text-indent:-7px;	
}
#main p.author{
	font-size: 17px;
	color:#9e9c9c;
	font-style:italic;
	text-align:right;
}

p.quote_indent {
	margin: 0 0 0 60px;
}
/** Footer **/
#footer_wrapper{
	background: url('/img/bg_footer.png') repeat-x;
	height:309px;
}
#footer{
	width:942px;
	margin:0 auto;
	position: relative;
	 z-index: 4; 
	 *z-index: auto; 
	padding-top:40px;
}
#list_wrap{
	width:680px;
	float:left;
}
#footer img{
	float:right;
}
#footer ul{
	margin:0 0 14px 0;
}
#footer ul li, #pop_footer ul li{
	background: url('/img/bg_footer_li.gif') no-repeat right .2em;
	float:left;
	padding:0 7px 0 13px;
	line-height:1;
	color:#9ca2a2;
	font-size: 11px;
}
#footer .last, ul#sort li.last, #pop_footer .last{
	border:none;
	background:none;
}
#footer .top li{
	font-size:12px;
	padding-right:12px;	
}
#footer ul li a, #pop_footer ul li a{
	color:#737373;
	font-weight:normal;
}
#footer ul li a:hover, #pop_footer ul li a:hover{
	text-decoration:underline;
}

/* share */
#share {
	position: absolute;
	top: 14px;
	left: 810px;
	z-index: 10;
	
	/* ***TEMP */
	display: none;
	/* /***TEMP */
}
	#share .trigger {
		color: #818181;
		font-size: 1.1em;
		background: url(/img/icon/icon_share.png) no-repeat right top;
		padding: 0 26px 0 0;
		cursor: pointer;
	}
	#share .bubble {
		top: 10px;
		left: -11px;
	}
		#share .bubble a {
			background: url(/img/icon/icon_atsign.png) no-repeat left top;
			padding: 0 0 0 20px;
		}
	
/* poll */
#poll .header { padding: 0 0 11px 0; }
		#poll .header a {
			float: right;
			color: #6e7070;
			font-size: .9em;
			background: url(/img/icon/icon_arrow_poll.png) no-repeat right 5px;
			padding: 0 9px 0 0;
			font-family: verdana, arial, serif;
			margin: 8px 20px 0 0;
			display: inline;
		}
	#poll h4 {
		float: left;
		width: 160px;
		margin: 0;
	}
	#poll .content {
		background: url(/img/bg/bg_module_poll.png) no-repeat left top;
		border-top: 1px solid #e1e1e1;
		padding: 15px 0 0 23px;
	}
	#poll .question {
		background: url(/img/bg/bg_question.png) no-repeat left top;
		font-size: 1.1em;
		color: #3e4040;
		font-weight: bold;
		/*padding: 3px 45px 0 48px;*/
		padding: 3px 25px 0 48px;
		margin: 0 0 20px 0;
	}
	#content #poll ul { margin: 0 0 17px 0; }
	#content #poll li {
		font-size: 1.1em;
		color: #3e4040;
		background: none;
		padding: 0 0 0 5px;
		margin: 0 0 12px 0;
	}
	#poll li input {
		width: 13px;
		height: 13px;
		margin: 0 10px 0 0;
		float: left;
	}
	#poll li label {
		float: left;
		line-height:1.7;
	}
	#poll .submit a { 
		float: left; 
		font-weight: bold;
		font-size: 1.1em;
		margin: 6px 0 0 0;
	}
	#poll .submit .button { 
		float: left; 
		margin: 0 37px 0 0;
		padding-left:15px;
	}
	#poll .submit .button span{
		margin-right: -15px;
    	padding-right: 15px;
	}
	
/* Did You Know v.2 */
#sidebar #did_you_know_v2{
	padding-bottom:21px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:15px;
}
#sidebar div#extra{
	margin-bottom:46px;
}
div#extra img{
	float:left;
	margin-bottom:10px
}
	
	
.bubble {
	position: absolute;
	z-index: 999;
	width: 159px;
	height: 69px;
	background: url(/img/bg/bg_bubble.png) no-repeat;
	display: none;
	text-align: center;
}
body .bubble.up { background-position: 0 -66px; }
	.bubble a {
		font-size: 1.1em;
		font-weight: bold;
		position: relative;
		top: 29px;
		left: -1px;
		display: inline-block;
		height:15px;
	}

/* Two Column Module */
#two_column_module{
	background: url('/img/bg/bg_hr.png') no-repeat top;
	width:578px;
	padding-top:35px;
	margin:22px 0 30px 0;
}
#two_column_module .section{
	float:left;
	padding:8px 20px 20px 27px;
	width:245px;
}
#two_column_module .section.first{
	border-right:1px solid #e2e2e2;
	padding-left:5px;
	width:260px;
}
#two_column_module h3{
	margin-bottom:8px;
}

/* Benefits Module */
#benefits_module{
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #e8e8e8;
	background: url('/img/bg/bg_benefits.png') repeat-x bottom;
	margin-bottom:38px;
}
#tabs_block{
	width:143px;
	float:left;
}
#tabs_block h3{
	background: url('/img/icon/tools.gif') no-repeat left .4em;
	font-size: 1.1em;
    font-weight: bold;
    height: 18px;
    padding: 7px 0 0 27px;
	margin:0 0 15px 15px;
	z-index:3; 
}
.benefits_tab{
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	height:40px;
	width:143px;
	padding-top:10px;
	cursor:pointer;
	background:#f2f9fd;
	position:relative;
	z-index:1;
}
.benefits_tab:hover{
	background:#f9fdff;
}	
.benefits_tab.active{
	background:#FFF;
	border-right:0;
	cursor:default;
	position:relative;
	z-index:2;
	width:144px;
}
#benefits_module .details{
	float:left;
	width:377px;
	margin-top:23px;
	padding: 0 0 25px 39px;
	border-left: 1px solid #E2E2E2;
}
#benefits_module .details h3{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
}
#benefits_module .details ul{
	float:left;
	width:160px;
}
#benefits_module .details .button{
	margin-left:9x;
}
img#benefits{
	margin:20px 0 40px 0;		
}

/** lightboxes **/
#modal_overlay {
	position: absolute;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	top: 0;
	left: 0;
	display: none;
}	
.lightbox {
	position: absolute;
	z-index: 9999;
	background: #fff url('/img/bg/bg_lightbox.png') repeat-x bottom;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, .14);
	width: 598px;
	top: 100px;
	left: 100px;
	display: none;
}
	.lightbox .inner{
		padding:34px 26px 24px;
	}
	.lightbox .content.cs_pops {
		width: 598px;
		overflow: hidden;
	}
		.lightbox  .cs_pop_content {
			float: left;
		}
		.lightbox .cs_wide {
			width: 1000%;
			padding: 15px 0 0 0;
			position: relative;
		}
		.lightbox  .content .cs_wide ul li {
			font-size: 1.2em;
		}
	.how-we-can-help.corporate-services .togglers {
		width: 548px;
		position: absolute;
		top: 0;
		left: 25px;
	}
		.how-we-can-help .togglers span{
			font-weight:bold;
			font-size: 11px;
			color: #79be4a;
		}
		.togglers div {
			cursor: pointer;
			margin-top: 20px;
		}
		.how-we-can-help .togglers span:hover{
			border-bottom:1px solid #79BE4A;
		}
		.nextPoint{
			float: right;
		}
		.nextPoint span{
			text-align:right;
			float:right;
		}
		.prevPoint{
			float:left;
		}
		.prevPoint span{
			text-align:left;
			float:left;
		}
		.how-we-can-help.corporate-services .togglers div strong {
			text-indent: -9999px;
			width: 25px;
			height: 50px;
			display: inline-block;
			cursor: pointer;
			top: 116px;
			background-image: url(/img/btn/btn_togglers_hero.png);
			_background-image: url(/img/btn/btn_togglers_hero.8bit.png);
			background-repeat: no-repeat;
		}
		.how-we-can-help.corporate-services .togglers div div.point_inject {
			color: #79BE4A;
			/*font-size: 1.2em;*/
			position: relative;
			width: 200px;
			float: left;
			position: relative;
			top: 18px;
			left: -5px;
		}
		.how-we-can-help.corporate-services .togglers div.nextPoint div.point_inject {
			text-align: right;
			position: relative;
			left: 30px;
		}
		.how-we-can-help.corporate-services .togglers div.prevPoint strong {
			float: left;
			margin-top:-18px;
		}
		.how-we-can-help.corporate-services .togglers div.nextPoint strong {
			float: right;
			margin-top:-18px;
		}
		.how-we-can-help.corporate-services .togglers div.prevPoint strong{ 
			background-position: left bottom;
		}	
		.how-we-can-help.corporate-services .togglers .nextPoint strong { 
			top: 0;
			background-position: right bottom;
			float: right;
			}	

	.lightbox .close {
		background: url('/img/bg/bg_close.png') no-repeat;
		cursor: pointer;
		position: absolute;
		top: -15px;
		right: -15px;
		width:35px;
		height:35px;
		text-indent:-9999px;
	}
	.lightbox .loader {
		position: absolute;
		width: 100%;
	}
		.lightbox .loader div  {
			margin: 140px auto 0 auto;
			text-indent: -9999px;
			width: 220x;
			height: 19px;
			background: url(/img/loader.gif) no-repeat;
		}		
#lightbox_loader {
	position: absolute;
	text-indent: -9999px;
	width:220px;
	height: 48px;
	top: 100px;
	left: 100px;
	z-index: 9999;
	display: none;
	background: url(/img/loader.gif) no-repeat;	
}	
.lightbox h2{
	font-size:3em;
	color:#027a9c;
	border:0;
	margin-left:18px;
	padding:0 28px 0 0;
	width:253px;
	float:left;
	display:inline;
}
.lightbox h3{
	font-size:2.2em;
	float:left;
	margin-left:14px;
	line-height:1.7;
	color:#BABABA;
}
.lightbox .cs_wide h2 {margin-bottom: 13px;}
.lightbox .cs_wide h3 {line-height: 1.2em; margin-bottom: 13px;}
.lightbox .override h2 {
	width: auto;
	float: none;
	display: block;
	margin-top:15px;
}
.lightbox .override p, .lightbox .override ul{
	padding-left:18px;
}
.lightbox #two_column_module{
	background: url("/img/bg/bg_hr_pop.png") no-repeat center top;
	width:auto;
	margin-bottom:13px;
}
.lightbox #two_column_module .section{
	padding-left:48px;
	padding-right:18px;
	width:200px;
	padding-bottom:0;
}
.lightbox #two_column_module .section.first{
	padding-left:18px;
	padding-right:48px;
	width:206px;
}
.lightbox #two_column_module h3{
	font-size:1.7em;
	color:#3e4040;
	float:none;
	margin-left:0;
	margin-bottom:0;
}
h3.statement{
	font-size:1.8em;
	color:#000;	
	margin-bottom:16px;
	margin-left:18px;
	line-height:1.3;
}
.lightbox .active h3{
	color:#000; 
}
.lightbox p{
	font-size:1.2em;
}
#thank_you .info p{
	font-size:.857em;
	color:#3e4040;
}
#statement{
	padding-left:39px;
	color:#3e4040;
	margin-top:0;
}
#graph_fpo{
	float:right;
	margin-left:33px;
	width:205px;
	height:139px;
	background:url('/img/fpo/graph.png') no-repeat;
}	
.lightbox .contact{
	float:right;
	width:231px;
	margin:-14px 15px 0 0;
}
.lightbox .contact .call{
	float:right;
}
.lightbox .contact p{
	float:right;
	color:#999;
	padding-bottom:3px;
}
.lightbox #warning{
	margin-left:19px;
}
.lightbox .info{
	background: url('/img/bg/bg_pagination.gif') repeat-x;
	font-size:1.4em;
	clear:both;
	padding:29px 36px 0 18px;
	color:#000;
	margin:22px 0;
	width:492px;
}
span.required{
	float:right;
	color:#919191;
	font-size:1.1em;
	line-height:4.2;
}
.required span, label span{
	color:#F00;	
}
.info .main{
	float:left;
	width:426px;
}
#contact_form .info .main{
	width: 450px;
}
.info .required{
	font-size:.786em;
	margin-right:-25px;
	line-height:2;
}

/* Lightbox Forms */
.lightbox .form{
	padding: 0 18px;
	margin-bottom:15px;
}
.form ul{
	margin-top:10px;	
}
.left_col{
	padding:0 24px 0 0;
	width:220px;
	float:left;
}
.left_col input{
	width:121px;
}
.left_col .field{
	float:right;
}
.left_col .field.hover, 
.left_col .field.active{
	background: url('/img/bg/bg_popup_input_active.png') no-repeat;
	padding:8px;
	margin:-8px;
	float:right;
}
.right_col{
	padding:0 0 0 22px;
	width:243px;
	float:left;
	border-left: 1px solid #ebebeb;
}
#get_started .left_col{
	border-right: 1px solid #ebebeb;
}
#get_started .right_col{
	border:none;
}
.lightbox .form label{
	color:#3e4040;
}
.lightbox label.top{
	margin-top:-7px;
}
.lightbox p.top{
	margin-top:-3px;
}
.lightbox .submit{
	clear:both;
	text-align:right;
	padding-right:24px;
}
.submit .button{
	height: 30px;
    padding-left: 34px;
	overflow:visible;
}
.submit .button span{
	background-position:right -95px;
	height: 23px;
    margin-top: -1px;
    padding-right: 34px;
    padding-top: 6px;
	line-height:1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.submit .button span{height:21px;}
}
.submit .button:hover span{
	background-position:right -136px;
}
/*.submit a.button:hover span{
	background-position:right -135px;
}
.submit a.button span{
	margin-top:0;
	background-position:right -94px;
}*/
form .next{
	background: url('/img/bg/bg_next.png') no-repeat;
	height:33px;
	padding-top:2px;
	margin-bottom:12px;
}
.submit.inactive .button{
	background-position: left -182px;
}
.submit.inactive .button span,
.submit.inactive .button:hover span{
	 background-position: right -183px;
}
/*.submit.inactive a.button span,
.submit.inactive a.button:hover span{
	 background-position: right -182px;
}*/
.submit .reset{
	float: left;
    font-size: 1.1em;
    margin: 8px 0 0 19px;
}
.submit.inactive .reset{
	color:#BABABA;
}
.form_header, #business.active{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom:26px;
	clear:both;
	height:27px;
	margin-bottom:25px;
}
.lightbox .title{
	background: url('/img/bg/bg_form_section.png') no-repeat 0 -38px;
	text-align:center;
	height:38px;
	width:38px;
	float:left;
	color:#FFF;
	font-size:2.2em;
	line-height: 1.6;
}
.lightbox .active span.title { background-position: 0 0; }
#regarding select{
	width:187px;
}
#regarding{
	margin-bottom:10px;
}
#get_started #regarding label{
	width:200px;
}
.complete{
	margin-bottom:16px;
}
.complete .title{
	background-position: 0 -38px;
}
.complete h3{
	color:#94d0e4;
}
.lightbox .inactive .title{
	background-position: 0 -76px;
}
.form_header.step_two{
	border-bottom:none;
	padding-bottom:17px;
	margin:0;
}
.assessment .field{
	padding:5px 0 7px;
	margin-top:3px;
}
.assessment .field.active{
	background: url('/img/bg/bg_selected_field.png') repeat-y;
	padding-left:18px;
	margin-left:-18px;
}
.assessment label{
	float:none;
}
.radios label{
	float:left;
}
#step_two .field.inactive label, 
#step_two .field.inactive select, 
#step_two .field.inactive p{
	color:#cfcfcf;
}
.form div.radio{
	margin:3px 5px 14px 11px;
	float:left;
	border:none;
}
.form p{
	line-height:1.3;
	padding-bottom:5px;
}
#pop_footer{
	background: url('/img/bg/bg_popup_footer.png') repeat-x;
	height:62px;
	margin: 12px 0 -24px 0;
	position:relative;
}
#pop_footer ul{
 	position:absolute;
	top:7px;
	left:-6px;
}
#pop_footer ul li{
	display:inline;
	font-size:1.1em;
	padding: 0 9px;
}
#get_started #step_two p{
	padding-left:18px;
}
#get_started #step_two label{
	width:82px;
}
.multiple{
	margin-top:5px;
}
#add_state{
	position:relative;
}
#add_state .trigger{
	position:absolute;
	bottom: 6px;
	left:253px;
	font-size:1.1em;
	font-weight:bold;
	line-height:2.2;
}
#add_state select{
	clear:none;
}
#get_started #step_two .multiple label { visibility: hidden; }
#business.form_header{
	border-bottom:none;
}

/* Lightbox Corporate Services */
#jCarouselWrapper {
	/*position: relative;*/
	width: 598px;
	min-height: 450px;
	overflow:hidden
}
.lightbox .content ul li.pop_float {
	/*float: left;
	width: 598px;*/
	background: none;
}

/*Pagination*/
#pagination{
	background: url('/img/bg/bg_pagination.gif') repeat-x;
	height:40px;
	padding:15px 0 0 65px;
	margin-top:25px;
	font-size:1.2em;
	color:#a4a0a0;
}
#pagination span.page{
	font-weight:bold;
	float:left;
}
#pagination p.pages{
	float:left;
	margin:1px 0 0 35px;
	line-height:1.2;
	font-size:1em;
	font-weight:bold;
}
#pagination p.pages span{
	margin:0 4px;
	color:#e1e1e1;
	font-weight:normal;
	font-size:.8em;
}
#pagination p.pages a{
	color:#5d838f;
}
a.next{
	background: url('/img/icon/arrow_next.png') no-repeat right .3em;
	padding-right:10px;
	margin-left:8px;
}

/*No Header Image Styles*/
.no_hdr_img h1{
	color:#027a9c;
	font-size:2.727em;
	margin:23px 0 0 30px;
}
.no_hdr_img #main_column h2.lead{
	font-size:1.8em;
	padding-bottom:20px;
	margin-bottom:0;
}
.search #wrapper{ background: url(/img/bg/bg_content_search.jpg) no-repeat left top;}
.thank_you #wrapper, 
.policy #wrapper,
.experience-ctprocomply #wrapper{ 
	background: url(/img/bg/bg_content_thank_you.jpg) no-repeat left top;
}
.no_hdr_img #main_column { 
	padding: 0;
	width: 620px;
}
.no_hdr_img .lead span{
	color:#5d838f;
}
.knowledge-center #wrapper{
	background:#FFF url('/img/bg/bg_wrapper_white.png') repeat-x top;
	width:943px;
	_padding-right:0;
}
.experience-ctprocomply #main_column,
.knowledge-center #main_column{
	padding-top:58px;
}

/* Search */
ul#search_results{
	margin:0;
}
ul#search_results li{
	background:none;
	color:#3e4040;
	border-top:1px solid #dfdfdf;
	padding:26px 21px 12px 21px;
	margin:0;
}
ul#search_results li h3{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:11px;
}
.search #pagination{
	padding-left:21px;
	margin-top:7px;
}
ul#search_results .whitepaper{
	background: url('/img/fpo/tiny_globe.gif') no-repeat left .4em;
	padding:0 0 0 15px;
	text-transform:uppercase;
	color:#666;
	font-size:1em;
	margin-bottom:5px;
}
.noresults h2{
	border-bottom:1px solid #e1e1e1;
	padding
}
.noresults .inner p{
	font-size:1.4em;
	font-weight:bold;
	padding:0;
	margin-top:20px;
}
#main_column #no_results li{
	background: none;
	padding:0;
	font-size:1.273em;
	font-weight:bold;
	color:#bababa;
}
#main_column #no_results li a{
	background: url('/img/icon/arrow_green.gif') no-repeat left .2em;
	padding-left:14px;	
}

/* Policy Pages */
.policy #main_column{
	padding:67px 0 0 29px;	
	width:581px;
}
.policy .hr{
	margin-top:68px;
}
#main_column #policy_nav{
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 33px 0;
	padding-bottom:14px;
}
#main_column #policy_nav li{
	background: url('/img/bg/policy_nav_li.gif') no-repeat right .2em;
	padding:0;
	display:block;
	float:left;
	font-size:1.4em;
	color:#3e4040;
	cursor:pointer;
	text-align:center;
}
#main_column #policy_nav .terms{
	width:115px;
	text-align:left;
}
#main_column #policy_nav .legal{
	background:none;
	width:148px;
}
#main_column #policy_nav .privacy{
	width:130px;
}
#main_column #policy_nav .active{
	font-weight:bold;
}
#video { 
	height: 335px;
	margin-top:25px; 
}
#video_chapters{
	margin:0px 0px 20px 0px;
}
#video_chapters li {
	zoom: 1;
}
#video_chapters .title {
	background: url('/img/icon/video_arrows.jpg') no-repeat left;
	padding: 0 0 0 25px;
	margin:0px 0px 5px 10px;
	background-position:0 5px;
	color: #60a03f;
	cursor: pointer;
	font-size: 1.6em;
	font-weight:bold;
	border: 0;
}
#video_chapters .title.active{
	background-position:0 -16px;
}
#video_chapters .desc{
	display: none;
	font-size: 1.15em;
	padding-left:10px;
	margin:0px 0px 10px 26px;
}

/* Timeline */
#timeline{
	background:url('/img/bg/bg_timeline.png') repeat-x;
	height:112px;
	padding:29px 17px 38px;
	margin:15px 0 25px;
	width:555px;
}
#timeline .bubble{
	background:url('/img/bg/bg_bubble_timeline.png') no-repeat;
	_background: url('/img/bg/bg_bubble_timeline_8bit.png') no-repeat;
}
.year_pop{
	background:url('/img/icon/year.png') no-repeat;
	height:14px;
	width:14px;	
	position:absolute;
	left:9px;
}
.year{
	position:absolute;
}
.btm .year_pop{
	top:-29px;	
}
.top .year_pop{
	top:29px;
}
.bubble h3{
	font-size:2.6em;
	color:#5d838f;
	margin: 16px 15px 60px 23px;
	float:left;
	display:inline;
}
.bubble p{
	font-size:1.1em;
	line-height:1.4;
	margin-top:19px;
	padding-right:20px;
}
#main_column #timeline h2{
	margin:0;
}
#strip{
	background:#696a6c url('/img/bg/bg_strip.png') no-repeat 1.4em .9em;
	height:25px;
	border-right: 1px solid #d3d3d4;
	border-left: 1px solid #d3d3d4;
	margin-top:41px;
	position:relative;
}
#timeline .date{
	font-size:1.4em;
	color:#969696;
}
#eighteen-ninety-two{
	top:34px;
	left:50px;
}
#eighteen-ninety-two .bubble{
	background-position:0 0;
	height:73px;
	width:283px;
	left:-41px;
	top:-14px;
}
#nineteen-seventy-four{
	top:-24px;
	left:149px;
}
#nineteen-seventy-four .bubble{
	background-position:0 -72px;
	height:73px;
	width:392px;
	left:-141px;
	top:-38px;
}
#nineteen-ninety-five{
	top:34px;
	left:251px;
}
#nineteen-ninety-five .bubble{
	background-position:0 -145px;
	height:119px;
	width:462px;
	left:-218px;
	top:-142px;
}
#nineteen-ninety-five p{
	padding-top:3px;
}
#two-thousand-five{
	top:-24px;
	left:368px;
}
#two-thousand-five .bubble{
	background-position:0 -264px;
	height:105px;
	width:341px;
	left:-161px;
	top:-70px;
}
#two-thousand-five .year_pop{
	left:14px;
}
#two-thousand-five p{
	padding-top:3px;
}
#two-thousand-six{
	top:34px;
	left:389px;
}
#two-thousand-six .year_pop{
	left:13px;
}
#two-thousand-six .bubble{
	background-position:0 -365px;
	height:104px;
	width:387px;
	left:-208px;
	top:-22px;
}
#two-thousand-six p{
	padding-top:12px;
}
#two-thousand-six h3{
	padding-top:10px;
}
#two-thousand-nine{
	top:-24px;
	left:447px;
}
#two-thousand-nine .year_pop{
	left:14px;
}
#two-thousand-nine .bubble{
	background-position:0 -474px;
	height:73px;
	width:253px;
	left:-136px;
	top:-36px;
}
#two-thousand-nine p{
	margin-top:16px;
}
#two-thousand-nine h3{
	margin-top:13px;
}
.col{
	float:left;
	width:287px;
}
