/* home.css */

/* Redefine default padding */
#MainContent {
  padding: 0;
}

#MainContent.WithoutSectionMenu {
  background: none !important;
  margin-left: -15px !important;
}

.MainContentBottom {
  background: none;
}

.WithoutSectionMenuBottom {
  background: none !important;
}

#MainContent h1 {
  background: none;  
}

#MainContent ul {
  clear: none;
}

.HomeBox {
  font-size: 12px;
  color: black;
  margin: 10px 10px 0px 0;
  width: 388px;
  height: 250px;
  background: transparent url(/images/home/background-home-box.png) no-repeat bottom;
}

* html .HomeBox {
  background: transparent url(/images/home/background-home-box.gif) no-repeat bottom;
}

#MainContent .HomeBox h1 {
  font-size: 14px;
  line-height: 26px;
  color: #F0852F;
  background: #727375 url(/images/home/header-home-box.png) no-repeat;
  border-bottom: 1px solid #808080;
  font-weight: bold;
}
* html #MainContent .HomeBox h1 {
  background: #727375 url(/images/home/header-home-box.gif) no-repeat;
}

#MainContent .HomeBox h1 a{
  color: #F0852F;
  text-decoration: none;  
}

#MainContent .HomeBox a{
  color: #106F89;
}

.HomeBox img {
  float: left;
  padding: 0 10px 10px 0;
}

#MainContent .HomeBox ul {
  list-style-type: none;
  margin-top: -75px;
  float: right;
}

#MainContent .HomeBox p {
  padding: 0 5px;
}

.HomeBox .ButtonShow .assurance a {
  margin-right: 15px;
  margin-top: 30px;
}

/* ProgramBox */

.ProgramBox {
  font-size: 12px;
  color: black;
  margin: 10px 10px 5px 0;
  width: 388px;
  height: 200px;
  background: transparent url(/images/home/background-home-box.png) no-repeat bottom;
}

* html .ProgramBox {
  background: transparent url(/images/home/background-home-box.png) no-repeat bottom;
}

#MainContent .ProgramBox h1 {
  font-size: 14px;
  line-height: 26px;
  color: #F0852F;
  background: #727375 url(/images/home/header-home-box.png) no-repeat;
  border-bottom: 1px solid #808080;
  font-weight: bold;
}

* html #MainContent .ProgramBox h1 {
  background: #727375 url(/images/home/header-home-box.gif) no-repeat;
}

.ProgramBox .program {
  margin: 0;
}
.ProgramBox .program a {
  text-decoration: none;
}
.ProgramBox .program img {
  width: 119px;
  height: 90px;
  border: 1px solid black;
  margin: 5px 0 0 5px;
}
.ProgramBox .program .info {
  color: #595959;
  font-weight: bold;
  margin: 5px;
  display: block;
  font-size: 11px;
}
.ProgramBox .link {
  text-align: right;
  font-size: 11px;
  margin: 0 5px 0 0;
}
.ProgramBox .link a {
  color: #106F89 !important;
}

#ProgramBox .program {
  margin: 0;
}

#ProgramBox .program a {
  text-decoration: none;
}

#ProgramBox .program img {
  width: 115px;
  height: 85px;
  border: 1px solid black;
  margin: 0;
  padding: 0;
}

#ProgramBox .program .info {
  color: #595959;
  font-weight: bold;
  margin: 5px;
  display: block;
  font-size: 11px;
}

#ProgramBox .link {
  text-align: right;
  font-size: 11px;
  margin: 5px 10px;
}
#DefinitionBox {
  width: 388px;
  height: 200px;
}
#DefinitionBox h2{
  margin-left: 15px;
}
#DefinitionBox p {
  margin-left: 5px;
}
