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

body { background: #000000 url(../bgrounds/mainPrintBG.jpg) no-repeat center 0px; }

#splash { width:900px; float:left; position:relative; margin:0; padding:0; height:340px; z-index: 44; }


#pBody { width:900px; height: auto; float:left; position:relative; margin:0; padding:0 0 26px 0; text-align: left; }

/*tabs*/

ul.tabs { float: left; width: 190px; height: auto; position: relative; margin: 0; padding: 0; float: left; }
ul.tabs li { position: relative; top: 1px; float: left; padding: 7px 4px; margin: 0; font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:50px; font-weight:bold; color:#616161; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; height: 50px; width: 180px; border:none; /*float: left; margin: 0; padding: 0; height: 31px; --Subtract 1px from the height of the unordered list-- line-height: 31px; --Vertically aligns the text within the tab--  border: 1px solid #999; border-left: none; margin-bottom: -1px; --Pull the list item down 1px-- overflow: hidden; position: relative; background: #e0e0e0;*/ }
ul.tabs li a { text-decoration: none; color: #555; display: block; font-size: 11px; /*padding: 0 20px;*/ /*--Gives the bevel look with a 1px white border inside the list item--*/ outline: none; }
ul.tabs li a:hover { color: #c7db58; text-decoration: none }
html ul.tabs li.active .desc a { color:#c7db58; }
html ul.tabs li.active, html ul.tabs li.active a:hover { list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; border:none; }

ul.tabs li .pic { width: 50px; height:auto; float:left; padding:0; margin: 0; }
ul.tabs li .desc { width: auto; height:auto; float:left; padding:0; margin: 0; }

.tab_container { width: 690px; height:auto; padding:22px 0 0 0; margin:0; float:left; position:relative; }

.tab_container ul { width: 690px; height:auto; float:left; margin:0; padding: 0; position:relative; }
.tab_container ul li { list-style: none; display: inline; padding: 0; position:relative; margin: 0; }
.tab_container ul li.one { width: 380px; height:auto; position:relative; padding: 0 0 0 16px; float: left; }
.tab_container ul li.two { width: 280px; height:auto; margin:0; position:relative; font:normal 12px Arial, Helvetica, sans-serif; padding: 0; float: left; }

.two em { font-size:9px; }

.two p { line-height: 24px; }
.blackBull { font-size: 24px; font-weight: bold; color: #333; line-height: 24px; }
.grayBull { font-size: 24px; font-weight: bold; color: #666666; line-height: 24px; }
.greenBull { font-size: 24px; font-weight: bold; color: #83b704; line-height: 24px;}
.yellowBull { font-size: 24px; font-weight: bold; color: #fff500; line-height: 24px; }


.tab_container h1 { width:100%; float:left; font-size: 16px; font-weight:bold; line-height: 26px; border-bottom: solid 1px #e91c21; }
.tab_container p { text-align: left; line-height: 15px; font-size:12px; }

