/* -----------------DivContent > DivMainBody > DivText---------------- */
.divText { width: 540px; }

/* -----------------DivContent > DivMainBody > DivText > Box---------------- */
.Box { clear: both; margin: 0px 0px 8px 10px; min-height: 112px; padding: 0px; float: left; width: 500px; }
/* for IE/Win */ * html body .divText .Box { height: 112px; }

/* to box h2 */h2.Top { background: url("Images/BoxBorder2.gif") top left no-repeat; }
/* to box div */div.Bottom { background: url("Images/BoxBorder2.gif") bottom right no-repeat; }

.Box h2 { font-size: 150%; margin: 0px; padding: 5px; }
.Box a { text-decoration: none; }
.Box a:hover { text-decoration: underline; }
.Box img.Home { float: right; height: 95px; padding: 0px; width: 125px; }
.Box p { margin: 0px; padding: 0px 10px; }
.Box ul { float: left; margin: 0px; padding: 5px 0px 5px 10px; }
.Box ul li { background: url("Images/Arrow.gif") -1px 5px no-repeat; display: inline; float: left; list-style: none; margin: 0px; padding: 0px; padding-left: 15px; width: 160px; }

div.cse-branding-bottom { padding: 10px; }
div.cse-branding-logo img { margin-bottom: 0px; padding-bottom: 0px; }

/* Shop EPA Store */
.Box li.BoxButton { display: inline; background: url("Images/ButtonBack.gif") top left no-repeat; list-style: none; margin-left: 5px; padding: 5px 0px 5px 5px; width: 165px; }
.Box li.BoxButton img { float: none; height: 12px; padding: 0px 2px; width: 12px; }
.Box .BoxButton a, .Box .BoxButton a:visited { color: #F6DC54; font-weight: bold; text-decoration: none; }

/* ------------------------DivContent > Navigation----------------- */
/* --- hide the navigation */
.divNagivation { display: none; }
