@charset "UTF-8";
/* CSS Document */


/*  GLOBAL WRAPPER  */

#siteWrapper {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 970px;
}



#gotoCognos {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
	width: 950px;
}

/* HEADER ************* */

#headerWrapper {
	position:relative;
	background: url(../images/ban_bb_p2008a.jpg);
	height: 142px;
	width: 960px;
	margin-bottom: 5px;
}


	.headerLeftLogo {
		position: absolute;
		top:40px;
		left:37px;
	}

	.headerRightLogo {
		position: absolute;
		top:40px;
		left:585px;
		height:43px;
		widows:100px;
		width: 344px;
		background-image: url(../images/accelerateKnowledge-Logo.jpg);
	}
	
	.titleImages {
		position:relative;
		padding:15px 0 10px 0;
	}


	.siteMap {
		position:relative;
		margin-bottom: 7px;
		margin-left: 202px;
		text-align: left;
		height: 10px;
	}
	
/* COLUMN ************* */


#columnWrapper {
	position:relative;
	}
 

#leftSideColumn {
	float:left;
	width: 176px;
	height:auto;
	min-height:150px;
}



#centerColumn {
	float:left;
	width: 560px;
	height:auto;
	margin:0 0 0 26px;
}
#centerColumnSecondaryPage {
	float:left;
	width: 560px;
	height:auto;
	margin:0 0 0 26px;
	border:none;
	background-image:url(../images/secondaryTopCenterColumn.jpg);
	background-repeat:repeat-x;
}


#rightSideColumn {
	float:left;
	width: 171px;
	height:auto;
	margin: 0 0 0 27px;
}




/* FOOTER  ************* */

#footerWrapper  {
	font-size:9px;
	float:left;
	width: auto;
	height:auto;
	margin: 25px 3px 0 190px;
}

	#footerWrapper a {
		color:#999999; text-decoration:none;
	}
	
	#footerWrapper a:hover {
		color:#000000; text-decoration:none;
	}
	
	#footerWrapper p {
		color:#CCCCCC; margin:0px; padding:0px;
	}


/*  GLOBAL COMPONENT BOX  */


.globalSideBoxTopLine {
	position:relative;
	width:100%;
	height:7px;
	background-color:#89a8bc;
	border-right:#89a8bc solid thin;
	border-left:#89a8bc solid thin;
}

.globalSideBoxTopHeader {
	position:relative;
	width:166px;
	padding:9px 4px 3px 1px;
	background-color:#8e7a8e;
	background-image:url(../images/boxTilteBg.jpg);
	background-repeat: repeat-x;
}

.globalSideBoxTopHeader h3 { color:#FFFFFF; margin:0px 6px; }

.globalSideBoxTextWrapper {
	position:relative;
	width:172px;
	height:100%;
	background-image:url(../images/boxTxtBg.jpg);
	background-repeat:repeat-y;
}

 
.globalSideBoxTextPadding {
	padding: 6px 6px 6px 6px;
}


.globalSideBoxFooter {
	position:relative;
	width:172px;
	height:3px;
	background-image:url(../images/boxFooterBg.jpg);
	margin-bottom:1px;
	background-repeat:no-repeat;
}

.titlehighlight {
	position:relative;
	width:555px;
	padding:6px 0 6px 6px;
	background-color:#89a8bc;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;

}


/****** GLOBAL COMPONENT BOX - custom  */
	
	.registerNowBox {
	position:relative;
	width:171px;
	background-color:#D8E2e(;
	border-bottom:#666666;
	border-top:none;
	margin-bottom:6px;
		}

	.registerNowBoxTxtWrapper {
		position:relative;
		padding: 0px 10px 10px 10px;
	}





/* Home Page - 2 Column */

.homePageColumnLeft {
	float:left;
	width:270px;
	margin-left: 5px;
}

.homePageColumnRight {
	float:left;
	width:270px;
	margin-left:10px;
}
