/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/
h1{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/*************** list tag styles ***************/
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}
label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}			
input{
font-family: Arial,sans-serif;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 32px;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	background: #ffffff;  
/**	background-image: url(cell1_background2.png);
	background-repeat: no-repeat; **/
	left: 0px;
}
#pagecell2{
	position:relative;
	top: 38px;
	width:750px;
	margin-right:auto;
	margin-left:auto;
}

#pagecell3{
	position:relative;
	top: 43px;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 0px 0px;	
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	left: 744px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bl {
	position:absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#br {
	position:absolute;
	bottom: -2px;
	left: 746px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.innerpagecell2-left{
	float:left;
	width:178px;
	height: 360px;
	background-size: fixed; 
	background-image: url("ipcl_background.png");
	background-repeat: no-repeat; 
}

.innerpagecell2-right{
	float:right;
	width:565px;
	height: 360px;
	background: transparent url("ipr_background.png"); 
	background-repeat: no-repeat; 
}

.innerpagecell3-one{
	float:left;
	width:178px;
	height: 100px;
	background-size: fixed; 
	background: url("pic_processes.png"); 
	background-repeat: no-repeat; 
}

.innerpagecell3-two{
	float:left;
	margin-left: 7px;
	width:183px;
	height: 100px;
	background-size: fixed; 
	background: url("pic_templates.png"); 
	background-repeat: no-repeat; 
}

.innerpagecell3-three{
	float:left;
	margin-left: 8px;
	padding: 0px 0px 0px 0px;
	width:183px;
	height: 100px;
	background-size: fixed; 
	background: url("pic_dashboards.png"); 
	background-repeat: no-repeat; 
}

.innerpagecell3-four{
	float:left;
	margin-left: 8px;	
	width:182px;
	height: 100px;
	background-size: fixed; 
	background: url("pic_learning.png"); 
	background-repeat: no-repeat; 
}

#masthead{
	position:relative;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	top: 0px;
}


#pmopodcastRSS{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 8px;
	right: 10px;
	color: #919999;
	width: 125px;
}
#pmopodcastRSS a{
	color: #AAAAAA;
}
#pmopodcastRSS a:hover{
	color: #005FA9;
	text-decoration: underline;
}
#pmopodcastRSS img{
	padding: 0px 0px 0px 0px;
/**	
	display: block;
**/	
}

#tipsRSS{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 22px;
	right: 10px;
	color: #919999;
	width: 125px;
}
#tipsRSS a{
	color: #AAAAAA;
}
#tipsRSS a:hover{
	color: #005FA9;
	text-decoration: underline;
}
#tipsRSS img{
	padding: 0px 0px 0px 0px;
/**	
	display: block;
**/	
}

#prRSS{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 36px;
	right: 10px;
	color: #919999;
	width: 125px;
}
#prRSS a{
	color: #AAAAAA;
}
#prRSS a:hover{
	color: #005FA9;
	text-decoration: underline;
}
#prRSS img{
	padding: 0px 0px 0px 0px;
/**	
	display: block;
**/	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
/**	border-bottom: 1px solid #cccccc; **/
	font: small Verdana,sans-serif;
}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#footer {
	position:relative;
	width:400px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 10px 0px;
	bottom: -50px;	
}

#footerChat {
	position:relative;
	width:200px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px 0px 10px 0px;
	bottom: -55px;	
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	font: bold 120% Arial,sans-serif;
	margin: 0px;
	padding: 10px 0px 5px 10px;
	color: #ffffff;
	font-weight: normal;
}
#utility{
	font: 60% Verdana,sans-serif;
	position: absolute;
	top: 20px;
	right: 10px;
	color: #919999;
	width: 200px;
}
#utility a{
	color: #ffffff;
}
#utility a:hover{
	text-decoration: underline;
}
#livechat{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #919999;
	width: 400px;
}
#livechat a{
	color: #FFFF00;
}
#livechat a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/
#pageName{
	padding: 0px 0px 5px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName img{
	position: absolute;
	right: 6px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	top: 358px;
	left: 289px;
	width: 155px;
}
/************** pageBanner styles ****************/
#pageBanner{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageBanner h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
/************** pageContent styles ****************/
#pageContent{
	padding: 5px 0px 5px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageContent h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageContent img{
	position: absolute;
	right: 6px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	top: -30px;
	left: 789px;
}
/************* globalNav styles ****************/
#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}
#globalNav img{
	margin-bottom: -4px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}
#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}
a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}
.skipLinks {display: none;}
/************ subglobalNav styles **************/
.subglobalNav{
	position: absolute;
	top: 75px;
	left: 0px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	visibility: hidden;
}
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}
.subglobalNav a:hover{
	color: #cccccc;
}
/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	width: 575px;	
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}
#breadCrumb a{
	color: #AAAAAA;
}
#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
/************** feature styles *****************/
.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 0px 0px;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story h1{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}
.story h3{
	font: bold 100% Arial,sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 5px 0px;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover{
	text-decoration: underline;
}
td.storyLeft{
	padding-right: 12px;
}
/************** siteInfo styles ****************/
#siteInfo{
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
/**	border-bottom: 1px solid #cccccc; **/
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/
.relatedLinks{
	margin: 0px;
	padding: 9px 0px 9px 9px;
/**	border-bottom: 1px solid #cccccc; **/
	background-color: #ffffff;
	font-size: 11px;
}
.relatedLinks a{
	color: #21536A;
	padding: 0px 0px 1px 0px;
}
.relatedLinks a:hover{
	text-decoration: underline;
}
.relatedLinks h3{
	padding: 0px 0px 3px 0px;
	color: #21536A;
	font-size:125%;
}
.relatedLinks a{
	display: block; 
}
/************* relatedLinksRSS styles **************/
.relatedLinksRSS{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height: 146px;
	background-color: #F4F4F4;
	font-size: 11px;
}
.relatedLinksRSS a{
	color: #21536A;
}
.relatedLinksRSS a:hover{
	text-decoration: underline;
}
.relatedLinksRSS h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinksRSS a{
	display: block; 
}
/**************** advert styles *****************/
#advert{
	font: 100% Verdana,sans-serif;
	margin-top: 0px;
	padding: 1px 0px 1px 10px;
	color: #21536A;	
/**	background-color: #f5f7f7; **/
	font-size: 11px;
}
.advert a{
	color: #21536A;
	padding: 0px 0px 1px 0px;
}
.advert a:hover{
	text-decoration: underline;
}
.advert h3{
	padding: 2px 0px 0px 0px;
	color: #21536A;
	font-size:75%;
}
.advert a{
	display: block; 
}
#advert img{
	display: block;
}

#advertRSS{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 8px;
	right: 10px;
	color: #919999;
	width: 125px;
}
#advertRSS a{
	color: #AAAAAA;
}
#advertRSS a:hover{
	color: #005FA9;
	text-decoration: underline;
}
#advertRSS img{
	display: block;
}



.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #334d55;
	background-position: left top;
	letter-spacing: normal;
	text-indent: 0px;
	word-spacing: normal;
}
.text1RSS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff9900;
	background-position: left top;
	letter-spacing: normal;
	text-indent: 0px;
	word-spacing: normal;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-position: left top;
	letter-spacing: normal;
	text-indent: 0px;
	word-spacing: normal;
}
.text3 {
	font: bold 120% Arial,sans-serif;
	color: #ffffff;
}
.text4 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
 	margin: 0px;
 	padding: 0px;
}
.text5 {
	font: normal 114% Arial,sans-serif;
	color: #ffffff;
 	margin: 0px;
 	padding: 10px;
}
.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;
 	margin: 0px;
	padding: 0px;
}
.text7 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
 	margin: 0px;
}
.text7 a{
	color: #005FA9;
}
.text7 a:hover{
	color: #005FA9;	
	text-decoration: underline;
}
.hdrtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
.hdr33 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666666;
}


img#pagecell1Background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.signature {
	font-family: "Lucida Calligraphy";
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

