@charset "UTF-8";

/*style sheet for Constant Improvement

©2011 Group 3 Performance Inc.
Reuse of this stylesheet or site content for any purpose prohibited without the expressed consent of Group 3 Performance Inc.*/

/* -------- color guide ----------
#5A80B1 : Background blue
#23559A : Footer Blue
#204696 : Headline Type Blue
#204696 : Links Blue
#69c : Links-visited Blue
#23559A : Links-hover Blue
#699oC3 : Links-hover/active (sidebar navigation or h5, h6)
*/

body {
background-color : #5a80b1;
background-image : url(../_images/CI_MBg_001.png);
background-position : top;
background-repeat : no-repeat;
color : #000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
line-height : 1.4;
margin : 0;
padding : 0;
}
h1 {
	color : #204696;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	text-align : center;
	line-height : normal;
	padding-top: 15px;
	margin-bottom: 12px;
}
h2 {
	color : #204696;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	padding-left : 15px;
	padding-right : 15px;
	text-align : left;
	margin-bottom: 2px;
}
h3 {
	color : #204696;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	padding-left : 15px;
	padding-right : 15px;
	text-align : left;
	margin-bottom: 2px;
}
h4 {
	color : #204696;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding-left : 15px;
	padding-right : 15px;
	text-align : left;
	margin-bottom: 2px;
}
h5 {
	color : #204696;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	text-align : center;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 2px;
}
h6 {
	color : #204696;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : center;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 2px;
}
p {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
margin-top : 0;
padding-left : 15px;
padding-right : 15px;
}
a:link {
color : #204696;
text-decoration : none;
}
a:visited {
color : #69c;
text-decoration : none;
}
a:hover, a:active, a:focus {
color : #039;
text-decoration : none;
}
.clearfloat {
clear : both;
font-size : 1px;
height : 0;
line-height : 0;
}
#wrapper {
background-attachment : scroll;
background-color : #fff;
background-image : url(../_images/CI_CBg_001.jpg);
background-repeat : no-repeat;
background-position : center top;
margin : auto;
width : 960px;
}
.container {
	background-color : #fff;
	background-image : url(../_images/CI_CBg_001.jpg);
	background-position : center top;
	background-repeat : no-repeat;
	margin : 0 auto;
	width : 960px;
}
.topBanner {
	background-color : #fff;
	background-image : url(../_images/ci_web_header2021_3.jpg);
	background-repeat : no-repeat;
	height : 90px;
	width : 960px;
	margin : 0;
}

.topMenu {
	background-image: url(/_images/CI_TM_002.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 960px;
	height: 50px;
}
#topMenu {
background-image : url(../_images/CI_TM_002.jpg);
background-repeat : no-repeat;
background-position : center top;
width : 960px;
}
.content {
	float : left;
	width : 960px;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0px;
}
.content ul, .content ol {
padding : 0 15px 15px 40px;
}
.fltlft {
float : left;
margin-right : 8px;
}
.fltrt {
float : right;
margin-left : 8px;
}
.footer {
background-color : #23559a;
clear : both;
color : #fff;
font-family : Verdana, Geneva, sans-serif;
font-size : 9px;
padding : 15px;
position : relative;
text-align : right;
}
#sidebar {
	font-family : Verdana, Geneva, sans-serif;
	font-size : 10pt;
	color : #204696;
	width : 180px;
	padding-top : 50px;
	padding-bottom : 10px;
	float : left;
	padding-left : 10px;
	padding-right : 10px;
	text-align: left;
	margin: 0;
}
a img {
border : none;
}
ul, ol, dl {
margin : 0;
padding : 0;
}
ul.nav {
border-top : 0;
color : #204696;
list-style : none;
margin-bottom : 15px;
}
ul.nav a, ul.nav a:visited {
	color : #204696;
	display : block;
	text-decoration : none;
	width : 160px;
	padding-top : 3px;
	padding-right : 3px;
	padding-bottom : 3px;
	padding-left : 10px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color : #FC3;
	color : #204696;
	font-family : Verdana, Geneva, sans-serif;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	width: 160px;
}
ul.nav li {
border-bottom : 0;
}

.pHighlight {
	background-color: #FC3;
}
