.floatLeft
{
  float: left;
}
.floatRight
{
  float: right;
}

html
{
  overflow-y: scroll;
  font-size: 90%;
}

body
{
  font-family: Arial, sans-serif;
  color: black;
}

.error
{
  color: red;
  font-weight: bold;
}

div#container
{
  position: relative;
  margin: 0 auto;
  width: 955px;
}
/* ***************************** */
/* Navigation Tabs               */
/* ----------------------------- */
/* Used in GlobalNav & Footer    */
/* ***************************** */

ul.tab
{
  position: absolute;
}

ul.tab li
{
  float: left;
  line-height: 34px;
  text-align: center;
  margin: 0;
  color: white;
  font-size: 120%;
}
ul.tab li.small
{
  background-image: url(/images/tab_blue_small.gif);
  width: 75px;
}
ul.tab li.medium
{
  background-image: url(/images/tab_blue_medium.gif);
  width: 95px;
}
ul.tab li.large
{
  background-image: url(/images/tab_blue_large.gif);
  width: 115px;
}

ul.tab li.xlarge
{
  background-image: url(/images/tab_blue_xlarge.gif);
  width: 135px;
}

ul.tab li a
{
  color: white;
  text-decoration: none;
  display: block;
}
ul.tab li.small a:hover,
ul.tab li.small a.active
{
  background-image: url(/images/tab_orange_small.gif);
}
ul.tab li.medium a:hover,
ul.tab li.medium a.active
{
  background-image: url(/images/tab_orange_medium.gif);
}
ul.tab li.large a:hover,
ul.tab li.large a.active
{
  background-image: url(/images/tab_orange_large.gif);
}
ul.tab li.xlarge a:hover,
ul.tab li.xlarge a.active
{
  background-image: url(/images/tab_orange_xlarge.gif);
}

/* ***************************** */
/* Global Nav                    */
/* ***************************** */
div#globalNav
{
  position: relative;
  height: 120px;
  padding: 0 10px;
}

/* the rest of the ul.tab is defined above */
div#globalNav ul.tab
{
  bottom: 0;
}

div#globalNav p#requestQuote
{
  position: absolute;
  top: 48px;
}

div#globalNav p#requestQuote a
{
  text-decoration: none;
  font-size: 150%;
  color: black;
}

div#globalNav p#requestQuote a:hover
{
  color: #ff9900;
}


/* ***************************** */
/* Header                        */
/* ***************************** */
div#header
{
  position: relative;
  height: 150px;
  background-color: #ff9900;
  padding: 3px 0;
}
/* ***************************** */
/* Content                       */
/* ***************************** */
div#webContent
{
  position: relative;
  background-color: #eeeeee; /* #f2f2f2; */
  padding: 20px 20px 50px 20px;
  overflow: hidden;
  width: 915px;
}

div#webContent a
{
  color: black;
}

div#webContent a:hover
{
  color: #ff9900;
}

div#webContent img.floatLeft
{
  margin-right: 1em;
}
div#webContent img.floatRight
{
  margin-left: 1em;
}

div#webContent ol
{
  list-style: decimal;
}

div#webContent ul
{
  list-style: disc;
}

div#webContent ul li,
div#webContent ol li
{
  margin: .25em 2em;

}

div#webContent ul li ul
{
  list-style: circle;
}


div#webContent div#leftCol
{
  width: 400px;
  float: left;
  border-right: 1px solid #b7b7b7;
  padding-right: 20px;
}
div#webContent div#rightCol
{
  width: 470px;
  float: left;
  padding-left: 20px;
}
div#webContent h1
{
  font-size: 140%;
  font-weight: bold;
  margin: 10px 0;
}

div#webContent h2
{
  font-size: 120%;
  margin: 1.5em 0 .5em 0;
}

div#webContent p
{
  margin: 1em 0;
}


div#webContent form input.btnSm,
div#webContent form input.btnMdm,
div#webContent form input.btnLrg,
div#webContent form input.btnXL
{
  /*background: url(/images/tab_blue.gif);*/
  color: white;
  height: 34px;
  font-weight: bold;
  border: none;
  line-height: 34px;
  text-align: center;
}
div#webContent form input.btnSm
{
  background: url(/images/button_blue_small.gif);
  width: 100px;
}
div#webContent form input.btnSm:hover
{
  background: url(/images/button_orange_small.gif);
}
div#webContent form input.btnMdm
{
  background: url(/images/button_blue_medium.gif);
  width: 100px;
}
div#webContent form input.btnMdm:hover
{
  background: url(/images/button_orange_medium.gif);
}
div#webContent form input.btnLrg
{
  background: url(/images/button_blue_large.gif);
  width: 125px;
}
div#webContent form input.btnLrg:hover
{
  background: url(/images/button_orange_large.gif);
}
div#webContent form input.btnXL
{
  background: url(/images/button_blue_large.gif);
  width: 150px;
}
div#webContent form input.btnXL:hover
{
  background: url(/images/button_orange_large.gif);
}



/* ***************************** */
/* Footer                        */
/* ***************************** */
div#footer
{
  position: relative;
  clear: both;
  background-color: #eeeeee; /* #f2f2f2; */
  color: #999999;
}

/* the rest of the ul.tab is defined above */
div#footer ul.tab
{
  margin: -34px 0 0 0;
  width: 945px;
  background-color: #eeeeee; /* #f2f2f2; */
  padding-left: 10px;
}

div#footer ul.blocks
{
  border-top: 3px solid #ff9900;
  background-color: black;
  display: block;
  height: 75px;
  border-bottom: 3px solid #ff9900;
}

div#footer ul.blocks li
{
  float: left;
  width: 150px;
  height: 75px;
  background-color: black;
  border-right: 1px solid #555555;
}
div#footer ul.blocks li a
{
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 10px;
}

div#footer ul.blocks li a:hover,
div#footer ul.blocks li a.active
{
  color: #ff9900;
}

div#footer div#subFooter
{
  margin: 10px;
  padding: 10px 5px 10px 5px;
  border-top: 1px dashed #b9b9b9;
}

div#footer div#subFooter h1
{
  font-size: 140%;
}
div#footer div#subFooter p
{
  margin-top: 5px;
}

div#footer div#subFooter a
{
  color:  #999999;
  text-decoration: none;
}

div#footer div#subFooter a:hover
{
  color:  #ff9900;
}

