/**********************************************************************/
/* Global Settings                                                    */
/**********************************************************************/
body
{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #DDDDDD;
  background-color: #363544;
  /*
  background-image: url("/images/background-stripe-white.gif");
  background-repeat: repeat-x;
  background-position: 0 106px;
  */
}
div
{
  position: relative;
  margin: 0;
  padding: 0;
}
img
{
  border: 0;
}
form
{
  margin: 0;
  padding: 0;
}
div#Container
/* used on constrained-width sites to centre content on page */
{
  width: 62em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: White;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
/**********************************************************************/
/* Global Navigation - usually top of page                            */
/**********************************************************************/
div#GlobalNav
{
  border-bottom: 1px solid Silver;
  padding: 5px;
  height: 80px;
  min-width: 57.5em;
  z-index: 10;
}
/* Global Nav Buttons ***********************************************/
div#GlobalNav ul
{
  position: absolute;
  top: 70px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  z-index: 20;
}
div#GlobalNav ul li
{
  display: relative;
  float: left; 
  margin: 0;
  padding: 0;
  width: 4em;
}
html>body div#GlobalNav a 
{
/*  width: 4em; */
}
div#GlobalNav ul li a
{
  display: block;
  height: 17px;
  padding: 0;
  margin: 0;
  font-size: 10px; 
  line-height: 15px;
  height: 15px;
  text-decoration: none;
  text-align: center;
  color: #0071D1;
  background-color: white;
  border-right: 1px solid #CCCCCC;
}
div#GlobalNav ul li.lastItem a
{
  border-right: none;
}
div#GlobalNav ul li a:hover,
div#GlobalNav ul li a:active
{
  background-color: #EEEEEE;
  color: Navy;
}
div#GlobalNav div#Logo
{
  position: absolute;
  top: 30px;
  left: 40px;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 30px;
  color: #144D9C;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
div#GlobalNav div#Logo img
{
  vertical-align: middle;
}
div#GlobalNav div#Logo a,
div#GlobalNav div#Logo a:link,
div#GlobalNav div#Logo a:visited,
div#GlobalNav div#Logo a:hover,
div#GlobalNav div#Logo a:active
{
  text-decoration: none;
  color: #144D9C;
  background-color: White;
}
/**********************************************************************/
/* Header - used to differentiate sections of site                    */
/**********************************************************************/
div#Header
{
  background-color: #99C6EF;
  position: relative;
  height: 129px;
  margin: 15px 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  min-width: 58em;
}
/* Global Nav Buttons ***********************************************/
div#Header ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 16em;
  background-color: White;
}
div#Header ul li
{
  margin: 0;
  padding: 0;
  width: 15em;
}
html>body div#Header a 
{
}
div#Header ul li a
{
  display: block;
  height: 30px;
  padding: 0 20px 0 0;
  margin: 0 0 3px 0;
  font-size: 1em; 
  line-height: 30px;
  text-decoration: none;
  text-align: right;
  color: White;
  background-color: #144D9C;
  background-image: url("/images/globalnav-corners.gif");
  background-position: center right;
  background-repeat: no-repeat;
}
div#Header ul li a.current
{
  background-color: #363544;
}
div#Header a:hover,
div#Header a:active
{
  background-color: #363544;
  background-image: url("/images/globalnav-corners-over.gif");
  background-position: center right;
  background-repeat: no-repeat;
}
div#Header ul li a.active
{
  background-color: #363544;
}
/* Page Image *********************************************************/
div#Header div.pageImage
{
  position: absolute;
  height: 129px;
  width: 629px;
  top: 0;
  left: 15.5em;
  background-color: White;
}
div#Header div#rightBleed
{
  position: absolute;
}
/* Client Quotes *********************************************************/
div#Header div#clientQuotes
{
  position: absolute;
  top: 90px;
  left: 47.95em;
  width: 12em;
  height: 16em;
  padding: 0.5em;
  background-color: White;
  z-index: 30;
  border-top: 1px solid Silver;
  border-left: 1px solid Silver;
  overflow: auto;
  scrollbar-face-color:#CFD9E9;
  scrollbar-arrow-color:#94AEC6;
  scrollbar-track-color:#CFD9E9;
  scrollbar-shadow-color:#CFD9E9;
  scrollbar-highlight-color:#CFD9E9;
  scrollbar-3dlight-color: #94AEC6;
  scrollbar-darkshadow-Color: #94AEC6;
}
div#Header div#clientQuotes p
{
  color: #144D9C;
  font-size: 0.7em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px solid white;
}
div#Header div#clientQuotes a,
div#Header div#clientQuotes a:link,
div#Header div#clientQuotes a:visited
{
  text-decoration: none;
  display: block;
}
div#Header div#clientQuotes a:active,
div#Header div#clientQuotes a:hover
{
  background-color: #EEEEEE;
  background-image: none;
}
div#Header div#clientQuotes a:active p,
div#Header div#clientQuotes a:hover p
{
  border: 1px solid #CCCCCC;
}
/**********************************************************************/
/* Main Area - used to tie Local Nav and Content areas together       */
/**********************************************************************/
div#Main
{
  width: 58em;
}
div#Main a
{
  color: #0071D1;
  text-decoration: none;
}
div#Main a:visited
{
  color: Gray;
}
div#Main a:hover
{
  color: Black;
  text-decoration: underline;
}
div#Main a:active
{
  color: Red;
}
/**********************************************************************/
/* Local Navigation - used to provide navigation inside section       */
/**********************************************************************/
div#LocalNav
{
  float: left;
  padding: 0 0 0 0;
  margin: -20px 0 0 0;
/*   border-top: 1px solid #CCCCCC; */
  width: 14.5em;
}
/* Local Nav button definition ****************************************/
div#LocalNav ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}
div#LocalNav ul li
{
  margin: 0 0 0 0;
  padding: 0;
}
html>body div#LocalNav ul li a 
{
  width: auto;
  margin: 20px 0 0 0;
}
div#LocalNav ul li a
{
  display: block;
  padding: 0 1em 0 0;
  margin: 20px 0 0 0;
  font-size: 0.8em;
  line-height: 2em;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  color: #0071D1;
}
#LocalNav ul li a:hover,
#LocalNav ul li a:active,
#LocalNav ul li.heading a:hover,
#LocalNav ul li.heading a:active
{
  background-color: #99C6EF;
  color: Navy;
  text-decoration: none;
}
div#LocalNav ul li.heading a
{
  margin: 20px 0 0 0;
  background-color: #F3F3F3;
  border-top: 1px solid Silver;
}
div#LocalNav ul li.secondary a
{
  font-size: 0.8em;
  font-weight: normal;
/*  height: 1.5em; */
  margin: 0;
  padding: 0 4px 0.3em 0;
  line-height: 1.5em;
}
/* Local Nav text definition ******************************************/
div#LocalNav h1
{
  font-size: 0.8em;
  margin: 2em 0 0 16px;
  padding: 0.5em 0.5em 0 6px;
  border-top: 1px solid Silver;
  border-right: 1px solid Silver;
}
div#LocalNav h1.firstItem
{
  margin: 20px 0 0 16px;
}
div#LocalNav p
{
  font-size: 0.8em;
  margin: 0 0 0 16px;
  padding: 0.5em 0.5em 0.5em 6px;
  border-right: 1px solid Silver;
}
div#LocalNav img.floatLeft
{
  float: left;
  margin: 0 4px 4px 0;
}
/**********************************************************************/
/* Content Area - this area holds the content as created by the users */
/**********************************************************************/
div#WebContent
{
  width: 30em;
  margin-left: 16em;
  margin-right: 10px;
  margin-right: expression(document.getElementById("TileAd") ? "130px" : document.getElementById("SkyScraperAd") ? "130px" : "5");
  padding: 15px 0 0 1em;
  border-top: 1px solid #CCCCCC;
}
div#Main div#WebContent h1
{
  font-family: Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  color: #144D9C;
  margin: 0;
  padding: 0;
}
div#Main div#WebContent h2
{
  font-family: Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  color: #144D9C;
  margin: 0;
  padding: 0;
}
div#Main div#WebContent h2.clear
{
  clear: both;
}
div#Main div#WebContent h3
{
  font-family: Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  color: #144D9C;
  margin: 0;
  padding: 0;
}
div#Main div#WebContent h3.clear
{
  clear: both;
}
div#Main div#WebContent p
{
  font-size: 0.9em;
  line-height: 1.5em;
  color: #363544;
}
div#Main div#WebContent p.quote
{
  border: 1px solid Silver;
  padding: 0.5em;
  background-color: #FFFFDD;
  font-style: italic;
  font-weight: bold;
  font-family: Palatino, "Times New Roman", Times, serif;
  color: #144D9C;
}
div#Main div#WebContent p.footnote
{
  font-size: 70%;
  line-height: 1.3em;
  border-top: 1px solid Silver;
}
div#Main div#WebContent p.center
{
  text-align: center;
}
div#Main div#WebContent p.clear
{
  clear: both;
}
div#Main div#WebContent ol
{
  font-size: 0.9em;
  line-height: 1.3em;
  color: #363544;
}
div#Main div#WebContent ol ol
{
  font-size: 100%;
}
div#Main div#WebContent ul
{
  font-size: 0.9em;
  line-height: 1.3em;
  color: #363544;
}
div#Main div#WebContent ul ul
{
  font-size: 100%;
}
div#Main div#WebContent table
{
  font-size: 0.9em;
  color: #363544;
  border-collapse: collapse;
}
div#Main div#WebContent table.withBorders tr td
{
  border: 1px solid Silver;
  padding: 4px;
}
div#Main div#WebContent table tr td p
{
  font-size: 100%;
  line-height: 130%;
}
div#Main div#WebContent input
{
  border: 1px solid gray;
}
div#Main div#WebContent img.floatLeft
{
  float: left;
  margin: 0 4px 4px 0;
}
div#Main div#WebContent img.floatRight
{
  float: right;
  margin: 0 0 4px 4px;
}
div#Main div#WebContent span.superScript
{
  font-size: 60%;
  vertical-align: 0.8em;
}
/* Form Field Input Styles ********************************************/
div#Main div#WebContent fieldset
{
  border: 1px solid Silver;
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 0;
}
div#Main div#WebContent fieldset.mandatory
{
  border: 1px solid #990000;
}
div#Main div#WebContent fieldset legend
{
  font-weight: bold;
  margin: 0 0.2em 0 0.2em;
  padding: 0 0.2em 0 0.2em;
  color: Gray;
}
div#Main div#WebContent fieldset.mandatory legend
{
  color: #990000;
}
div#Main div#WebContent fieldset label
{
  float: left;
  width: 10em;
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  padding: 0.3em 0 0 1em;
  font-size: 0.9em;
  color: #363544;
}
div#Main div#WebContent fieldset input
{
  float: left;
  width: 24em;
  border: 1px solid Silver;
  margin: 0.3em 0 0 0;
  font-size: 0.8em;
}
div#Main div#WebContent fieldset.mandatory input
{
  background-color: #FFFFDD;
}
div#Main div#WebContent fieldset br
{
  clear: both;
}
div#Main div#WebContent fieldset.newsletters
{
}
div#Main div#WebContent fieldset.newsletters input
{
  border: none;
  vertical-align: 6px;
  width: 15px;
}
div#Main div#WebContent fieldset.newsletters p
{
  margin: 0.5em 0.5em 0 1em;
}
/* Sidebar **************************************************/
div#Main div#WebContent div.sidebar 
{
  float: right;
  width: 20em;
  border: 1px solid gray;
  margin: 0 -10em 1em 1em;
  background-color: #F4F9FC;
  font-size: 0.8em;
}
div#Main div#WebContent div.sidebar h1
{
  background-color: #000064;
  color: White;
  padding: 0.1em 0 0.1em 0.4em;
  font-size: 1.5em;
}
div#Main div#WebContent div.sidebar p 
{
  margin: 1em 6px 1em 10px;
}
div#Main div#WebContent div.sidebar table 
{
  border-collapse: collapse;
  margin: 0 10px 1em 10px;
  border: none;
}
div#Main div#WebContent div.sidebar table tr td 
{
  padding: 2px 4px;
}
div#Main div#WebContent div.sidebar table tr td.right 
{
  text-align: right;
}
div#Main div#WebContent div.sidebar table tr.odd td 
{
  background-color: #DDDDDD;
  border: none;
}
/************************************************************/
/* News Section                                             */
/************************************************************/
div#Main div#WebContent div.newsList h1
{
  clear: none;
}
div#Main div#WebContent div.newsList h2
{
  border-top: 1px solid #CCCCCC;
  clear: none;
}
div#Main div#WebContent div.newsList h3
{
  clear: none;
}
div#Main div#WebContent div.newsList p.moreLink
{
  margin: -1em 0 1em 0;
  text-align: right;
}
div#Main div#WebContent div.newsList a
{
  text-decoration: none;
  color: #144D9C;
}
div#Main div#WebContent div.newsList a:hover,
div#Main div#WebContent div.newsList a:active
{
  color: #363544;
  text-decoration: underline;
}
div#Main div#WebContent div.newsList p.thumbnail
{
  float: left;
  margin: 0.5em 1em 0 0;
}
/************************************************************/
/* Quick Polls - on Home page                               */
/************************************************************/
div#Main div#WebContent div#quickPoll
{
  position: absolute;
  top: 29em;
  right: -14em;
  width: 12em;
  padding: 0.5em;
  background-color: White;
  z-index: 0;
  padding: 0.5em 0 0 1em;
  margin: 0 0 0 0.5em;
  border-top: 1px solid Silver;
  border-left: 1px solid Silver;
}
div#Main div#WebContent div#quickPoll p
{
  color: #144D9C;
  font-size: 0.7em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 1px solid white;
}
div#Main div#WebContent div#quickPoll ul
{
  margin: 0 0 0 1.2em;
}
div#Main div#WebContent div#quickPoll a,
div#Main div#WebContent div#quickPoll a:link,
div#Main div#WebContent div#quickPoll a:visited
{
  text-decoration: none;
  display: block;
}
div#Main div#WebContent div#quickPoll a:active,
div#Main div#WebContent div#quickPoll a:hover
{
  background-color: #EEEEEE;
}
div#Main div#WebContent div#quickPoll a:active p,
div#Main div#WebContent div#quickPoll a:hover p
{
  border: 1px solid #CCCCCC;
}
/************************************************************/
/* Sign Up - on Home page                                   */
/************************************************************/
div#Main div#WebContent div#signUp
{
  position: absolute;
  top: 15em;
  right: -14em;
  width: 11em;
  padding: 1em;
  border-top: 1px solid Silver;
  border-left: 1px solid Silver;
}
div#Main div#WebContent div#signUp p
{
  color: #144D9C;
  font-size: 0.7em;
  font-style: italic;
  font-weight: normal;
  margin: 0; 
  padding: 0;
}
div#Main div#WebContent div#signUp form
{
  margin: 0;
  padding: 0;
}
div#Main div#WebContent div#signUp fieldset
{
  border: none;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
div#Main div#WebContent div#signUp fieldset legend
{
  font-weight: bold;
  margin: 0 0.2em 0 0.2em;
  padding: 0 0.2em 0 0.2em;
  color: Gray;
}
div#Main div#WebContent div#signUp fieldset label
{
  float: left;
  width: 6em;
  line-height: 1.5em;
  height: 1.5em;
  display: block;
  margin: 0.3em 0 0 0;
  padding: 0;
  font-size: 0.9em;
  color: #363544;
}
div#Main div#WebContent div#signUp fieldset input
{
  float: left;
  width: 12em;
  border: 1px solid Silver;
  margin: 0.3em 0 0 0;
  font-size: 0.8em;
  line-height: 1.2em;
  height: 1.2em;
}
div#Main div#WebContent div#signUp fieldset input.submit
{
  background-color: #DDDDDD;
  float: right;
  width: 6em;
  margin: 0.6em 0.6em 0 0;
  font-size: 0.8em;
  line-height: 1.5em;
  height: 2.5em;
  padding: 0;
}
/************************************************************/
/* Footer - shows at bottom of page                         */
/************************************************************/
div#Footer
{
  clear: both;
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  height: 12px;
  margin: 1em 0 0 0;
  font-size: 80%;
}
/* Footer Links *****************************************************/
div#Footer ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
div#Footer ul li
{
  display: relative;
  float: left; 
  margin: 0 0 0 5px;
  padding: 0;
  width: 81px;
}
html>body div#Footer a 
{
  width: 81px;
}
div#Footer ul li a
{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 10px; 
  line-height: 12px;
  text-decoration: none;
  text-align: center;
  color: #999999;
}
div#Footer a:hover,
div#Footer a:active
{
  background-color: #363544;
}
/************************************************************/
/* Web Ads Placement - display value changed on page open   */
/************************************************************/
div.NoAds,
div.RightSideAds,
div.LeaderAd,
div.BannerAd,
div.SkyScraperAd,
div.TileAd,
div.PeelBackAd,
div.BigBoxAd
{
  background: transparent;
}
div.NoAds
{
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}
div.RightSideAds
{
  float: right;
}
div.LeaderAd
{
  text-align: center;
}
div.BannerAd
{
  display: inline;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
div.SkyScraperAd
{
}
div.TileAd
{
}
div.PeelBackAd
{
  position: absolute;
  right: 0;
  top: 0;
}
div.FooterAd
{
  text-align: center;
}
div.BigBoxAd
{
  float: left;
  margin: 5px 5px 10px 0;
}
