/* home.css */

#MainPage .MainPageTable {
 border-spacing: 0;
}

/* Redefine default padding */
#MainContent {
 padding: 0;
 background: none;
 margin-top: 0;
}
#MainContent.WithoutSectionMenu {
 background: none;
}
#MainContent.WithoutSectionMenu h1 {
 width: 300px !important;
}
#MainContent p {
 padding: 0;
}

/* HomeBoxes */

#MainContent .HomeBoxes {
 margin: 10px 0 0 10px;
}

/* HomeBox */

#MainContent .HomeBox {
 width: 305px;
 padding: 0;
 margin: 0 10px 0 0;
 background: transparent url(/images/homebox/homebox-background.gif) no-repeat bottom;
}
#MainContent .HomeBox h1 {
 margin: 0;
 padding-left: 5px;
 font-size: 14px;
 height: 29px;
 line-height: 31px;
 color: white;
 text-transform: none;
 background: transparent url(/images/homebox/homebox-header.gif) no-repeat top;
}
#MainContent .HomeBox p {
 padding: 0 5px 5px 5px;
 margin: 0;
}
#MainContent .HomeBox img {
 float: left;
 margin: 5px 5px 0 0;
}
#MainContent .HomeBox ul li a {
 color: #2E3192;
}

#ScellierBox,
#LawBox {
 height: 250px;
}
#ScellierBox ul,
#LawBox ul {
 margin-top: 10px;
}


#SimulationBox,
#CalculBox {
 height: 220px;
}

/* SimulationBox */

#SimulationBox a {
 display: block;
 width: 174px;
 height: 36px;
 margin: 5px 0 0 60px;
 background: transparent url(/images/homebox/simulation-button.gif) no-repeat;
}
#SimulationBox a:hover {
 background: transparent url(/images/homebox/simulation-button-hover.gif) no-repeat;
}

/* CalculBox */

#CalculBox ul li {
 margin: 5px 0 0 0;
 text-align: left;
}

/* NewsBox */

#MainContent #NewsBox {
 width: 300px;
 height: 570px;
 margin-bottom: 10px;
 background: transparent url(/images/homebox/homebox-smallbackground.gif) no-repeat bottom;
}
#MainContent #NewsBox h1 {
 width: 300px;
 background: transparent url(/images/homebox/homebox-smallheader.gif) no-repeat;
}
#NewsBox .photo {
 float: left;
}
#NewsBox .photo img {
 height: 40px;
 width: 55px;
 border: none;
}
#MainContent #NewsBox ul {
 padding: 0 5px;
 margin: 0;
}
#NewsBox li {
 list-style-type: none;
 text-align: justify;
 padding: 0 0 2px 0;
}
#MainContent #NewsBox .NewsTitle {
 font-size: 11px;
 color: #2E338B;
}
#NewsBox .NewsDate {
 font-size: 10px;
 color: #2E338B;
}
#MainContent #NewsBox .NewsDescription {
 color: black;
 font-size: 11px;
}
#NewsBox .NewsResource {
 color: #2E338B;
 font-size: 11px;
}
#NewsBox .cleaner {
 clear: both;
}
#NewsBox .linkFile {
 text-align: right;
 font-weight: normal;
 font-size: 11px;
}
#NewsBox a:hover {
 text-decoration: none;
}
#MainContent #NewsBox .linkFile a {
 color: #314f9c;
 padding-right: 5px;
}
#MainContent #NewsBox .linkFile a:hover {
 text-decoration: underline;
}

/* ProgramBox */

#MainContent .ProgramBox {
 height: 339px;
 background: transparent url(/images/homebox/homebox-background.gif) no-repeat bottom left;
}
#MainContent .ProgramBox h1 {
 background: transparent url(/images/homebox/homebox-header.gif) no-repeat;
 font-size: 14px;
 height: 29px;
 line-height: 31px;
 color: white;
 text-transform: none;
 margin-bottom: 7px;
 padding-left: 5px;
}

.ProgramBox .program a {
 text-decoration: none;
}
.ProgramBox .program img {
 width: 135px;
 height: 95px;
 border: 1px solid black;
 margin: 0 2px 0 9px;
}
.ProgramBox .program .info {
 color: #595959;
 font-weight: bold;
 height: 30px;
 overflow: hidden;
 display: block;
 font-size: 11px;
 margin: 2px 0 0 9px;
}
.ProgramBox .link {
 font-size: 11px;
 margin: 0 0 0 165px;
}
#MainContent .ProgramBox .link a {
 color: #314f9c;
}

/* partnerBox */

#MainContent #partnerBox {
 background: transparent url(/images/homebox/partnerbox-background.gif) no-repeat bottom left;
 padding: 0;
 height: 165px;
}
#MainContent #partnerBox h1 {
 margin: 0;
}