@charset "UTF-8";
/* CSS Document */

@media screen {
/* **********************************************************
 @NORMALIZATION
*************************************************************/
body, div, dl, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, fieldset, input, textarea, select, th, td { margin: 0; padding: 0; }
body, h1, h2, h3, h4, h5, h6, p, li, fieldset, label, input, textarea, select, table { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #4d4e4f; }

p, li { cursor: default; line-height: 1.3em; }
h1, h2, h3, h4, h5, h6 { cursor: default; line-height: 1.1em; }
a { color: #4d4e4f; text-decoration: none; cursor: pointer; }
a:hover { color: #00aeef; text-decoration: none; }

ol, ul { list-style-type: none; }
address, caption, code, dfn, th, var { font-style: normal; font-weight: normal; }
cite { font-style: italic; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, #searchimage { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }


/* **********************************************************
 @LAYOUT
*************************************************************/
html { height: 100%; text-align: center; margin: 0 auto; }
body { height: 100%; text-align: center; margin: 0 auto; background: #ffe374; }
.bodybg { background: #fff; }
.container { margin: 0 auto; text-align: left; width: 960px; }


/* **********************************************************
 @COLOR LIST
*************************************************************/
/*
.blue { color: #273996; }
.cyan { color: #00aeef; }
.greylines { color: #cfcfcf; }
.grey { color: #4d4e4f; }
.lightgrey { color: #9c9c9c; }
*/
.lightgrey { color: #9c9c9c; }


/* **********************************************************
 @HEADER 
*************************************************************/
#header { position: relative; height: 88px; border-bottom: 1px solid #cfcfcf; }
#header h1 { position: absolute; top: 10px; left: 0; }
#header h2 { position: absolute; top: 36px; left: 113px; }
#header p { position: absolute; right: 218px; top: 41px; }
#header p { *right: 228px;}
* html #header p { right: 228px;}
#header p { *top: 40px; }
#header p a { margin-left: 20px; }
#header form { position: absolute; right: 0px; top: 34px; }
#header form #searchfield { border: 1px solid #cfcfcf; width: 120px; padding: 3px 0 0 4px; height: 17px; font-size: 11px; }
#header form #searchfield { *position: relative; *top: 3px; }
#header form #searchfield:hover, #header form #searchfield:focus { background: #fffbea; }
#header form #searchimage { position: relative; top: 6px; }
.copy #searchfield { border: 1px solid #cfcfcf; width: 420px; padding: 3px 0 0 4px; height: 17px; font-size: 11px; }
.copy form #searchfield { *position: relative; *top: 3px; }
.copy form #searchfield:hover, #header form #searchfield:focus { background: #fffbea; }
.copy form #searchimage { position: relative; top: 6px; }


/* **********************************************************
 @TOPNAV 
*************************************************************/
#topnav { position: relative; z-index: 5; height: 40px; border-bottom: 1px solid #cfcfcf; }
#topnav ul { float: right; }
#topnav ul li { position: relative; float: left; }
#topnav ul li a { font-size: 15px; line-height: 16px; text-transform: uppercase; color: #273996; font-weight: bold; display: block; padding: 13px 0 12px 0; margin: 0 0 0 32px; }
#topnav ul li a { *padding: 13px 0; }
#topnav ul li a:hover, #topnav ul li.selected a { color: #00aeef; }
#topnav ul li ul { visibility: hidden; background: #fff; border: 1px solid #cfcfcf; border-top: none; position: absolute; left: 12px; top: 40px; width: 180px; padding: 0 0 0 0; }
* html #topnav ul li ul { top: 42px; }
#topnav ul li ul ul { position: absolute; left: 180px; top: -1px; width: 180px; padding: 0 0 0 0; }
#topnav ul li ul ul ul ul { position: absolute; left: -177px; }
#topnav ul li ul li { width: 180px; border-top: 1px solid #e3e3e3; }
#topnav ul li ul li a, #header #topnav ul li.selected ul li a { display: block; padding: 6px 20px; margin: 0; color: #6a6a6a; text-transform: none; font-weight: normal; font-size: 13px; letter-spacing: 0; }
#topnav ul li ul li.selected a, #topnav ul li ul li a:hover { background: #00aeef; color: #fff }
.rightarrowclass{ position: absolute; top: 8px; right: 5px; }
#topnav { *height: 1%; }
#topnav .sub a,
#topnav .sub li.sub a,
#topnav .sub li.sub li.sub a,
#topnav .sub li.sub li.sub li.sub a { background-image: url(/images/arrow-right.gif); background-position: 158px 8px; background-repeat: no-repeat; }
#topnav .sub li.sub a:hover,
#topnav .sub li.sub li.sub a:hover,
#topnav .sub li.sub li.sub li.sub a:hover,
#topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
#topnav .sub li a,
#topnav .sub li a:hover,
#topnav .sub li.sub li a,
#topnav .sub li.sub li a:hover,
#topnav .sub li.sub li.sub li a,
#topnav .sub li.sub li.sub li a:hover { background-image: none; }


/* **********************************************************
 @FLASH 
*************************************************************/
#flash { position: relative; z-index: 0; width: 960px; height: 266px; background: #000; }


/* **********************************************************
 @INDEX CONTENTS 
*************************************************************/
.content#index { background: url(/images/bg_content_index.gif) repeat-y; min-height: 250px; }
* html .content#index { height: 250px; }
.content#index .news, .content .quotes, .content .highlights { float: left; width: 280px; padding: 20px; }
.content#index .news { }
.content#index .quotes { }
.content#index .highlights { }
.content#index .news h1, .content .quotes h1, .content .highlights h1 { background: url(/images/icons_indexpage.gif) top left no-repeat; padding: 4px 0 3px 37px; font-size: 20px; font-weight: bold; color: #273996; }
.content#index .quotes h1 { background: url(/images/icons_indexpage.gif) 0 -132px no-repeat; }
.content#index .highlights h1 { background: url(/images/icons_indexpage.gif) bottom left no-repeat; }
.content#index .news h1 a, .content .quotes h1 a, .content .highlights h1 a { color: #273996; }
.content#index p { margin: 0.7em 0; }
.content#index p a { display: block; }
.content#index .quotes .quotesign1 { margin: 0 5px 0 0; }
.content#index .quotes .quotesign2 { margin: 0 0 0 5px; }
.content .quotesign1 { margin: 0 5px 0 0; }
.content .quotesign2 { margin: 0 0 0 5px; }


/* **********************************************************
 @INSIDE CONTENTS 
*************************************************************/
.content#inside { min-height: 10px; }
* html .content#inside { height: 10px; }
.content#inside #left { float: left; width: 510px; display: inline; padding: 10px 0; }
.content#inside #leftwide { float: left; width: 960px; display: inline; padding: 10px 0; }
.content#inside #left.wide { float: left; width: 960px; display: inline; padding: 10px 0; }
.content#inside #right { float: right; width: 420px; display: inline; padding: 10px 0; }
.qoutesign { display: inline-block; height: 9px; width: 9px; }
.qoutesign { display: -moz-inline-block; }
.qoutesign { *position: relative; top: -4px; }
* html .qoutesign { top: 2px; }
.cyan .accent { color: #00aeef; }
.cyan .qoutesign { background: url(/images/quotesign_cyan.gif) no-repeat; }
#cse-search-results iframe { width: 510px; }


/* **********************************************************
 @TEXT CONTENT
*************************************************************/
.copy h1, .copy h2, .copy h3, .copy h4, .copy h5 { font-family: "Trebuchet MS", Arial; margin: 10px 0; }
.copy h1 { font-size: 38px; color: #273996; }
.copy h2 { font-size: 20px; color: #00aeef; margin-top: 16px; }
.copy h2.line { border-bottom: 1px solid #cfcfcf; padding: 0 0 3px 0; }
.copy h3 { font-size: 16px; }
.copy h3.line { border-bottom: 1px solid #cfcfcf; padding: 0 0 3px 0; }
.copy p { margin: 1em 0; }
.copy a { color: #00aeef; }
.copy a:hover { color: #273996; text-decoration: underline; }
.copy ul { margin: 1em 0; list-style-type: none; }
.copy ul li { margin: 5px 0; padding: 0 0 0 22px; background: url(/images/bg_ul.gif) 3px 5px no-repeat; }
.copy ol { margin: 1em 0; padding: 0 0 0 22px; list-style-type: decimal; }
.management { width: 340px; }
.managementphoto { padding: 20px 20px 0 0; }
.partners img { margin: 0 0 10px 10px; }
.copy .heading { font-family: "Trebuchet MS", Arial; margin: 10px 0; font-size: 38px; color: #273996; font-weight: bold; }
.copy .subheading { font-family: "Trebuchet MS", Arial; margin: 10px 0; font-size: 20px; color: #00aeef; margin-top: 16px; font-weight: bold; }
.copy .bodytext { margin: 1em 0; }
.copy .bodytext a { color: #00aeef; }
.copy .bodytext a:hover { color: #273996; text-decoration: underline; }
.copy form .bodytext { margin: 0; padding: 0 5px 8px 0; }
.copy form .bodytext span { padding: 0 0 0 8px; font-size: 11px; }
.copy .sitemap li { margin: 0; padding: 0 0 0 22px; }
.copy .sitemap, .copy .sitemap ul { margin: 7px 0; }
.copy .sitemap li a { font-weight: bold; font-size: 16px; color: #273996; }
.copy .sitemap li li a { font-weight: normal; font-size: 13px; color: #00aeef; }
.copy .sitemap li li li a { font-weight: normal; font-size: 13px; }
.copy .callout { background: #f1f1f1; border: 1px dashed #d4d4d4; padding: 1px 2em; }

/* **********************************************************
 @CONTACT US
*************************************************************/
#offices .left { float: left; width: 220px; }
#offices .right { float: left; margin-left: 1.5em; }
#offices div h3 { margin-top: 0; color: #949494; }
#offices .getintouch { position: relative; top: 5px; }
#offices .map { position: relative; top: 5px; }

.getintouch .left { float: left; }
.getintouch .right { float: right; }
.getintouch .left, .getintouch .right { width: 248px; padding: 0 0 8px 0; }
.getintouch label { position: absolute; z-index: 1; }
.getintouch input { position: relative; z-index: 2; width: 240px; padding: 3px 5px; }
.getintouch .submit { position: relative; z-index: 1; width: auto; padding: 5px 0 10px 0; }
.getintouch textarea { width: 500px; padding: 3px 5px; }
.getintouch .text, .getintouch .textarea { border: 1px solid #cfcfcf; }
* html .getintouch textarea { width: 498px; }
.getintouch textarea { *width: 502px; }

.productregistration, .globalhelpdesk, .training { position: relative; z-index: 1; display: block; width: 216px; height: 34px; margin: 1px 0 4px 0; }
.productregistration span { position: absolute; z-index: 2; display: block; background: url(/images/button_productregistration.gif); width: 216px; height: 34px; }
.globalhelpdesk span { position: absolute; z-index: 2; display: block; background: url(/images/button_globalhelpdesk.gif); width: 216px; height: 34px; }
.training span { position: absolute; z-index: 2; display: block; background: url(/images/button_training.gif); width: 216px; height: 34px; }


/* **********************************************************
 @FORM AUTOCOMPLETE
*************************************************************/
.ac_results { text-align: left; padding: 0; border: 1px solid #cfcfcf; border-top: none; background-color: white; overflow: hidden; z-index: 5; }
.ac_results ul { width: 100%; list-style: none; padding: 0; margin: 0; }
.ac_results ul li { margin: 0; padding: 3px 6px; cursor: default; display: block; line-height: 16px; overflow: hidden; }
.ac_odd { background-color: #eee; }
.ac_over { background-color: #273996; color: white; }


/* **********************************************************
 @RIGHT BOXES
*************************************************************/
#right .left { float: left; width: 205px; min-height: 205px; margin: 0 10px 10px 0; position: relative; }
#right .right { float: left; width: 205px; min-height: 205px; margin: 0 0 10px 0; position: relative; }
* html #right .left, * html #right .right { height: 205px;}
#right .box { border: 1px solid #cfcfcf; width: 203px; height: 203px; background: url(/images/bg_rightbox.jpg) top repeat-x; }
#right h1 { font-size: 14px; font-weight: normal; text-transform: uppercase; color: #273996; text-align: center; margin: 10px 0 10px 0; }
#right p { margin: 5px 0; font-size: 12px; }
#right p a { display: block; }
#right ul li { padding: 0 0 0 15px; background: url(/images/bg_rightnav.gif) 2px -88px no-repeat; margin: 4px 0; font-size: 12px; }
#right ul ul li { padding: 0 0 0 15px; background: url(/images/bg_rightnav.gif) 2px -88px no-repeat; }
#right ul ul li:hover { background: url(/images/bg_rightnav.gif) 2px 5px no-repeat; }
#right .scrollpane { height: 143px; width: 163px; overflow: hidden; top: 0; padding: 10px 20px 0px 20px; }
#right .downloads ul li { padding: 0 0 0 15px; background: url(/images/bg_rightnav.gif) 2px -88px no-repeat; }
#right .downloads ul li:hover { background: url(/images/bg_rightnav.gif) 2px 5px no-repeat; }
#right #rightnav ul ul { display: none; }


/* **********************************************************
 @FOOTER
*************************************************************/
#footer { background: url(/images/bg_footer.jpg) repeat-x; position: relative; }
#footer .container { position: relative; }
#footer ul { padding: 14px 0 0 0; }
#footer ul li { float: left; padding: 0 20px 0 20px; }
#footer ul li a { font-weight: bold; color: #273996; text-transform: uppercase; }
#footer ul li a:hover { color: #00aeef; }
#footer ul li ul { padding: 0; }
#footer ul li ul li { float: none; padding: 0; margin: 0; }
#footer ul li ul li a { font-weight: normal; font-size: 11px; line-height: 11px; text-transform: none; }
#footer p { margin: 0 0 0 20px; padding: 14px 0; font-size: 11px; color: #273996; }
#footer p a { color: #273996; }
#footer p a:hover { color: #00aeef; }
#footer #contactinformation { position: absolute; right: 100px; padding: 14px 0 0 0; }
#footer #contactinformation p { margin: 0; padding: 0; line-height: 17px; }
#footer #contactinformation p strong { font-weight: bold; text-transform: uppercase; font-size: 13px; }
#footer #contactinformation p.phone { background: url(/images/bg_call.gif) no-repeat; width: 156px; height: 21px; color: #fff; padding: 1px 0 0 6px; font-weight: bold; font-size: 12px; }
#footer #contactinformation p.rss { margin: 10px 0 0 0; }


/* **********************************************************
 @SUBFOOTER
*************************************************************/
#subfooter { height: 20px; }
#subfooter p { padding: 2px 0 10px 0; font-size: 12px; text-align: center; }
#subfooter p a { color: #fff; padding: 0 10px; }
#subfooter p a:hover { color: #333; }


/* **********************************************************
 @SYSTEM MESSAGES
*************************************************************/
p.crash { width: 340px; background: #FFF url(/images/system_crash.gif) no-repeat 10px center; text-align: left; margin: 10px 0 10px -10px; padding: 10px 10px 10px 45px; border: solid 1px #FF0000; }
p.crash span { font-weight: bold; line-height: 16px; text-transform: uppercase; color: #FF0000; }
p.bless { width: 340px; background: #FFF url(/images/system_bless.gif) no-repeat 10px center; text-align: left; margin: 10px 0 10px -10px; padding: 10px 10px 10px 45px; border: solid 1px #7EB712; }
p.bless span { font-weight: bold; text-transform: uppercase; color: #7EB712; }
p.note { width: 340px; background: #FFF url(/images/system_note.gif) no-repeat 10px center; text-align: left; margin: 10px 0 10px -10px; padding: 10px 10px 10px 45px; border: solid 1px #4C91BD; }	
p.note span { font-weight: bold; line-height: 16px; text-transform: uppercase; color: #4C91BD; }

.clear { height: 0; clear: both; font-size: 0 !important; line-height: 0 !important; }
#rss { background: url(/images/rss_icon.gif) no-repeat; }
#what_is_this { position: absolute; left: 520px; width: 150px; margin-top: 12px; line-height: 15px; font-size: 11px; background: white; border: 1px solid #adadad; color: #686868; padding: 5px 10px; }
.hidden { display: none; }
.float_left { float: left; display: inline; }
.float_right { float: right; display: inline; }
.photo { width: 200px; }
.iconbox { display: none; }


/* **********************************************************
 @TRANASPARENCY
*************************************************************/
/*#shadow { behavior: url(scripts/iepngfix.htc); }*/


/* **********************************************************
 @SCROLLER
*************************************************************/

.scrollholder { position: relative; }
/*
.scrollable { position: absolute; top: 0; z-index: 4; left: 15px; overflow: hidden; width: 250px; height: 60px; }
.scrollable .items { width: 20000em; position: absolute; clear: both; }
.scrollable img { float: left; margin: 0 11px 0 0; padding:2px; border:1px solid #ccc; cursor:pointer; width:69px; height:52px; }
.scrollable .active { border:2px solid #000; z-index:9999; position:relative; }

a.browse { position: absolute; /* background: url(/images/arrow_left.gif); display: block; width: 23px; height: 27px; cursor: pointer;*/ }
*/
/*
a.right { right: -15px; top: 14px; background: url(/images/arrow_right.gif); }
* html a.right { right: 5px; top: 14px; background: url(/images/arrow_right.gif); }
a.left { left: -15px; top: 14px; background: url(/images/arrow_left.gif); }
a.disabled { visibility:hidden !important; } 	
*/


/* **********************************************************
 @JSCROLLPANE
*************************************************************/
.jScrollPaneContainer { position: relative; overflow: hidden; z-index: 1; }
.jScrollPaneTrack { position: absolute; cursor: pointer; right: 10px; top: 0px; height: 100%; background: url(/images/bg_dragbar.gif) repeat-y; }
.jScrollPaneDrag { position: absolute; cursor: pointer; overflow: hidden; background: url(/images/bg_dragbutton.gif) repeat-y; }
.jScrollPaneDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jScrollPaneDragBottom { position: absolute; bottom: 0; left: 0; overflow: hidden; }
a.jScrollArrowUp { display: block; position: absolute; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 19px; }
a.jScrollArrowUp:hover { }
a.jScrollArrowDown { display: block; position: absolute; z-index: 1; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px; }
a.jScrollArrowDown:hover { }
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover { }


/* **********************************************************
 @TABLE LAYOUTS
*************************************************************/
.tbl td, .tbl th { padding: 5px 10px; }
.tbl td, .tbl th { border-bottom: 1px solid #cfcfcf;}
.tbly { background: #00aeef; color: #fff; }

.tbl_trs td, .tbl_trs th { padding: 5px 10px; }
.tbl_trs tr { vertical-align: top; }
.tbl_trs td, .tbl_trs th { border-bottom: 1px solid #cfcfcf;}
.tbly { background: #00aeef; color: #fff; }
.tbl_trs h3 { color: #273996; border-top: 1px solid #ccc; padding: 8px 0 0 0; }

.login td, .login th { padding: 10px 10px; }
.login td, .login th { border-top: 1px solid #cfcfcf; }
.login input { background: #00aeef; color: #fff; border: none; padding: 2px 5px; cursor: pointer; }
.login input.text { background: #fff; color: #777; border: 1px solid #ccc; padding: 2px 5px; cursor: text; }

.bluebutton { background: #00aeef; color: #fff !important; border: none; padding: 2px 5px; margin: 5px 0; display: inline-block; -moz-display: inline-block; cursor: pointer; }

div.line { border-top: 1px solid #ccc; line-height: 0; font-size: 0; }


/* **********************************************************
 @ACCENT COLORS
*************************************************************/
.red .bodytext strong a,
.red .bodytext a strong,
.red .bodytext b a,
.red .bodytext a b,
.red .bodytext a:hover,
.red strong a,
.red a strong,
.red b a,
.red a b,
.red a:hover,
.red .copy h2,
.red .subheading,
.red #topnav ul li a:hover,
.red #topnav ul li.selected a { color: #ed1c24; }
.red .tbly, 
.red #topnav ul li ul li.selected a,
.red #topnav ul li ul li a:hover { background: #ed1c24; color: #fff }
.red #topnav .sub a,
.red #topnav .sub li.sub a,
.red #topnav .sub li.sub li.sub a,
.red #topnav .sub li.sub li.sub li.sub a { background-image: url(/images/arrow-right.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.red #topnav .sub li.sub a:hover,
.red #topnav .sub li.sub li.sub a:hover,
.red #topnav .sub li.sub li.sub li.sub a:hover,
.red #topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.red #topnav .sub li a,
.red #topnav .sub li a:hover,
.red #topnav .sub li.sub li a,
.red #topnav .sub li.sub li a:hover,
.red #topnav .sub li.sub li.sub li a,
.red #topnav .sub li.sub li.sub li a:hover { background-image: none; }
.red #right ul li { background: url(/images/bg_rightnav_red.gif) 2px -88px no-repeat; }
.red #right ul li:hover { background: url(/images/bg_rightnav_red.gif) 2px 5px no-repeat; }
.red #right .downloads ul li:hover { background: url(/images/bg_rightnav_red.gif) 2px 5px no-repeat; }

.purple .bodytext strong a,
.purple .bodytext a strong,
.purple .bodytext b a,
.purple .bodytext a b,
.purple .bodytext a:hover,
.purple strong a,
.purple a strong,
.purple b a,
.purple a b,
.purple a:hover,
.purple .copy h2,
.purple .subheading,
.purple #topnav ul li a:hover,
.purple #topnav ul li.selected a { color: #702c91; }
.purple .tbly, 
.purple #topnav ul li ul li.selected a,
.purple #topnav ul li ul li a:hover { background-color: #702c91; color: #fff }
.purple #topnav .sub a,
.purple #topnav .sub li.sub a,
.purple #topnav .sub li.sub li.sub a,
.purple #topnav .sub li.sub li.sub li.sub a { background-image: url(/images/arrow-right.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.purple #topnav .sub li.sub a:hover,
.purple #topnav .sub li.sub li.sub a:hover,
.purple #topnav .sub li.sub li.sub li.sub a:hover,
.purple #topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.purple #topnav .sub li a,
.purple #topnav .sub li a:hover,
.purple #topnav .sub li.sub li a,
.purple #topnav .sub li.sub li a:hover,
.purple #topnav .sub li.sub li.sub li a,
.purple #topnav .sub li.sub li.sub li a:hover { background-image: none; }
.purple #right ul li { background: url(/images/bg_rightnav_purple.gif) 2px -88px no-repeat; }
.purple #right ul li:hover { background: url(/images/bg_rightnav_purple.gif) 2px 5px no-repeat; }
.purple #right .downloads ul li:hover { background: url(/images/bg_rightnav_purple.gif) 2px 5px no-repeat; }

.cyan .bodytext strong a,
.cyan .bodytext a strong,
.cyan .bodytext b a,
.cyan .bodytext a b,
.cyan .bodytext a:hover,
.cyan strong a,
.cyan a strong,
.cyan b a,
.cyan a b,
.cyan a:hover,
.cyan .copy h2,
.cyan .subheading,
.cyan #topnav ul li a:hover,
.cyan #topnav ul li.selected a { color: #00aeef; }
.cyan .tbly, 
.cyan #topnav ul li ul li.selected a,
.cyan #topnav ul li ul li a:hover { background-color: #00aeef; color: #fff }
.cyan #topnav .sub li.sub a:hover,
.cyan #topnav .sub li.sub li.sub a:hover,
.cyan #topnav .sub li.sub li.sub li.sub a:hover,
.cyan #topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.cyan #topnav .sub a,
.cyan #topnav .sub li.sub a,
.cyan #topnav .sub li.sub li.sub a,
.cyan #topnav .sub li.sub li.sub li.sub a { background-image: url(/images/arrow-right.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.cyan #topnav .sub li.sub a:hover,
.cyan #topnav .sub li.sub li.sub a:hover,
.cyan #topnav .sub li.sub li.sub li.sub a:hover,
.cyan #topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.cyan #topnav .sub li a,
.cyan #topnav .sub li a:hover,
.cyan #topnav .sub li.sub li a,
.cyan #topnav .sub li.sub li a:hover,
.cyan #topnav .sub li.sub li.sub li a,
.cyan #topnav .sub li.sub li.sub li a:hover { background-image: none; }

.green .bodytext strong a,
.green .bodytext a strong,
.green .bodytext b a,
.green .bodytext a b,
.green .bodytext a:hover,
.green strong a,
.green a strong,
.green b a,
.green a b,
.green a:hover,
.green .copy h2,
.green .subheading,
.green #topnav ul li a:hover,
.green #topnav ul li.selected a { color: #009590; }
.green .tbly, 
.green #topnav ul li ul li.selected a,
.green #topnav ul li ul li a:hover { background-color: #009590; color: #fff }
.green #topnav .sub li.sub a:hover,
.green #topnav .sub li.sub li.sub a:hover,
.green #topnav .sub li.sub li.sub li.sub a:hover,
.green #topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.green #topnav .sub a,
.green #topnav .sub li.sub a,
.green #topnav .sub li.sub li.sub a,
.green #topnav .sub li.sub li.sub li.sub a { background-image: url(/images/arrow-right.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.green #topnav .sub li.sub a:hover,
.green #topnav .sub li.sub li.sub a:hover,
.green #topnav .sub li.sub li.sub li.sub a:hover,
.green #topnav .sub a:hover { background-image: url(/images/arrow-right-white.gif); background-position: 158px 8px; background-repeat: no-repeat; }
.green #topnav .sub li a,
.green #topnav .sub li a:hover,
.green #topnav .sub li.sub li a,
.green #topnav .sub li.sub li a:hover,	
.green #topnav .sub li.sub li.sub li a,
.green #topnav .sub li.sub li.sub li a:hover { background-image: none; }
.green #right ul li { background: url(/images/bg_rightnav_green.gif) 2px -88px no-repeat; }
.green #right ul li:hover { background: url(/images/bg_rightnav_green.gif) 2px 5px no-repeat; }
.green #right .downloads ul li:hover { background: url(/images/bg_rightnav_green.gif) 2px 5px no-repeat; }


.agenda td { border-top: 1px solid #ccc; } 

.videothumbs { float:left; display: inline; width: 255px; margin: 5px 0 10px 0; }
.videothumbs a { display: block; color: #4d4e4f !important; font-weight: normal; }
.videothumbs a strong { color: #4d4e4f !important; font-weight: normal; }
.videothumbs a img { margin: 0 0 5px 0; }
.videothumbs a:hover, .videothumbs a:hover strong { text-decoration: none !important; color: #00aeef !important;  }

.ustour { padding: 2px 4px; background: #999; color: #fff !important; font-size: 12px; text-transform: uppercase; line-height: 3em; }
.ustour:hover { background: #333; text-decoration: none !important; }
.ustourtable tr { vertical-align: top; }
.ustourtable td { width: 320px; }
.ustourtable td td { width: auto; padding: 0 15px 0 0; }
.ustourtable td td.fixed { width: 80px; }
.ustourtable td td h2 { margin: 8px 0; }


.whitepapers tr { vertical-align: top; }
.whitepapers tr td { border-top: 1px solid #ddd; padding: 10px 0; }
.whitepapers tr td span { font-style: italic; color: #888; padding: 0 0 0 10px; display: block; }
}
/* **********************************************************
 @SAFARI ONLY
*************************************************************/
/*
@media screenand (-webkit-min-device-pixel-ratio:0){
}
*/