@charset "utf-8";
/* CSS Document */

#outer { height: 100%; overflow: visible; margin: auto; position: relative; }
#outer[id] { display: table; position: static; }
#middle { position: absolute; top: 50%; }
#middle[id] { display: table-cell; vertical-align: middle; position: static; }
#inner { position: relative; top: -50%; left: -50% }
#inner[id] { position: static; }
#box { border: solid 1px white; position: relative; text-align: center; display: block; width: 760px; height: 420px; }
#divUpControl { position:relative; }
#divDownControl { position:relative; }
#ScrollContainer { position:relative; width:541px; height:484px; overflow:hidden; top:0px; left:15px; visibility:hidden; border:0px solid black; background:transparent url('../images/aboutus-textbox-bkg.png') no-repeat; }
#ScrollContent { position:absolute; top:0px; left:0px; right:11px; height:2570px; border:0px solid black; width:468px; padding:15px 0px 15px 20px; color:#008243; }
#ScrollControls { position: absolute; top:0px; right:0px; bottom:0px; height:484px; width:50px; border-left:0px solid black; }
#ScrollUp a { display: block; width:40px; height:39px; position: absolute; top: 0; right: 0; background:transparent url('../images/up-arrow.png') no-repeat top left; margin-right:10px; margin-top:15px; }
#ScrollUp span { display: none; }
#ScrollDown a { display: block; width:40px; height:39px; position: absolute; bottom: 0; right: 0; background:transparent url('../images/down-arrow.png') no-repeat top left; margin-bottom:15px; margin-right:10px; }
#ScrollDown span { display: none; }

#desc-1-left, #desc-2-left, #desc-3-left, #desc-4-left, #desc-5-left, #desc-6-left, #desc-7-left, #desc-8-left { float:left; width:155px; border:0px solid black; }
#desc-1-right, #desc-2-right, #desc-3-right, #desc-4-right, #desc-5-right, #desc-6-right, #desc-7-right, #desc-8-right { float:right; width:290px; border:0px solid black; }
#desc-1-right, #desc-2-right, #desc-3-right, #desc-4-right, #desc-5-right, #desc-6-right, #desc-7-right, #desc-8-right { line-height:15px; }
.desc-body { font-size:14px; }
.desc-title { font-size:14px; color:white; }