@charset "utf-8";
/* CSS Document */

html, body {
  background: url(images/bg-bluegrad2.jpg) repeat-x #6e9ed1;/*#1864B4;*/
  font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  text-align:center;
  margin:0;
  height: 100%;
}
#whitebg {
  background: #fff;
  text-align: left;
}
#whitebg #header {
  margin-left: 10px !important;
}
#whitebg h1 {
  margin: auto 30px;
}
#whitebg #contentText {
  padding: 0 30px 60px; 
  background: url('/images/footer-slogan.gif') no-repeat right bottom;
}
#whitebg p {
  font-size: 13px;
  line-height: 19px;
}

#whitebg #footerTextArea {
  width: 400px;
}
#whitebg #footerTextArea p {
  font-size: 9px;
  line-height: 120%;
}

h1,h2,h3{
  margin:0;
  font-family:"Trebuchet MS", Arial , sans-serif;
}
h1{
  font-size:20px;
  color:#2367B0;
}
h2{
  font-size:16px;
  color:#787878;
}
h3{
  font-size:14px;
  color:#D70101;
}
a:link, a:visited{
  color:#D70101;
}
div#container1
{
  margin-left: auto;
  margin-right: auto;
  width: 1028px;
  background:url(images/bg_content2.jpg) repeat-y;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
div#container2{
  background:url(images/bg_content_page2.jpg) no-repeat;
  /*min-height: 100%;
  height: auto !important;
  height: 935px;*/
}
#footer{
  display:block;
  padding-bottom:10px;
/*  position: absolute;
    bottom: 0;*/

}
div#whiteWrap{
  margin-left: auto;
  margin-right: auto;
  width: 1002px;
  text-align:left;
  background:#FFFFFF;
  overflow: hidden;
}
#header{
  display:block;
  height:69px;
  background:#FFFFFF;
}
  #headerMenu{
    float:right;
    display:inline;
    font-family:"Trebuchet MS", Arial , sans-serif;
    font-size:12px;
    margin-right:26px;
    margin-top:42px;
  }
  #headerMenu a:link, #headerMenu a:visited {
    text-decoration:none;
    color: #666;
  }
  #headerMenu a:hover {
    text-decoration:underline;
  }
  #logo{
    margin-top:9px;
    margin-left:31px;
    float:left;
    display:inline;
  }
#mainMenuWrapper {
  display: block;
  height: 42px;
  background:url(images/bg-topmenu.jpg) repeat-x;
}
#mainMenu {
  display:block;
  padding-top:10px !important;
  padding-top:12px;
  padding-left:9px;
}
#mainMenu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#mainMenu ul li { 
  width: auto;
  float: left;
  position: relative;
  margin:0;
  background: url('images/menu_separator.gif') left no-repeat;
  padding: 0;
}
#mainMenu ul li.first, #mainMenu ul li:first-child { background: none; }
#mainMenu ul li a:link, #mainMenu ul li a:visited {
  text-decoration: none;
  padding: 0 11px;
  color: #EEEEFF;
  text-align: center;
  font: lighter 15px/24px Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
#mainMenu ul li a:hover { color: #dde; }

#mainMenu ul li a:link.mainMenuActive,
#mainMenu ul li a:visited.mainMenuActive {
  color: #333;
}



#sectionDecor{
  width: 971px;
  margin-left:20px;
  margin-top:8px;
}
#sectionDecorFlash,
#sectionDecorHomeTl img,
#sectionDecorHomeTr img {
  border: 1px solid #ccc;
}
#sectionDecorFlash {
  float: right;
  padding: 0;
}
#sectionDecor a {
 border: 0px;
 }
  #sectionDecorHomeTl{
    float:left; 
    display:inline;
    width: 698px;
    text-align: right;
    margin-top: 17px;
  }
  #sectionDecorHomeTr{
    float:left;
    display:inline;
    margin-left: 7px;
    margin-top: 17px;
    height: 296px;
  }
  #sectionDecorHomeTr a {
    display: block;
    margin: 0 0 7px;
    padding: 0;
  }
  #sectionDecorBr {
    display: inline;
    float: left;
    margin-left: 7px;
    margin-top: 7px;
  }
  #sectionDecorBr img {
    border: 1px solid #ccc;
  }
  #sectionDecorText{
    width:390px;
    font-family:"Trebuchet MS", Arial , sans-serif;
    font-weight:bold;
    font-size:12px;
    color: #666;
    float:left;
    display:inline;
    margin-top:7px;
    text-align: left;
  }

    #sectionDecorTextImage{
      float: right;
      display: inline;
      margin-top: 7px;
    }
  #sectionDecorText h1{
    margin: 10px 0;
    font-size: 24px;
  }
  #sectionDecorText p {
    line-height: 150%;
  }
  #sectionDecorText p.learnMore {
    text-align: left;
  }
  #sectionDecorText p.learnMore a:link,
  #sectionDecorText p.learnMore a:visited{
    text-decoration:none;
    color:#D70101;  
  }
  #sectionDecorText p.learnMore a:hover {
    text-decoration: underline;
  }
  #sectionDecorL{
    float:left;
    display:inline;
  }
  #sectionDecorR{
    float:left;
    display:inline;
  }

#contentSection {
 /* min-height: 450px;
  height: auto !important;
  height: 450px;*/
  }
div.simple {
  min-height: 602px;
  height: auto !important;
  height: 602px;
  overflow: hidden;
}
#content{
  clear:both;
  margin-top:13px;
  font-family:"Trebuchet MS", Arial , sans-serif;
  font-size:11px;
}  
  #contentText{
    margin-top:14px;
    color: #666;
    font: 11px/16px "Trebuchet MS", Verdana, sans-serif;
  }
  #contentL{
    margin-left:39px;
    margin-top:14px;
    float:left;
    display:inline;
    width:450px;
    padding-bottom: 5px;
  }
  #contentR {
    float: right;
    display: inline;
    margin-right: 40px;
    font-family:"Trebuchet MS", Arial , sans-serif;
    font-size:11px;
  }
  #contentRL, #contentRR {
    display: inline;
    float: left;
    width: 275px;
    margin: 0;
    padding: 0;
    font-family:"Trebuchet MS", Arial , sans-serif;
    font-size:11px;
  }
  #contentRL input, #contentRR input {
    float: left;
  }
  #contentRL label, #contentRR label {
    float: left;
    clear: left;
  }

  #contentFull {
    margin: 14px 40px;
    color: #666;
  }
  #leaving #contentFull {
    text-align: center;
    width: 100%;
    margin: 80px auto;
  }
  #contentFull h1 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
  }
  body#leaving #contentFull p {
    margin: 20px auto;
    width: 450px;
    text-align: justify;
  }
  #contentFull p.center {
    text-align: center;
  }
  #contentFull a.exitlink {
    font-size: 14px;
  }
  #calculatorIcons {
    text-align: center;
  }
  .greyBox {
    border: #999 solid 9px;
    padding: 24px 10px 24px 20px;
    clear: both;
    text-align: left;
    color: #666;
  }
  .greyBox h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #D70101;
    font-family: "Trebuchet MS", Arial , sans-serif;
    font-size: 14px;
  }

  .greyBox .instructionNumber{
    color:#D70101;
    /*position: relative; 
    left: -20px;*/
    font-size:26px;
    font-weight:bold;
    float:left;
    display:inline;
  }
  .greyBox .instructionText{
    font-weight:bold;
    float:left;
    display:inline;
    margin-top:15px;
    margin-left:5px;
    width:260px;
  }
  /*.greyBox*/ #greyBoxPrevButton{
    clear:both;
    padding-top:10px;
    text-align:left;
    float: left;
  }
  /*.greyBox*/ #greyBoxNextButton{
    padding-top:10px;
    text-align:right;
    float: right;
  }
  .greyBox .greyBoxFormLabel {
    clear:both;
    width:100px;
    text-align:right;
    padding-right:10px;
    float:left;
    display:inline;
    font-weight:bold;
    font-size:11px;
  }
  .greyBox .greyBoxFormField {
    float:left;
    display:inline;
    font-size:11px;
    margin-bottom:20px;
  }
  .greyBox form{
    margin:0;
    padding:0;
    margin-top:30px;
  }
/* --------- Daily Rate Sheet ---------*/
  #greyBoxTabs{
    margin-top:17px;
    width:280px;
    font-size:93%;
    float:left;
    line-height:normal;
    /*height: 15px;*/
  }
  #greyBoxTabs ul{
    margin:0;
    padding:0;
    list-style:none;
  }
  #greyBoxTabs li{
    float:left;
    margin: 0 1px 0 0;
    padding:0;
    background:url(images/greyBoxTab_back_r.gif) no-repeat right top;
    height: 15px;
  }
  #greyBoxTabs a, #greyBoxTabs a:visited {
    float: left;
    display:block;
    background:url(images/greyBoxTab_back_l.gif) no-repeat left top;
    padding: 2px 15px 0 15px;
    height: 13px;
    font-size: 10px;
    line-height: 14px;
    text-decoration:none;
    color: #333;
    overflow: visible;
    border-bottom: none 0;
    margin: 0;
  }
  #greyBoxTabs a:hover {
    color: #555;
  }
  #greyBoxTabs .currentTab {
      background-image: url(images/greyBoxTab_curr_r.gif);
    }
  #greyBoxTabs .currentTab a, #greyBoxTabs .currentTab a:visited {
      background-image: url(images/greyBoxTab_curr_l.gif);
      color: #fff;
      border:none;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #greyBoxTabs a {float:none;}
    /* End IE5-Mac hack */

#greyBoxSorting{
  float:right;
  color:#D70101;
  width:200px;
  margin-top:17px;
  padding: 0;
    /*height: 15px;*/
}
#greyBoxSorting p {
  font-size: 11px;
  line-height: 15px;
  vertical-align: middle;
  height: 15px;
  float: right;
  display: inline;
  margin: 0 auto;
}
.sortLink { float: right; display: inline; height: 15px; width: 15px; text-align: center; vertical-align: middle; }
.sortLink img { vertical-align: middle; }
#downlink { display: none; }

#dataTableHeadArea{
  font-weight:bold;
  font-family:"Trebuchet MS",Arial,sans-serif;
  font-size:12px;
  color:#666;
}
  .headCol1{
    width:160px;
    padding:2px 4px;
    float:left;
    display:inline;
  }
  .headCol2{
    width:100px;
    padding:2px 4px;  
    float:left;
    display:inline;
    text-align:center;
  }
  .headCol3{
    width:60px;
    padding:2px 4px;
    float:left;
    display:inline;
    text-align:center;
  }
  .headCol4{
    width:100px;
    padding:2px 4px;
    float:left;
    display:inline;
    text-align:center;
  }

#dataTableDataArea{
  clear:both;
  font-family:"Trebuchet MS",Arial,sans-serif;
  font-size:12px;
  text-align:center;
}
  .dataCol1{
    width:160px;
    padding:2px 4px;
    float:left;
    display:inline;
    text-align:left;
  }
  .dataCol2{
    width:100px;
    padding:2px 4px;
    float:left;
    display:inline;
  }
  .dataCol3{
    width:60px;
    padding:2px 4px;
    float:left;
    display:inline;
  }
  .dataCol4{
    width:100px;
    padding:2px 4px;
    float:left;
    display:inline;
  }
  
  
/* --------- Daily Rate Sheet end ---------*/

/* --------- Calculators ---------*/
  .cIcon{
    /*float:left;*/
    display:inline;
    margin:3px;
  }
/* --------- Calculators end ---------*/

/* --------- Testimonials ---------*/
#testimonialList {
  clear: left;
  font-size: 13px;
  line-height: 30px;
  color:#666;
}

/* --------- Testimonials end ---------*/
#subNavWrapper { margin: 0 0 37px 0; padding: 0; border: 0; overflow: visible; }
#subNav{
  display: block;
  clear:both;
  background:#D3E3F1;
  height:25px;
  width:100%;
  overflow: visible;
}
#subNav ul{
  list-style:none;
  margin: 0;
  padding: 0;
  border: 0;
}
#subNav ul li{
  float:left;
  border-right: #FFF solid 2px;
  position: relative;
  margin: 0;
  padding: 0;
}
#subNav ul li.last { border-right: none; }
#subNav li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  background:#bfcdd9;
  width: inherit !important;
}
#subNav li > ul { top: auto; left: auto; }
#subNav li:hover ul, #subNav li.over ul { display: block; }
#subNav ul li a, #subNav ul li a:visited {
  height: 27px;
  line-height: 25px;
  /* used 2px less line-height to bump text up 2px */
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #666;
  font-size: 11px;
  padding: 0 15px;
}
#subNav li ul li {
  float: left;
  clear: left;
  border-right: 0px;
}
#subNav a:hover  {
  color: #888 !important;
}

/* ---------contact ----------*/

label{
  display:block;
  font-weight:bold;
  text-align:right;
  width:100px;
  float:left;
  padding-top:4px;
  clear:both;
}
label.checkbox {
  float: right;
  clear: none;
  font-size: 10px;
  color: #999;
  font-weight: normal;
  width: 220px;
  text-align: left;
}
.stylizedForm .small{
  color:#666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:140px;
}
input, select, textarea {
  float:left;
  font-size: 12px;
  border: solid 1px #ccc;
  margin: 2px 0 20px 10px;
}
#testimonials select {
  margin-left: 0;
}
input {
  padding: 4px 2px;
  width: 150px;
}
input.button {
  float: right;
  text-align: right;
  border: 0;
  margin: 0px;
  padding: 0;
}
input.submitleft {
  float: left;
  border: 0;
  padding: 0;
  margin: 2px 4px;
  display: inline-block;
  width: 84px;
  height: 20px;
  background: url('images/button_submit.gif') no-repeat top; 
  overflow: hidden;
}
input.checkbox {
  float: right;
  width: 10px;
  height: 10px;
  margin-right: 15px;
}
textarea{
  padding:4px 2px;
  width:418px;
  height:100px;
}
select {
  padding:2px 2px;
  margin: 0px 0px 20px 10px;
  width:190px;
}
form#locate select, select.b10 {
  margin-bottom: 10px;
}
input.empty, select.empty, textarea.empty,
input.error, select.error, textarea.error {
  background-color: #dfe9f3;
}
div.formcopy {
  color: #666;
  margin: 10px auto;
}
  
/* ---------contact ----------*/  
.strongLink{
  color:#D70101;
  text-decoration:underline;
  font-size:11px;
  font-weight:bold;
}

.required{
  color:#D70101;
  font-weight:bold;
}

  #footerTextArea{
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#999;
    width:500px;
    float:left;
    margin-left:12px;
    display:inline;
  }
  #footerTextArea a, #footerTextArea a:visited { text-decoration: none; }
  #footerTextArea a:hover { text-decoration: underline; }
  #bbbDiv{
    float:left;
    display:inline;  
  }

.greyBoxTabContent{
}
#one {
  display: inline;
}
#two {
  display: none;
}
.tableRates { width: 460px; border-collapse: collapse; }
.tableRates tr,
.tableRates td { padding: 3px; }
.tableRates th { border-bottom: 1px solid #999; }
.tableRates td,
.tableRates th { width: 100px; text-align: center; }
.tableRates tr td.type { width: 160px !important; text-align: left; }
.tableRates tr th:first-child,
.tableRates tr th.first {width: 160px !important; text-align: left; }
td.loading { height: 60px; width: 460px; vertical-align: middle; text-align: center; }
tr { background: #fff; }
tr.odd { background: #fff; }
.hidden { display: none; }
a.nextButton {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 84px;
  height: 20px;
  background: url('images/next.jpg') no-repeat top; 
  overflow: hidden;
}
a.nextButton:hover {
  background: url('images/next.jpg') no-repeat bottom;
  padding: 0px;
  margin: 0px;
}
a.prevButton {
  padding: 0;
  margin: 0;
  display: block;
  width: 84px;
  height: 20px;
  background: url('images/prev.jpg') no-repeat top;
  overflow: hidden;
}
a.prevButton:hover {
  background: url('images/prev.jpg') no-repeat bottom;
}
a.nextButton img, a.prevButton img {
  margin: 0;
  padding: 0;
  border: 0;
  height: 20px;
  width: 84px;
}

.contentTagline { font: bold 14px/20px auto; margin: 13px 0; }
.contentTagline p { margin: 0; }
div.disclaimer { padding: 30px 0 0; font: 0.8em sans-serif; color: #aaa; clear: both; overflow: hidden; }
body#contact div.disclaimer { padding: 30px 20px 0px; }

#data h2 { color:#787878; padding: 0 15px; }
.consultant { padding: 0 15px; margin: 15px 0; }
.consultant h3 { color: #2367B0; }
.right { text-align: right; }
#errormsg { margin-top: 10px; text-align: center; color: #D70101; font-style: italic; }

.greyBox ul {
  position: relative;
  list-style: disc;
  padding-left: 20px; 
}
.greyBox ul li {
  float: none;
  width: 250px;
  padding: 5px 0;
  vertical-align: middle;
}
.activetestimonial { color: #666; font-weight: bold; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
