@charset "utf-8";
/* CSS Document */

/* 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style:normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* end reset */


/*  utility styles  */
.clear {
	clear:both;	
}
.hide {
	display:none;	
}
/*  end utility styles  */



/*  global styles  */
a, a:link, a:visited, a:active {
	color:#525252;
	text-decoration:none;
}
 a:hover {
	color:#007dc3;
	text-decoration:underline;
}
/*  end global styles  */




body {
	background:#fff url(../images/cea_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#525252;
}
.homepage {
	position:relative;
	background: #fff url(../images/cea_page-bg.gif) no-repeat;
	margin: 0px auto;
	width: 964px;
}
#head {
	width:964px;
	height:92px;
}
#logo {
	width:204px;
	height:80px;
	margin:5px 0 0 22px;
}
#utilnav {
	float:right;
	padding:12px 30px;
	color:#738691;
	font-size:.75em;
}
#utilnav a {
	color:#007dc3;
	text-decoration:underline;
}


#jbtNav {
	position:absolute;
	right:30px;
	top:330px;
	z-index:1000;
}
#jbtNav a {
	display:inline-block;
	width:18px;
	height:18px;
	margin:0;
	padding:6px 0  0 12px;
	text-decoration: none;
	color: #D0DCF6;
	font-size: 10px;
	font-weight:bold;
	background: url(../images/cea_jbt-dotNav-inactive.gif) no-repeat center center;
}
#jbtNav a.activeSlide {
	background: url(../images/cea_jbt-dotNav-active.gif) no-repeat center center;
	color: #008AC9;
	font-weight:bold;
}
#jbtNav a:focus { outline: none; }

#jumbotron {
	margin:0 auto;
	width:950px;
	height:282px;
	background: #CEDAF0;
}
#jumbotron #messages {
	width:950px;
	height:282px;
}
#jumbotron #messages .message {
	position:relative;
	width:950px;
	height:282px;
	background:#0081C5 url(../images/cea_message-default-bg.jpg) no-repeat;
}
#jumbotron #messages .message.blankJumbotronBackdrop {
	background:#0081C5 url(../images/cea_message-graphic-blankJumbotronBackdrop.jpg) no-repeat;
}

#jumbotron #messages .message.completeSolution {
	background:#0081C5 url(../images/complete-solution-jumbotron.jpg) no-repeat;
}
#jumbotron #messages .message .leftImg {
	float:left;
	border:0;
	width: 379px;	
	height: 282px;
}
#jumbotron #messages .message .rightMessage {
	float:right;
	width: 541px;
	height: 282px;
}
#jumbotron #messages .message .rightMessage h1 {
	font-weight:bold;
	line-height:1.5em;
	position:absolute;
	top:30px;
}
#jumbotron #messages .message .rightMessage .smtxt {
	display:block;
	line-height:1.15em;
	letter-spacing:-.03em;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom:10px;
	color:#000;
}
#jumbotron #messages .message .rightMessage .lgtxt {
	display:block;
	line-height:1.05em;
	letter-spacing:-.05em;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 2.75em;
	color:#fff;
}

#jumbotron #messages .message .rightMessage .mediumtxt {
	display:block;
	line-height:1.05em;
	letter-spacing:-.05em;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 1.25em;
	color:#000;
}
#jumbotron #messages .message .rightMessage .benefits {
	position:absolute;
	bottom:90px;
	color:#FFF;
}
#jumbotron #messages .message .rightMessage .benefits li {
	line-height:1.4em;
	padding:0 0 0 20px;
	background: url(../images/cea_bullet-jbt-blk.gif) no-repeat left center;
}
#jumbotron #messages .message .rightMessage .date {
	position:absolute;
	bottom:60px;
	color:#FFF6C3;
	font-weight: bold;
}
#jumbotron #messages .message .rightMessage .callToAction {
	position:absolute;
	bottom:25px;
	color:#fff;
	font-weight: bold;
}
#jumbotron #messages .message .rightMessage a.button, #jumbotron #messages .message .rightMessage a.button:visited {
	display: inline-block;
	padding: 0 20px 0 0;
	margin:0;
	font-weight: bold;
	font-size: .9em;
	color:#008AC9;
	text-decoration: none;
	background:transparent url(../images/cea_button-lg-wht.gif) no-repeat right center;
}
#jumbotron #messages .message .rightMessage a.button:hover, #jumbotron #messages .message .rightMessage a.button:active {
	text-decoration: underline;
}

#jumbotron #messages .message .rightMessage a.button span {
	display: inline-block;
	padding: 9px 0 11px 20px;
	margin:0;
	font-weight: bold;
	color: #008AC9;
	background:#0198D1 url(../images/cea_button-lg-wht.gif) no-repeat left center;
	cursor: pointer;
}


#maincontent {
	margin:20px auto;
	width:910px;
}
/* accordion styles */


#sitenav {
	float:left;
	margin:0 0 20px 0;
	border:none;
	width:229px;
	overflow: hidden;
	font-size:.9em;
	outline:none; 	
}
#sitenav h3, #sitenav h3 a {
	font-size: 1.3em;
	font-weight:bold;
	color:#008AC9;
	display:block;
	padding:15px 10px 0px 12px;
}
#sitenav ul {
	padding:10px;
}
#sitenav li {
	background: url(../images/cea_bullet-siteNav-bluOnWht.gif) no-repeat left center;
	padding:5px 5px 5px 18px;
}

/* jquery specific */

#sitenav h2.ui-accordion-header {
	padding: 0 0 0 10px;
	height:33px;
	line-height:33px;
	cursor: pointer;
	font-size:1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	background: #ccc url(../images/cea_accordion-tab-inactive.jpg) no-repeat;
}
/* Since IE cant understand complex combinators like #id.class and .class.class 
we use the child selector '>' to hide the rounded bottom from IE */
#sitenav>h2#bottom.ui-accordion-header {
	background: #ccc url(../images/cea_accordion-tab-bottom-inactive.jpg) no-repeat;
}
#sitenav h2.ui-state-hover {
	color: #000;
	background: #ccdbf0 url(../images/cea_accordion-tab-active.jpg) no-repeat;
}
#sitenav h2#bottom.ui-state-hover {
	color: #000;
	background: #ccdbf0 url(../images/cea_accordion-tab-bottom-active.jpg) no-repeat;
}

#sitenav h2.ui-state-active {
	color: #000;
	background: #ccdbf0 url(../images/cea_accordion-tab-active.jpg) no-repeat;
}
#sitenav h2#bottom.ui-state-active, #sitenav h2#bottom.ui-state-active.ui-state-hover {
	background: #ccdbf0 url(../images/cea_accordion-tab-active.jpg) no-repeat;	
}

#sitenav .ui-state-focus {
	outline:none;
}

#sitenav .ui-accordion-content {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background: #FAFAFA url(../images/cea_accordion-panel-bg.gif) no-repeat center bottom;
	font-size:.85em;
}
#sitenav #bottom + .ui-accordion-content {
	background: #FAFAFA url(../images/cea_accordion-panel-bottom-bg.gif) no-repeat center bottom;
}
/*#sitenav .ui-accordion-content-active {

}*/

/* end jquery specific */
/* end accordion stlyes */


/* begin tabs */

#segments {
	float:right;
	width:661px;
}
#segments .col1 {
	width:300px;
	float:left;
	padding:15px;
}
#segments .col2 {
	width:300px;
	float:right;
	padding:15px;
}
#segments .singleCol {
	width:600px;
	padding:15px;
}
#segments .tPanel {
	width:661px;
	margin:0;
	padding:0;
	border:none;
	background: #fff url(../images/cea_tpanel-bg1.jpg) no-repeat center bottom;
	position:relative;
	font-size:.9em;
}
#segments .tPanel h3 {
	font-size: 1.1em;
	font-weight:bold;
	color:#008AC9;
	margin:10px 0 0 0;	
}
#segments .tPanel p {
	padding:5px 0;	
}
#segments .tPanel ul {
	margin:0 0 20px 0;	
}
#segments .tPanel li {
	background: url(../images/cea_bullet-sgmts-3dOnWht.gif) no-repeat left center;
	padding-left: 25px;
	margin:17px 0 12px 0;
}

#segments .singleCol li {
	background: url(../images/cea_bullet-sgmts-3dOnWht.gif) no-repeat left top;
	padding-left: 25px;
	margin:15px 0 10px 0;
}

#segments .tPanel .smallerTxt {
  font-size: 12px;
}

#segments .tPanel .smallerTxt a, #segments .tPanel .smallerTxt a:hover{
  font-size: 12px;
  text-decoration:none;
  color:#748692;
}

#segments .singleCol li{
  font-size: 14px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

#len, #len a, #len a span {
	width:227px;
}
#len a span {
	width:226px;
}
#cap, #cap a, #cap a span {
	width:161px;
}
#cap a span {
	width:160px;
}
#att, #att a, #att a span {
	width:130px;
}
#att a span {
	width:128px;
}
#reg, #reg a, #reg a span {
	width:142px;
}
#reg a span {
	width:141px;
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	width: 661px;
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height:46px;
	background: url(../images/cea_tpanel-bg.jpg) no-repeat center top;
}
.ui-tabs-nav:after {  /*clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin:0;
	padding:0;
	height: 46px;
    line-height: 46px;
	font-weight: bold;
	text-align:center;
	background: url(../images/cea_tpanel-tabsBg.gif) no-repeat center -100px;
}
.ui-tabs-nav a {
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */  
	float: left;
	margin:0;
	padding:0;
	height: 46px;
    line-height: 36px;
	background: url(../images/cea_tpanel-tabsBg.gif) no-repeat 0 0;
	text-align:center;
}
.ui-tabs-nav a span {
	float:right;
	padding:0;
	margin:0;
	height: 46px;
	line-height: 36px;
	font-weight: bold;
	background: url(../images/cea_tpanel-tabsBg.gif) no-repeat 100% 0px;
	text-align:center;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #000;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:active {
    background-position: 0px -50px;
    color: #fff;
	text-decoration:none;
}
.ui-tabs-nav a:hover span, .ui-tabs-nav a:active span{
    background-position: 100% -50px;
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
	color: #fff;
	height: 36px;
    line-height: 36px;
    background-position: 0 -50px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    height: 36px;
    line-height: 36px;
    background-position: 100% -50px;
	color:#fff;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	width:661px;
	margin:0;
	padding:0;
	border:none;
	background: #fff url(../images/cea_tpanel-bg.jpg) no-repeat center bottom;
	min-height:230px;
	position:relative;
	font-size:.9em;
}

/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* end tabs */


#news {
	float:right;
	width:320px;
	margin:20px 0 20px 0;
	background:#FAFAFA url(../images/cea_320box-panel-bg.gif) no-repeat center bottom;
}
#news h2 {
	font-size: 1.2em;
	font-weight:bold;
	padding:20px;
	color:#008AC9;
}
#news p {
	margin:0 20px 20px 20px;
	font-size:.8em;
	line-height:1.3em;
	color:#525252;
}
#news p a, #news p a:hover {
	line-height:1.3em;
	color:#525252;
	text-decoration:none;
}
#news cite.date {
	font-weight:bold;
	font-style:normal;
}
#news .more {
	color:#008AC9;
	font-weight:bold;
	font-size:.85em;
}
#news .more:hover {
	color:#008AC9;
	text-decoration:underline;	
}

#news  a.button, #news a.button:visited {
	display: inline-block;
	margin:0 0 20px 20px;
	padding: 0 18px 0 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/cea_button-blu.gif) no-repeat right center;
}

#news  a.button:hover, #news a.button:active {
	text-decoration: underline;
	color:#fff;
}

#news a.button span {
	display: inline-block;
	padding: 9px 0 10px 18px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: url(../images/cea_button-blu.gif) no-repeat left center;
	cursor: pointer;
}

#press {
	float:right;
	width:320px;
	margin:20px 0 20px 20px;
	background:#FAFAFA url(../images/cea_320box-panel-bg.gif) no-repeat center bottom;
}
#press h2 {
	font-size: 1.2em;
	font-weight:bold;
	padding:20px;
	color:#008AC9;
}
#press p {
	margin:0 20px 20px 20px;
	font-size:.8em;
	line-height:1.3em;
	color:#525252;
}
#press p a, #press p a:hover{
	line-height:1.3em;
	color:#525252;
	text-decoration:none;
}
#press cite.date {
	font-weight:bold;
	font-style:normal;
}
#press a.more {
	color:#008AC9;
	font-weight:bold;
	font-size:.85em;
}
#press a.more:hover {
	color:#008AC9;
	text-decoration:underline;	
}
#foot {
	clear:both;
	margin:0  auto;
	padding:5px 0 10px 0;
	width:950px;
	border-top: 3px solid #007DC3;
	text-align:center;
	color:#738691;
	font-size:.7em;
}

#foot a {
	color:#007dc3;
}
