/* CSS Document */

body
{
  font-family: 'Museo', Arial, Helvetica, sans-serif;
  font-size: 75%;
  margin: 0;
  padding: 0;
}

.ie8 body
{
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper
{
  margin: 0 auto;
  width: 980px;
}

#advertTopBannerWrapper
{
  background-color: #f7f8f8;
  background-color: #ffffff;
  margin: 0 0 20px 0;
  padding: 4px;
}

#advertTopBannerWrapper div.banner
{
  height: 90px;
  margin: 0 auto; /* Centrally aligns the ad banner. */
  width: 728px;
}

header h1#logo a
{
  background-image: url(/images/logo.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 0;
  margin: 0 0 0 20px;
  overflow: hidden;
  padding: 65px 0 0 0;
  width: 612px;
}

#heading
{
  display: block;
  left: auto;
  padding: 20px;
  position: absolute;
  top: auto;
}

/* Main Navigation */

#heading nav ul
{

}

#heading nav ul li
{
  float: left;
}

#heading nav ul li a
{
  display: block;
  background-image: url(/images/navArrowBg.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  font-size: 1.167em;
  line-height:2em;
  /*min-height: 2em;*/
  padding: 0 15px 0 15px;
}

#heading nav ul li:first-child a
{
  padding-left: 0;
}

#heading nav ul li.active a, #heading nav ul li a:hover
{
  background-position: right top;
  /*color: #f37012;*/
}

#heading nav ul li.active a:hover
{
  color: #005a96;
}

#heading nav ul li ul
{
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  display: block;
  left: -10000px;
  /*left: 20px;*/ /* COMMENT OUT */
  padding: 26px 30px 0 30px;
  position: absolute;
  top: auto;
  width: 690px;
  z-index: 999;

  -moz-opacity: 0.95;
  opacity: 0.95;
}

.ie9 #heading nav ul li ul
{
  filter: alpha(opacity=95);
}

#heading nav ul li:hover > a
{
  background-position: right top;
  color: #f37021;
}

#heading nav ul li:hover ul
{
  left: 20px;
}

#heading nav ul li ul li
{
  color: #005a96;
  float: left;
  font-size: 1.167em; /* 14px */
  font-weight:bold;
  padding: 6px 0 12px 0;
  width: 230px;
}

#heading nav ul li ul li:hover
{
  color: #f37021;
}

#heading nav ul li ul li.clearfloat
{
  clear: left;
}

#heading nav ul li ul li a
{
  background-image: none;
  cursor: pointer;
  font-size: 0.917em !important; /* 11px */
  font-weight: lighter;
  line-height: 1.5em;
  padding-left: 0;
}

#heading nav ul li ul li a.navHeading
{
  /*float: left;*/
  display:inline;
  font-size: 1.167em !important; /* 14px */
  font-weight:bold;
  padding: 6px 0 12px 0;
  width: 230px;
}

#heading nav ul li ul li ul
{
  border: none;
  padding: 10px 0 0 0;
  position: static;
  width: 230px;
}

#heading nav ul li ul li ul li
{
  font-size: 0.917em !important; /* 11px */
  padding: 1px 0;
}

#heading nav ul li ul li ul li a, #heading nav ul li ul li ul li, #heading nav ul li ul li ul li.dropdown span, #heading nav ul li ul li a.noChild
{
  background-image: none;
  cursor: pointer;
  font-size: 0.917em !important; /* 11px */
  font-weight: lighter;
  line-height: 1.5em;
  padding-left: 0;
}

#heading nav ul li ul li ul li.dropdown
{
  margin: 1px 125px 0 0;
  padding: 0;
  position: relative;
  width: 105px;
}

#heading nav ul li ul li ul li.dropdown span, #heading nav ul li ul li ul li.dropdown a span
{
  background-image: url(/images/navSubMenuArrowBg.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 15px;
}

.ie7 #heading nav ul li ul li ul li.dropdown span
{
  display: block;
}

#heading nav ul li ul li ul li:hover
{
  background-position: right top;
  color: #f37021;
}

#heading nav ul li ul li ul li.dropdown:hover span
{
  background-image: url(/images/navSubMenuArrowBg.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

#heading nav ul li ul li ul li ul
{
  background: none !important;
  display: block;
  left: -10000px !important;
  /*left: auto !important;*/ /* COMMENT OUT */
  margin: -17px 0 0 105px;
  padding: 0;
  /*padding: 0 0 0 105px;*/
  position: absolute;
  /*top: 0;*/
  width: 125px;
}

.ie7 #heading nav ul li ul li ul li ul
{
  background-color: #ff0000;
  margin: -40px 0 0 105px;
  padding-left: 5px;
}
 
#heading nav ul li ul li ul li:hover ul
{
  left: auto !important;
}

#heading nav ul li ul li ul li ul li
{
  padding: 0;
  width: 125px;
}

#heading nav ul li ul li ul li ul li a
{
  font-size: 0.833em !important;
  padding: 0;
}

.ie8 #heading nav ul li ul li ul li ul li a
{
  font-family: Arial, Helvetica, sans-serif;
}

/* search box */

#heading form
{
  display: block;
  left: 440px;
  margin: 0;
  position: absolute;
  top: auto;
  width: 192px;
} 

#heading form input
{
  border: 1px solid #c3c3c3;
  color: #3e3e3e;
  display: block;
  float: left;
  font-size: 0.833em; /*10px*/
  line-height: 2.1em; /* 21px */
  margin: 0;
  min-height: 21px;
  padding: 0 5px;
  width: 158px;
}

#heading form button
{
  background-color: #f37021;
  border: none;
  display: block;
  float: left;
  height: 23px;
  margin: 0;
  padding: 0;
  width: 22px;
}

.ie7 #heading form button
{
  background-image: url(/images/searchArrowBg.gif);
}

#heading form button span
{
  background-image: url(/images/searchArrowBg.gif);
  border: 1px solid #c3c3c3;
  border-left: none;
  display: block;
  height: 0px;
  overflow: hidden;
  padding: 21px 0 0 0;
  width: 21x;
}

.ie7 #heading form button span
{
  background: none;
  border: none;
  padding: 0;
}

#heading section#helpline
{
  background-color: #ffffff;
  border:1px solid #c3c3c3;
  display: block;
  height: 105px;
  left: 650px;
  padding: 3px;
  position: absolute;
  top: -40px;
  width: 300px;
  z-index: 10;
}

#heading section#helpline div
{
  background-color: #f7f8f8;
  background-image: url(/images/helplineBg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 105px;
  padding: 0px 0 0 70px;
  position: relative;
  z-index: 1;
}

#heading section#helpline a::after {
    content: attr(data-domain);
} 

#heading section#helpline a::before {
    content: attr(data-user);
} 


#heading section#helpline div.padd
{
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  cursor: pointer;
  padding: 0 0 0 80px;
  z-index: 1;
	height: 60px;
}

#heading section#helpline h1, #heading section#helpline h3
{
  padding-left: 0;
}


#heading section#helpline a, #heading section#helpline a:hover
{
  color: #3e3e3e;
  margin-left: 0;
}

#heading section#helpline p
{
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: left;
	font-size: 11px;
}

#heading section#helpline div.boxShadow
{
  /*position: absolute;*/
} 

#banner {
  width:490px;
  min-height:195px;
  /*background-image:url(/images/bannerBg.jpg);*/
  padding:60px 20px 0 470px;
  margin:58px 0 0 0;
  display:block;
  position:relative;
}

#banner h1, #banner h3 {
  position:relative;
  z-index:9;
}


.ie7 #banner {
  padding-top:120px;
  background-position:0 60px;
  background-repeat:no-repeat;
}

#banner div.slideshow {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:980px;
  height:255px;
}

#banner div.slideshow div {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:980px;
  height:255px;
  /*z-index:1;*/
}

/*
#banner
{
  background-image: url(/images/bannerBg.jpg);
  display: block;
  margin: 58px 0 0 0;
  min-height: 195px;
  padding: 60px 20px 0 470px;
  width: 490px;
}

.ie7 #banner
{
  background-position: 0 60px;
  background-repeat: no-repeat;
  padding-top: 120px;
}
*/

header .shadow
{
  background-image: url(/images/bannerShadow.jpg);
  height: 9px;
  width: 980px;
}

header .noBanner
{
  height: 0;
  padding-top: 82px;
  width: 980px;
}

/* News ticker */

#newsWrapper
{
  display: block;
  height: 42px;
  margin: -9px 0 0 0;
  overflow: hidden;
  padding: 0 20px;
}

hr.newsWrapper
{
  padding: 0;
}

#newsWrapper ul
{
  display: block;
  float: left;
  height: 42px;
  list-style: none;
  overflow: hidden;
  width: 690px;
}

#newsWrapper ul li
{
  float: left;
  width: 780px;
}

#newsWrapper ul li a
{
  color: #9c9c9c;
  font-size: 0.917em; /* 11px */
  font-style: italic;
  font-weight: lighter;
  line-height: 3.818em;
}

#newsWrapper ul li a span
{
  font-style: normal;
  font-weight: bold;
}

#newsWrapper ul li a:hover
{
  color: #3e3e3e;
}

#socialMedia 
{
  display: block;
  float: left;
  height: 26px;
  padding: 8px 0;
  text-align: right;
  width: 250px;
}

#socialMedia a 
{
  margin: 0 5px;
}

#socialMedia a img 
{
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#socialMedia a:hover img
{
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

/* Main body section */

#main
{
  padding: 20px;
}

#boxAdvert, .boxAdvert
{
  display: block;
  height: 250px;
  margin-bottom: 20px;
  width: 300px;
}

#relatedLinks, .sideLinks
{
  background-color: #f7f8f8;
  border: 1px solid #c3c3c3;
  margin: 0;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

#relatedLinks nav, .sideLinks nav
{
  position: relative;
  z-index: 1;
}

#relatedLinks nav a, .sideLinks nav a
{
  line-height: 1em;
  margin: 0 0 15px 0;
}

#relatedLinks div.boxShadow, .sideLinks div.boxShadow
{
  margin: 0 -11px -13px 0;
}

/* Footer Section */

footer
{
  clear: both;
  display: block;
}

footer section#footerTop
{
  background-color: #f7f8f8;
  display: block;
}

footer section#footerTop #footerInnerWrapper
{
  margin: 0 auto;
  padding: 0 0 10px 0;
  width: 940px;
}

footer section#footerTop nav
{
  display: block;
  float: left;
  padding: 0 20px 0 0;
  width: 300px;
}

footer section#footerTop nav ul
{
  display: block;
  list-style: none;
  width: 300px;
}

footer section#footerTop nav ul li
{
  display: block;
  float: left;
  padding: 0 0 10px 0;
  width: 300px;
}

footer section#footerTop nav ul li:last-child
{
  padding: 0;
}

footer section#footerTop nav ul li a
{
  display: block;
  background-color: #005a96;
  background-image: url(/images/arrowDownBg.png);
  background-position: 260px 0px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 1.167em;
  line-height: 2.5em;
  padding: 0 20px;
}

footer section#footerTop nav ul li:hover a
{
  background-color: #f37021;
  /*background-position: 260px -35px; */
}

footer section#footerTop nav ul li ul
{
  background-color: #ffffff;
  border: 1px solid #c3c3c3;
  display: block;
  left: -10000px;  
  padding: 10px;
  position: absolute;
  top: auto;
  width: 278px;
  
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  opacity: 0.95;
}

footer section#footerTop nav ul li:hover ul
{
  left: auto;
}

footer section#footerTop nav ul li ul li
{
  float: none;
  padding: 0;
  width: 278px;
}

footer section#footerTop nav ul li ul li a
{
  background: none !important;
  color: #3e3e3e;
  font-size: 1em;
  font-weight: lighter;
  line-height: 1.5em;
  padding: 0;
}

footer section#footerTop nav ul li ul li a:hover
{
  color: #f37021;
}

footer section#footerTop section.right
{
  background-color: #ffffff;
  display: block;
  float: left;
  height: 109px;
  padding: 9px 12px;
  width: 912px;
}

footer section#footerTop section.right div
{
  height: 109px;
  overflow: hidden;
  width: 912px;
}

footer section#footerTop section.right ul
{
  display: block;
  list-style: none;
  width: 10000px;
}

footer section#footerTop section.right ul li
{
  display: block;
  float: left;
  height: 109px;
  padding: 0 12px 0 0;
  width: 109px;
}

footer section#footerTop section.right ul li a
{
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #f7f7f7;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 107px 0 0 0;
  width: 109px;
}

footer section#footerTop section.right ul li a:first-child
{
  margin: 0 0 7px 0;
}

footer #footerBottom
{
  background-color: #dadada;
  padding: 20px 0 0 0;
}

footer #footerBottom nav
{
  display: block;
  margin: 0 auto;
  width: 940px;
}

footer #footerBottom nav ul
{
  list-style: none;
}

footer #footerBottom nav ul li, footer #footerBottom nav ul li a.navHeading
{
  color: #005a96;
  float: left;
  font-size: 1.167em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  width: 235px;
}

footer #footerBottom nav ul li ul li, footer #footerBottom nav ul li ul li a.navHeading
{
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 4px 0;
  padding: 10px 0 0 0;
}

footer #footerBottom nav ul li ul li.link
{
  padding: 0;
}

footer #footerBottom nav ul li ul li ul
{
  padding: 5px 0 0 0;
}

footer #footerBottom nav ul li ul li ul li
{
  padding: 0;
}

footer #footerBottom nav ul li ul li a
{
  font-size: 0.75em;
  font-weight: lighter;
  padding: 0 10px 0 0;
}

footer #footerBottom nav ul li.orange, footer #footerBottom nav ul li.orange ul li a, footer #footerBottom nav ul li.orange a
{
  color: #f37021;
}

footer #footerBottom nav ul li.orange ul li a:hover, footer #footerBottom nav ul li.orange a:hover
{
  color: #005a96;
}

/* Column width classes */

.column33RightPad
{
  display: block;
  float: left;
  padding: 0 20px 0 0;
  width: 300px;
}

.column33LeftPad
{
  display: block;
  float: left;
  padding: 0 0 0 20px;
  width: 300px;
}

.column33NoPad
{
  display: block;
  float: left;
  padding: 0;
  width: 300px;
}

.column66RightPad
{
  display: block;
  float: left;
  padding: 0 20px 0 0;
  width: 620px;
}

.column66LeftPad
{
  display: block;
  float: left;
  padding: 0 0 0 20px;
  width: 620px;
}

.column66NoPad
{
  display: block;
  float: left;
  padding: 0;
  width: 620px;
}

.column100NoPad
{
  display: block;
  width: 940px;
}

/* Contour styling */

.recaptchatable #recaptcha_response_field {
  min-width:145px; 
}

.contourFieldSet
{

}

.contourFieldSet legend
{
  color: #005a96;
  font-size: 1.5em; /* 18 px */
  line-height: 1.5em;  
  margin: 0;
  padding: 0 0 1.5em 0;
}

.contourFieldSet div.contourField
{
  float: left;
  padding: 0 0px;
  width: 290px;
}

.contourFieldSet div.contourField label
{
  font-size: 1.025em;
  line-height: 1.5em;
  padding: 0;
}

.contourFieldSet div.contourField select, .contourFieldSet div.contourField input, .contourFieldSet div.contourField textarea
{
  min-width: 250px;
}

.contourFieldSet div.textarea, .contourFieldSet div.dropdownlist
{
  width: 580px;
}

.contourFieldSet div.textarea textarea
{
  height: 80px;
  min-width: 540px;
}

.contourFieldSet div.checkboxlist
{
  width: 580px;
}

.contourFieldSet div.checkboxlist
{
  padding: 0 0 20px 0;
}

.contourFieldSet div.checkboxlist span input, .contourFieldSet div.checkbox span input
{
  /*float: left;*/
  margin: 4px 0;
  max-width:20px;
  min-width: 20px !important;
  padding: 0 10px 0 0;
  width: 20px;
}

.contourFieldSet div.checkboxlist span input, .contourFieldSet div.checkboxlist span label
{
  display: block;
  float: left;
  margin: 4px 0;
}

.contourFieldSet div.checkboxlist span label
{
  width: 173px;
}

.contourFieldSet div.checkboxlist span br
{
  display: none;
}

.contourFieldSet div.checkbox
{
  padding: 0 290px 0 0; 
  width: 290px;
}

fieldset.contourFieldSet div.checkbox div
{
  float: right;
  text-align: left;
  width: 30px;
}

fieldset.contourFieldSet div.checkbox label
{
  display: block;
  float: right;
  margin: 4px 0 0 0;
  text-align: left;
  width: 260px;
}

.contourFieldSet div.hiddenfield
{
  left: -10000px;
  position: absolute;
  top: -10000px;
}

.contourNavigation
{
  padding: 20px 0 0 0;
}

.contourNavigation input
{
  background-color: #005a96;
  background-image: url(/images/arrowWhiteRightPad.png);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #005a96;
  color: #ffffff;
  font-family: 'Museo', Arial, Helvetica, sans-serif;
  font-size: 1.333em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 5px 40px 5px 10px;
}

.contourNavigation input:hover
{
  background-color: #f37021;
  border: 1px solid #f37021;
}

p.attribution
{
  font-size: 0.833em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  text-align: center;
}

.sharers
{
  border-top: 1px dashed #dadada;
  display: block;
  margin-top: 20px;
  padding-top: 15px;
}

.sharers p span
{
  display: block;
  float: left;
}

.sharers p a, .sharers p a:visited
{
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 0;
  margin: 0;
  margin-left: 4px;
  overflow: hidden;
  padding: 0;
  padding-top: 16px;
  width: 16px;
}

.sharers p a:hover
{
  background-position: 0 -16px;
}

.sharers p a.facebook
{
  background-image: url(/images/fb.png);
}

.sharers p a.twitter
{
  background-image: url(/images/tw.png);
}

section.bloglist
{
}

section.bloglist ul
{
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

section.bloglist ul li
{
  border-bottom: 1px dotted #dadada;
  display: block;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
}

section.bloglist ul li img.image
{
  display: block;
  float: left;
  margin: 0 2% 0 0;
  width: 25%;
}

section.bloglist ul li div.withimage
{
  display: block;
  float: left;
  width: 73%;
}

section.bloglist ul li p.info, section.bloglist ul li p.link
{
  font-size: 0.917em;
  margin: 0 0 0 0;
}

nav.pageNav
{
  display: block;
}

nav.pageNav ul
{
  display: block;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

nav.pageNav ul li
{
  float: left;
  margin: 0 0 0 0.25em;
}

section.blogFilters
{
  display: block;
  margin: 0 0 3em 0;
}

section.blogFilters section
{
  display: block;
  margin: 0 0 1em 0;
}

section.blogFilters li
{
  line-height: 1.4em !important;
  margin: 0 0 1em 0;
}

section.blogFilters a.null
{
  display: block;
  font-size: 0.833em;
  font-style: italic;
  position: relative;
  text-align: right;
  z-index: 100;
}

section.meta
{
  display: block;
  position: relative;
}

section.meta a.backLink
{
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.hide
{
  display: none;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
