/* home.css */

/* Redefine default padding */
#MainContent {
  padding: 0;
  margin: 0;
}
#MainPage .MainPageTable {
  border-spacing: 0;
}

/* HomeBox */

#MainContent .HomeBox {
  margin: 15px 30px 20px 17px;
  width: 557px;
}
#MainContent .HomeBox h1 {
  height: 31px;
  line-height: 31px;
  background: #5091e9 url(/images/home/white-arrow.png) no-repeat 10px 9px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: normal;
}
#MainContent .HomeBox h1 a {
  color: white;
}
#MainContent #SolutionBox h1 {
  font-size: 18px;
  background: #002481 url(/images/home/white-arrow.png) no-repeat 10px 9px;
}
#MainContent .HomeBox img {
  float: left;
}

/* SolutionBox */

#SolutionBox .engagement {
  color: #002481;
  font-size: 14px;
  margin-top: 12px;
  font-weight: bold;
}
#SolutionBox img {
  margin: 5px 20px 0 0;
}
#SolutionBox .grayList {
  list-style-type: none;
  color: #646464;
  margin: 0;
}
#SolutionBox .grayList li {
  margin: 3px 0;
}

/* CalculBox */

#CalculBox h1 {
  margin: 0;
}
#CalculBox .calculContent {
  height: 190px;
  border: 1px solid #a9a9a9;
  background: #f4f4f4;
}

/* RachatBox */

#RachatBox {
  //height: 195px; /* Hack IE7 */
}
#RachatBox h1 {
  margin: 0;
}
#RachatBox img {
  margin-right: 15px;
}
#RachatBox .rachatContent {
  border: 1px solid #a9a9a9;
  background: #f4f4f4;
  height: 150px;
}
#RachatBox .rachatList {
  list-style-type: none;
  margin: 0;
  //margin-top: 10px; /* Hack IE7 */
}
#RachatBox .rachatList li {
  margin: 1px 0;
}
#RachatBox .rachatList a {
  color: #177298;
}
#RachatBox .rachatList a:hover {
  text-decoration: none;
}
#RachatBox .rachatBaseLine {
  color: #646464;
  font-size: 14px;
  margin: 10px;
}

/* TestimonyBox */
/* QuestionBox */

#MainContent #TestimonyBox {
  width: 275px;
  //height: 170px; /* Hack IE7 */
  margin-right: 0;
}
#TestimonyBox .testimony,
#QuestionBox .faq {
  font-size: 11px;
  text-align: right;
  margin-right: 10px;
}
#TestimonyBox a.testimonyLink,
#QuestionBox a.faqLink {
  color: #002481;
}
#TestimonyBox h1,
#QuestionBox h1 {
  margin: 0;
}
#TestimonyBox img,
#QuestionBox img {
  margin-right: 10px;
}
#TestimonyBox .testimonyContent,
#QuestionBox .questionContent {
  border: 1px solid #a9a9a9;
  background: #f4f4f4;
  height: 122px;
}
#MainContent #QuestionBox {
  width: 275px;
  //height: 170px; /* Hack IE7 */
  margin-left: 5px;
}
#QuestionBox .questionList {
  list-style-type: none;
  margin: -7px 10px 0 0;
  //margin: 3px 10px 0 0; /* Hack IE7 */
  color: #595959;
  text-align: left;
}
#QuestionBox .questionList li {
  margin: 0 0 4px 0;
}
