/* CSS Document */

/* --------------------------------------------------------------
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1.5;
  background:rgb(16, 36,82);
  margin: 1.5em 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight:400;
  padding-right:10px;
  vertical-align:top;
  padding-top:3px;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: none;
}
input, textarea {
  margin: 0;
}
input {
  vertical-align:middle;
}
.long {
  float:none !important;
  width:auto !important;
}
/* Removes Firefox imposed outline */
a {
  outline: none;
}
/* Clearing floats without extra markup  */
.wrapper, .clearfix, div.pod-set {
  display: inline-block;
}
.wrapper:after, div.pod-set:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .wrapper, * html .clearfix, div.pod-set {
  height: 1%;
}
.wrapper, .clearfix {
  display: block;
}
ul, ol {
  margin:0 0 1.5em 1.9em;
  padding:0;
}
.section:after, .content:after, #main:after, .aside-field:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
p {
  margin:0 0 1.3em;
}
input {
  margin:0;
  padding:0;
}
div.left, img.left {
  float:left;
  margin:0 10px 10px 0;
  padding:0;
}
div.right, img.right {
  float:right;
  margin:0 0 10px 10px;
}
/* --------------------------------------------------------------
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights
   and vertical margins are automatically calculated from this.
   The percentage is of 16px (0.75 * 16px = 12px). */
body {
  font: 69% Arial, Helvetica, sans-serif;
  background:rgb(16, 36, 82) url(../images/bg_main.jpg) center top repeat-x;
  line-height:16px;
  margin:0;
  padding:0;
}
/* Default fonts and colors. */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color:#333;
}
/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color:#072769;
}
h1 {
  font-size: 2.84em;
  line-height: 1;
  margin:0 0 0.1em;
  padding:0;
  color:#072769;
  font-weight:bold;
  letter-spacing:-0.05em;
}
h2 {
  font-size:  1.273em;
  margin-bottom: 15px;
  font-weight:bold;
}
h3 {
  font-size: 1.05em;
  margin-bottom: 15px;
  color:#333333;
  font-weight:bold;
  line-height:normal;
}
h4 {
  font-size: 1.15em;
  line-height: 1.25;
  margin-bottom: 0.45em;
  font-weight:bold;
}
h5 {
  font-size: 1.05em;
  font-weight:bold;
  margin-bottom:3px;
  color:#000;
}
h6 {
  font-size: 1.05em;
}
a, a:visited {
  color:#072769;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
hr, div.hr {
  line-height:1px;
  overflow:hidden;
  height:1px;
  background-color:#FFF;
  margin:1em 0;
  border-top:1px solid #d0d0d0;
  clear:both;
}
form.jqtransformdone label {
  margin-top:4px;
  margin-right: 8px;
  display: block;
  float:left;
}
form.jqtransformdone div.rowElem {
  clear:both;
  padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
  font-family: Arial;
}
*:first-child+html button.jqTransformButton[type] {
  width: 1%;
} /* IE7 */
button.jqTransformButton span {
  background: transparent url(../images/btn_right.gif) no-repeat right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px; /* sliding doors padding */
  margin: 0px;
  height: 33px;
}
button.jqTransformButton span span {
  background: transparent url(../images/btn_left.gif) no-repeat top left;
  color: #333;
  padding: 8px 4px 0px 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  display: block;
  text-decoration: none;
  height: 33px;
}
/*hover*/
button.jqTransformButton_hover span span {
  background-position: left -33px;
}
button.jqTransformButton_hover span {
  background-position: right -33px;
}
/*clicked*/
button.jqTransformButton_click span span {
  background-position: left -66px;
}
button.jqTransformButton_click span {
  background-position: right -66px;
}
/* IE 6 */
* html button.jqTransformButton {
  height:33px;
}
* button.jqTransformButton span span {
  height: 25px;
}
/* IE 7 */
*+ html button.jqTransformButton {
  height:33px;
}
*+ button.jqTransformButton span span {
  height: 25px;
}
/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
  background: #fff url(../images/bg_field.gif) left top repeat-x;
  height: 19px;
  padding: 0px;
  float:left;
  border:1px solid #ccc;
}
.jqTransformInputInner {
  padding: 0px;
  margin: 0px;
}
.jqTransformInputInner div {
  height: 18px;
  margin:0px 0px 0px 1px;
}
.jqTransformInputInner div input {
  line-height: 21px;
  vertical-align:middle;
  height: 19px !important;
  color:#404040;
  border: none;
  padding:0px;
  margin: 0px;
  background:transparent;
}
/*  IE6 */
* html .jqTransformInputInner div input {
  padding:0;
  height:19px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
  padding:0;
  margin-top:-1px;
  height:19px;
}
/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm {
  border:1px solid #ccc;
}
table.jqTransformTextarea td {
  font-size: 1px;
  line-height: 1px;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
}
table.jqTransformTextarea {
}
table.jqTransformTextarea tr { /*border: 1px solid red;*/
}
table.jqTransformTextarea textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl {
  background: url(../images/textarea/textarea_tl.gif) no-repeat top left;
}
table.jqTransformTextarea td#jqTransformTextarea-tm {
  background: url(../images/textarea/textarea_tm.gif) repeat-x top left;
}
table.jqTransformTextarea td#jqTransformTextarea-tr {
  background: url(../images/textarea/textarea_tr.gif) no-repeat top left;
}
table.jqTransformTextarea td#jqTransformTextarea-ml {
  background: url(../images/textarea/textarea_ml.gif) repeat-y top left;
}
table.jqTransformTextarea td#jqTransformTextarea-mm {
  background: url(../images/textarea/textarea-mm.gif) repeat;
}
table.jqTransformTextarea td#jqTransformTextarea-mr {
  background: url(../images/textarea/textarea_mr.gif) repeat-y top left;
}
table.jqTransformTextarea td#jqTransformTextarea-bl {
  background: url(../images/textarea/textarea_bl.gif) no-repeat top left;
}
table.jqTransformTextarea td#jqTransformTextarea-bm {
  background: url(../images/textarea/textarea_bm.gif) repeat-x top left;
}
table.jqTransformTextarea td#jqTransformTextarea-br {
  background: url(../images/textarea/textarea_br.gif) no-repeat top left;
}
/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl {
  background-position:0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm {
  background-position:0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr {
  background-position:0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml {
  background-position:-5px 0px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm {
  background-image: url(../images/textarea/textarea-mm-hover.gif);
}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr {
  background-position:-5px 0px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl {
  background-position:0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm {
  background-position:0px -5px;
}
table.jqTransformTextarea-hover td#jqTransformTextarea-br {
  background-position:0px -5px;
}
/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl {
  background-position:0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm {
  background-position:0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr {
  background-position:0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml {
  background-position:-10px 0px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm {
  background-image: url(../images/textarea/textarea-mm-focus.gif);
}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr {
  background-position: -10px 0px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl {
  background-position:0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm {
  background-position:0px -10px;
}
table.jqTransformTextarea-focus td#jqTransformTextarea-br {
  background-position:0px -10px;
}
table.jqTransformTextarea .jqTransformSafariTextarea div {
  position: relative;
  overflow: hidden;
  border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea {
  background: none;
  position: absolute;
  top:-10px;
  left:-10px;
  padding: 10px 10px 10px 10px;
  resize: none;
}
/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {
  float: left;
  display:block;
  margin:0px 4px;
  margin-top:5px;
}
.jqTransformRadio {
  background: transparent url(../images/radio_bg_grey.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display:block;/*display: -moz-inline-block;*/
}
/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper {
  display:block;
  float:left;
  margin-top:5px;
}
a.jqTransformCheckbox {
  background: transparent url(../images/checkbox.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display:block;/*display: -moz-inline-block;*/
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked {
  background-position: center bottom;
}
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
  width: 45px;
  position:relative;
  line-height:20px !important;
  height: 20px;
  border:1px solid #ccc;
  background:#fff url(../images/bg_field.gif) left top repeat-x;
  float:left;
}
.jqTransformSelectWrapper div span {
  float: none;
  text-indent:5px;
  position: absolute;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  padding:0;
  overflow: hidden;
  cursor:pointer;
  color:#333 !important; /*border: 1px solid #CCCCCC;*//*  border-right: none;*/
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_dropdown02.gif) no-repeat center center;
}
.jqTransformSelectWrapper ul {
  margin:0;
  list-style:none;
  position: absolute;
  width: 43px;
  top: 21px;
  left: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #333;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
  overflow-y: auto;
  z-index:10;
}
.jqTransformSelectWrapper li {
  background:none;
  padding:0 !important;
  line-height:2em !important;
}
.jqTransformSelectWrapper ul a {
  display: block;
  padding:0 0 0 5px;
  text-decoration: none;
  color:#333 !important;
  background-color: #FFF;
}
.jqTransformSelectWrapper ul a.selected {
  background: #EDEDED;
  color: #333 !important;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
  background:#3582c4;
  color: #fff !important;
  text-decoration:none !important;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none;
}
/*additional general css*/
input.text, input[type=text] {
  border:1px solid #ccc;
  padding:0;
  background:transparent url(../images/bg_field.gif) left top repeat-x;
}
ul.inline {
  margin:0;
  padding:0;
  list-style:none;
}
ul.inline li {
  float:left;
  margin:0 5px;
}
img.right {
  float:right;
  margin:0 0 10px 10px;
}
/*Layout*/
#wrapper {
  width:950px;
  margin:0 auto;
  position:relative;
}
#header, #footer {
 
  color: rgb(255, 255, 255);
}
#header a, #header a:focus {
  color:#fff;
  font-size:0.88em;
  text-decoration:none;
}
#header a:hover {
  text-decoration:underline;
}
#nav, #footer {
  clear:both;
}
#header {
  height:142px;
}
/*header*/
#language-selector {
  float:left;
  height:26px;
  line-height:26px;
}
#language-selector .jqTransformSelectWrapper ul {
  top: 18px;
  left:-3px;
}
#language-selector .jqTransformSelectWrapper a.jqTransformSelectOpen {
  background: url(../images/btn_dropdown01.gif) no-repeat center center;
}
#language-selector .jqTransformSelectWrapper {
  border:none;
  background:none;
  margin-top:5px;
}
#language-selector .jqTransformSelectWrapper div span {
  margin:1px 0 0 -3px;
  height:15px;
  line-height:15px;
  background:#fff url(../images/bg_field.gif) left top repeat-x;
  border:1px solid #ccc;
}
#selected-current-language {
  float:left;
  margin-top:2px;
  padding-right:10px;
}
#language-selector-menu {
  width:170px;
}
#header-links {
  float:left;
  display:inline;
  margin-left:30px;
  font-size:0.95em;
  width:300px;
}
#header-links ul {
  list-style:none;
  margin:0;
  padding:0;
  line-height:1.03em;
  margin:10px 10px 0;
}
#header-links ul li {
  float:left;
  border-right:1px solid #FDAF17;
  padding:0 10px;
}
#header-links ul li.last {
  border-right:none;
}
#user-panel {
  float:right;
  background:url(../images/bg_login.gif);
  height:53px;
  overflow:hidden;
  width:245px;
  float:right;
  margin-top:2px;
  margin-bottom:15px;
}
#user-panel-a a {
  display:inline-block;
  padding-left:27px;
  font-weight:bold;
}
#user-panel-a a.ib-link {
  margin-right:15px;
}
#user-panel-b {
  text-align:center;
}
#user-panel-b a {
  display:inline-block;
  padding:0 5px;
}
#user-panel div {
  line-height:27px;
  height:27px;
}
#quick-search {
  float:right;
  clear:right;
  width:265px;
}
#quick-search .jqTransformInputWrapper {
  height: 16px;
}
#quick-search .jqTransformInputInner div {
  height: 16px;
}
#quick-search .jqTransformInputInner div input {
  line-height: 16px;
  height: 16px !important;
}
#quick-search input {
  height:18px;
  line-height:16px;
}
#logo {
  display:block;
  position:absolute;
  left:0;
  top:62px;
  width: 244px;
  height: 86px;
  text-indent:-9999px;
}
#logo a {
  background:url(../images/logo_emirates.png) no-repeat left top;
float: left;
width: 244px;
height: 86px;
margin:-11px;
}
/*nav*/
#nav {
  background:url(../images/bg_naviblue.jpg) left top repeat-x;
  position:relative;
  z-index:10;
  width:100%;
}
#nav ul {
  padding:0 12px 0 0;
  border:none;
  background:url(../images/bavi_rightcorner.gif) right top no-repeat;
}
#nav ul.last-hovered, #nav ul.last-selected {
  background:url(../images/tab_end_yellow.jpg) right top no-repeat;
}
#nav ul li {
  background:url(../images/bg_naviblue.jpg) left top repeat-x;
  border-right:1px solid #1A408B;
}
#nav ul li#navFirst{
  background:url(../images/tab_home_blue.gif) left top no-repeat;
  margin-left:0;
}
#nav ul li#navFirst a:hover, #nav ul li.selected#navFirst a {
  background:url(../images/tab_home_yellow.gif) left top no-repeat;
  margin-left:0;
  
}
#nav ul li.first-not-selected a {
  background:url(../images/tab_home_blue.gif) left top no-repeat;

}
#nav ul {
  font-weight:bold;
  font-size:1.02em;
  overflow:visible;
  height:26px;
  margin-top:1px;
  line-height:26px;
  list-style:none;
  margin:0;
  padding:0;
  display:block;
  background:#9B99FF;
}
#nav ul a {
  color:#fff;
  text-decoration:none;
}
#nav ul ul {
  display:none;
  border:none;
  position:absolute;
  top:26px;
  background:#3F07CAa;
  left:0;
  width:950px;
  height:23px;
  line-height:23px;
  font-size:0.95em;
}
#nav ul li {
  float:left;
}
#nav ul li.last {
  border-right:none;
}
#nav ul a {
  display:block;
  float:left;
  font-size:12px;
  padding:0 15px 0 25px;
}
#nav ul li.last a {
  /*padding-right:0;*/
}
#nav ul li:hover, #nav ul li.hover, #nav ul li.selected {
  border-right:none;
  padding-right:1px;
  background:url(../images/bg_naviyellow.jpg);
  color:#000;
   border-right:1px solid #1A408B;
}

#nav ul li li:hover, #nav ul li li.hover, #nav ul li li.selected { /*margin-right:0 !important;*/
  background:none !important;
   border-right:1px solid #1A408B;
}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li a:hover, #nav ul li.selected a {
  color:#000;
  
}
#nav ul ul li {
  border:none;
  display:inline;
  position:relative;
  z-index:10;
  background:none;
  margin:0 !important;
  padding:0 !important;
}
/*#nav ul ul li { border:none; display:inline; background:none; padding:0 !important; }
#nav ul ul a { display:inline; padding:0; margin:0 10px 0 30px; color:#fff !important; }*/
#nav ul ul a {
  display:inline;
  padding:0 15px !important;
  margin:0;
  color:#fff !important;
  font-size:11px;
}
#nav ul ul li:hover a, #nav ul ul li.hover a, #nav ul ul li.selected a {
  color:#072769 !important;
}
#nav ul ul li:hover li a, #nav ul ul li.hover li a, #nav ul ul li.selected li a {
  color:#fff !important;
}
#nav ul li:hover ul, #nav ul li.hover ul, #nav ul li.selected ul {
  display:block;
  z-index:2;
}
#nav ul li.selected ul {
  z-index:1;
}
/*#nav ul ul a:hover { color:#015e4d !important; }
#nav ul ul li:hover a, #nav ul ul li.hover a, #nav ul ul li.selected a { color:#015e4d !important; }
#nav ul li:hover ul, #nav ul li.hover ul, #nav ul li.selected ul { display:block; z-index:2; }
#nav ul li.selected ul { z-index:1; }
*/
#nav ul ul ul {
  font-weight:bold;
  width:100%;
  height:auto;
  top:23px;
  left:0;
  display:block;
  padding:0;
  position:absolute;
  background:#ffda92;
  z-index:8;
}
#nav ul ul ul li {
  display:block !important;
  height:auto;
  float:none !important;
  z-index:10;
  width:100%;
  background-color:#ffda92;
  margin:0 !important;
  padding:1px 0 !important;
}
#nav ul ul ul li a {
  display:block !important;
  float:none;
  margin:0;
  padding:0 10px;
  color:#fff;
}
#nav ul ul ul li:hover, #nav ul ul ul li.hover, #nav ul ul ul li.selected {
  margin-right:0 !important;
  background:#ffe5b1 !important;
  display:block;
}
#nav ul ul ul li:hover a, #nav ul ul ul li.hover a, #nav ul ul ul li.selected a, #nav ul ul ul li a:hover {
  color:#015e4d !important;
  font-weight:bold;
}
#nav .tertiary {
  position: relative;
  overflow:hidden;
  margin-right:10px !important;
  width:182px;
}
#nav .tertiary a {
  position: relative;
  background:url(../images/btn_dropdown.gif) no-repeat right 0;
  overflow:hidden;
}
#nav .tertiary-hover a, #nav .tertiary:hover a {
  background:url(../images/btn_dropdown.gif) no-repeat right -23px;
}
#nav ul ul li.tertiary-hover, #nav ul ul li.tertiary:hover {
  overflow:visible;
}
#nav .tertiary li a {
  background:none !important;
  margin:0 !important;
}
/*main*/
#main {
  padding:30px 10px;
  height:auto !important;
  height:700px;
  min-height:700px;
  background:#FFFFFF url(../images/bg_body.gif) top left repeat-x;
}
/*breadcrumbs*/
#breadcrumbs {
  margin:0 0 10px 19px;
  color:#396B9C;
    overflow: hidden;
    width: 99%;
}
#breadcrumbs a {
  color:#396B9C;
}
/*subnav*/
#subnav {
  width:183px;
  float:left;
  margin-top:3px;
  padding-bottom:2px;
  background:url(../images/dotted_navi.gif) left bottom repeat-x;
}
#subnav ul {
  margin:0;
  padding:0;
  list-style:none;
  font-weight:bold;
}
#subnav ul li {
  display:inline;
  float:left;
  width:100%;
  padding-top:3px;
  background:url(../images/dotted_navi.gif) left top no-repeat;
}
#subnav ul ul li {
  display:inline;
  float:left;
  width:100%;
  padding-top:3px;
  background:#F8F8F8;

  display:block;
}
#subnav ul a {
  display:block;
  text-decoration:none;
  padding:6px 20px;
  background:#F8F8F8 url(../images/nav-arrow-left.gif) right center no-repeat;
  margin:0;
  font-size:1.2em;
}
#subnav ul li.has-sub a {
  background:#F8F8F8 url(../images/nav-arrow-down.gif) right center no-repeat;
}
#subnav ul li:hover a, #subnav ul li.hover a, #subnav ul li.selected a, #subnav ul a:hover {
  background-color:#FDAF17;
}
#subnav ul ul a, #subnav ul li.selected ul a {
  color:#C1E1E1;
  font-size:1em;
  line-height:1.25em;
  font-weight:bold;
  padding:9px 5px 0px 30px;
  background:#F8F8F8 url(../images/bullet01.gif) 20px 13px no-repeat !important;
}
#subnav ul ul {
  padding-bottom:9px;
  overflow:hidden;
  height:1%;
  background:#F8F8F8;
}
/*content*/
#content {
  float:left;
  width:699px;
}
#content.promotions h1 {
  margin-left:18px;
}
#content.sub {
  width:500px;
  padding:20px 8px 0;
  background:url(../images/bg_subtitle.gif) left top no-repeat;
}
.content-sub-inner {
  padding:0 20px;
}
.content-sub-inner ul {
  list-style:none;
  margin-left:0;
}
.content-sub-inner li {
  color:#666;
}
/*footer*/
#aside {
  float:right;
  width:224px;
  margin-bottom:20px;
}
#footer {
  font-size:0.9em;
  height:30px;
  padding:13px 10px;
  line-height:10px;
  background:url(../images/bg_footer.jpg)
}
#footer ul {
  list-style:none;
  margin:0;
  padding:0;
}
#footer ul li {
  padding:0 7px 0 8px;
  border-right:1px solid #fff;
  float:left;
}
#footer ul li.last, #footer ul li:last-child {
  border:none;
}
#footer a, #footer a:visited, #footer a:hover {
  color:#fff;
}
#footer-copyright {
 text-align:center;
}
/*aside elements*/
#aside-content {
  background:#f8f8f8;
  padding:0 0 10px 10px;
}
#aside-social-links {
  background:url(../images/btn_social.png) no-repeat;
  height:25px;
  overflow:hidden;
  margin-bottom:3px;
}
#aside-social-links ul, #aside-social-links li {
  margin:0;
  padding:0;
}
#aside-social-links a {
  display:block;
  float:left;
  width:25px;
  height:25px;
  background-repeat:no-repeat;
  text-indent:-9999em;
  overflow:hidden;
}
#aside-focus-links ul {
  margin:0;
  list-style:none;
}
#aside-focus-links ul li {
  display:inline;
}
#aside-focus-links ul li a {
  display:block;
  margin-bottom:2px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  padding:5px 40px 5px 10px;
  background:#102452 url(../images/link_karat.gif) center right no-repeat;
  text-align:center;
}
#aside-content .section {
  padding:7px 0 13px;
  background:url(../images/dotted_right.gif) left bottom repeat-x;
}
#aside-content #apply-online-section {
  background:#072769;
  margin:0;
  padding:7px 10px 2px;
  float:left;
}
#aside-content #apply-online-section h4 {
  color:#fff;
}
#aside-content .last {
  background:none;
}
#aside-content .section ul {
  margin:0;
  padding:0;
  list-style:none;
}
#aside-content .section ul li {
  padding-left:14px;
  background:url(../images/bullet02.gif) left 4px no-repeat;
}
#content .poll-container {
  margin-top:20px;
}
#content .poll-container h4 {
  color:#333;
  font-size:1em;
  display:inline;
  float:left;
  margin-top:6px;
  margin-right:16px;
}
#content .poll-container form, #content .poll-container div {
  display:inline;
  float:none;
}
#aside-content .section .poll-container {
  background-color:#EBEBEB;
  padding:10px;
}
#aside-content .section .poll-container h4 {
  font-size:1em;
  color:#333333;
}
#aside-content .section .poll-container .jqTransformRadio {
  background: transparent url(../images/radio_bg_grey.gif) no-repeat center top;
}
#aside-content .section .poll-container form.jqtransformdone label {
  margin-top:6px;
  font-weight:bold;
}
#aside-content .section .poll-container .jqTransformRadioWrapper {
  margin: 5px 4px 0 0;
}
#aside-content .section .poll-container .btn_submit {
  margin:10px 0 5px;
}
#aside-content .section .poll-container a.jqTransformChecked {
  background-position: center bottom;
}
#aside-content .section ul a {
  color:#333;
  text-decoration:none;

}
#aside-content .section ul a:hover {
  text-decoration:underline;
}
.aside-banner {
  padding:7px 0 10px;
}
.aside-field {
  clear:both;
  margin-bottom:1em;
}
.aside-field select {
  width:177px;
}
.aside-field input[type=text], .aside-field input.text {
  width:130px;
  height:20px;
}
/*homepages*/
.homepage-masthead {
  background:#fff;
  padding-bottom:15px;
  height:170px;
  padding:20px 310px 20px 20px;
  background-position:right top;
  background-repeat:no-repeat;
}
.homepage-masthead ul, .link-set ul {
  color:#072769;
  float:left;
  width:175px;
  margin-left:0;
  list-style:none;
}
.homepage-masthead ul.three-col, .link-set ul.three-col {
  width:116px;
}
.homepage-masthead ul li, .content-sub-inner ul li, .link-set ul li {
  color:#072769;
  background:url(../images/bullet02.gif) left 4px no-repeat;
  padding-left:14px;
}
/*.link-set ul { width:44%; margin-bottom:20px; }
*/.content-sub-inner .link-set ul {
}
.homepage-masthead ul, .link-set ul {
  float:left;
  width:175px;
  margin-left:0;
  list-style:none;
}
.homepage-masthead ul li, .link-set ul li {
  background:url(../images/bullet02.gif) left 4px no-repeat;
  padding-left:14px;
}
/*.link-set ul { width:98%; margin-bottom:20px; }*/

.homepage-masthead p {
  margin-right:60px;
}
#news {
  background:url(../images/bg_news.gif) left center repeat-x;
  line-height:23px;
  height:23px;
  color:#666;
  border:1px solid #ccc;
}
#news a {
  color:#666;
}
#news h3.news-label {
  background:#092769;
  color:#fff;
  float:left;
  margin:0 15px 0 0;
  padding:0 15px;
  font-size:1em;
  height:23px;
  line-height:23px;
}
#news #news-content {
  font-size:0.92em;
}
#content-foot {
  clear:both;
  overflow:hidden;
}
#content-foot h4 {
  font-size:1em;
  color:#666;
}
#content-foot li {
  margin:0 10px 0 0;
}
#content-foot li a {
  color:#666;
  text-decoration:none;
}
#content-foot li a.csr {
  padding-left:35px;
  background:url(../images/footericon_csr.gif) left center no-repeat;
}
#content-foot li a.investors {
  padding-left:35px;
  background:url(../images/footericon_investor.gif) left center no-repeat;
}
#content-foot li a.careers {
  padding-left:35px;
  background:url(../images/footericon_careers.gif) left center no-repeat;
}
div.pods {
  background:url(../images/bg_3coloumn.gif) -2px 0 repeat-y;
  margin-top:8px;
}
.sub div.pods {
  background:url(../images/bg_column_divider.gif) center repeat-y;
}
div.promotions-pods {
  background:url(../images/promotions_pods_bg.jpg) top no-repeat;
  margin-top:15px;
  margin-right:10px;
  padding-left:10px;
}
div.branches-atms {
  background:url(../images/promotions_pods_bg.jpg) no-repeat scroll left top;
  margin-top:15px;
  margin-right:10px;
  padding-left:10px;
}

div.promotions-pods h2 {
  margin-bottom:5px;
  padding-top:10px;
}
div.promotions-pods div.pod {
  width:201px;
  margin: 0 28px 0 0px
}
div.promotions-pods div.pod div.thumbnail {
  margin-bottom:10px;
  height:99px;
}
div.popular-promotions div.pod .thumbnail, div.popular-promotions div.pod .content {
  float:left;
}
div.popular-promotions div.pod .content {
  width:125px;
  margin-left:10px;
  display:inline;
}
div.pod-set {
  padding:0px 0;
}
div.pod {
  position:relative;
  width:663px;
  float:left;
  margin:0 13px 0 12px;
  display:inline;
}
div.middle {
  background:url(../images/bg_2coloumn.gif) -2px 0 repeat-y;
}
.middle .pod {
  width:322px;
}
.sub div.pod {
  position:relative;
  width:215px;
  float:left;
  margin:0 40px 0 0;
  display:inline;
}
.sub .content-sub-inner div.pod {
  width:225px;
  margin:0 10px 0 0;
}
.sub .content-sub-inner .small div.pod {
  width:220px;
}
.small div.pod h3 {
  border-bottom:none;
  font-size:1.5em;
}
.sub div.pod-set {
  padding:0 10px 23px;
}
.sub .content-sub-inner div.pod-set {
  padding:0;
}
.sub div.pod-set div.right {
  margin-right:0;
}
div.pod h3 {
  border-bottom:1px solid #fcaf17;
  padding-bottom:2px;
  margin:0 0 5px;
}
div.pod h4 {
  padding-bottom:2px;
  margin:0 0 5px;
  font-size:1em;
  font-weight:normal;
}
div.promotions-pods div.pod h3 {
  border-color:#133170;
}
.sub div.pod h3 {
  color:#072769;
}
div.pod ul {
  margin-left:0;
  margin-bottom:30px;
  list-style:none;
  overflow:hidden;
}
div.pod ul li {
  background:url(../images/bullet01.gif) left 6px no-repeat;
  padding-left:10px;
}
div.pod ul.non-list li {
  background:none;
  padding-left:0;
  padding-bottom:5px;
}
div.pod ul.non-list li span {
  color:#072769;
  line-height:1.15em;
}
div.pod p {
  margin-bottom:0.3em;
  font-size:12px;
  	text-align: justify;
    text-justify: inter-word;
}
div.pod img.right {
  height:69px;
  width:69px;
}
.sub div.pod p {
  margin-bottom:1.2em;
  line-height:1.15em;
}
div.pod-foot {
  position:absolute;
  bottom:0;
}
/*sub*/
.sub h1 {
  display:block;
  display:block;
  margin-bottom:0.36em;
  border-bottom:1px solid #fcaf17;
  font-size:2.4em;
  padding-bottom:0.1em;
}
.sub h2 {
  display:block;
  display:block;
  margin-bottom:0.36em;
  border-bottom:1px solid #fcaf17;
  font-size:1.455em;
  padding-bottom:0.1em;
}
/*awards page*/
.sub .awards-year-selection {
  margin:0 0 3em;
}
h3#award-title {
  color:#072769;
  background-color:#EBEBEB;
  margin-bottom:5px;
}
div#award-desc {
  background-color:#EBEBEB;
}
/*accounts page*/
.apply-now-link {
  margin-top:10px;
  display:block;
  background:url(../images/btn_applynow.gif);
  width:94px;
  height:24px;
  text-indent:-9999em;
}
.more-info-link {
  margin-top:5px;
  display:block;
  background:url(../images/btn_moreinfo.gif);
  width:94px;
  height:24px;
  text-indent:-9999em;
}
.learn-more-link {
  margin-top:10px;
  display:block;
  background:url(../images/btn_learn_more.gif);
  width:76px;
  height:20px;
  text-indent:-9999em;
}
div.promotions-pods div.pod h3 {
  border-bottom:1px solid #133170 !important;
}
div.pod {
  padding-bottom:15px;
}
div.pod ul {
  list-style:none;
}
div.pod-set div.last {
  margin-right:0;
}
div.pod ul a {
  font-weight:bold;
  font-size:11px;
}
div.pod p {
  margin-bottom:0.3em;
}
/*promotions*/
div.featured-promotions {
}
div.featured-promotions .tabs {
  list-style:none;
  float:right;
  width:275px;
  margin:0;
  padding:0;
}
div.featured-promotions .tabs li {
  padding:10px 20px 0;
  height:84px;
  margin:0;
  background:url(../images/featured_promos_tabs_divider.gif) bottom repeat-x;
  cursor:pointer;
}
div.featured-promotions .tabs li.last {
  background-image:none;
  height:86px;
}
div.featured-promotions .tabs li h4 {
  color:#333;
  margin-bottom:0;
}
div.featured-promotions .tabs li p {
  color:#484848;
  margin-bottom:0;
}
div.featured-promotions .tabs li.activeSlide {
  background-color:#fff;
}
div.featured-promotions .tabs li.activeSlide h4 {
  color:#ed9e01;
}
div.featured-promotions .tabs li.activeSlide p {
  color:#000;
}
div.featured-promotions .panels {
  float:right;
  width:399px;
}
div.featured-promotions .panel {
  padding:10px;
  background-color:#fff;
}
div.featured-promotions .more {
  text-align:right;
}
.more a {
  padding-left:10px;
  background:url(../images/bullet01.png) left center no-repeat;
  font-weight:bold;
}
.promotion-banner {
  margin:10px 0 5px;
}
.promotion-content {
  float:left;
  width:360px;
  display:inline;
  margin-left:20px;
}
.promotion-details {
  float:right;
  width:211px;
  padding:10px 25px;
  background:url(../images/promotion_details_bg.jpg) top center no-repeat;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height:1%;
}
.ui-helper-clearfix {
  display:block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}
/* jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding:0;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  border-bottom:1px solid #015e4d;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 .2em 0 0;
  border-bottom: 0 !important;
  padding: 0 0 0 3px;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
  color:#333;
  font-weight:bold;
/*min-height: 29px;
*/font-size:11px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 0;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-tabs .ui-tabs-nav li {
  background:url(../images/tab_sub.gif) no-repeat left -56px;
}
.ui-tabs .ui-tabs-nav li a {
  background:url(../images/tab_sub.gif) #B9E6F4 repeat-x right -56px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-state-hover {
  background-position: left top;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-hover a {
  background-position: right top;
}
.tabs .spotlight {
  width:138px;
}
.tabs .spotlight a.apply-now-link {
  margin-left:auto;
  margin-right:auto;
}
div.related-offers {
  padding:0;
  line-height:1.1em;
}
div.related-offers img.left {
  margin-top:2px;
  margin-bottom:0;
}
div.related-offers div.pod {
  padding-bottom:10px;
}
div.related-offers div.pod h3 {
  font-size:1em;
  border:0;
  margin-bottom:0;
  padding:0;
  color:#333;
}
div.related-offers div.pod p {
  display:block;
  margin-bottom:8px;
  color:#666;
}
div.related-offers div.pod p.more {
  margin-bottom:0;
}
div.related-offers div.pod .description {
  width:145px;
  float:left;
}
/*Rotating banners*/
.banners {
  margin-bottom:1.3em;
  position:relative;
  background-color:#fff;
  width:460px;
  overflow:hidden;
}
.banner {
  width:460px;
  height:165px;
  background-position:right top;
  background-repeat:no-repeat;
}
.banner h2 {
  border:none;
  font-size:2.2em;
  line-height:1.1em;
  margin:15px 265px 2px 15px;
}
.banner p {
  margin:0 265px 0 15px;
}
.banners-nav {
  position:absolute;
  z-index:1000;
  bottom:10px;
  right:10px;
}
.banners-nav ol, .banners-nav li {
  display:inline;
  list-style:none;
  margin:0;
  padding-left:5px;
}
.banners-nav a {
  display:inline-block;
  padding:0px 4px;
  background:#fff;
  ext-decoration:none !important;
  color:#333;
}
.banners-nav a:hover {
  text-decoration:none;
}
.banners-nav li.activeSlide a {
  background:#FEB403;
  color:#fff;
}
/*LISTS*/
/*.half { width:43%; float:left; margin-right:3.5%; }*/
.view-as {
  padding:4px 0;
  border:1px solid #ccc;
  border-right-width:0;
  border-left-width:0;
  margin:12px 0 7px;
  text-align:right;
}
.view-as a {
  display:inline-block;
}
.cards-list h2 {
  padding-top:5px;
  clear:both;
}
.cards-list {
  padding:0 0 5px;
  clear:both;
  overflow:hidden;
  height:1%;
}
.thumbnail-view .half {
  float:left;
  width:215px;
  margin-right:30px;
}
.thumbnail-view h2 {
  margin:0 0 14px;
}
.cards-list .buttons a {
  margin-bottom:3px;
}
.cards img {
  margin-right:20px;
}
img.last {
  margin:0;
}
.item h3 {
  color:#072769;
  margin-bottom:2px;
}
.thumbnail-view .item {
  width:95px;
  float:left;
  display:inline;
  margin-right:80px;
  height:auto !important;
  height:185px;
  min-height:185px;
  margin-bottom:10px;
}
.thumbnail-view .item h3 {
  margin-top:3px;
}
.dual .item {
  width:215px;
  float:left;
  display:inline;
  margin-right:30px;
  height:auto !important;
  height:195px;
  min-height:195px;
}
.thumbnail-view .last {
  margin-right:0 !important;
}
.view-as a {
  color:#D8D8D8;
  background-repeat:no-repeat;
  background-position:left 2px;
  display:inline-block;
  margin-left:7px;
  padding-left:18px;
  text-decoration:none;
}
.view-as a.selected, .view-as a.selected:hover {
  text-decoration:none;
  color:#333;
  background-position:left -11px;
}
a.view-as-list {
  margin-left:15px;
  background-image:url(../images/icon_list.gif);
  display:inline-block;
  padding-right:9px;
  border-right:1px solid #D8D8D8;
}
a.view-as-thumbnails {
  background-image:url(../images/icon_thumbnail.gif);
}
.thumbnail-view .content h3 {
  height:2.2em;
}
.thumbnail-view .content ul {
  display:none;
}
.dual .content ul {
  display:block;
}
.thumbnail-view .thumbnail {
}
.list-view .thumbnail {
  float:left;
  width:95px;
  margin-right:20px;
}
.list-view .content {
  float:left;
  width:230px;
  margin-right:20px;
}
.list-view .thumbnail {
  float:left;
  width:95px;
  margin-right:20px;
}
.list-view .content ul li {
  padding-left:0;
  margin:0 0 0 1.5em;
  list-style:disc;
  background:none;
  color:#999;
  line-height:1.1em;
}
.list-view .buttons {
  float:left;
  width:95px;
}
.list-view .buttons a {
  margin-bottom:3px;
}
.list-view .item {
  clear:both;
  overflow:hidden;
  zoom:1;
  margin-bottom:10px;
  padding:8px 0;
  border-bottom:1px solid #CCC;
  width:auto !important;
  float:none !important;
  margin:0;
  min-height:0;
  height:auto !important;
}
.list-view .item ul {
  margin-bottom:5px;
}
/*card privileges subpages*/
.privileges-header {
  overflow:hidden;
  height:1%;
}
.privileges-header img {
  border:1px solid #D7D7D7;
  width:124px;
  height:24px;
  margin-bottom:0;
}
.privileges-header p {
  margin-bottom:0;
}
.filters {
  padding:10px;
  background:#E2E2E2;
}
.filters .field {
  float:left;
  margin-right:20px;
  font-weight:bold;
}
.filters .field select {
  width:99px;
}
/*
 * jQuery Tools 1.2.5 - The missing UI library for the Web
 *
 * [toolbox.flashembed, toolbox.history, toolbox.expose, toolbox.mousewheel, tabs, tabs.slideshow, tooltip, tooltip.slide, tooltip.dynamic, scrollable, scrollable.autoscroll, scrollable.navigator, overlay, overlay.apple, dateinput, rangeinput, validator]
 *
 * NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
 *
 * http://flowplayer.org/tools/
 */
.scrollable {
  position:relative;
  overflow:hidden;
  width: 420px;
  height:75px;
}
.scrollable .items {
  width:20000em;
  position:absolute;
  clear:both;
  overflow:hidden;
}
.items div {
  float:left;
  width:446px;
}
.scrollable img {
  float:left;
  margin:1px 1px 1px 4px;
  display:inline;
  background-color:#fff; /*padding:2px;*/
  border:1px solid #ccc;
  width:53px;
  height:53px;
  cursor:pointer; /*-moz-border-radius:4px; -webkit-border-radius:4px;*/
}
.scrollable .active {
  margin:0 0 0 3px;
  position:relative;
  cursor:default;
  border:2px solid #FDAF17;
}
.scrollable {
  float:left;
}
a.browse {
  background:url(../images/arrow_buttons.png) no-repeat;
  display:block;
  width:17px;
  height:17px;
  float:left;
  margin:24px 0;
  cursor:pointer;
  font-size:1px;
}
a.right {
  background-position: 0 -17px;
  clear:none;
  margin-right: 0px;
  float:right;
}
a.right:hover {
  background-position:-17px -17px;
}
a.right:active {
  background-position:-34px -17px;
}
a.left {
  margin-left: 0px;
}
a.left:hover {
  background-position:-17px 0;
}
a.left:active {
  background-position:-34px 0;
}
#image_wrap {/*width:677px; margin:15px 0 15px 40px; padding:15px 0; text-align:center; background-color:#efefef; border:2px solid #fff;*/ /*outline:1px solid #ddd; -moz-ouline-radius:4px;*/
}
a.disabled {
  visibility: hidden !important;
}
.carousel {
  margin-top:20px;
  padding:6px 16px 7px;
  overflow:hidden;
  height:1%;
  border:1px solid #D3D3D3;
  border-left-width:0;
  border-right-width:0;
}
.carousel .scrollable {
  width:415px;
  margin-left:13px;
}
.promotions .carousel .scrollable {
  margin-left:17px;
  width:605px;
}
.carousel .items div {
  width:425px;
}
.promotions .carousel .items div {
  width:615px;
}
.carousel .scrollable img {
  width:72px;
  height:72px;
  margin:1px 10px 1px 0;
}
ul.list-arrow {
  width:98%;
  margin-bottom:20px;
}
ul.list-arrow li {
  background:url(../images/bullet02.gif) left 4px no-repeat;
  padding-left:14px;
}
ul.list-none {
  margin-bottom:20px;
}
ul.list-none li {
  color: #666666;
  background:url(../images/disc.jpg) left 4px no-repeat;
  padding-left:14px;
}
ul.list-arrows {
  margin-left:0;
  margin-bottom:30px;
  list-style:none;
}
ul.list-arrows li {
  background:url(../images/bullet01.gif) left 6px no-repeat;
  padding-left:10px;
}
/*Added On FEB08 - 2011 */
a.plus {
  background:url(../images/Plus.gif) left 5px no-repeat;
  padding:2.5px 0 10px 20px;
  cursor:pointer;
  text-decoration:none;
}
a.minus {
  background:url(../images/Minus.gif) left 5px no-repeat;
  padding:2.5px 0 10px 20px;
  cursor:pointer;
  text-decoration:none;
}
p.togglecontent {
  padding:5px 0 0 18px;
}
/*Added On FEB08 - 2011 */
.learn-more-link-grey {
  margin-top:5px;
  display:block;
  background:url(../images/btn_learnmore_grey.gif);
  width:94px;
  height:24px;
  text-indent:-9999em;
}
/*Added On FEB28 - 2011 */
.sign-up {
  margin-top:10px;
  display:block;
  background:url(../images/btn_sign_up.gif);
  width:94px;
  height:24px;
  text-indent:-9999em;
  margin-left:auto;
  margin-right:auto;
}
.back-to-index {
  margin-top:10px;
  display:block;
  background:url(../images/btn_back_to_index.gif);
  width:141px;
  height:24px;
  text-indent:-9999em;
  margin-left:auto;
  margin-right:auto;
}
/*Added by Shariff On mar 12 - 2011 */
#agentForm {
  width:100%;
  padding:0;
  margin:0;
  border-spacing: 0;
}
#agentForm .text {
  color:#00386b;
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 0.45em;
  font-weight:bold;
  vertical-align:bottom;
}
#agentForm .shortfield {
  width: 170px;
  outline:none!important;
}
#agentForm .longfield {
  width:420px;
  outline:none!important;
}
.submitbtn {
  text-align: left;
  margin-right:10px;
  vertical-align:top;
  margin-top:10px;
  border: none;
}
.reqFields {
  margin-left:20px;
}
.calendar {
  margin-left:2px;
  margin-top:3px;
  border: none;
}
/* Added On Mar28 - 2011 This styles for cards privileges landing pages scrollable */
.scrollableWithLink {
  height:75px;
  overflow:hidden;
  position:relative;
  width:605px;
}
.scrollableWithLink .itemsWithLink {
  clear: both;
  overflow:hidden;
  position:absolute;
  width:20000em;
}
.itemsWithLink div {
  float:left;
  width:615px;
}
.scrollableWithLink img {
  background-color: #FFFFFF;
  border:1px solid #CCCCCC;
  cursor:pointer;
  display:inline;
  float: left;
  height: 72px;
  margin:1px 1px 1px 4px;
  width: 72px;
}
.scrollableWithLink .active {
  border:2px solid #FDAF17;
  cursor:default;
  margin:0 3px 0 3px;
  position:relative;
}
.scrollableWithLink {
  float:left;
}
/* Added On Apr05 - 2011 */
.doublesecure {
  float:right
}
/* Added On Apr07 - 2011 */
a.arrows {
  background:url(../images/bullet01.gif) left 6px no-repeat;
  padding-left:10px;
}
.dropDown {
  display: block;
  position: absolute;
  width: 100px;
  right:0px;
  height: 20px;
  background: url(../images/btn_dropdown02.gif) no-repeat center center;
}

body.priority {
  background:#496DA1 url(../images/priority/bg_main.jpg) center top repeat-x;
}
.priority #logo {
  display:block;
  position:absolute;
  left:0;
  top:51px;
  width:226px;
  height:56px;
  text-indent:-9999px;
}
.priority #aside-content .focus {
  background:#D8BD78;
  margin:0;
  padding-left:10px;
  padding-right:10px;
}
#nav ul {
  font-weight:bold;
  font-size:1.02em;
  overflow:visible;
  height:32px;
  margin-top:1px;
  line-height:32px;
  list-style:none;
  margin:0;
  padding:0;
  display:block;
}
.priority #nav ul li.first a:hover, .priority #nav ul li.selected.first a {
  background:url(../images/tab_home_gold.jpg) left top repeat-x;
}
.priority #nav ul li.first-not-selected a {
  background:url(../images/tab_home_blue.gif) left top no-repeat !important;
}
.priority #nav ul li.first-not-selected a:hover {
  background:url(../images/tab_home_gold.jpg) left top repeat-x !important;
}
.priority #nav ul li:hover, .priority #nav ul li.hover, .priority #nav ul li.selected {
  background:url(../images/bg_navigold.jpg) left top repeat-x;
}
.priority #nav ul ul {
  top:32px;
  height:24px;
  line-height:24px;
  background:url(../images/subnav_bg.jpg) left top repeat-x;
}
.priority #nav ul.last-hovered, .priority #nav ul.last-selected {
  background:url(../images/tab_end_gold.jpg) right top no-repeat;
}
.priority-pod {
  padding-bottom:10px;
}
.long .thumbnail {
  float:left;
  margin-right:15px;
}
.long .content {
  float:left;
}
.long .content p, .long .content ul {
  line-height:1.2em;
  margin-bottom:0.5em;
}
.long .content p {
  padding-left:5px;
}
/*priority packages tabs*/
div.featured-priority {
}
div.featured-priority .tabs {
  list-style:none;
  float:left;
  width:230px;
  margin:0;
  padding:0;
}
div.featured-priority .tabs li {
  padding:10px 15px 0;
  height:25px;
  margin:0;
  background:url(../images/featured_promos_tabs_divider.gif) bottom repeat-x;
  cursor:pointer;
}
div.featured-priority .tabs li.last {
  background-image:none;
  background:url(../images/featured_promos_tabs_divider.gif) bottom repeat-x;
  height:25px;
}
div.featured-priority .tabs li h4 {
  color:#999;
  font-size:1em;
  margin-bottom:0;
}
div.featured-priority .tabs li p {
  color:#484848;
  margin-bottom:0;
}
div.featured-priority .tabs li.activeSlide {
  background-color:#fff;
  background-image:url(../images/nav-arrow-left.gif);
  background-repeat:no-repeat;
  background-position:right;
}
div.featured-priority .tabs li.activeSlide h4 {
  color:#072769;
  font-size:1em;
}
div.featured-priority .tabs li.activeSlide p {
  color:#000;
}
div.featured-priority .panels {
  float:right;
  width:230px;
}
div.featured-priority .panel {
  padding:10px;
  background-color:#fff;
}
div.featured-priority .more {
  text-align:right;
}
div.featured-priority .more a {
  padding-left:10px;
  background:url(../images/bullet01.gif) left center no-repeat;
  font-weight:bold;
}
.priority-banner {
  margin:10px 0 5px;
}
.priority-content {
  float:left;
  width:230px;
  display:inline;
  margin-left:20px;
}
.priority-details {
  float:right;
  width:211px;
  padding:10px 25px;
  background:url(../images/promotion_details_bg.jpg) top center no-repeat;
}
div.featured-priority .panels .panel .content {
  width:210px;
  height:105px;
}
/*priority privilege tabs*/
.privilege {
  width:465px;
  height:121px;
  margin:10px 0;
}
.privilege ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.privilege ul li {
  background:#FDAF17 url(../images/img_slider_left.png) left bottom no-repeat;
}
.privilege ul li {
  float: left;
  padding:5px 0 4px 8px;
  display: block;
}
.privilege ul li div .privilege-title {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 0 5px;
  display: block;
  font-size:1.5em;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
}
.privilege #a1 {
  width:178px;
}
.privilege ul li img {
  left: 581px;
  top: 458px;
}
.privilege ul li div {
  margin: 0;
  padding: 0;
  display: block;
  width: 53px;
  overflow: hidden;
}
h2 .priority-title {
  display: block;
  font-size: 1.455em;
  margin-bottom: 0.36em;
  padding-bottom: 0.1em;
}
/*PRIORITY PAGES CSS*/
body.priority {
  background:#496DA1 url(../images/priority/bg_main.jpg) center top repeat-x;
}
.priority #logo {
  display:block;
  position:absolute;
  left:0;
  top:51px;
  width:226px;
  height:56px;
  text-indent:-9999px;
}
.priority #aside-content .focus {
  background:#D8BD78;
  margin:0;
  padding-left:10px;
  padding-right:10px;
}
#nav ul {
  font-weight:bold;
  font-size:1.02em;
  width:100%;
  height:32px;
  margin-top:1px;
  line-height:32px;
  list-style:none;
  margin:0;
  padding:0;
  display:block;
}
.priority #nav ul li.first a:hover, .priority #nav ul li.selected.first a {
  background:url(../images/priority/tab_home_gold.jpg) left top repeat-x;
}
.priority #nav ul li:hover, .priority #nav ul li.hover, .priority #nav ul li.selected {
  background:url(../images/priority/bg_navigold.jpg) left top repeat-x;
}
.priority #nav ul ul {
  top:32px;
  height:24px;
  line-height:24px;
  background:url(../images/priority/subnav_bg.jpg) left top repeat-x;
}
.priority #nav ul.last-hovered, .priority #nav ul.last-selected {
  background:url(../images/priority/tab_end_gold.jpg) right top no-repeat;
}
/*PRIORITY SUBPAGES SUBNAV*/
.priority #subnav ul li:hover a, .priority #subnav ul li.hover a, .priority #subnav ul li.selected a, .priority #subnav ul a:hover {
  background-color:#e9ce8a;
}
.priority #subnav ul ul a, .priority #subnav ul li.selected ul a {
  color:#333333;
  font-size:1em;
  line-height:1.25em;
  font-weight:bold;
  padding:9px 5px 0px 30px;
  background:#F8F8F8 url(../images/bullet01.gif) 20px 13px no-repeat !important;
}
.priority #subnav ul ul {
  padding-bottom:9px;
  overflow:hidden;
  height:1%;
  background:#F8F8F8;
}
/*PRIORITY PAGES HOMEPAGE*/
div.priority-pod {
  padding-bottom:10px;
  float:left;
  width:44%;
  margin:0 15px 0 12px;
}
div.priority-pod h3 {
  margin-bottom:0.2em;
  border-bottom:none;
}
div.priority-pod border h3 {
  border-bottom: 1px solid #FCAF17;
  margin: 0 0 5px;
  padding-bottom: 2px;
}
.priority-pod .subcontent {
  float:left;/* height:1%;*/
  padding-right:10px;
}
.priority-pod .subthumbnail {
  float:right; /*height:1%;*/
}
.long .thumbnail {
  float:left;
  margin-right:15px;
}
.long .content {
  float:left;
}
.long .content p, .long .content ul {
  line-height:1.2em;
  margin-bottom:0.5em;
}
.long .content p {
  padding-left:5px;
}
div.priority-podset {
  background:url(../images/bg_2coloumn.gif) -20px 0 repeat-y;
  margin-top:8px;
}
/*PRIORITY INVESTMENT PROFILE*/
dl.collapsible dt {
  cursor:pointer;
  margin-top:10px;
  border:2px solid #FDAF17;
  font-size:1.2em;
  font-weight:bold;
  display:block;
  color:#072769;
  padding-left:27px;
  line-height:21px;
  background:url(../images/img_tabs_expandcollapse_2.gif) left top no-repeat;
}
dl.collapsible dt.expanded {
  background-position:left -29px;
}
dl.collapsible dd {
  border:2px solid #FDAF17;
  border-top-width:0;
  background:#F0F0F0;
  padding:0;
  width:456px;
  position:relative;
  top:-2px;
}
dl.collapsible td {
  border-collapse:collapse;
}
dl.collapsible th {
  background:#dedede;
}
dl.collapsible table {
  margin-bottom:1.4em;
}
.collapsible-content {
  padding:0px 20px 10px 28px;
}
dl.collapsible th, dl.collapsible td {
  border:1px solid #ccc;
  padding:7px;
  text-align:center;
  position:relative;
  overflow:visible;
}
.dialog {
  text-align:left;
  border:2px solid #fff;
  position:absolute;
  width:290px;
  padding:10px;
  background:#e9ce8a;
  z-index:2;
}
.dialog h3 {
  margin-bottom:0.2em;
  color:#072769;
}
.dialog ul {
  margin-bottom:0;
}
.dialog .close {
  display:block;
  position:absolute;
  top:5px;
  right:5px;
  width:15px;
  height:15px;
  background:url(../images/priority/btn_close.gif);
}
/*meet out team*/
.meet-team {
  float:left;
  padding-right:5px;
}
.content-sub-inner h2 {
   background-color: #DEDEDE;
    border: 0 none;
    font-size: 1.1em;
    line-height: 1.8em;
   
    padding: 0 0 0 7px;
}

#content .content-sub-inner .banners h2 {
    background-color: #FFFFFF !important;
    border: 0 none;
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 0 0 0 7px;
}

.issue_info a{
   float: right;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
}
.meet-team-content {
  float:left;
}
/*PRIVATE PAGES CSS*/
body.private {
  background-image:url(../images/private/bg_main.jpg);
}
.private h1 {
  border-color:#999;
}
.private h2 {
  background-color:#dedede;

  border:0px;
  margin:20px 0 5px;
  font-size:1.1em;
  padding:0 0 0 7px;
  line-height:1.8em;
}
.private h3 {
  color:#072769;
  margin:0 0 5px;
}
.private strong.navy {
  color:#072769;
}
.private #nav ul li.first a:hover, .private #nav ul li.selected.first a {
  background-image:url(../images/private/tab_home_silver.jpg);
}
.private #nav ul li:hover, .private #nav ul li.hover, .private #nav ul li.selected {
  background-image:url(../images/private/bg_navisilver.jpg);
}
.private #nav ul ul {
  top:32px;
  background-image:url(../images/private/subnav_bg.jpg);
}
.private #nav ul.last-hovered, .private #nav ul.last-selected {
  background-image:url(../images/private/tab_end_silver.jpg);
}
.private #subnav ul li:hover a, .private #subnav ul li.hover a, .private #subnav ul li.selected a, .private #subnav ul a:hover {
  background-color:#CCC;
}
.private #subnav ul ul {
  padding:0;
}
.private #subnav li li a:hover, .private #subnav li li.selected a {
  background-color:#dedede!important;
}
.private #subnav li li {
  padding-top:0;
}
.private #subnav li li a {
  padding:8px 5px 8px 30px!important;
}
.private #research_form label, .private #research_form .jqTransformInputWrapper, .private #research_form #research, .private #research_submit {
  float:left;
}
.private #research_form .jqTransformInputWrapper, .private #research_form #research {
  width:220px;
  margin:0 10px 0 5px;
}
.private #research_submit {
  background-color:#072769;
  color:#fff;
  border:0;
  font-size:1em;
  padding:0 10px;
  line-height:1.8em;
  display:block;
}
.private .issue_info {
  position:relative;
}
.private .issue_info li {
  background:url(../images/bullet01.gif) left 5px no-repeat;
}
.private .issues {
  margin-bottom:0;
}
.private .issues li.download {
  width:150px;
  float:left;
}
.private .issues li.archive {
  float:right;
}
.private .issues li.archive a.view_archive {
  float:left;
}
.private .issues li.archive form {
  float:left;
  width:150px;
  margin:-3px 0 0 10px;
}
.private .issues li.archive form .jqTransformSelectWrapper, .private .issues li.archive form ul {
  width:50px!important;
}
.private .issues li.archive form div.jqTransformSelectWrapper {
  margin-right:5px;
}
.private .memo {
  z-index:20;
  width:200px;
  margin-top:10px;
  background-color:#ccc;
  border:3px solid #fff;
  padding:10px;
  right:-50px;
  bottom:-40px;
}
.private .hr {
  margin:20px 0;
}
/* -START- Added new CSS for private banking on APR24 */

.private .contact-private-banker {
  display:block;
  background:url(../images/private/btn_contact_banker.jpg);
  width:181px;
  height:24px;
  text-indent:-9999em;
}
.private .bullet {
  background:url(../images/bullet02.gif) left 3px no-repeat;
  padding-left:14px;
}
.private .homepage-masthead {
  position:absolute;
}
.private h2.masthead-subtitle {
  float:left;
  width:165px;
  color:#000;
  font-size:1.2em;
  background:none;
  line-height:normal;
  margin:0;
  padding:0;
}
.private .homepage-masthead-links {
  margin-top:-10px;
  margin-bottom:-10px;
}
.private .homepage-masthead-links ul {
  margin-bottom:0;
}
.private #news-content {
  width:568px;
  float:left;
}
.private #news-content a {
  background:none!important;
  position:absolute;
}
.private .news-nav {
  float:right;
  margin:3px 3px 0 0;
}
.private #aside-content .section ul.links li {
  padding:0 10px 0 14px;
  background:url(../img/bullet02.gif) left 4px no-repeat;
  float:left;
}
.private #aside-content .section p {
  margin:0;
  margin-top:3px;
}
.private #tab-1 h3 {
  color:#072769;
  margin-bottom:8px;
}
.private .news-nav .prev, .private .news-nav .next {
  width:17px;
  height:17px;
  display:block;
  float:left;
  text-indent:-999em;
  overflow:hidden;
  background:url(../images/arrow_buttons.png) left top no-repeat;
  margin:0px 3px;
  display:inline;
}
.private .news-nav .next {
  background-position:left -17px;
}
.private .news-nav .prev:hover {
  background-position:-17px top;
}
.private .news-nav .next:hover {
  background-position:-17px -17px;

}
.private div.pod h3 {
  border-bottom:1px solid #d3d3d3;
  padding-bottom:2px;
  margin:0 0 5px;
}
.private div.pod ul {
  margin-bottom:10px;
}
.private div.pod-set {
  padding:0;
}
.private .homepage-masthead ul, .link-set ul {
  color:#072769;
  width:175px;
  margin-left:0;
  list-style:none;
}
.private .private-masthead-links {
  margin-bottom:0;
}
.private .banners-nav li.activeSlide a {
  background:#abacb0;
  color:#fff;
}
.private .pod img {
  float: right;
  margin-top: 5px;
}
.private div.pod {
  padding-bottom:0;
}
.homepage h2 {
  border-bottom: medium none;
  display: block;
  font-size: 1.273em;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom:0 0 0 0.1em;
  background:none;
  line-height:inherit;
}
.homepage div.promotions-pods div.pod h3 {
  border-bottom:1px solid #133170 !important;
}
.homepage div.pod ul {
  list-style:none;
}
.homepage div.pod-set div.last {
  margin-right:0;
}
.homepage div.pod ul a {
  font-weight:normal;
}
.homepage div.pod p {
  margin-bottom:0.3em;
}
.learn-more-content ul li {
  background: url("../images/bullet02.gif") no-repeat scroll left 4px transparent;
  color: #072769;
  padding-left: 14px;
  float:left;
}
.private .sub-content ul {
  color: #072769;
  list-style: none outside none;
  margin-left: 0;
  margin-bottom:inherit;
  display:block;
  padding:0 0 0 11px;
}
.homepage .sub-content p {
  padding:0 0 0 11px;
}
.private .sub-content h2 {
  font-size: 1.273em;
  font-weight: bold;
  margin-bottom: 15px;
  padding:0 0 0 11px
}
.section .signout {
  float: right;
}
.section .future-investment {
  float:left;
  margin-right:5px;
}
.section .future-investment-content li {
  margin-left:74px;
}
.section div p {
  margin-bottom:3px;
}
.learn-more-content {
  float:right;
  width:350px;
}
.sub-content .learn-more-content ul {
  float:left;
  width:45%;
}
.sub-content .learn-more-content ul li {
  float:none;
}
.sub-content .learn-more-content p {
  margin-bottom:4px;
  line-height:0.9em;
}
.learn-more-img {
  float:left;
  margin-left:11px;
}
.statement-online {
  color: #072769;
  list-style: none outside none;
  margin-left: 0;
}
.statement-online li {
  background: url("../images/bullet02.gif") no-repeat scroll left 4px transparent;
  color: #072769;
  padding:0 14px;
  float: left;
}
/* -END- Added new CSS for private banking on APR24 */

/* -START- Added new CSS for INVESTOR PAGES on APR24 */

/*INVESTOR PAGES CSS*/
.investor .bullet {
  background:url(../images/bullet02.gif) left 3px no-repeat;
  padding-left:14px;
}
.investor .homepage-masthead {
  position:absolute;
}
.investor .masthead-subtitle {
  float:left;
  width:165px;
  color:#000;
  font-size:1.2em;
}
.investor .homepage-masthead-links {
  margin-top:-10px;
  margin-bottom:-10px;
}
.investor .homepage-masthead-links ul {
  margin-bottom:0;
}
.investor #news-content {
  width:568px;
  float:left;
}
.investor #news-content a {
  background:none!important;
  position:absolute;
}
.investor .news-nav {
  float:right;
  margin:3px 3px 0 0;
}
.investor #aside-content .section ul.links li {
  padding:0 10px 0 14px;
  background:url(../images/bullet02.gif) left 4px no-repeat;
  float:left;
}
.investor #aside-content .section p {
  margin:0;
  margin-top:3px;
}
.investor #tab-1 h3 {
  color:#072769;
  margin-bottom:8px;
}
.investor .add-to-calendar-btn {
  margin-bottom:20px;
  display:block;
  background:url(../images/investor/btn_add_cal.jpg);
  width:114px;
  height:22px;
  text-indent:-9999em;
}
.investor #tab-1 p {
  margin-bottom:8px;
}
.investor td {
  font-weight: 400;
  padding:3px 10px 3px 8px;
  text-align: left;
  vertical-align: top;
  border-bottom:solid 1px #dedede;
}
.investor td a {
  background:url(../images/bullet01.gif) left 6px no-repeat;
  padding-left:10px;
}
.investor td.last {
  border-bottom:none;
}
.investor tr:last-child td {
  border-bottom:none;
}
.investor caption {
  background-color:#dedede;
  border-bottom:none;
  padding:4px 10px 3px 8px;
}
.investor .download-all-btn {
  margin-left:8px;
  display:block;
  float:left;
  background:url(../images/investor/btn_download_all.jpg);
  width:92px;
  height:22px;
  text-indent:-9999em;
}
.investor .news-nav .prev, .investor .news-nav .next {
  width:17px;
  height:17px;
  display:block;
  float:left;
  text-indent:-999em;
  overflow:hidden;
  background:url(../images/arrow_buttons.png) left top no-repeat;
  margin:0px 3px;
  display:inline;
}
.investor .news-nav .next {
  background-position:left -17px;
}
.investor .news-nav .prev:hover {
  background-position:-17px top;
}
.investor .news-nav .next:hover {
  background-position:-17px -17px;
}
.investor .pod-set {
  padding-bottom:0;
}
.investor .pod {
  padding-bottom:0;
}
.investor .pod ul {
  float:left;
  margin-bottom:0;
  width:180px;
}
.investor .pod img {
  float:right;
  margin-top:5px;
}
.investor .img_pad {
  margin-bottom:5px;
}
.sub .results-year-selection {
  margin-bottom:15px;
}
/* -END- Added new CSS for INVESTOR on APR24 */

/* -START- Added new CSS for TREASURY PAGES on APR24 */

/*TREASURY PAGES CSS*/
.treasury .market-snapshot {
  font-size:0.8em;
  width:100%;
  font-family:Arial, Helvetica, sans-serif;
}
.treasury .market-snapshot .decrease {
  color:#BC453D;
}
.treasury .market-snapshot .increase {
  color:#00A702;
}
.treasury .pod {
  padding-bottom:0;
}
.treasury .pod-set {
  padding-bottom:0;
}
.treasury .pod h3 {
  color:#072769;
}
.treasury .pod img {
  float: right;
  margin-top: 5px;
}
.treasury .contact-us p {
  margin:0 0 0.4em;
}
.treasury .economic-insights a {
  background: url("../images/bullet01.gif") no-repeat scroll left 6px transparent;
  padding-left: 10px;
  float:right;
}
.market-snapshot td {
  padding-right: 7px;
  border-bottom:solid 1px #8c8b90;
}
.market-snapshot .market-snapshot-first {
  background-color:#ced8e1;
}
.market-snapshot .market-snapshot-last td {
  border-bottom:none;
}
.market-snapshot a {
  text-decoration:underline;
  color:#072769;
  font-weight:bold;
}
/*.treasury .homepage-masthead ul, .link-set ul { color:#072769; float:left; width:48%; margin-left:0; list-style:none; padding-right:6px; }
*//*.treasury div.pods { margin-top:18px;}*/

.investor_banners {
  height:190px;
  overflow:hidden;
}
.treasury .investor_banners p {
  margin: 0 0 0.3em;
}
.treasury .investor_banners ul {
  margin-bottom: 0;
}
.treasury .homepage-masthead {
  background:#fff;
  padding-bottom:15px;
  padding:10px 340px 10px 20px;
  background-position:right top;
  background-repeat:no-repeat;
  width:335px;
}
.treasury #subnav li li a:hover, .treasury #subnav li li.selected a {
  background-color: #f9e2b4 !important;
}
.treasury #subnav ul ul {
  padding: 0;
}
.treasury #subnav li li {
  padding-top: 0;
}
.treasury #subnav li li a {
  padding: 8px 5px 8px 30px !important;
}
.treasury .download-all-btn {
  margin-left:8px;
  display:block;
  float:left;
  background:url(../img/treasury/btn_download_all.gif);
  width:92px;
  height:22px;
  text-indent:-9999em;
}
.treasury caption {
  background-color: #DEDEDE;
  border-bottom: medium none;
  padding: 4px 10px 3px 8px;
}
.treasury .newsletters td {
  border-bottom: 1px solid #DEDEDE;
  font-weight: 400;
  padding: 3px 10px 3px 8px;
  text-align: left;
  vertical-align: top;
}
.treasury .online-fx a, .treasury .economic-insights a {
  background: url("../images/bullet01.gif") no-repeat scroll left 6px transparent;
  padding-left: 10px;
  float:right;
}
.treasury .online-fx p, .treasury .economic-insights p {
  margin: 0 0 0.3em;
}
.treasury .newsletters td a {
  background: url("../images/bullet01.gif") no-repeat scroll left 6px transparent;
  padding-left: 10px;
}
/* -END- Added new CSS for TREASURY on APR24 */

/* Newly added - for Main navigation */
#nav ul ul {
  display:none;
  position:absolute;
  background:#0D0192;
  left:0;
  width:950px;
  line-height:23px;
  font-size:0.95em;
  border: medium none;
  font-size: 0.95em;
  height: 23px;
  left: 0;
  top: 26px;
}
#nav ul #personal ul {
  background: none repeat scroll 0 0 #0D0192;
  
}
#nav ul #priority ul {
  background-image:url(../images/subnav_bg.jpg) no-repeat;
}
#nav ul #private ul {
  background-image:url(../images/subnav_bg1.jpg);
}
#nav ul #business ul {
  background: none repeat scroll 0 0 #0D0192;
}
#nav ul #corporate ul {
  background: none repeat scroll 0 0 #0D0192;
}
#nav ul #investor ul {
  background: none repeat scroll 0 0 #0D0192;
}
#nav ul #other ul {
  background: none repeat scroll 0 0 #0D0192;
}
#nav ul li#personal:hover, #nav ul li#personal.hover, #nav ul li#personal.selected {
  background-image:url(../images/bg_naviyellow.jpg);
}
#nav ul li#priority:hover, #nav ul li#priority.hover, #nav ul li#priority.selected {
  background-image:url(../images/bg_navigold.jpg);
}
#nav ul li#private:hover, #nav ul li#private.hover, #nav ul li#private.selected {
  background-image:url(../images/bg_navisilver.jpg);
}
#nav ul li#business:hover, #nav ul li#business.hover, #nav ul li#business.selected {
  background-image:url(../images/bg_naviyellow.jpg);
}
#nav ul li#corporate:hover, #nav ul li#corporate.hover, #nav ul li#corporate.selected {
  background-image:url(../images/bg_naviyellow.jpg);
}
#nav ul li#investor:hover, #nav ul li#investor.hover, #nav ul li#investor.selected {
  background-image:url(../images/bg_naviyellow.jpg);
}
#nav ul li#other:hover, #nav ul li#other.hover, #nav ul li#other.selected {
  background-image:url(../images/bg_naviyellow.jpg);
}
/*#nav ul li#other, #nav ul li#other, #nav ul li#other ul li { float:right;}*/

/* For IE 6 */
* html #nav ul li#priority a:hover {
  background-image:url(../images/bg_navigold.jpg);
}
* html #nav ul li#private a:hover {
  background-image:url(../images/private/bg_navisilver.jpg);
}
/* Newly added - for Main navigation */

.investor_banner ul {
  width: 165px;
  padding:0px;
  list-style: none outside none;
  margin: 0px;
}
.investor_banner p {
  width: 325px;
}
/* Newly added - for Calculator */

.calculator-link {
  margin-top:10px;
  display:block;
  background:url(../images/Calculate.gif);
  width:76px;
  height:20px;
  text-indent:-9999em;
}
/*Newly added - for Meetan agent */
.meet-an-agent {
  margin-top:10px;
  display:block;
  background:url(../images/meet_an_agent2.gif);
  width:114px;
  height:24px;
  text-indent:-9999em;
}
/*Added for tables*/

/* Added new global personal table style */
#contentCarRental table.general td, #content table.general th {
  border: 1px solid #CCCCCC;
}
#contentCarRental table {
  border-collapse: collapse;
  width: 100%;
}
table.general {
  margin-bottom: 10px;
}
.general th {
  background-color: #0E1B42;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}
.general td {
  font-weight: bold;
  padding-left: 3px;
  text-align: left;
  vertical-align:middle;
}
tr.row2 {
  background-color: #FFFFFF;
}
#box {
  position:absolute;
  z-index:10000;
  top:30px;
  left:50px;
}
/* media center */
#content.sub.mediaCentre {
  width:694px;
  padding:20px 0px 0 0;
  background:url(../images/bg_mediaCenter.gif) left top no-repeat;
  margin-left:4px;
}
#content.sub.mediaCentre h4 {
  font-size:12px;
}
#content.sub.mediaCentre h4.ttl {
  font-size:14px;
  margin-bottom:0.25em;
}
.monthyear {
  background-color:#e2e2e2;
  float:left;
  padding:4px 0 4px 0;
  width:100%;
}
.media-content-sub-inner {
  width:655px;
  overflow:hidden;
  padding:0 20px;
}
.monthyear label, .monthyear div.section {
  float:left;
}
.monthyear label {
  color:#333;
  padding:2px 7px 0 11px;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
}
.monthyear div.section .aside-field {
  margin-bottom:0px;
}
.monthyear div.section .aside-field .jqTransformSelectWrapper {
  width:122px !important;
}
.monthyear div.section .aside-field .jqTransformSelectWrapper ul {
  width:119px !important
}
.filteredContent div.hr {
}
.filteredRes {
  clear:both;
  margin:0px;
  padding:0px;
}
.filteredResDes div {
  float:none;
  margin:0;
}
.media-select-label {
  margin-left:21px;
}
.filteredResDes div span {
  font-size:11px;
  color:#898989
}
.filteredResDes div p.resSubtext {
  font-size:12px;
  margin-bottom:0;
  line-height: 16px;
}
.filteredResDes div p.more {
  float:right;
  margin-bottom:0;
pos ition:relative;
  top:-6px;
}
.filteredResDes div.twoLineRes {/*width:650px;*/
}
.filteredResDes div.twoLineRes p.resSubtext {
  line-height:19px;
}
ul.pagination {/*float:right;*/
  clear:both;
  list-style:none;
}
ul.pagination li {
  float:left;
}
ul.pagination a {
  float:left;
  text-decoration:none;
}
ul.pagination a.goto_previous {
  background:url(../images/bullet03.gif) no-repeat 29px 6px;
  color:#072769;
  padding-right:13px;
  margin:0;
}
ul.pagination a.goto_next {
  background:url(../images/bullet01.gif) no-repeat 3px 5px;
  color:#072769;
  padding-left:13px;
  padding-right:0;
  margin:0;
}
ul.pagination li a {
  background-color:#FFF;
  color:#000;
  margin:0 3px;
  padding:0 5px;
  float:left;
}
ul.pagination li a.active {
  background-color:#fcb600;
  color:#fff;
  cursor:default;
}
ul.pagination a.inactive_next {
  background:url(../images/bullet01.gif) no-repeat 3px 5px;
  color:#072769;
  padding-left:13px;
  margin:0;
  cursor:default;
}
ul.pagination a.goto_next.inactive_next {
  background:url(../images/bullet01.gif) no-repeat 3px 5px;
  color:#072769;
  padding-left:13px;
  margin:0;
  cursor:default;
}
ul.pagination a.inactive_prev {
  background:url(../images/bullet03.gif) no-repeat 29px 6px;
  color:#072769;
  padding-right:13px;
  margin:0;
  cursor:default;
}
ul.pagination a.goto_previous.inactive_prev {
  background:url(../images/bullet03.gif) no-repeat 29px 6px;
  color:#072769;
  padding-right:13px;
  margin:0;
  cursor:default;
}
#footer-New {
  clear:both;
  height: auto;
  background-color:#0e1b42;
  margin-bottom:15px;
  background-image:none;
  margin-bottom:0px;
  padding-bottom:10px;
}
.footer-Title p {
  font-size:11px;
  color:#FFF;
  width:145px;
  font-weight:bold;
  margin: 5px 0 0 10px;
  float:left;
}
.footer-Title {
  background-color: #fdaf17;
  height: 30px;
  margin-top: 10px;
  width:auto;
}
.footerLinks {
  width:145px;
  margin: 5px 0 0 10px;
  float:left;
}
.footerLinks ul {
  margin-left:8px;
}
.footerLinks ul li {
  font-size:11.5px;
  color:#FFF;
  list-style-image:url(../images/li-footer.png);
  margin-left:0px;
}
.footerLinks li a {
  color:#FFF;
  text-decoration:none;
}
.footerLinks li a:hover {
  color:#FFF;
  text-decoration:underline;
}
.footerCopyrights {
  background-image:url(../images/bg_footer_450.jpg);
  background-repeat:no-repeat;
  /*height:41px;*/
  color:#FFF;
  /*font-size:11px;*/
  text-align:right;
  width:930px;
  /*padding: 13px 10px;*/
  
  
  font-size: 0.9em;
  height: 30px;
  line-height: 10px;
  padding: 13px 10px;
}
#footerCopyrights ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#footerCopyrights ul li {
  border-right: 1px solid #FFFFFF;
  float: left;
  padding: 0 7px 0 8px;
}
#footerCopyrights ul li.last, #footerCopyrights ul li:last-child {
  border: medium none;
}
#footerCopyrights ul li.last, #footerCopyrights ul li:last-child {
  border: medium none;
}
#footerCopyrights ul li {
  border-right: 1px solid #FFFFFF;
  float: left;
  padding: 0 7px 0 8px;
}
#footerCopyrights a, #footerCopyrights a:visited, #footerCopyrights a:hover {
  color: #FFFFFF;
}
#footer-copyright {
  /*margin-right:10px;*/
}
/* Common classes */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */

.clear {
  clear:both;
}
#percentages {
  float: left;
  border: 1px solid #CCCCCC;
  color: #666666;
  height: 37px !important;
  line-height: 34px !important;
}
#percentages .news-label {
  float:left;
  background: #092769;
  color: #FFFFFF;
  font-size: 1em;
  padding-top:2px;
  width:100px;
  margin:0;
}
#percentages .news-label a {
  background: none repeat scroll 0 0 #092769;
  color: #FFFFFF;
  float: left;
  font-size: 1em;
  height: 23px;
  line-height: 10px;
  margin: 2 5px 0 0;
  padding: 12px 20px 0;
}
.per_data {
  float:left;
  width:575px;
}
ul#ticker {
  width: 625px;
  height: 34px;
  overflow: hidden;
  margin:0;
  padding:0 0 0 11px;
  list-style:none;
}
ul#ticker li {
  width: 600px;
  height: 37px;
  margin:0;
  padding:0;
}
#percentages ul {
  width:615px;
  height:37px;
  background: #f0f0f0;
}
ul#ticker li a {
  color: #666;
}
ul#ticker li span {
  display: block;
  color: #072769;
}
ul#ticker li span a {
  display: block;
  color: #072769;
  width:600px;/*padding-bottom:5px;*/
}
.more-news-link {
  text-align:right;
  padding-right:20px;
}
.homepage-masthead h1 {
  font-size: 2.84em !important;
}
.submit {
  margin: 0;
padding:0;
border: 0;
outline: none;
cursor: pointer;
width: 89px;
height: 18px;
font-size: 0;
line-height: 0;
  background:url(../images/btn_search.jpg) no-repeat left top;
}

#crumblist {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0 0 5px 0;
}
#crumblist li {
  list-style: none;
  float: left;
  padding: 0 0 0 5px;
}
.ui-widget-content span {
  display: block;
padding-left:0 !important
}
.ui-widget-content a.plus {
  padding:0 0 0 20px;
display: block;
}
.togglecontent {
}


#pagination li {
  display: inline;
  padding: 0 0 0 6px;
}
#pagination li a {
  background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    display: inline-block;
    padding: 0 4px;
    text-decoration: none !important;
}



/*02-march-2014 Events Calander*/



/* general */
.events-calendar-box {
width:204px;
height:255px;
overflow:hidden;
background: url(../images/event_cal_bg.png) repeat-x top;
_background: url(../images/event_cal_bg_ie6.jpg) repeat-x top;
padding:5px 0;
}
.events-calendar-ttl {
font-size:91.7%;
font-weight:bold;
color:#036;
margin-bottom:4px;
}
.event-cal-sep {
background:#E3E3E3;
margin:0px 5px 3px;
height:1px;
overflow:hidden;
line-height:1px;
}
/* // Months list // */
.events-calendar-box .months {
height:98px;
width:204px;
overflow:hidden;
margin-bottom:7px;
}
.events-calendar-box .months ul{
width:207px;
margin:0;
list-style:none;
}
.events-calendar-box .months ul li{
float:left;
width:66px;
margin:0 3px 3px 0;
padding:0px;
}
.events-calendar-box .months ul li a:link, .events-calendar-box .months ul li a:visited{
width:66px;
height:18px;
*height:17px;
text-align:center;
background:url(../images/event_cal_month_bg.gif) top left no-repeat;
display:block;
padding-top:4px;
*padding-top:5px;
margin:0px;
font-weight:bold;
font-size:100%;
text-decoration:none;
}
.events-calendar-box .months ul li a:hover, .events-calendar-box .months ul li a.selected:link, .events-calendar-box .months ul li a.selected:visited {
/*background:url(../images/event_cal_month_bg.gif) left -22px no-repeat;*/
background: url(../images/event_cal_month_bg.gif) left -22px no-repeat;
color:#fff;
font-weight:bold;
font-size:100%;
text-decoration:none;
}
.events-calendar-box .current-year {
float:left;
color:#666;
font-weight:bold;
font-size:91.7%;
margin:3px 6px 0;
}
.events-calendar-box .more {
float:right;
margin-right:6px;
}
.events-calendar-box .events {
margin:5px 6px;
}
.events-calendar-box .event-block {
clear:both;
}
.events-calendar-box .event-duration{
float:left;
width:30px;
color:#666;
font-size:91.7%;
}
.events-calendar-box .event-title{
float:right;
width:170px;
margin-bottom:2px;
}
/* month scroll left and right */
.month-scroll .current{
width:108px;
}
.month-scroll a.prev:link, .month-scroll a.prev:visited , .month-scroll a.next:link, .month-scroll a.next:visited {
color:#fff;
text-decoration:none;
font-size:116.7%;
font-weight:bold;
line-height:83.3%;
}

/* months scroll panel */
.month-event-scroll {
width:204px;
height:125px;
/*padding-bottom:15px;*/
}
.month-event-scroll .event-block {
height:38px;
}
.month-event-scroll .event-block .img {
float:left;
margin-right:5px;
}
.month-event-scroll .event-block .img img{
width:38px !important;
height:38px !important;
}
.month-event-scroll .event-block .date {
font-size:91.7%;
color:#666;
line-height:1.1em;
}
.month-event-scroll .event-block .title {
font-size:91.7%;
color:#666;
font-weight:bold;
line-height:1.1em;
}


.month-event-scroll .event-block a:link, .month-event-scroll .event-block a:visited {
font-size:91.7% !important;
line-height:1.1em;
}
.month-event-scroll .h-sep-gray{
margin:2px 0px;
clear:both;
}
/* footer buttons */
.event-cal-btns {
margin-top:4px;
}
a.cal-btn:hover
{
  color:#CCC;
}
a.month-btn:hover
{
  color:#CCC;
}
.jScrollPaneContainer {
border-bottom:1px solid #fff;
}
.no-month-data {
height:72px;
padding-top:53px;
text-align:center;
}



.socialhover:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}




