@import "DefaultContent.css";

div, p {position:relative;}

#SearchDiv {
  position:absolute;
  top:50px;
  right:30px;
}

#SearchDiv label {clear:both;}

#Search {width:160px;}

#GoButton {
  color:white;
  position:relative;
  background-color:orange;
  border:none;
  width:32px;
  border:1px solid #CCC;
}

#GoButton:hover {background-color:#7F7F7F;}

#SupportDropDowns {
  width:400px;
  margin-left:20px;
}

#StandardArticleContentArea {
  position:relative;
  min-height:110px;
}

#StandardArticleContentArea h2 {
  margin-left:20px;
  font-size:15px;
  font-weight:bold;
}

#SupportDropDowns select {
  width:350px;
  margin-bottom:4px;
}

#SafetyNotices {
  height:121px;
  width:200px;
  background-image:url(../../images/safety_notices_bg.png);
  position:absolute;
  top:10px;
  right:30px;
}

#SafetyNotices h2 {
  text-align:center;
  margin:5px 0;
  padding:0;
  font-size:14px;
  font-weight:bold;
}

#SafetyNotices p {text-align:center;}

h2#FAQHeader {
  background-color:white;
  font-weight:bold;
  font-size:15px;
  line-height:20px;
  height:20px;
  width:660px;
  color:black;
  padding:0 20px;
  margin-top:2px;
  margin-bottom:0;
  margin-left:0;
}

#FAQSection {width:702px;}

#FAQSection div {
  background-image:url(../../images/section_bg.png);
  margin:2px 0 0 0;
  padding:2px 0;
  overflow:hidden;
  cursor:default;
}

#FAQSection div.DivQ {
  height:16px;
}

#FAQSection div.DivQExp {
  height:auto;
}

#FAQSection p.Question {
  margin:0 0 0 20px;
  background:url(../../images/arrow_mini.png) left center no-repeat;
  padding-left:20px;
}

#FAQSection p.Answer {
  margin-left:40px;
  margin-right:20px;
  margin-top:5px;
}

#BottomBox1,
#BottomBox2,
#BottomBox3 {
  width:233px;
  height:130px;
  float:left;
  background-image:url(../../images/section_bg.png);
  margin:2px 2px 0 0;
  z-index:100;
  position:relative;
}

#BottomBox1 h3,
#BottomBox2 h3,
#BottomBox3 h3 {
  font-size:13px;
  font-weight:bold;
  margin:10px 0 0 20px;
}

#BottomBox1 h3 a:hover,
#BottomBox2 h3 a:hover,
#BottomBox3 h3 a:hover {
  color:#CFCFCF;
}

#BottomBox1 p,
#BottomBox2 p,
#BottomBox3 p {
  margin:6px 10px 10px 20px;
}
