@charset "utf-8";
/* CSS for CPARS */
/******************************************************************/
/*                    CPARS - MAIN CSS                            */
/*																  */
/*                Date Modified - 06/29/2017           			  */
/*																  */
/******************************************************************/

* html body #sidebar ul.sidemenu li {
	height: 1%;
	border-style: none;
}
body {
	background-color: #4f6a7f;
}
.acc_hide {
	position: absolute !important; 
	padding: 0px !important;
	margin: 0px !important;  
	width: 1px !important; 
	height: 1px !important; 
	overflow: hidden !important; 
	top: -9999px !important; 
	left: -9999px !important
}
.hidden {
	position: absolute !important; 
	padding: 0px !important;
	margin: 0px !important;  
	width: 1px !important; 
	height: 1px !important; 
	overflow: hidden !important; 
	top: -9999px !important; 
	left: -9999px !important;
	text-decoration: none;
}
.red {
	color: #980000;
	font-weight: bold;
	font-style: italic;
}
.red1 .red {
	font-weight: bold;
}
#contacts {
	width: 500px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#breadcrumbs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 20px;
}
a img {
	border: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #4f6a7f;
}
h2, h3, h4, h5, h6  {
	font-family: Verdana, Geneva, sans-serif;
	color: #1b3453;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*********************************************
                CONTAINER
*********************************************/	
#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container-main {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
}
#container-search {
	width: 950px;
	background: #fff;
	padding: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
/*********************************************
                  HEADER
*********************************************/	
#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url("../images/CPARS_Header.jpg");
	background-repeat: no-repeat;
	padding: 53px;
}
#header h1 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
/*********************************************
                NAVIGATION BAR
*********************************************/	
#toptab {
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/bgOFF_blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #1b3453;
	border-top:1px solid #4f6a7f;
	padding: 0px;
}
#toptab ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#toptab li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
}
#toptab li a {
	display:block;
	float:left;
	color:#1b3453;
	text-decoration:none;
	height:24px;
	background:transparent url("../images/bgDIVIDER_blue.jpg") no-repeat top right;
	padding: 12px 15px 0 10px;
	list-style-type: none;
}
#toptab li a:hover {
	background:transparent url("../images/bgHOVER_blue.jpg") repeat-x top right;
}
#toptab li a.current,#toptab li a.current:hover {
	color:#fff;
	background:transparent url("../images/bgON_blue.jpg") repeat-x top right;
}
/*********************************************
                  LEFT SIDE
*********************************************/	
#lside {
	float: left;
	width: 150px;
	padding: 0;
	color: #777;
	background-color: #FFC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#lside h2 {
	margin: 5px;
	color: #00406A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	list-style-image: url("../images/bbullet.gif");
}
#lside ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #A9D4EF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#lside ul.sidemenu li {
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #D2E8F7;
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
}
#lside ul.sidemenu li a {
	list-style: square;
}
#lside ul.sidemenu li a:hover {
	color: #003;
	font-weight: bold;
}
#lside ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#lside ul.sidemenu ul li {
	border: none;
}
/*********************************************
               CONTENT MIDDLE
*********************************************/	
#content-container {
	float: left;
	width: 1000px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat-y;
	background-position: 100% 0;
	background-color: #FCC;
}
#content {
	float: left;
	width: 740px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 20px;
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
}
.title  {
	font-family: "Verdana", sans-serif;
	font-size: 24px;
	color: #4f6a7f;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}
#maincontent {
	padding-left: 25px;
	padding-right: 25px;
}
h1 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 0px;
	color: #4f6a7f;
}
#content h2 {
	margin-right: 0;
	margin-left: 0;
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 18px;
}
#content h3 {
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1b3453;
}
.heading {
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.pheading {
	font-weight: bold;
}
.privacy {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border: 1px solid #8f9bab;
	background-color: #8f9bab;
	text-align: center;
	color: #000000;
}
.training ul li{
	padding: 20px 0;
}
.outline ul {
	padding: 20px 0;
}
.outline ul li {
	padding-right: 20px;
}
.accordioncontent {
	display: none;
}
.questiontop {
	padding: 0;
	margin-bottom: -10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.question {
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p.question {
	margin-bottom: -10px;
}
.answer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.indentbull {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 25px;
}
div ul.indentbull {
	margin-top: -15px;
}
.indent {
	margin-left: 45px;
}
h3.questiontop {
	padding: 0;
	margin-bottom: -10px;
	background: none no-repeat scroll center top;
	cursor: pointer;
}
h3.question {
	padding-top: 10px;
	margin-bottom: -10px;
	background: none no-repeat scroll center top;
	cursor: pointer;
}
h3.questiontop a {
	text-decoration: none;
	color: #1b3453;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
h3.question a {
	text-decoration: none;
	color: #1b3453;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
h3.questiontop a:hover {
	color: #980000;
	text-decoration: underline;
}
h3.question a:hover {
	color: #980000;
	text-decoration: underline;
}
.answer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.indent {
	margin-left: 45px;
}
#accordion h1{
	font-size: 16px;
	margin-top: 10px;
}
h3.accordiontab {
	font-size: 14px;
	font-weight: bold;
	color: #aab2bd;
	background: none no-repeat scroll center top #1b3453;
	padding: 10px;
	cursor: pointer;
}
h3.accordiontab a {
	color: #aab2bd;
	text-decoration: none;
}
h3.accordiontab a:hover {
	color: #980000;
}
h3.accordiontab a:visited {
	color: #aab2bd;
}
.accordioncontent {	
}
.adobectr, .center {
	text-align: center;
}
.imgalignbottom {
	vertical-align: bottom;
}
.imgaligncenter {
	vertical-align: middle;
}
.listheader {
	font-weight: bold;
}
.listfirst {
	padding-top: 5px;
}
.listlast {
	padding-bottom: 15px;
}
.listspacer {
	padding-bottom: 20px;
}
.listnospace {
	margin-top: -15px;
}
.bold {
	font-weight: bold;
}
.indent {
	padding-left: 30px;
}
.ftleft {
	float: left;
}
.ftright {
	float: right;
}
.clearboth {
	clear: both;
}

/*********************************************
                   WEBTRAIN
*********************************************/	
.tm {
	width: 100%;
}
.tm1 {
	width: 50%;
	float: left;
}
.tm2 {
	width: 50%;
	float: left;
}
.tm3 {
	width: 40%;
	float: left;
}
/*********************************************
              Training pages
*********************************************/	
.floatL {
	float: left;
	position: relative;
}
.floatR {
	float: right;
	position: relative;
}
.negspace15 {
	margin-top: -15px;
}
.negspace10 {
	margin-top: -10px;
}
.negspace5 {
	margin-top: -5px;
}
.halfspace {
	margin-top: 7px;
}
.spacer {
	padding-bottom : 15px;
}
.tabindent {
	margin-left: 15px;
}
/*********************************************
                  RIGHT SIDE
*********************************************/	
#aside {
	float: left;
	width: 195px;
	margin: 0;
	padding: 5px 15px 0 10px;
	color: #4f6a7f;
	background-color: #E9EAEC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#aside h2 {
	padding: 5px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #1b3453;
	border-bottom: #1b3453 solid 1px;
}
#aside p {
	background-color: #D6D6D6;
}
#aside ul.sidemenu {
	margin: 5px 5px 8px 5px;
	padding: 0;
	list-style: none;
	text-decoration: none;
	text-align: left;
}
#aside ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#aside ul.sidemenu ul li {
	border: none;
	text-decoration: none;
	list-style-type: none;
}
#aside ul.sidemenu li {
	margin: 0 2px;
	padding: 5px 0 5px 5px;
	text-align: left;
	border-bottom: 1px solid #4f6a7f;
}
#aside ul.sidemenu li a {
	text-decoration: none;	
	color: #4f6a7f;				
}
#aside ul.sidemenu li a:hover {
	color: #980000;
	font-weight: bold;
	font-size: 12px;
}
#aside ul.sidemenu {
	margin-top: -10px;
}
/*********************************************
                  FOOTER
*********************************************/	
#footer {
	clear: left;
	text-align: center;
	padding: 10px;
	height: 1%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topline {
	border-top: 1px solid #1b3453;
	padding-top: 3px;
}
.seal {
	margin-left: 65px;
	z-index: 100;
	margin-top: 90px;
	margin-bottom: -200px;
}

