
/* CSS Document*/
/*---Main Common Menu Styles---*/


html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  text-align: left;
  font-size: .8em;
  font-weight: normal;
  color: #666;
  line-height: 1.4em;
}

div { 
  text-align: left;
  margin: 0;
  padding: 0;
}

p { 
  margin: 0;
  padding: 0 0 1em 0;
}

a {
  text-decoration: underline;
  color: #cc0000;
}

a:hover {
  text-decoration: none;
  color: #cc0000;
}

a img, a:hover img, img { 
  border: 0;
}

h1 { 
  font-size: 1.8em;
  color: black;
  padding: 0 0 .4em 0;
  margin: 0;
  line-height: 1.2em;
}

h2 {
  line-height: 1.2em;
  font-size: 1.4em;
  margin: 0;
  padding: .4em 0 0 0;
  font-weight: bold;
  color: black;
  text-align: left;
  clear: both;
}

h3 {
  line-height: 1.2em;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: .6em 0 0 0;
  color: black;
  text-align: left;
}

h4 {
  line-height: 1.2em;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 0;
  color: black;
  text-align: left;
  font-style: italic;
}

ul { 
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  list-style-position: outside;
}

blockquote 
{
  width: 160px;
  float: left;
  border-right: 2px dotted #bcbdc0;
  font-family: Times New Roman;
  font-size: 1.4em;
  margin: 4px 4px 4px 4px;
  padding: 8px 4px 2px 20px;
  font-style: italic;
  background-image: url("/assets/images/quote.gif");
  background-position: 0px 6px;
  background-repeat: no-repeat;
}

blockquote cite { 
  font-size: .7em;
}

div.rightOfQuote { 
  float: right;
  width: 346px;
}



.highlight { 
  color: #cc0000;
  text-decoration: none;
}

.noSpace { 
  margin: 0;
  padding: 0;
}

.containerwhitebox {
  background-color: white;
}

.imageLeft { 
  float: left;
  padding: 0 0 4px 0;
  margin: 2px 6px 6px 0;
  border-bottom: 3px solid #cc0000;
}

.bioText { 
  padding: 0 0 0 103px;
}

.back { 
  clear: both;
}

a:hover .imageLeft { 
  border-bottom: 3px solid #bcbdc0;
}

span#iconPdf { 
  width: 15px;
  height: 16px;
  padding:0 7.5px;
  background-image: url("/assets/images/pdf.gif");
  background-repeat: no-repeat;
}

#fileSupport { 
  padding: 20px 0 0 0;
  clear: both;
}

#logo { 
  padding: 16px 0 4px 0;
  border: 0;
}

.tag { 
  color: #bcbdc0;
  font-size: .8em;
}

.hidden { 
  display: none;
}

div.leftColumn {
  float: left;
  width: 248px;
  padding: 0 10px 0 0;
  background-color: white;
}

div.rightColumn, div.rightColumnUS {
  float: right;
  width: 248px;
  background-color: white;
  padding: 0 0 0 10px;
}

h3.USOfficeRightColumnTitle { 
  padding-top: 8.4em;
}

.contact { 
  padding: 6px 6px 1px 6px;
  margin: 0 0 6px 0;
  background-color: #eee;
}

a.contactLinkActive { 
  background-color: #eee;
  color: #000;
  text-decoration: none;
  padding: 3px 6px 2px 6px;
}

a.contactLink { 
  padding: 3px 6px 2px 0;

}

a.contactLinkActive:hover { 
  color: #aaa;
}

.clear { 
  clear:both;
}

#regionSelectorMap {

}

/*---SpotlightDropdownMenuStyles---*/
.spotlightcontainer {
  font-size: 11px;
  width: 100%;
  margin: 0 auto;
  float: left;
  position: relative;
  z-index: 100;
  top: 0px;
  line-height: 1.2em;
}

.spotlightcontainer .spotlightbuttons {
  color: black;
  position: relative;
  float: right;
  text-align: left;
  background-color: white;
  z-index: 100;
  width: 580px;

  margin-bottom: 0;
}

.spotlightcontainer .spotlightbuttons a {
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.spotlightcontainer .spotlightbuttons a:hover {
  color: #cc0000;
  text-decoration: none;
  background-color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

#nav, #nav ul {
  float: right;
  text-align: left;
  list-style: none;
  margin: 0;
  z-index: 101;
}

#nav a {
  display: block;
  color: black;
  text-decoration: none;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-width: 0;
}

#nav a.prime {
  font-weight: bold;
}

#nav a:hover {
  color: #cc0000;
}

#nav li:hover a.prime {
  text-decoration: none;
  background-color: white;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-weight: bold;
}

#nav li {
  float: left;
  padding: 0;
}

#nav li ul {
  position: absolute;
  right: 0;
  left: -999em;
  height: auto;
  width: 220px;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  border-width: 1px;
  background-color: white;
  white-space: nowrap;
}

#nav li li {
  width: 220px;
  border-bottom: 1px dotted #CCCCCC;
  border-left: 1px solid #666666;
  border-right: 1px solid #CCCCCC;
  background-color: white;
}

#nav li ul a {
  background: white;
  width: 14em;
}

#nav li ul ul {
  background: white;
  color: black;
  margin: -20px 0 0 15px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
  background: white;
}


/*---SPOTLIGHTSON~--------------------------------------------------------------------------------*/
.spotlightON {
  display: block;
  float: right;
  position: relative;
  color: white;
  background-color: #cc0000;
  font-weight: bold;
  text-decoration: none;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-width: 0;
}


/*---GlobalSizingStyles----------------------------------------------------------------------*/
.maincontainer {
  min-height: 100%;
  border: 0;
  text-align: center;
  background-color: white;
  margin-bottom: -39px;
  position: relative;
}

.restrictor {
  position: relative;
  width: 800px;
  margin: 0 auto;
  min-width: 800px;
}


/*---MainRedBodyBarStyles---*/
.mainredblock {
  float: left;
  clear: both;
  width: 100%;
  height: 410px;
  margin: 0 auto 160px auto;
  background-color: #cc0000;

}


/*---ColorbarsAcrossthePageTopStyles---*/
img.topbar {
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
}


/*---HomepageImage(580x400px)Style----------------------------------*/
.homepageimage {
  float: left;
  border: none;
  display: block;
  height: 410px;
}

#officeMapOverlay
{
	position: absolute;
	top: 0;
	z-index: 30;
}

#officeMap
{
	position: absolute;
	z-index: 10;
}


#officeMapRegion
{
	top: 0;
}

#officeLocation {
  position: absolute;
  top: 350px;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  width: 560px;
  height: 1.8em;
  text-align: center;
  padding: 0 20px 0 0;
  z-index: 20;
  display: none;
}


/*---CommonLongShot(580x175px)Styles--------------------------------*/
.longshotimage {
  float: left;
  border: none;
  display: block;
}


/*---BlackStripStyles---*/
.mainblackstrip {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  background-color: black;
  float: left;
}

.maincontainer .rgalogo {
  height: 70px;
  width: 80px;
  float: left;
  margin: 0 auto;
  border: none;
  vertical-align: middle;
  position: relative;
}


/*---NEWLeftMenuStyles-----------------------------------------------------------------*/
.leftnavcontainer {
  float: left;
  margin-top: 20px;
  text-align: left;
  width: 220px;
  /*width of menu*/
  z-index: 50;
  line-height: 1.2em;
}


/*Left Menu Main Buttons*/
.mainnavbuttons, .mainnavbuttonOn, .mainnavbuttonOnWithSubLinks {
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
  border-bottom: 1px solid white;
  font-family: Arial, Helvetica, sans-serif;
}

.mainnavbuttonstop { 
  border-top: 1px solid white; 
  margin-top: 6px
}

.mainnavbuttons a {
  background-image: url("/assets/images/arrowbullet.gif");
  background-repeat: no-repeat;
  background-position: center left;
  /*custom bullet list image*/
  background-color: #cc0000;
  color: white;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  /*link text is indented 19px*/
  text-decoration: none;
}

.mainnavbuttons a:link {
  /*custom bullet list image*/
  background-image: url("/assets/images/arrowbullet.gif");
  background-repeat: no-repeat;
  background-position: center left;
  color: white;
  background-color: #cc0000;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  /*link text is indented 19px*/
}

.mainnavbuttons a:hover {
  color: #cc0000;
  background-image: url("/assets/images/arrowbulletover.gif");
  background-repeat: no-repeat;
  background-position: center left;
  /*custom bullet list image*/
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  /*link text is indented 19px*/
}

.mainnavbuttonSelected a, .mainnavbuttonSelected a:link { 
  background-image: url("/assets/images/arrowbulletopen.gif");
}

.mainnavbuttonSelected a:hover { 
  background-image: url("/assets/images/arrowbulletopenover.gif");
}

/*LeftMenuMainButton: ON~*/

.mainnavbuttonOn a {
  font-family: Arial, Helvetica, sans-serif;
  color: #cc0000;
  background-color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  background-image: url("/assets/images/arrowbulletover.gif");
  background-repeat: no-repeat;
  background-position: center left;
}

.mainnavbuttonOn a, .mainnavbuttonOnWithSublinks a {
  text-decoration: none;
}

.mainnavbuttonOnWithSublinks a {
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #cc0000;
  background-color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  background-image: url("/assets/images/arrowbulletopenover.gif");
  background-repeat: no-repeat;
  background-position: center left;
}


/*LeftMenuWorldwideButtonOpenAuxillary~*/
.wwauxiliary {
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
}

.wwauxiliary a {
  background-image: url("/assets/images/arrowbulletopen.gif");
  background-repeat: no-repeat;
  background-position: center left;
  /*custom bullet list image*/
  background-color: #cc0000;
  color: white;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  /*link text is indented 19px*/
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.wwauxiliary a:link {
  background-image: url("/assets/images/arrowbulletopen.gif");
  background-repeat: no-repeat;
  background-position: center left;
  /*custom bullet list image*/
  color: white;
  background-color: #cc0000;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  /*link text is indented 19px*/
}

.wwauxiliary a:hover {
  color: #cc0000;
  background-image: url("/assets/images/arrowbulletopenover.gif");
  background-repeat: no-repeat;
  background-position: center left;
  /*custom bullet list image*/
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 6px;
  padding-left: 19px;
  /*link text is indented 19px*/
}


/*LeftMenuSubButtons*/
.subnavbuttons {
  font-size: 10px;
  font-weight: bold;
  color: #cc0000;
}

.subnavbuttonsbottom { 
  border-bottom: 1px solid white;
}

.subnavbuttons a {
  background-color: #cc0000;
  color: white;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 30px;
  /*link text is indented 19px*/
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.subnavbuttons a:link {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 30px;
  /*link text is indented 19px*/
  color: white;
  background-color: #cc0000;
  text-decoration: none;
}

.subnavbuttons a:hover {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 30px;
  /*link text is indented 19px*/
  color: #cc0000;
  background-color: white;
}


/*LeftMenuSubButton: ON~*/
.subnavbuttonON {
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #cc0000;
  background-color: white;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 30px;
  /*link text is indented 19px*/
}

.subnavbuttonON a { 
  text-decoration: none;
}


/*---BreadcrumbStyles------------------------------------------------------------*/
.breadcrumbcontainer {
  float: right;
  width: 580px;
  height: 35px;
  background-color: white;
  z-index: 80;
}

.breadcrumbcontainer p a {
  color: #c8c8c8;
  text-decoration: underline;
}

.breadcrumbcontainer p a:hover {
  text-decoration: underline;
  color: #cc0000;
}


/*---HomepageTextContentBoxStyles---*/
.contentboxHOME {
  float: left;
  width: 560px;
  padding: 10px 10px 48px 10px;
}

div.contentboxHOME { 
  position: relative;
  top: -35px;
  background-color: #fff;
}


/*---WorldwideTextContentBoxStyles---------------------------------------*/
div.containercontentboxWW {
  float: left;
  position: absolute;
  width: 560px;
  border: none;
  top: 0px;
  left: 220px;
  z-index: 2;
  overflow: hidden;
}

div.contentboxWW {
  position: relative;
  top: -35px;
  float: left;
  height: 140px;
  width: 548px;
  overflow: auto;
  border: none;
  z-index: 3;
  padding: 10px 10px 0 10px;
  background-color: #fff;
}



/*---ScrollingTextBoxStyles1--------------------------------------------*/
div.mastercontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

div.scrollcontainer {
  position: relative;
  height: 100%;
  width: 800px;
  margin: 0 auto;
  z-index: 1;
}

div.scrollpack {
  float: left;
  position: absolute;
  width: 580px;
  top: 0px;
  left: 220px;
  padding: 0;
  z-index: 2;
  overflow: hidden;
}

div.scroll {
  margin-top: -6px;
  float: left;
  height: 337px;
  width: 560px;
  overflow: auto;
  background-color: white;
  padding: 10px 10px 0 10px;
  z-index: 3;
}


/*---CalloutBoxStyles--------------------------------------------*/
#callout {
  margin-left: 25px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  font-style: italic;
  text-align: left;
}

#callout p {
  font-style: normal;
  font-size: 9px;
  color: #cc0000;
  line-height: 11px;
  padding-top: 15px;
  text-align: left;
  margin-left: 0px;
}


/*---ScrollingTextBoxStyles2--------------------------------------------*/
div.scrollpack2 {
  float: left;
  position: absolute;
  width: 580px;
  border: none;
  top: -4px;
  left: 219px;
  z-index: 2;
  overflow: hidden;
}

div.scroll2 {
  margin-top: -6px;
  float: left;
  height: 287px;
  width: 560px;
  overflow: auto;
  border: none;
  background-color: white;
  padding: 10px 10px 0 10px; 
  z-index: 3;
}


/*---ScrollingTextBoxStyles3--------------------------------------------*/
div.scrollpack3 {
  float: left;
  position: absolute;
  width: 568px;
  border: none;
  top: 0px;
  left: 220px;
  z-index: 2;
  overflow: hidden;
}

div.scroll3 {
  margin-top: -6px;
  float: left;
  height: 537px;
  width: 560px;
  overflow: auto;
  border: none;
  background-color: white;
  padding: 10px 10px 0 10px;
  z-index: 3;
}


/*---ScrollingTextBoxStyles4--------------------------------------------*/
div.scrollconfine4 {
  float: left;
  height: 537px;
  width: 530px;
  border: none;
  background-color: white;
  z-index: 3;
}


/*---ScrollingPressReleases--------------------------------------------*/
div#presscontainer {
  float: left;
  height: 100%;
  width: 543px;
  border: none;
  background-color: white;
  z-index: 3;
}

div.mainreleases {
  float: left;
  width: 330px;
  border: none;
  padding: 0 10px 0 0;
  background-color: white;
}

div.subreleases {
  float: right;
  width: 184px;
  background-color: white;
  padding: 6px 0 0 10px;
  border-left: 1px dotted #CCCCCC;
}

div.subreleases h2 {
  font-family: arial, helvetica, sans-serif;
  padding-top: 17px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: black;
  line-height: 16px;
  margin-left: 0px;
}

div.subreleases p {
  font-family: arial, helvetica, sans-serif;
  margin-top: -2px;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
  line-height: 1.2em;
  margin-left: 0px;
}

div.subreleases a {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #cc0000;
  line-height: 1.3em;
  margin-left: 0px;
  text-decoration: underline;
}

div.subreleases a:hover {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #cc0000;
  line-height: 1.3em;
  margin-left: 0px;
  text-decoration: none;
}


/*---SignatureLineStyles---*/
.signaturestyle {
  text-align: left;
  float: left;
  width: 220px;
  min-height: 140px;
  padding: 20px 0 0 0;
}

.signaturestyle p {
  margin-top: 23px;
  margin-left: 0px;
  margin-right: 25px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  line-height: 24px;
}

.contentstrip {
  float: left;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-color: white;
}

#bottomSpacer { 
  width: 12px;
  background-color: white;
  height: 375px;
  float: left;
  position: absolute;
  left: 568px;
  top: 214px;
}

/*---FooterStyles---*/
.clearFooter { 
  height: 39px;
  clear: both;
}

#footer {
  position: relative;
  width: 100%;
  height: 38px;
  background-color: white;
  border-top: 1px dotted black;
  z-index: 75;
}

.footercontainer {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  z-index: 75;
}

.footercontainer a {
  font-size: 9px;
  text-align: center;
  text-decoration: none;
  padding-right: 2px;
  padding-left: 2px;
  color: black;
}

.footercontainer a:hover {
  text-decoration: underline;
  padding-right: 2px;
  padding-left: 2px;
  color: #cc0000;
}

span.footeractive {
  color: #cc0000;
  font-family: arial, helvetica, sans-serif;
  font-size: 9px;
  text-decoration: underline;
}


/*---GatewayLoginStyles--------------------------------------------*/
div.login1 {
  float: left;
  height: 250px;
  width: 580px;
  border: none;
}

div.login1 p {
  font-family: arial, helvetica, sans-serif;
  margin-left: 25px;
  margin-right: 20px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

div.username {
  margin-left: 25px;
  margin-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: white;
  font-family: arial, helvetica, sans-serif;
}

div.login1 a {
  font-weight: normal;
  color: white;
  text-decoration: underline;
}

div.login1 a:hover {
  color: white;
  text-decoration: none;
}


/*---RGAWorldwidedropdownmenuStyles--------------------------------------------*/
select {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}


div.tel .type { 
  font-weight: bold;
}


/*---Other Styles--------------------------------------------------------------*/
.fn { 


}

.strong { 
  font-weight: bold;
}

.black {
  color: #000;
}

.vcard { 
  margin: 0 0 14px 0;
}

.backImage { 
  vertical-align: middle;
}

.textImage { 
  vertical-align: middle;
}

.blockQuote { 
  margin-left: 15px;
}

.director { 
  margin: 0 0 10px 0;
}

.report { 
  clear: both;
  padding-top: 20px;
}

.proxy { 
  padding-top: 20px;
  clear: both;
}

.floatRightList { 
  margin-left: 150px;
}

.address { 
  margin-left: 40px;
  margin-bottom: 20px;
}