.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: 90px;
  padding:30px 10px 0px 10px;
}*/
div#globalNav
{
  position: relative;
  height: 127px;
  padding:0px 0px 0px 10px;
}
div#globalNav .logoWrap
{
  position: relative;
  height: 72px;
  padding:0px 0px 0px 0px;
  margin:18px 0px 0px 0px;
}

/* 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;
}
div#header-new
{
  position: relative;
  height: 324px;
  background-color: #ff9900;
  padding: 3px 0 0 0;
}
div#header-new .header-left
{
width:482px;
height:325px;
float:left;
background: url(/images/header-img.jpg) left top no-repeat;
}
div#header-new .header-right
{
width:473px;
height:325px;
float:right;
background: url(/images/header-right.jpg) left top no-repeat;
position:relative;
}
div#header-new .header-right .specializing{
position:absolute;
top:130px;
left:21px;
width:370px;
height:40px;
}
div#header-new .header-right .specializing ul{
list-style:none;
}
div#header-new .header-right .specializing ul li{
float:left;
background:url(/images/banner-bullet.jpg) left +5px no-repeat;
display:block;
padding:0px 15px 0px 15px;
margin:5px 0px 0px 0px;
}
div#header-new .header-right .specializing ul li a{
color:#fff;
text-decoration:none;
}
div#header-new .header-right .specializing ul li a:hover{
color:#fea10a;
}

div#header-new .header-right .services{
position:absolute;
top:205px;
left:21px;
width:450px;
height:20px;
}

div#header-new .header-right .services ul{
list-style:none;
}
div#header-new .header-right .services ul li{
float:left;
}
div#header-new .header-right .services ul li a{
color:#fff;
text-decoration:none;
background:url(/images/mail.png) left bottom no-repeat;
display:block;
height:12px;
padding:0px 15px 0px 25px;
}
div#header-new .header-right .services ul li a:hover{
color:#fea10a;
background:url(/images/mail.png) left bottom no-repeat;
height:12px;
}
div#header-new .header-right .req-quote a{
position:absolute;
top:251px;
left:21px;
width:171px;
height:41px;
display:block;
background:url(/images/req-quote.png) left top no-repeat;
}
div#header-new .header-right .req-quote a:hover{
height:41px;
display:block;
background:url(/images/req-quote.png) left bottom no-repeat;
}
/* ***************************** */
/* 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;
}


#error {
    background: url(/images/404.jpg) no-repeat  left top ;
    font-size: 13px;
    margin: 0;
    padding: 65px 0 80px 240px;
}
#error h3 {
    color: #a5670a;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
	 font-family: Arial, Helvetica, sans-serif;
}
#error p {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
#error a {
    color: #a5670a;
}
#error a:hover {
    color: #666666;
    text-decoration: none;
}

.sitemapclass {
	margin:0px;
	padding:0px;
}

.sitemapclass ul{
	margin:0px;
	padding:0px;
}


.sitemapclass li{
	margin:0px 0px 8px 0px ;
	padding:0px ;
}

