/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
	.rightmenu {
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-200px;
	position:relative;
	right:100%;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	right:185px;
	padding-bottom:1em;

}
.rightmenu .col1 {
	margin:0 15px 0 200px;
	overflow:hidden;
	position:relative;
	width: 570px;
}
.rightmenu .col2 {
	float:right;
	width:170px;
	position:relative;
	left:185px;
}
/* 2 column left menu settings */
	.leftmenu {
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:185px;
	padding-bottom:1em;
	padding-top: 12px;
	_padding-top: 26px;
}
.leftmenu .col1 {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	width: 570px;
}
.leftmenu .col2 {
	float:left;
	width:200px;
	position:relative;
	right:195px;
	padding-right: 1em;
	background-image: url(/images/left-navigation-gradient.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.col2 #top-gradient {
	height: 60px;
	width: 10px;
	position:absolute;
	background-image: url(/images/left-navigation-gradient-top.gif);
	background-position: right;
	background-repeat: repeat-y;
	left: 202px;
}
.col2 #bottom-gradient {
	height: 60px;
	width: 212px;
	position:absolute;
	bottom: 0;
	z-index: 1;
	background-image: url(/images/left-navigation-gradient-bottom.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.left-navigation-links {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	color: #000000;
	font-size:14px;
	border-top: solid 1px #d9d9d9;
	width: 200px;
}
.left-navigation-links li {
	padding: 10 0 4 0;
	text-decoration: none;
	border-bottom: solid 1px #d9d9d9;
	background-image: url(/images/left-navigation-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.left-navigation-links a:visited {
	color: #000000;
}
.left-navigation-links a {
	color: #000;
	text-decoration: none;
	width: 100%;
}
.left-navigation-links, .left-navigation-links a:hover {
	color:#67a9fc;
}
#active {
	color: #67a9fc;
	width: 100%;
}
.suppressed {
	color:#888888;
	font-size:90%;
}
.informationBox {
	width: 180px;
	border: solid 1px #d7d7d7;
	padding: 1px;
	margin-bottom: 1em;
}
.informationBox h3 {
	background-color: #afafaf;
	padding: 4px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.informationBox div {
	padding: 0 4px 0 4px;
}

ul.customerLogo{
	padding:0;
	margin:0;
}

ul.customerLogo li {
	background:transparent none repeat scroll 0 0;
	display:inline;
	float:left;
	padding:0;
}

ul.customerLogo li a {
	cursor:pointer;
	display:block;
	height:60px;
	margin:10px;
	text-indent:-9999px;
	width:120px;
}


.avotec a {background:transparent url(/images/logo-avotec.gif) no-repeat scroll 0 0;}
.bbb a {background:transparent url(/images/logo-bbb.gif) no-repeat scroll 0 0;}
.capps a {background:transparent url(/images/logo-capps.gif) no-repeat scroll 0 0;}
.dantes a {background:transparent url(/images/logo-dantes.gif) no-repeat scroll 0 0;}
.detc a {background:transparent url(/images/logo-detc.gif) no-repeat scroll 0 0;}
.dod a {background:transparent url(/images/logo-dod.gif) no-repeat scroll 0 0;}
.educause a {background:transparent url(/images/logo-educause.gif) no-repeat scroll 0 0;}
.ihrsa a {background:transparent url(/images/logo-ihrsa.gif) no-repeat scroll 0 0;}
.lockton a {background:transparent url(/images/logo-lockton.gif) no-repeat scroll 0 0;}
.nbfe a {background:transparent url(/images/logo-nbfe.gif) no-repeat scroll 0 0;}
.nycc a {background:transparent url(/images/logo-nycc.gif) no-repeat scroll 0 0;}

ul.customerLogo li a:hover {
	background-position:0px -60px;
}

.customerLogo li a {
background-position:0px -60px;
}



.affiliateText{display:none;}
.affiliateTextActive{display:block;}
