html
{
  font-size: 100%; /* leave this makes some versions of IE happier, 
                      enlarging this larger percentage,may also provide smoother em scaling
                      in other browsers.*/
}

body
{
  font-size: .8em;
  font-family: Arial,Helvetica,sans-serif;
  
  margin: 0;
  padding: 0;
  
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

h1
{
  margin: 15px 0px 10px 0px;
  font-weight: bold;
  font-size: 1.25em;
}

h2
{
  margin: 15px 0px 10px 0px;
  font-weight: bold;
  font-size: 1.15em;
}

h3
{
  margin: 15px 0px 10px 0px;
  font-style: italic;
  font-size: 1em;
}

p
{
   margin: 10px 0px 0px 0px;
}

input, select
{
  font-size: 1em /*didn't like the way browser shrunk content in these,
                   so reducing a little less than main body text.*/
}

a, span.fake_link
{
    text-decoration: none;
    color: #2F91C9;
}

a:hover, span.fake_link:hover, span.js_hover
{
    color: #F93F26;
}

a img
{
    border: 0;
}

table
{
    margin:0px;
    padding: 0px;
}

script
{
	/* IE6 and 7 liked to make script blocks take up space in the page.
	   This block fixes that problem for those dummies.*/
   display:none;
   margin: 0px;
   padding: 0px;
}

li
{
  margin: 4px 0px;
}

#page
{
    background: #E5E5E5 url("/media/235/bkg_global.jpg") repeat-x;
    padding: 10px 0px;
}

#container
{
    margin: 0px auto;
    width: 800px;
    position: relative;
}

#header
{
    height: 41px;
    margin: 0px 0px 5px 0px;
}

#logo
{
    width: 254px;
    height: 38px;
    line-height: 38px;
    
    vertical-align: middle;
}

#smallNav
{
    height: 38px;
    width: 432px;
    line-height: 19px;
    padding: 0px 5px;
    
    vertical-align: middle;
    text-align: right;
    font-size: 0.95em;
    
    background-image: url("/media/569/topbox.gif");
}

#smallNav p
{
    margin: 0px;
    padding: 0px;
}

#aspnetForm
{
    padding: 0px;
    margin: 0px;
}

#main
{
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 10px 0px;
    background-image: url(/media/240/bkg_welcome.gif);
    background-position: bottom;
}

#main table
{
    width: 100%;
}

#main td
{
    padding: 0;
}

div.section
{
    margin: 0px 0px 10px 0px;
    float: left;
    width: 260px;
    
}

div.section div.header
{
    background-image: url(/media/250/infotopb.gif);
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    
    color:#B3C2D1;
    font-size:1.15em;
    font-weight:bolder;
    
    text-align: left;
    vertical-align: middle;
}

div.section div.body
{
    overflow: hidden;
    background-image: url(/media/245/infobotb.gif);
    
    background-position: bottom;
    height: 240px;
    padding: 10px 15px 15px;    
}

div.section div.body table.list tr
{
  vertical-align: top;
}

div.section div.body table.list td
{
  padding-bottom: 15px;
}

div.section table.list td.description, 
div.section table.list td.description a
{
  color: black;
}

div.section div.body li
{
  margin-bottom: 10px;
}

div.section div.body p
{
  margin-top: 0px;
}

div.subCenter
{
  width: 260px;
  margin: 0px 10px;
}

#bottomBar
{
    /*margin-top: 10px;*/
}

#bottomBar div.header
{
  height: 5px;

  overflow: hidden;

  background-position: top;
  background-image: url(/media/9404/bkg_simplewelcome_top.gif);
}

#bottomBar div.body
{
  padding: 5px 15px 10px 15px;
  background-image: url(/media/240/bkg_welcome.gif);
  background-position: bottom;
}

#bottomBar div.body p
{
    margin: 0px;
}

#signInMessage
{
	margin: 10px 0px;
}

#signInMessage p
{
	margin: 0;
	padding: 0;
}

#signInMessage div
{
	padding: 0px 20px;
}

#signInMessage div.top
{
	background-image: url(/media/3289/info_top_800.gif);
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#signInMessage div.bottom
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/media/3294/info_bot_800.gif);
	background-position: bottom;
}

#signInMessage div div
{
	padding: 0;
}

#pageContent
{
    margin: 10px 0px 0px 0px;
    position: relative; 
}

#pageContent img
{
  position: relative; /*fix ie6 display bug*/ 
}

#pageContent table img
{
    position: static; /*fix ie7 display bug*/
}

#pageContent div.top
{
    background-image: url(/media/278/page_content_top_800.gif);
    padding : 15px 20px 0px 20px;
}

#pageContent div.top ul
{
   list-style: none;
   padding: 0;
   margin: 0;
   width: 100%;
}

#pageContent div.top ul li
{
    padding-right: 5px;
    display: block;
    float: left;
    margin: 0px;
}

#pageContent div.top ul li a
{
    padding-right: 11px;
    background-image: url("/media/348/arr.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

#pageContent div.top div.calcBuyNow
{
  z-index: 1;
  position:absolute;
  top:15px;
  right:25px; 
}

#pageContent div.middle
{
    background-image: url(/media/273/page_content_middle_800.gif);
    padding: 10px 20px;
}

#pageContent div.simple
{
    padding-top: 0px;
}

#pageContent div.middle div.title
{
    position: relative;
    border-bottom: 2px solid #CCCCCC;
    color: #F93F26;
    font-family: "Arial Narrow";
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
}

#pageContent div.middle div.tp410_ref_block
{
  margin-bottom: 7px;
  font-style: italic;
  padding-left:4px;
  font-size:.9em;
}

#pageContent div.bottom
{
    background-image: url(/media/268/page_content_bottom_800.gif);
    background-repeat: no-repeat;
    height: 5px;
    
    overflow: hidden;
}

#pageContent div.calculator
{
}

#pageContent div.calculator div
{
	margin: 0;
	padding: 0;
	position: relative; /*fixes display of headloss controls in ie6*/
}

#pageContent div.calculator div.input_block
{
  width: 390px;
}

#pageContent div.calculator div.input_block table td
{
  padding: 0px;
}

#pageContent div.calculator div.input_block table tr.new_group td
{
  padding-top: 10px;
}

#pageContent div.calculator span, 
#pageContent div.calculator label
{
	margin: 2px 0px;
}

#pageContent div.calculator input
{
  width: 142px;
}

#pageContent .calculator select.units
{
	width: 85px;
}

#pageContent div.calculator div.results
{
	width: 360px;
}

#pageContent div.calculator div.results div.output_block
{
  margin-top: 0.5em;
}

#pageContent div.calculator div.results div.bad_data,
input.bad_data,
label.bad_data,
span.bad_data,
span.error 
{
  color: red;
  font-style: italic;
}

#pageContent div.calculator div.results div.bad_data
{
    margin: 5px;
}

#pageContent div.calculator div.results div.bad_data div.top
{
    background-image: url(/media/7586/error_box_top.gif);
    
    padding: 0px 20px;
    
    line-height: 30px;
    height: 30px;
}

#pageContent div.calculator div.results div.bad_data div.middle
{
    background-image: url(/media/7591/error_box_mid.gif);
    padding: 5px 20px;
}

#pageContent div.calculator div.results div.bad_data div.middle ul
{
    margin: 0;
    padding: 0;
}

#pageContent div.calculator div.results div.bad_data div.bottom
{
    background-image: url(/media/7596/error_box_bottom.gif);
    height: 5px;
    
    overflow: hidden;
}

#pageContent div.calculator div.results div.output_block
{
    margin: 0px 5px;
}

#pageContent div.calculator div.results div.output_block div.top
{
    background-image: url(/media/7601/calc_box_top.gif);
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
}

#pageContent div.calculator div.results div.output_block div.middle
{
    background-image: url(/media/7606/calc_box_mid.gif);
    padding: 5px 20px;
}

#pageContent div.calculator div.results div.output_block div.middle div
{
    line-height: 20px;
}

#pageContent div.calculator div.results div.output_block div.middle div.buttonRow
{
    margin-top: 5px;
    border-top: 1px solid #DADADA;
    padding-top: 5px;
}

#pageContent div.calculator div.results div.output_block div.middle table label.output_label
{
    display:inline-block; /* For IE 7 makes IE display the labels (forces hasLayout to True)*/
}

#pageContent div.calculator div.results div.output_block div.middle table span.calc_output
{
    display: inline-block;

    width: 85px;
    border-bottom: 1px solid #555555;
    padding-left: 5px;
    
    height: 19px;

    vertical-align: bottom;
}

#pageContent div.calculator div.results div.output_block div.middle table span, 
#pageContent div.calculator div.results div.output_block div.middle table label
{
	margin: 0;
}

#pageContent div.calculator div.results div.output_block div.bottom
{
    background-image: url(/media/7611/calc_box_bottom.gif);
}

#footer
{
    background-color: #ffffff;
    font-size: 0.85em;
}

#footer div.wrapper
{
    margin: 5px auto 10px auto;
    width: 800px;
}

#footer div.wrapper div
{
    line-height: 20px;
    height: 33px;
}

#footer div.flLeft
{
    width: 35%;
}

#footer div.flRight
{
    text-align: right;
    width: 65%;
}

.flLeft
{
    float: left;
}

.flRight
{
    float: right;
}

.clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
}

.hidden
{
  display: none;
}





























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

}

h2 {

}

h3 {

}

.largeLink {
font-size: 1.5em;
font-weight: bold;
vertical-align: middle;
}

Left Floating Image {
float: left;
}

