* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	color: #777777;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
	background-image: url(../images/bg_page-teal.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #90d2c4;
	text-align: center;
}
p, ul, ol, h1, h2, h3, h4, h5 {
	margin-bottom: 1.6em;
}

h1 {
	color: #000000;
	font-size: 1.65em;
	font-weight: normal;
	margin-bottom: 1.2em;
}
h2 {
	color: #000000;
	font-size: 1.20em;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2em;
}
h4 {
	color: #000000;
}
h5 {
	color: #000000;
}
h6 {
	color: #000000;
}
a, a:link {
	color: #373535;
	text-decoration: underline;
}
a:visited {
	color: #373535;
}
a:hover {
	color: #373535;
	text-decoration: none;
}
a:focus {
	color: #373535;
}
a:active {
	color: #262499;
}

ul, ol {
	margin-left: 1em;
	padding-left: 1em;
}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 12px 0;
	padding: 0;
}


/**** LAYOUT ****/

#wrapper {
	margin: 14px auto 10px auto;
	width: 866px;
	position: relative;
	z-index: auto;
	text-align: center;
}
.wide #wrapper {
	width: 1002px;
}
.fluid #wrapper {
	width: 98%;
	min-width: 866px;
	max-width: 1400px;
}

#canvasTop {
		width: 100%;
	height: 30px;
	background-image: none;
		overflow: hidden;
}
#canvasTop .mid {
	position: relative;
	height: 30px;
	margin: 0 30px;
	background: url(../images/bg_canvas-top.png) repeat-x left top;	
}
#canvasTop .left {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 30px;
	height: 30px;
	background: url(../images/bg_canvas-tl.png) no-repeat left top;
}
#canvasTop .right {
	position: absolute;
	top: 0px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: url(../images/bg_canvas-tr.png) no-repeat left top;
}

#canvasBottom {
	height: 54px;
	background-image: none;
		position: relative;
		overflow: hidden;
}
#canvasBottom .mid {
	position: relative;
	height: 54px;
	margin: 0 30px;
	background: url(../images/bg_canvas-bottom.png) repeat-x left top;	
}
#canvasBottom .left {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 30px;
	height: 54px;
	background: url(../images/bg_canvas-bl.png) no-repeat left top;	
}
#canvasBottom .right {
	position: absolute;
	top: 0px;
	right: -30px;
	width: 30px;
	height: 54px;
	background: url(../images/bg_canvas-br.png) no-repeat left top;	
}

#canvasMid {
	background-image: none;
}
#canvasMid #canvasLeft {
	background: url(../images/bg_canvas-left.png) repeat-y left top;
}
#canvasMid #canvasRight {
	background: url(../images/bg_canvas-right.png) repeat-y right top;
}

#container {
	background-color:#FFFFFF;
	margin: 0 10px;
}

/* Header*/
#header {
	margin-bottom: 22px;
	background-color: #ffffff;
}
#header #logo {
	display: inline; /* IE6 */
	float: left;
	width: 400px;
	height: 80px;
	position: relative;
	margin: 0 0 12px 60px;
	padding: 0;
	font-size: 28px;
	text-align: left;
}
#header #logo a {
	display: block;
	width: 400px;
	height: 80px;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
	line-height: 80px;
}
#header #logo span {
	display: block;
	width: 400px;
	height: 80px;
	background: url(../images/logo_customerclix.gif) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
#header #logo span.customerclix {
	background-image: url("../images/logo_customerclix.gif");
}
#header #logo span.analystclix {
	background-image: url("../images/logo_analystclix.gif");
}
#header #logo span.trainingclix {
	background-image: url("../images/logo_trainingclix.gif");
}

#header #utility {
	display: inline; /* IE6 */
	float: right;
	width: 300px;
	margin: 20px 70px 0 0;
	padding: 0;
	text-align: right;
}

	#header #navWrapper {
		margin: 0px 58px 0px 58px;
		text-align: left;
	}
#header #navbar {
	clear: both;
	width: 730px;
	height: 54px;
	margin: 0 auto 14px auto;
	background: #ffffff url(../images/bg_navbar-teal.gif) no-repeat;
	text-align: left;
}
#header #lines {
	clear: both;
	background: url(../images/vbars-teal.gif) repeat-x;
	height: 14px;
	width: 712px;
	margin: 0px auto 0px auto;
}

#pageTab {
	margin-right: 48px;
	height: 30px;
}
#pageTab .tabItem {
	float: right;
	background: url(../images/tab_teal.gif) bottom right no-repeat;
	width: 350px;
	height: 30px;
	text-indent: -9999em
}



#main {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0px 67px 0px 67px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
		text-align: left;
}



ul#footer {
	margin: 0 0 0 48px;
	padding: 0;
	list-style: none;
}
#footer li {
	padding: 0 10px 0 30px;
	float: left;
	height: 44px;
	border-left: 2px solid #77B1A6;
	font-size: 11px;
	line-height: 21px;
	color: #a5a5a5;
}
#footer li a:link, #footer li a:visited {
	color: #a5a5a5;
	text-decoration: none;	
}
#footer li#designedby {
	background: url(../images/icon_studio9.gif) no-repeat 8px 2px;
}
#footer li#copyright {
	background: url(../images/icon_copyright.gif) no-repeat 8px 2px;
}
.minwidth {
	/* ie6 fix min-width */
	clear: both;
	margin: 0px auto;
	width: 806px;
		height: 0px;
		position: relative;
		overflow: hidden;
}


/**** CONTENT ****/
.content {
	
}

.constrain {
	text-align: left;
	width: 588px;
	margin: 0 auto 12px auto;
}

#pagecolumns {
	text-align: left;
	width: 712px;
	margin: 0 auto 12px auto;
	background: url(../images/content_bg-mid.gif) repeat-y left top;
}
#pagecolumns .top {
	background: url(../images/content_bg-top.gif) no-repeat left top;
}
#pagecolumns .bottom {
	background: url(../images/content_bg-bottom.gif) no-repeat left bottom;
}

#pagecolumns .inner {
	position: relative;
	overflow: hidden;
	clear: both;
}
#pagecolumns .leftcol {
	width: 475px;
	float: left;
	margin-left: 1px;
}
#pagecolumns .rightcol {
	width: 235px;
	margin-left: 477px;
	line-height: 1.35em;
}
#pagecolumns .padding {
	padding: 20px 16px 8px 16px;
}

/* Fluid | Wide widths */

.wide #pagecolumns, .fluid #pagecolumns {
	text-align: left;
	width: 712px;
	width: 848px;
	margin: 0 auto 12px auto;
	background: url(../images/content_bg-mid-wide.gif) repeat-y left top;
}
.wide #pagecolumns .top, .fluid #pagecolumns .top {
	background: url(../images/content_bg-top-wide.gif) no-repeat left top;
}
.wide #pagecolumns .bottom, .fluid #pagecolumns .bottom {
	background: url(../images/content_bg-bottom-wide.gif) no-repeat left bottom;
}
.wide #pagecolumns .leftcol, .fluid #pagecolumns .leftcol {
	width: 611px;
	float: left;
	margin-left: 1px;
}
.wide #pagecolumns .rightcol, .fluid #pagecolumns .rightcol {
	width: 235px;
	margin-left: 613px;
	line-height: 1.35em;
}



/**** HOMEBOX ****/
#homePanels {
	background: url(../images/homepanels-bg.gif) repeat-y left top;
	margin-bottom: 16px;
}
#homePanels #inner {
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0px;
	background: url(../images/homepanels-bottom.gif) no-repeat left bottom;
}
#homePanels .leftcol {
	float: left;
	width: 474px;
}
#homePanels .leftcol .top {
	background: url(../images/homepanels-topleft.gif) no-repeat left top;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 12px 2px 12px;
}
#homePanels .leftcol .top h1 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}
#homePanels .leftcol .top p {
	margin-bottom: 12px;
}
#homePanels .leftcol .bottom {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px;
	padding: 12px 12px 2px 12px;
}
#homePanels .leftcol .bottom h2 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
#homePanels .leftcol .bottom p {
	margin-bottom: 12px;
}
#homePanels .rightcol {
	position: relative;
	float: left;
	width: 238px;
	background: url(../images/homepanels-topright.gif) no-repeat right top;
	color: #000000;
	font-size: 12px;
}

#homePanels .rightcol .pagecurl {
	position: absolute;
	top: 0px;
	right: 0px;
}
#homePanels .rightcol .icon {
	position: absolute;

	margin: 40px 0 0 12px;
}

#homePanels .rightcol .text {
	position: relative;
	margin-top: 132px;
	clear:both;
	padding: 12px 12px 2px 12px;
}
#homePanels .rightcol h2 {
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 1em;
}
#homePanels .rightcol h2 a {
	color: #ffffff;
	text-decoration: none;
}

#homePanels .leftcol .bottom .section1, #homePanels .leftcol .bottom .section2 {
	float: left;
	width: 49%;
	font-size: 11px;
	line-height: 18px;
}
#homePanels .leftcol .bottom .section2 {
	margin-left: 6px;
}

#homePanels .leftcol .bottom .section-link {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 8px 0 0 106px;
}
#homePanels .leftcol .bottom .section-link:hover {
	color: #B7D8D8;
}
#homePanels .leftcol .bottom .section1 .section-link {
	background: url(../images/homepanel-analystclix.png) no-repeat left top;
}
#homePanels .leftcol .bottom .section2 .section-link {
	background: url(../images/homepanel-trainingclix.png) no-repeat left top;
}

#homePanels .leftcol .bottom .section-link .cc_GreenButton, #homePanels .leftcol .bottom .section-link .cc_PurpleButton {
	margin-top: 14px;	
}

#homePanels .leftcol .bottom .section1 .section-text h3,
#homePanels .leftcol .bottom .section1 .section-head {
	color: #A3D048;
	font-size: 12px;
	margin: 2px 0;
}
#homePanels .leftcol .bottom .section2 .section-text h3,
#homePanels .leftcol .bottom .section2 .section-head {
	color: #aab7f4;
	font-size: 12px;
	margin: 2px 0;
}

#homePanels .leftcol .bottom .section-link {
   min-height:176px;
   height:176px;
   }
  #homePanels .leftcol .bottom div[class] .section-link {
   height:auto;
}



/**** Bottom Pannels ****/

#bottomBoxes {
	height: 160px;
	background: url(../images/home-bottomboxes.jpg) no-repeat right top;
	margin-bottom: 0px;
}
#bottomBoxes .leftcol {
	float: left;
	width: 458px;
	margin-top: 12px;
	margin-left: 12px;
	color: #808080;
	font-size: 11px;
		line-height: 16px;
}
#bottomBoxes .leftcol a {
	color: #808080;
	text-decoration: none;
}
#bottomBoxes .leftcol a:hover {
	color: #000000;
}
#bottomBoxes .rightcol {
	float: left;
	width: 208px;
	margin-top: 12px;
	margin-left: 20px;
	font-size: 12px;
	color: #808080;
}
#bottomBoxes .rightcol h2 {
	line-height: 18px;
}
#bottomBoxes .rightcol p {
	margin-bottom: 9px;
}
#bottomBoxes .padding {
	padding: 12px 12px 2px 12px;
}
#bottomBoxes h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}
#bottomBoxes h3 {
	font-size: 13px;
	font-weight: bold;
	color: #128080;
	margin-bottom: 0px;
}

/**** CONTENT ****/

#pagecolumns .leftcol h2, #pagecolumns .leftcol h3 {
	margin-bottom: 0.4em;
}

#pagecolumns .leftcol, #pagecolumns .leftcol p, #pagecolumns .leftcol li {
	text-align: justify;
}
/*#pagecolumns .leftcol h1,*/

#pagecolumns .rightcol h1, #pagecolumns .rightcol h2, #pagecolumns .rightcol h3, #pagecolumns .rightcol p {
	margin-bottom: 0.60em;
}


.content .SiteImage {
	position: relative;
	width: 235px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;	
}
.content .SiteImage img {
	display: block;	
}
.content .SiteImage-Corner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background-image: url(../images/image-corner.png);
	background-repeat: no-repeat;
}

.content .NoteTab-Corner {
	padding: 20px 16px 8px 16px;
	background: #226666 url(../images/notetab-corner-teal.gif) no-repeat left top;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;	
}
.content .NoteTab-Corner h1, .content .NoteTab-Corner h2, .content .NoteTab-Corner h3, .content .NoteTab-Corner a  {
	color: #ffffff;
}
.content .NoteTab {
	padding: 20px 16px 8px 16px;
	background: #226666 url(../images/notetab-teal.gif) no-repeat left top;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;	
}
.content .NoteTab h1, .content .NoteTab h2, .content .NoteTab h3, .content .NoteTab a  {
	color: #ffffff;
}


.content .QuoteBox, .content .QuoteBox-Gray {
	border-bottom: 1px solid #cccccc;
	background: url(../images/quote_bg.gif) no-repeat;
	font-size: 12px;
	min-height:124px;
	height:124px;
	}
.content div[class] .QuoteBox, .content div[class] .QuoteBox-Gray {
   height:auto;
}

.content .QuoteBox {
	width: 235px;
	color: #000000;
}
.content .QuoteBox-Gray {
	width: 234px;
	color: #808080;
}

.content .QuoteBox p, .content .QuoteBox-Gray p {
	margin-bottom: 9px;
}
.content .QuoteBox .padding, .content .QuoteBox-Gray .padding {
	padding: 12px 12px 2px 12px;
}
.content .QuoteBox h2, .content .QuoteBox-Gray h2 {
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #000000;
}
.content .QuoteBox h3, .content .QuoteBox-Gray h3 {
	font-size: 13px;
	font-weight: bold;
	color: #128080;
	margin-bottom: 0px;
}
.content .QuoteBox h1, .content .QuoteBox h2, .content .QuoteBox h3, .content .QuoteBox a  {
	color: #000000;
}


.clearboth {
	clear:both;
}

