.ektronWindow {
	display:none;
	position:fixed!important;
	top:25%;
	left:50%;
	margin-left:-20em;
	width:40em;
	background-color:#fff;
	color:#333;
	border:1px solid #ddd;
}
.ektronModalOverlay {
	background-color:#666;
	margin:0;
	padding:0;
}
.ektronModalWidth-10 {
	margin-left:-5em!important;
	width:10em!important;
}
.ektronModalWidth-20 {
	margin-left:-10em!important;
	width:20em!important;
}
.ektronModalWidth-25 {
	margin-left:-12.5em!important;
	width:25em!important;
}
.ektronModalWidth-30 {
	margin-left:-15em!important;
	width:30em!important;
}
.ektronModalWidth-40 {
	margin-left:-20em!important;
	width:40em!important;
}
.ektronModalWidth-50 {
	margin-left:-25em!important;
	width:50em!important;
}
.ektronModalWidth-60 {
	margin-left:-30em!important;
	width:60em!important;
}
.ektronModalWidth-70 {
	margin-left:-35em!important;
	width:70em!important;
}
.ektronModalWidth-80 {
	margin-left:-40em!important;
	width:80em!important;
}
.ektronModalWidth-90 {
	margin-left:-45em!important;
	width:90em!important;
}
.ektronModalWidth-100 {
	margin-left:-50em!important;
	width:100em!important;
}
.ektronModalHeight-10 {
	height:10em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-20 {
	height:20em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-25 {
	height:25em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-30 {
	height:30em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-40 {
	height:40em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-50 {
	height:50em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-60 {
	height:60em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-70 {
	height:70em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-80 {
	height:80em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-90 {
	height:90em!important;
	overflow-y:auto!important;
}
.ektronModalHeight-100 {
	height:100em!important;
	overflow-y:auto!important;
}
.ektronModalStandard {
	font-size:12px;
	border:1px solid #525252;
	padding:1em;
}
div.ektronModalStandard {
	padding:0;
	border:solid 1px #525252;
	background:#E1E7F2;
	top:50%;
	font-size:12px;
}
div.ektronModalStandard, div.ektronModalStandard input, div.ektronModalBody table th, div.ektronModalBody table td {
	font-family:Arial, Verdana, sans-serif;
}
.ektronModalStandard .ektronModalHeader h3 {
	background-image:url('/WorkArea/images/application/darkblue_gradiant-nm.gif');
	background-color:#3163BD;
	background-repeat:repeat-x;
	background-position:0 -2px;
	color:#fff;
	margin:0;
	padding:.6em .25em;
	font-size:1em;
	position:relative;
}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose {
	display:block;
	background-image:url('/WorkArea/images/application/closeButton.gif');
	background-repeat:no-repeat;
	background-position:0 -23px;
	background-color:Transparent;
	text-decoration:none;
	width:21px;
	height:21px;
	position:absolute;
	right:.25em;
	top:.25em;
	text-indent:-10000px;
	overflow:hidden;
	cursor:pointer;
}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose:hover {
	background-position:-23px 0;
}
.ektronModalStandard div.ektronModalBody {
	background:#FFF none repeat scroll 0;
	border:1px solid silver;
	color:#333;
	margin:1em .75em;
	padding:.5em;
}
.ektronModalStandard div.ektronModalBody table {
	margin:0 1.5em;
}
.ektronModalStandard div.ektronModalBody table th {
	font-size:12px;
	padding-right:1em;
	padding-top:.25em;
}
.ektronModalStandard div.ektronModalBody table th, div.ektronModalBody table td {
	vertical-align:top;
}
.ektronModalStandard div.ektronModalBody fieldset {
	clear:both;
}
.ektronModalStandard .ektronModalButtonWrapper {
	margin:1em 0 .25em;
	padding:0;
	list-style:none;
	width:100%;
}
.ektronModalStandard .buttonWrapper {
	float:right;
	margin:1em 0 0 0;
	padding:0;
	list-style:none;
	width:50%;
}
.ektronModalStandard .ektronModalButtonWrapper li, .ektronModalStandard ul.buttonWrapper li {
	display:inline;
	background-image:none;
	background-color:transparent;
}
.ektronModalStandard ul.buttonWrapper li {
	float:right;
	margin:0;
	padding:0;
	border:0;
}
.ektronModalStandard a.button {
	display:block;
	padding:.5em 1em .5em 2.25em;
	border:1px solid silver;
	background-color:#eee;
	color:#8F8F8F;
	background-repeat:no-repeat;
	background-position:.5em .4em;
	font-size:1em;
	margin:0 0 0 .75em;
	line-height:100%;
	cursor:pointer;
	text-decoration:none;
}
.ektronModalStandard a.button:active {
	color:#8F8F8F;
	font-size:inherit;
}
.ektronModalStandard a.button:visited {
	color:#8F8F8F;
}
.ektronModalStandard a.button:hover {
	text-decoration:none;
}
.ektronModalStandard a.buttonLeft {
	float:left;
}
.ektronModalStandard a.buttonRight {
	float:right;
}
.ektronModalStandard a.text {
	font-size:.75em;
}
.ektronModalStandard a.cancelButton {
	background-image:url('/WorkArea/images/application/delete.gif');
}
.ektronModalStandard a.okButton {
	background-image:url('/WorkArea/images/application/check.gif');
}
.ektronModalStandard a.nextButton {
	background-image:url('/WorkArea/images/application/but_next.gif');
	background-position:.5em .25em;
}
.ektronModalStandard a.backButton {
	background-image:url('/WorkArea/images/application/but_prev.gif');
	background-position:-.1em .25em;
}
.ektronModalStandard a.deleteButton {
	background-image:url('/WorkArea/images/application/btn_delete-nm.gif');
	background-position:.25em .1em;
	margin-right:.5em;
}
.ektronModalStandard a.redHover:hover {
	background-color:#FBE3E4;
	border:1px solid #FBC2C4;
	color:#D12F19;
}
.ektronModalStandard a.blueHover:hover {
	background-color:#DFF4FF;
	border:1px solid #C2E1EF;
	color:#369;
}
.ektronModalStandard a.greenHover:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.ektronModalStandard .messages {
	display:block;
	width:auto;
	margin-bottom:.1em;
	font-size:1em;
}
.ektronModalStandard .messages span {
	display:block;
	margin:.25em;
	padding:.5em .5em .5em 2em;
	background-repeat:no-repeat;
	background-position:.25em .5em;
}
.ektronModalStandard .messages span.wordbreak {
	display:inline;
	text-indent:-10000px;
	margin:0;
	padding:0;
	width:0;
	overflow:hidden;
	font-size:1px;
}
.ektronModalStandard .clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.ektronModalStandard .clearfix {
	display:inline-block;
}/* Hides from IE-mac \*/
* html .ektronModalStandard .clearfix {
	height:1%;
}
.ektronModalStandard .clearfix {
	display:block;
}/* End hide from IE-mac */
* iframe.ektronModalIframe {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
width:expression(this.parentNode.offsetWidth+'px');
height:expression(this.parentNode.offsetHeight+'px');
}
* html .ektronWindow {
	position:absolute;
top:expression((document.documentElement.scrollTop || document.body.scrollTop)+Math.round(17 *(document.documentElement.offsetHeight || document.body.clientHeight) / 100)+'px');
}
.horizontal .ekflexmenu {
	padding:0;
	position:relative;
	color:#333;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:nowrap;
	z-index:1;
}
.horizontal A {
	text-decoration:none;
}
.horizontal .ekflexmenu_submenu, .horizontal .ekflexmenu_submenu_hover, .horizontal .ekflexmenu_submenu_parent, .horizontal .ekflexmenu_submenu_parent_hover {
	top:0;
	left:0;
	height:auto;
}
.horizontal UL {
	list-style:none;
	margin:0;
	padding:0;
}
.horizontal LI {
	border-right:0 solid black;
	float:left;
	display:inline;
	position:relative;
	margin:0;
	padding:0;
	width:95px;
}
.horizontal .ekflexmenu_submenu_items {
	height:auto;
	margin-left:0;
	border:solid 0 black;
}
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {
	position:relative;
	left:0;
	top:0;
	float:left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	position:absolute;
	left:0;
	top:100%;
	float:none;
	width:200px;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items LI {
	float:left;
	display:inline;
	position:relative;
	margin:0;
	padding:0;
	width:200px;
}
.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items {
	position:absolute;
	left:100%;
	top:0;
}
.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden {
	display:none;
}
.horizontal .ekflexmenu_button {
	display:block;
	padding:4px 0;
	font-weight:normal;
	color:#333;
	text-align:center;
	width:95px;
}
.horizontal .ekflexmenu_button_hover {
	display:block;
	padding:4px 0;
	font-weight:normal;
	color:#333;
	background:url('/images/tab-active.gif') no-repeat;
	text-align:center;
	width:95px;
}
.horizontal .ekflexmenu_button_selected {
	display:block;
	padding:4px 0;
	font-weight:normal;
	color:#333;
	background:url('/images/tab-active.gif') no-repeat;
	text-align:center;
	width:95px;
}
.horizontal .ekflexmenu_button_selected_hover {
	display:block;
	padding:4px 0;
	font-weight:normal;
	color:#F90;
	background:url('/images/tab-active.gif') no-repeat;
	text-align:center;
	width:95px;
}
.horizontal img {
	border-width:0;
}
.horizontal a.ekflexmenu_link, .horizontal a.ekflexmenu_link:link, .horizontal a.ekflexmenu_link:visited {
	padding:2px;
	text-indent:10px;
	color:#333;
	background:#FFF;
	text-decoration:none;
	display:block;
	width:98%;
	white-space:normal;
}
.horizontal a.ekflexmenu_link:hover, .horizontal a.ekflexmenu_link:active .horizontal a.ekflexmenu_link:focus {
	padding:2px;
	text-indent:10px;
	color:#333;
	background:#FC0;
	text-decoration:none;
	display:100%;
	white-space:normal;
}
.horizontal a.ekflexmenu_link_selected {
	padding:2px;
	text-indent:10px;
	color:#333;
	background:#FFF;
	text-decoration:none;
	display:block;
	width:98%;
	white-space:normal;
}
.horizontal a.ekflexmenu_link_selected:hover {
	padding:2px;
	text-indent:10px;
	color:#333;
	background:#FC0;
	display:block;
	width:98%;
	white-space:normal;
}
#Ekt_AjaxContent {
	padding:0;
	margin:0;
}
#EkTB_secondLine {
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
}
#EkTB_window a:link {
	color:#666;
}
#EkTB_window a:visited {
	color:#666;
}
#EkTB_window a:hover {
	color:#000;
}
#EkTB_window a:active {
	color:#666;
}
#EkTB_window a:focus {
	color:#666;
}
#EkTB_overlay {
	position:fixed;
	z-index:100000;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.EkTB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
* html #EkTB_overlay {
	position:absolute;
height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}
#EkTB_window {
	position:fixed;
	background:#fff;
	z-index:100002;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	display:none;
	border:4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #EkTB_window {
	position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}
#EkTB_window img#EkTB_Image {
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#EkTB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#EkTB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#EkTB_closeAjaxWindow a {
	width:16px;
	height:16px;
	overflow:hidden;
	padding:0;
	margin:0 0 1px 0;
	text-align:right;
	float:right;
	position:absolute;
	right:.25em;
	top:.25em;
	background-image:url('/WorkArea/images/ui/icons/cancel.png');
	display:block;
	background-repeat:no-repeat;
}
#EkTB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#EkTB_title {
	background-color:#e8e8e8;
	height:27px;
}
#EkTB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#EkTB_ajaxContent.EkTB_modal {
	padding:0;
}
#EkTB_ajaxContent p {
	padding:5px 0 5px 0;
}
#EkTB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:100003;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px;
}
* html #EkTB_load {
	position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');
}
#EkTB_HideSelect {
	z-index:99000;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%;
}
* html #EkTB_HideSelect {
	position:absolute;
height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}
#EkTB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.EkTB_dialog_header {
	background-color:#69C;
	font-family:Verdana;
	font-weight:bold;
	font-variant:small-caps;
	padding:3px;
	border-bottom:solid 1px black;
	text-align:right;
	margin-bottom:5px;
}
.EkTB_dialog_header span {
	float:left;
	text-align:left;
	display:block;
}
.EkTB_dialog th {
	padding-right:10px!important;
}
.EkWksChoice {
	text-align:center;
}
.EkWksShareFolders th {
	padding-left:5px!important;
}
.EkTB_Button {
	border:solid 1px black!important;
}
.EkTB_Button:hover {
	border:1px solid #f00!important;
	background:#69C!important;
}
.EkTB_dialog label {
	margin:2px 4px 2px 4px!important;
}
div.Ekt_AccordianMain {
	width:auto;
}
div.Ekt_AccordianMain, div.Ekt_AccordianItem {
	margin:0;
}
div.Ekt_Accordian {
	background:#69C;
	font-size:18px;
	padding:5px;
	margin:2px;
}
div.Ekt_Accordian a {
	color:#FFF;
}
div.Ekt_AccordianItem a {
	color:#000;
}
div.Ekt_AccordianItem {
	border:solid 1px black;
	margin:2px;
}
div.Ekt_AccordianItem ul {
	list-style:none;
	padding:5px;
}
#EkTB_container-image {
	padding:0;
	margin:12px;
	border:1px solid silver;
	position:relative;
}
#EkTB_container-image div.ekt_captionWrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#EkTB_container-image div.ekt_captionWrapper div.ekt_captionInnerWrapper {
	padding:.25em;
	margin:.25em;
}
#EkTB_container-image div.ekt_caption {
	background-color:#fff;
	border:1px solid #999;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width:100%;
	margin:0;
	padding:0;
}
#EkTB_container-image div.ekt_caption div.ekt_caption_text {
	padding:.5em;
	color:#333;
}
#EkTB_container-image a {
	display:block;
	float:right;
	padding:.4em .5em;
	margin:.35em;
	color:#fff;
	background-color:#333;
	font-size:.87em;
	text-decoration:none;
	line-height:1em;
}
#EkTB_container-image a:hover {
	color:#fff;
	background-color:#666;
}
#EkTB_container-foot {
	padding:0;
	margin:0;
}
.EkTB_overlayMacFFBGHack {
	background:url('/WorkArea/images/application/macFFBgHack.gif') repeat;
}
#FloatBubble {
	display:none;
	position:absolute;
	z-index:3200;
}
#EkBubbleTable {
	width:400px;
	border:0;
	text-align:left;
}
#EkBubbleData {
	width:360px;
	overflow:auto;
	background-color:#fff;
}
#EkCloseBubbleIcon {
	text-align:right;
	background-color:#fff;
}
#EkClose {
	height:11px;
	width:11px;
}
#EkTop {
	height:52px;
	width:247px;
	background-image:url('/WorkArea/images/application/bubble/top.gif');
}
#EkTopR {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/topr.gif');
}
#EkTopL {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/topl.gif');
}
#EkBotR {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/botr.gif');
}
#EkBotL {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/botl.gif');
}
#EkTopTile {
	background-image:url('/WorkArea/images/application/bubble/toptile.gif');
}
#EkCenL {
	background-image:url('/WorkArea/images/application/bubble/cenl.gif');
}
#EkCenR {
	background-image:url('/WorkArea/images/application/bubble/cenr.gif');
}
#EkBot {
	background-image:url('/WorkArea/images/application/bubble/bot.gif');
}
#FloatBubbleT {
	display:none;
	position:absolute;
	z-index:3200;
}
#EkBubbleTableT {
	width:400px;
	border:0;
	TEXT-ALIGN:left;
}
#EkBubbleDataT {
	width:360px;
	overflow:auto;
	background-color:#fff;
}
#EkCloseBubbleIconT {
	TEXT-ALIGN:right;
	background-color:#fff;
}
#EkCloseT {
	height:11px;
	width:11px;
}
#EkTopT {
	background-image:url('/WorkArea/images/application/bubble/topt.gif');
}
#EkTopRT {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/topr.gif');
}
#EkTopLT {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/topl.gif');
}
#EkBotRT {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/botr.gif');
}
#EkBotLT {
	height:52px;
	width:21px;
	background-image:url('/WorkArea/images/application/bubble/botl.gif');
}
#EkBotTile {
	background-image:url('/WorkArea/images/application/bubble/bottile.gif');
}
#EkCenLT {
	background-image:url('/WorkArea/images/application/bubble/cenl.gif');
}
#EkCenRT {
	background-image:url('/WorkArea/images/application/bubble/cenr.gif');
}
#EkBotT {
	height:52px;
	width:247px;
	background-image:url('/WorkArea/images/application/bubble/bott.gif');
}
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th {
	margin:0;
	padding:0;
}
td {
	margin:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
table {
	font-size:inherit;
	font:100%;
}
html, body {
	background-color:#E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
body {
	background:url(../images/bg_site.gif) repeat-y center top;
	font-size:68.75%;
}
body a {
	color:#004891;
	text-decoration:none;
	outline:none;
}
body a:hover {
	color:#F90;
}
*:active, object:focus, embed:focus {
	outline:none;
}
body a.bookmark {
	padding:5px 5px 5px 20px;
	background:transparent url('/images/icons/bookmark-icon.gif') left center no-repeat;
}
body a.email {
	padding:5px 5px 5px 20px;
	background:transparent url('/images/icons/email-icon.gif') left center no-repeat;
}
body a.print {
	padding:5px 5px 5px 20px;
	background:transparent url('/images/icons/print-icon.gif') left center no-repeat;
}
body a.subscribe {
	padding:5px 5px 5px 20px;
	background:transparent url('/images/icons/subscribe-icon.gif') left center no-repeat;
}
body a.arrow {
	padding:5px 12px 5px 0;
	background:transparent url('/images/icons/blue-arrow-icon.gif') right center no-repeat;
}
body a.rfp {
	padding:5px 5px 5px 20px;
	background:transparent url('/images/icons/rfp-icon.gif') left center no-repeat;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sup {
	font-size:75%;
	position:relative;
	bottom:.4em;
}
sub {
	font-size:75%;
	position:relative;
	bottom:-0.2em;
}
.sm-text {
	font-size:85%;
}
.link-underline {
	color:#004891;
	text-decoration:underline;
}
.link-underline a {
	color:#004891;
	text-decoration:underline;
}
.link-underline a:hover {
	text-decoration:inherit;
	color:#F90;
}
.link-sm {
	font-size:95%;
	color:#004891;
	text-decoration:none;
}
.link-sm a {
	color:#004891;
	text-decoration:none;
}
.link-sm a:hover {
	text-decoration:inherit;
	color:#F90;
}
div #container {
	width:940px;
	height:100%;
	background-color:#FFF;
	position:relative;
	clear:both;
}

div #content-container {
	position:relative;
	clear:both;
	width:940px;
	overflow:hidden;	

}
p {
	margin-bottom:11px;
}
select {
	border:1px solid #CCC;
	color:#666;
}
.career-select-box {
	font-size:12px;
	min-width:170px;
}
div #print-preview {
	display:none;
}
h1 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	margin-left:-1px;
	padding-bottom:15px;
	font-weight:bold;
}
h1 a {
	color:#666;
	text-decoration:none;
}
h1 a:hover {
	color:#004891;
	text-decoration:none;
}
h1 strong {
	font-weight:normal;
}
h2 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	margin-left:-1px;
	padding:0 0 10px 0;
	font-weight:bold;
}
h2 a {
	color:#666;
	text-decoration:none;
}
h2 a:hover {
	color:#004891;
	text-decoration:none;
}
h3 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	margin-left:-1px;
	padding:2px 0 4px 0;
}
h3 a {
	color:#666;
	text-decoration:none;
}
h3 a:hover {
	color:#004891;
	text-decoration:none;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.title {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:182%;
	margin-left:0;
}
.title a {
	color:#666;
	text-decoration:none;
}
.title a:hover {
	color:#f90;
	text-decoration:none;
}
.jobpostingtitle {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:0;
}
.subtitle {
	color:#004891;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
}
.subtitle a {
	color:#004891;
	text-decoration:none;
}
.subtitle a:hover {
	color:#f90;
	text-decoration:none;
}
.smsubtitle {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-left:0;
	border-bottom:1px #FC0 solid;
}
.midtitle {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-left:0;
}
.midtitle a {
	color:#666;
	text-decoration:none;
}
.midtitle a:hover {
	color:#f90;
	text-decoration:none;
}
.midtitle-underlined {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-left:0;
	border-bottom:1px solid #FC0;
}
.midtitle-underlined a {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #FC0;
}
.midtitle-underlined a:hover {
	color:#f90;
	text-decoration:none;
	border-bottom:1px solid #FC0;
}
.grays-subtitle {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	margin-left:0;
	text-decoration:none;
}
.grays-subtitle a {
	color:#333;
	text-decoration:none;
}
.grays-subtitle a:hover {
	color:#f90;
	text-decoration:none;
}
div #header-holder {
	border-bottom:solid 1px #FC0;
	z-index:1;
}
div #header {
	vertical-align:top;
	text-align:left;
	height:75px;
}
.header-column-1 {
	float:left;
	height:75px;
}
.header-column-1 img {
	margin:0;
	vertical-align:bottom;
}
.header-column-2 {
	width:600px;
	padding-right:15px;
	float:right;
	height:75px;
}
.header-row-2a {
	float:left;
	padding:10px 0 0 20px;
}
.header-row-2b {
	float:right;
	vertical-align:top;
	padding-top:10px;
}
div #top-navigation {
	width:930px;
	height:30px;
	padding:0 5px 0 5px;
	margin:0;
	vertical-align:bottom;
}
div #top-navigation div {
	margin:0;
	vertical-align:bottom;
	z-index:3;
}
.top-nav-module {
	width:720px;
	float:left;
	text-align:left;
	vertical-align:bottom;
	padding-top:8px;
}
.top-nav-module img {
	padding:0;
	margin:0;
	vertical-align:bottom;
}
.search {
	width:190px;
	margin-bottom:5px;
	float:right;
	vertical-align:top;
}
.search input {
	vertical-align:middle;
}
div #header-image {
	margin:0;
	padding:0 0 5px 0;
	vertical-align:top;
	top:auto;
}
div #header-image img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
div #header-tools {
	margin-left:650px;
	padding:0;
	vertical-align:top;
}
.language-navigation {
	margin:0;
	padding-bottom:5px;
	font-size:115%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	position:relative;
	width:auto;
	float:left;
	color:#004891;
	z-index:1000;
}
.language-navigation a {
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999;
}
.language-navigation a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	text-decoration:none;
}
.language-navigation li {
	display:inline;
	list-style-type:none;
	color:#999;
}
.language-navigation span.languages {
	float:left;
	width:auto;
	padding:16px 5px 0 0;
}
.language-navigation span.lspipe {
	color:#DFDFDF;
	float:left;
	font-size:25px;
	padding:6px 5px 0 0;
	width:auto;
}
.language-navigation div {
	float:left;
	padding-right:5px;
	padding-top:4px;
	width:auto;
}
.language-navigation div#ctl00_langSelector_LanguageSelect2 {
	padding-right:0;
}
div #overview-topcell {
	width:940px;
	height:300px;
	text-align:left;
	vertical-align:top;
	float:left;
	overflow:hidden;
}
div #left-cell-overview {
	width:755px;
	text-align:left;
	vertical-align:top;
	float:left;
}
div #right-cell-overview {
	width:185px;
	height:285px;
	text-align:left;
	position:relative;
	float:left;
	overflow:hidden;
}
div #right-cell-overview hr {
	clear:both;
	display:block;
	border:none;
	border-top:1px dotted #333;
	width:100%;
	height:1px;
	padding:0;
}
div #left-cell {
	width:755px;
	min-height:600px;
	height:auto!important;
	height:600px;
	text-align:left;
	vertical-align:top;
	float:left;
}
div #left-column {
	width:185px;
	min-height:600px;
	height:auto!important;
	height:600px;
	text-align:left;
	vertical-align:top;
	float:left;
	position:relative;
}
.left-module-hp {
	width:165px;
	height:100%;
	padding:10px 0 10px 0;
	margin-left:15px;
}
.left-module {
	width:165px;
	height:100%;
	padding:39px 0 10px 0;
	margin-left:15px;
}
.dot-list {
	width:165px;
	padding:5px 0 20px 0;
}
.dot-list ul {
	margin:0 0 -2px 0;
	padding:0;
	list-style:none;
}
.dot-list li {
	padding:0 0 1px 10px;
	background:url('/images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:0 0 5px 0;
}
.plus-list {
	width:165px;
	padding:0 0 20px 5px;
}
.plus-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.plus-list li {
	padding:0 0 1px 0;
	font-weight:normal;
	margin:0 0 1px 0;
}
.plus-list2 {
	width:145px;
	padding:20px 0 20px 0;
}
.plus-list2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.plus-list2 li {
	padding:0 0 1px 0;
	font-weight:normal;
	margin:0 0 5px 0;
}
.plus-list3 {
	width:125px;
	padding:0 20px 0 20px;
}
.plus-list3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.plus-list3 li {
	padding:0 0 1px 0;
	font-weight:normal;
	margin:0 0 5px 0;
}
.site-map ul {
	margin:0 2px 0 0;
	padding:2px;
	list-style:none;
}
.site-map li {
	padding:0 0 1px 0;
	font-weight:normal;
	margin:0 0 1px 0;
}
.global-directory-left {
	min-height:100px;
	height:auto!important;
	height:100px;
	float:left;
	width:155px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}
.global-directory-right {
	min-height:100px;
	height:auto!important;
	height:100px;
	border-left:1px dotted #000;
	float:right;
	width:305px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}
div #center-column {
	width:530px;
	min-height:600px;
	height:auto!important;
	height:600px;
	text-align:left;
	vertical-align:top;
	padding:10px 20px 20px 20px;
	position:relative;
	float:left;
	font-size:115%;
}
div #center-column hr {
	clear:both;
	display:block;
	border:none;
	border-top:1px dotted #333;
	width:100%;
	height:1px;
	padding:0;
}
div #center-column ul {
	margin-left:30px;
	padding:0;
	list-style:none;
}
div #center-column ul li {
	padding:1px 0 1px 0;
	list-style-image:url('/images/list-yellow-square.gif');
	font-weight:normal;
}
div #center-column ul ol li {
	padding:1px 0 1px 0;
	list-style:decimal;
	font-weight:normal;
	margin:0;
}
div #center-column ol {
	margin-left:30px;
	padding:0;
	list-style:decimal;
}
div #center-column ol li {
	padding:1px 0 1px 0;
	list-style-image:none;
	list-style:decimal;
	font-weight:normal;
	margin:0;
}
div #center-column ol ul li {
	padding:1px 0 1px 0;
	list-style-image:url('/images/list-yellow-square.gif');
	font-weight:normal;
}
div #center-column ol ul ol li {
	padding:1px 0 1px 0;
	list-style:decimal;
	list-style-image:none;
	font-weight:normal;
}
div #full {
	width:880px;
	min-height:600px;
	height:auto!important;
	height:600px;
	text-align:left;
	vertical-align:top;
	padding:10px 30px 20px 30px;
	position:relative;
	float:left;
	font-size:115%;
}
div #full hr {
	clear:both;
	display:block;
	border:none;
	border-top:1px dotted #333;
	width:100%;
	height:1px;
	padding:0;
}
div #full ul {
	margin-left:30px;
	padding:0;
	list-style:none;
}
div #full ul li {
	padding:1px 0 1px 0;
	list-style-image:url('/images/list-yellow-square.gif');
	font-weight:normal;
}
div #full ul ol li {
	padding:1px 0 1px 0;
	list-style-image:none;
	list-style:decimal;
	font-weight:normal;
	margin:0;
}
div #full ol {
	margin-left:30px;
	padding:0;
	list-style:decimal;
}
div #full ol li {
	padding:1px 0 1px 0;
	list-style-image:none;
	list-style:decimal;
	font-weight:normal;
	margin:0;
}
div #full ol ul li {
	padding:1px 0 1px 0;
	list-style:none;
	list-style-image:url('/images/list-yellow-square.gif');
	font-weight:normal;
}
div #full ol ul ol li {
	padding:1px 0 1px 0;
	list-style:decimal;
	list-style-image:none;
	font-weight:normal;
}
div #news {
	width:520px;
	padding-bottom:20px;
	font-size:85%;
}
div #news ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
div #news ul li {
	padding:6px 0 6px 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .8em;
	border-bottom:1px dotted #333;
}
div #newlist {
	width:520px;
	padding:20px 0 5px 0;
	font-size:85%;
}
div #newlist ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
div #newlist ul li {
	padding:6px 0 6px 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .8em;
	border-bottom:1px dotted #333;
}
.news-date {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	padding-bottom:5px;
}
.news-list ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.news-list li {
	padding:6px 0 6px 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .8em;
	border-bottom:1px dotted #333;
}
.blue-dot-list ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.blue-dot-list ul li {
	padding:6px 0 6px 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .8em;
	border-bottom:1px dotted #333;
}
.feature-module {
	width:100%;
	text-align:left;
	vertical-align:top;
	overflow:hidden;
	padding:5px 0 20px 0;
}
.feature-module img {
	padding-bottom:5px;
	margin:0;
}
div #feature1 {
	float:left;
	padding-left:0;
	width:48%;
	text-align:left;
	vertical-align:top;
}
div #feature2 {
	width:48%;
	text-align:left;
	vertical-align:top;
	float:right;
	padding-right:0;
}
div #content {
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;
}
div #tab-box {
	width:100%;
	margin-top:7px;
	text-align:left;
	overflow:hidden;
	padding:20px 0 10px 0;
	font-size:85%;
}
div #tab-box .selected {
	color:#F90;
	text-decoration:none;
}
div #tab-box-top ul {
	margin-left:0;
}
div #tab-box-top ul li {
	margin:0;
}
.tab-box-bottom {
	width:500px;
	height:275px;
	background:url('/images/gradient.jpg') repeat-x bottom;
	border:1px solid #CCC;
	padding:10px;
}
.tab-box-bottom td {
	padding:10px;
}
.tab {
	text-align:center;
	width:100px;
	height:22px;
	background:url('/images/tab.gif') no-repeat;
	padding-right:2px;
}
.tab a {
	color:#333;
	text-decoration:none;
}
.tab a:hover {
	color:#F90;
	text-decoration:none;
}
.tab-active {
	text-align:center;
	width:100px;
	height:22px;
	background:url('/images/tab-active.gif') no-repeat;
	padding-right:2px;
}
.tab-active a {
	color:#333;
	text-decoration:none;
}
.tab-active a:hover {
	color:#F90;
	text-decoration:none;
}
div #tools {
	height:30px;
	padding:0 0 4px 0;
	margin:0;
	vertical-align:bottom;
	font-size:85%;
}
div #tools ul {
	margin-left:0;
	padding:0;
	list-style:none;
}
.toolbar ul {
	margin-left:0;
	padding:0;
}
.toolbar li {
	float:left;
	display:inline;
	list-style-type:none;
	margin-right:10px;
}
.toolbar a {
	color:#999;
	text-decoration:none;
}
.socialbar {
	width:550px;
	margin:0 0 0 -30px;
	padding:0;
	list-style-type:none;
	float:left;
	clear:left;
}
.socialbar ul {
	clear:both;
	margin-left:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
.socialbar li {
	float:left;
	display:inline;
	list-style-type:none;
	margin-right:5px;
}
.socialbar a {
	color:#999;
	text-decoration:none;
	display:inline-block;
}
div #right-column {
	width:185px;
	min-height:600px;
	height:auto!important;
	height:600px;
	text-align:left;
	position:relative;
	float:left;
}
div #right-column hr {
	clear:both;
	display:block;
	border:none;
	border-top:1px dotted #333;
	width:100%;
	height:1px;
	padding:0;
}
.right-module {
	width:165px;
	height:100%;
	padding:10px 0 10px 0;
	margin-right:15px;
}
.top-issues {
	width:165px;
	padding:5px 0 15px 0;
}
.events {
	width:165px;
	padding:5px 0 15px 0;
}
.events ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.events ul li {
	padding:6px 0 6px 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .8em;
	border-bottom:1px dotted #333;
}
div #events-title ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
div #events-title ul li {
	padding:0 0 0 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .4em;
	border-bottom:0;
}
.additional-content-top-right {
	padding:0;
	margin:0;
}
.additional-content-right {
	list-style-type:none;
	padding:0;
	margin:0;
}
.additional-content-right ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.additional-content-right li {
	padding:6px 0 6px 10px;
	list-style-image:none;
	font-weight:normal;
	background-image:url('/images/list-blue-dot-background.gif');
	background-repeat:no-repeat;
	background-position:0 .8em;
	border-bottom:1px dotted #333;
}
.followbar {
margin:0 padding:0;
}
.followbar ul {
	clear:both;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	list-style-type:none;
}
.followbar li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 5px 0 0;
	background-image:none;
	background-repeat:no-repeat;
	border:0;
}
.gray-box {
	width:145px;
	background-color:#E9E9E9;
	padding:5px 10px 5px 10px;
}
.events-box {
	background-color:#E9E9E9;
	padding:5px 10px 5px 10px;
}
div #footer {
	padding:45px 20px 15px 20px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	text-align:justify;
}
div #footer a {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#004891;
}
div #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F90;
	text-decoration:none;
}
.footer-navigation {
	width:650;
	float:left;
	position:relative;
}
.footer-navigation li {
	display:inline;
	list-style-type:none;
	color:#004891;
	float:left;
}
.footer-navigation2 {
	width:300;
	float:right;
	position:relative;
}
div #footer-msg {
	padding:25px 20px 15px 20px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	text-align:justify;
}
div #publications-top-right {
	width:425px;
	padding:20px 0 0 20px;
}
div #dot-hr {
	height:1px;
	display:inline;
}
div #dot-hr hr {
	clear:both;
	border:none;
	border-top:1px dotted #333;
	height:1px;
	margin:0 auto 0 0;
}
div #publications-bottom-right {
	width:240px;
	position:relative;
	float:left;
}
.pubtitle {
	color:#004891;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	padding-bottom:3px;
}
.pubtitle a {
	color:#004891;
	text-decoration:none;
}
.pubtitle a:hover {
	color:#f90;
	text-decoration:none;
}
div #searchPage {
	margin-top:-10px;
	margin-bottom:10px;
}
.careers_headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:15px;
}
.careers_tablehl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
}
.careers_paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.careers_tablesml {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	line-height:12px;
}
#careervaletcontainer {
	padding-bottom:20px;
}
#icims_header-holder {
	height:105px;
	width:940px;
	border-bottom:solid 1px #FC0;
	z-index:1;
	float:left;
}
#icims_top-navigation {
	height:22px;
	width:940px;
	padding-left:5px;
	padding-top:8px;
	float:left;
}
#icims_top-navigation a:hover {
	color:#f90;
	text-decoration:none;
}
div #icims_center-column {
	width:530px;
	min-height:600px;
	height:auto!important;
	height:600px;
	text-align:left;
	vertical-align:top;
	position:relative;
	float:left;
	font-size:115%;
	padding-top:39px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}
.brightcove_videoheader {
	background-color:#5D87A1;
	width:530px;
	text-align:center;
	color:#FFF;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	padding-top:4px;
	padding-bottom:4px;
}
#brightcove_player {
	width:530px;
	height:300px;
	float:left;
	overflow:hidden;
}
#brightcove_longdesc {
	width:500px;
	float:left;
	left:0;
	background-color:#E9E9E9;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.croweplayer_end {
	background-color:#E9E9E9;
	height:7px;
	width:530px;
	float:left;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	margin-bottom:30px;
}
#insights_leftcolumn {
	width:615px;
	float:left;
	text-align:left;
}
#insights_rightcolumn {
	width:290px;
	float:left;
	text-align:left;
	margin-top:0;
	margin-right:15px;
	margin-bottom:0;
	margin-left:20px;
}
.subscribe_wrapper {
	height:143px;
	width:285px;
	border-bottom:1px dotted #333;
}
#subscribe_copy {
	height:123px;
	width:171px;
	float:left;
	margin:10px 0 10px 0;
}
#subscribe_image {
	height:143px;
	width:104px;
	float:left;
}
.spotlights_wrapper {
	height:130px;
	width:600px;
	background-color:#CECECE;
	border-top:1px solid #CECECE;
	float:left;
}
.spotlights_image1 {
	float:left;
	height:100px;
	width:130px;
	padding:15px 0 0 10px;
}
.spotlights_column1 {
	background-color:#E9E9E9;
	float:left;
	height:130px;
	width:295px;
}
.spotlights_caption1 {
	float:left;
	height:100px;
	width:135px;
	margin:15px 0 0 10px;
}
.insightsquicklinks_wrapper {
	float:left;
	width:600px;
}
.insightsquicklinks_header {
	background-color:#FFF;
	float:left;
	width:600px;
	padding-top:15px;
}
#magnifyimage {
	height:50px;
	width:45px;
	float:left;
	padding-top:4px;
}
.quicklinks_column {
	float:left;
	width:180px;
	margin-right:20px;
}
.quicklinks_columnheader {
	float:left;
	height:20px;
	width:180px;
	border-bottom:1px dotted #666;
	margin-right:20px;
}
#insights_socialicons {
	padding-top:50px;
	font-size:14px;
	color:#666;
}
#insights_tweets {
	margin-top:10px;
	padding-top:10px;
	width:285px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}
div #insightsdocuments_wrapper td {
	border-bottom:1px dotted #333;
	padding:5px 0 5px 0;
}
div #insightsdocuments_wrapper img {
	border:1px solid #CCC;
}
.shadetabs {
	padding:3px 0;
	margin:0 0 5px 0;
	font:11px Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:left;
}
.shadetabs img {
	vertical-align:top;
	top:auto;
}
.shadetabs li {
	display:inline;
	background:top;
	margin:0;
	top:0;
}
.shadetabs li a {
	text-decoration:none;
	z-index:1;
	padding:5px 7px 5px 7px;
	margin-right:0;
	border-left:1px solid #778;
	border-top:1px solid #778;
	border-right:1px solid #778;
	color:#333;
}
.shadetabs li a:visited {
	color:#333;
}
.shadetabs li a:hover {
	background-position:top;
	background:url('/images/tab-content-active.gif') top repeat-x;
	color:#F90;
	top:0;
}
.shadetabs li a.selected {
	background:url('/images/tab-content-active.gif') top repeat-x;
	border-bottom-color:white;
	color:#333;
	padding:5px 7px 5px 7px;
	top:0;
}
.shadetabs li a.selected:hover {
	text-decoration:none;
	color:#F90;
}
div #tab-vert {
	height:315px;
}
div #tab-vert-lft {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	width:120px;
}
div #tab-vert-lft ul {
	margin:0;
	padding:0;
}
div #tab-vert-lft li {
	margin:0 0 2px 0;
	padding:0;
	width:120px;
	vertical-align:middle;
}
div #tab-vert-rgt {
	float:right;
	height:283px;
	width:573px;
	border:1px solid #CCC;
	padding:10px;
	overflow-y:scroll;
}
div #tab-vert-rgt ul li {
	padding:1px 0 1px 0;
	list-style-image:url('/images/list-blue-dot.gif');
}
div #tab-vert-rgt li {
	margin-bottom:6px;
	padding-left:0;
}
.verticletabs {
	padding:3px 0;
	font:12px Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:left;
}
.verticletabs img {
	vertical-align:top;
	top:auto;
}
.verticletabs li a {
	width:120px;
	height:40px;
	display:block;
	background-image:url('/images/lgh-blue-tab.jpg');
	background-repeat:no-repeat;
	vertical-align:middle;
	overflow:hidden;
	color:#333;
	position:relative;
}
.verticletabs li a div {
	padding:5px 0 0 25px;
}
.verticletabs li a:active {
	width:120px;
	height:40px;
	color:#333;
	display:block;
	background-image:url('/images/lgh-blue-tab.jpg');
}
.verticletabs li a:visited {
	width:120px;
	height:40px;
	color:#333;
	display:block;
}
.verticletabs li a:hover {
	width:120px;
	height:40px;
	background-image:url('/images/drk-blue-tab.jpg');
	color:#FFF;
	top:0;
}
.verticletabs li a.selected {
	background-image:url('/images/drk-blue-arrow-tab.jpg');
	color:#fff;
	background-color:#FFF;
	padding:0 0 0 5px;
	position:relative;
}
.verticletabs li a.selected div {
	padding:5px 0 0 5px;
}
.tabcontent {
	display:none;
}
.eventItem li {
	float:left;
	display:inline;
	list-style-type:none;
	margin-left:15px;
}
@media print {
.tabcontent {
	display:block!important;
}
}
.insightsCat {
	margin:0 0 5px 0;
	font:12px Arial, Helvetica, sans-serif;
	list-style-type:none;
	text-align:left;
}
.insightsCat li {
	display:inline;
	top:0;
}
.insightsCat li a {
	text-decoration:none;
	z-index:1;
	padding:5px 7px 5px 7px;
	margin-right:0;
	color:#004891;
}
.insightsCat li a:visited {
	color:#333;
}
.insightsCat li a:hover {
	color:#F90;
	top:0;
}
div.blog {
	position:relative;
	margin:0;
	padding:0;
}
div.blogEntries {
	float:left;
	width:725px;
	border-right:0 solid #333;
}
div.blogSidebar {
	width:220px;
	float:right;
	top:0;
	right:0;
	padding:0 5px 0 5px;
	border:0;
}
div.closeblog {
	clear:both;
}
div.blogRSS {
	float:left;
}
div.blogHeader {
	background-color:#FFF;
}
h1.blogTitle {
	color:#004891;
	font-size:x-large;
	padding:5px 5px 2px 10px;
	margin:0;
}
h2.blogSubhead {
	color:#CCC;
	font-size:large;
	padding:5px 5px 2px 15px;
	margin:0;
}
span.date {
	display:block;
	background-color:#06C;
	font-weight:bold;
	font-size:small;
	padding:2px 2px 2px 10px;
}
div.entry {
	border-bottom:1px dotted #000;
	margin:0;
}
h3.entryTitle {
	font-size:130%;
	color:#004891;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border-bottom:0;
}
h3.entryTitle a {
	color:#004891;
	text-decoration:none;
}
h3.entryTitle a:hover {
	color:#F90;
	text-decoration:none;
}
div.entryBody {
	padding:0 10px 0 10px;
	margin:0;
	font-size:100%;
}
div.entryFooter {
	color:#666;
	font-size:x-small;
	padding:2px 5px 5px 5px;
	text-align:right;
}
table.calendarTable {
	border:1px solid #999;
	background-color:#EEE;
}
tr.monthRow {
	background-color:#FC0;
	color:#000;
}
td.prevMonth, td.nextMonth {
	width:30px;
	text-align:center;
}
td.prevMonth a, td.nextMonth a {
	color:#000;
	font-weight:normal;
	font-size:small;
}
td.currentMonth {
	width:140px;
	text-align:center;
}
tr.dayNamesRow {
	font-size:x-small;
	color:#666;
}
tr.weekRow td {
	width:14%;
	text-align:center;
}
td.inactiveDay {
	font-size:small;
	background-color:#FFF;
}
td.activeDay {
	background-color:#CCC;
	font-size:small;
}
div.blogSidebar h4 {
	color:#666;
	font-size:medium;
	padding-bottom:3px;
	border-bottom:1px solid #999;
	margin:5px 0 5px 0;
}
div.blogRoll ul {
	margin:0 0 -2px 0;
	padding:0;
	list-style:none;
}
div.blogRoll li {
	padding-left:10px;
	padding-bottom:1px;
	background:url('/images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:0 0 5px 0;
}
div.blogArchive ul {
	margin:0 0 -2px 0;
	padding:0;
	list-style:none;
}
div.blogArchive li {
	padding-left:10px;
	padding-bottom:1px;
	background:url('/images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:0 0 5px 0;
}
div.blogSidebar h4 {
	color:#666;
	font-size:medium;
	padding-bottom:3px;
	border-bottom:1px solid #999;
	margin:5px 0 5px 0;
}
div.blogCategories ul {
	margin:0 0 -2px 0;
	padding:0;
	list-style:none;
}
div.blogCategories li {
	padding-left:10px;
	padding-bottom:1px;
	background:url('/images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:0 0 5px 0;
}
div.blogSidebar h4 {
	color:#666;
	font-size:medium;
	padding-bottom:3px;
	border-bottom:1px solid #999;
	margin:5px 0 5px 0;
}
div.blogRecentPosts ul {
	margin:0 0 -2px 0;
	padding:0;
	list-style:none;
}
div.blogRecentPosts li {
	padding-left:10px;
	padding-bottom:1px;
	background:url('/images/list-blue-dot.gif') no-repeat left top;
	font-weight:normal;
	margin:0 0 5px 0;
}
.menuimagehover_wrapper {
	position:relative;
	width:725px;
	height:115px;
--perameters not needed if image is present-- float:left;
	z-index:1;
}
#hoverimage_header {
	position:absolute;
	left:0;
	top:93px;
}
ul#topnav {
	margin:0;
	float:left;
	width:100%;
	list-style:none;
}
ul#topnav li {
	margin:0;
	padding:0;
}
ul#topnav li a {
	float:left;
	height:20px;
	color:#000;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position:right bottom;
	color:#FFF;
}
ul#topnav a.hovertab {
	background-image:url('/images/jshover_tab.png');
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:33px;
	line-height:20px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	padding-right:30px;
	padding-left:15px;
}
ul#topnav li .sub {
	position:absolute;
	top:22px;
	left:0;
	z-index:1;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-box-shadow:1px 3px 4px #000;
	display:none;
	background-color:#666;
	background-repeat:repeat-x;
	background-image:url('/images/sub_bg.png');
	padding:7px 20px 20px 25px;
}
ul#topnav li .row {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:10px;
}
ul#topnav li .sub ul {
	list-style:none;
	margin:0;
	padding:0;
	width:170px;
	float:left;
}
ul#topnav .sub ul li {
	width:100%;
	color:#fff;
}
ul#topnav .sub ul li h2 {
	padding:0;
	margin:0;
	font-weight:normal;
}
ul#topnav .sub ul li h2 a {
	padding:1px 0;
	background-image:none;
	color:#FFF;
	font-weight:bold;
}
ul#topnav .sub ul li h2 a:hover {
	color:#FFF;
}
ul#topnav .sub ul li a {
	float:none;
	text-indent:0;
	height:auto;
	display:block;
	text-decoration:none;
	color:#fff;
	padding-top:6px;
	padding-right:20px;
	padding-bottom:2px;
	padding-left:0;
}
ul#topnav .sub ul li a:hover {
	color:#FC0;
	background-position:5px 12px;
}
#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('/lightbox/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:transparent;
}
#fancybox-content {
	width:0;
	height:0;
	padding:0;
	outline:none;
	position:relative;
	overflow:hidden;
	z-index:1102;
	border:0 solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
#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('/lightbox/fancybox/fancybox.png') -40px 0;
	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:0;
	height:100%;
	width:35%;
	cursor:pointer;
	outline:none;
	;
	z-index:1102;
	display:none;
}
#fancybox-left {
	left:0;
}
#fancybox-right {
	right:0;
}
#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('/lightbox/fancybox/fancybox.png');
	background-position:-40px -30px;
}
#fancybox-right-ico {
	background-image:url('/lightbox/fancybox/fancybox.png');
	background-position:-40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility:visible;
}
#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%;
}
#fancybox-bg-ne {
	top:-20px;
	right:-20px;
}
#fancybox-bg-e {
	top:0;
	right:-20px;
	height:100%;
	background-position:-20px 0;
}
#fancybox-bg-se {
	bottom:-20px;
	right:-20px;
}
#fancybox-bg-s {
	bottom:-20px;
	left:0;
	width:100%;
	background-position:0 -20px;
}
#fancybox-bg-sw {
	bottom:-20px;
	left:-20px;
}
#fancybox-bg-w {
	top:0;
	left:-20px;
	height:100%;
}
#fancybox-bg-nw {
	top:-20px;
	left:-20px;
}
#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;
	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('/lightbox/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('/lightbox/fancybox/fancybox-x.png') 0 -40px;
}
#fancybox-title-float-right {
	padding:0 0 0 15px;
	background:url('/lightbox/fancybox/fancybox.png') -55px -90px no-repeat;
}
.fancybox-ie6 #fancybox-close {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom:1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='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='fancybox/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie .fancybox-bg {
	background:transparent!important;
}
