body {
	margin: 0 ;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	background: #fff url(/library/images/background/bodyBg.jpg) no-repeat center top;
}

body.popup {
	margin: 0 ;
	padding: 5px;
	background: #000000 url(/library/images/ms.gif) no-repeat center top;
}


img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

.centerAlign {
	text-align: center;
}

#wrapper {
	width: 976px;
	margin: 25px auto;
}

#content a {
	color: #009bc9;
}

.noPad {
	padding: 0 !important;
}

/*/ General font size
*/
.size11{ font-size:11px; }
.uiClear {clear:both;}

/*
///////////////header
*/
#header {
	width: 100%;
	float: left;
}

#header #top {
	width: 100%;
	padding: 4px 0 0 0;
}

#header h1{
	float: left;
	padding: 0 0 0 22px;
	margin: 0;
}

/*print version*/

#header h1.print {
	display: none;
}


/*
Top main navigation
*/
#topNav {
	clear: both;
	float: left;
}

#topNav ul{
	list-style-type: none;
	margin: 0;
	padding: 1px 0px 16px 8px;
	float: left;
}

#topNav ul li{
	float: left;
	list-style-type: none;
	list-style-image: none;
	display: block;
	/*font-size: 18px;
	padding: 0 24px 0 0;*/
	margin: 0;
	font-weight: normal;
}

#topNav ul li a{
	border: none;
	text-decoration: none;
	color: #5b5b5b;
	/*font-weight: bold;*/
}

#topNav ul li span a.active{
	color: #009bc9;
}

#langUtils{ float:right; }
	#langUtils ul{
		list-style:none;
		margin:0px;
		padding:10px 0px 0px 0px;
	}
	#langUtils ul li{
		margin:0px 0px 0px 10px;
		padding:0px;
		float:left;
	}
	#langUtils ul li a:link,
	#langUtils ul li a:active,
	#langUtils ul li a:visited {
		color:#888888;
		text-decoration:none;
	}		
	#langUtils ul li a:hover {
		color:#009ac9;
		text-decoration:underline;
	}


/*
//////top sub navigation systems
*/
#topSubnavs {
	float:right;
	width: 420px;
}

#topSubnavs div {
	/*float: left;*/
}


#topSubnavs ul {
	list-style-type: none;
	/*float: left;*/
	padding: 0;
	margin: 0;
}

#topSubnavs ul.menu {
	padding:1px 0 4px 0;
}

#topSubnavs ul.menu li {
	float: right;
	list-style-image: none;
	list-style-type: none;
	/*background: url(/library/images/icons/topsubSep.gif) no-repeat right 5px;*/
	margin: 0 ;
	padding: 0 ;
}

#topSubnavs ul.menu li a.active{
	color: #009bc9 !important;
}

#topSubnavs ul.menu li.last {
	background: none;
	padding: 0;
}

/*
top subnav part 2
*/
#topSubnavs .sub2 {
	clear: both;
	float: right;
	/*background: url(/library/images/background/topsub2ndR.gif) no-repeat right top;*/
	/*width: 261px;*/
	margin:0px -6px 0 0 ;
	padding:0px;
}

#topSubnavs .sub2 ul {
	margin: 0 ;
	padding: 0px ;
	/*padding: 5px 0 0 25px;*/
	list-style-type: none;
	float: right;
	
	/*width: 261px;*/
	/*background: url(/library/images/background/topsub2ndLcap.gif) no-repeat left top;*/
}

#topSubnavs .sub2 ul li {
	float: left;
	padding-right: 0px/*1em*/;
	margin-right: 0px/*1em*/;
	/*background: url(/library/images/icons/topsubSep.gif) no-repeat right 6px;*/

}

#topSubnavs .sub2 ul li.last {
	background: none;
	margin: 0;
}

/*
////homepage banner
*/
#home #banner {
	width: 976px;
	clear: both;
	margin-bottom: 12px;
}
/**/

/*
/////content area
*/
#content {
	width: 936px;/*976-40*/
	clear: both;
	background: #fff;
	padding: 20px 20px 25px 20px;
	float: left;
	font-size:10px;
}
#content.zoomed{
	font-size:14px;
}

/*column layout homepage*/

/*bg trick*/
#home #content {
	background: #fff url(/library/images/background/homeBgTrick3Col.gif) no-repeat left center;
}

#home #threeCol {
	width: 936px;
	clear: both;
}

#home #threeCol .left {
	float: left;
	width: 307px;/*327-20*/
	padding-right: 20px;
}

#home #threeCol .center {
	width: 242px;/*274-32*/
	float: left;
	margin: 0 4px;
	padding: 0 16px;
}

#home #threeCol .right {
	width: 305px;/*327-20*/
	padding-left: 20px;
	float: left;
}

/**/

/*

homepage content boxes

*/

/*testimonial*/
#home #threeCol .left .testimonialBloc {
	background: url(/library/images/background/homeLeftboxBg.gif) no-repeat center bottom;
	padding-bottom: 25px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#home #threeCol .left .testimonialBloc .vidbox{
	width: 130px;
	float: left;
	border: 1px solid #e8eaeb;
	margin-right: 15px;
}
#home #threeCol .left .testimonialBloc .home .vidbox{
	width: 135px;
	float: left;
	border: 0px;
	margin-right: 10px;
}


#home #threeCol .left .testimonialBloc .content {
	float: left;
	width: 160px;
}

#home #threeCol .left .testimonialBloc .content h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}

#home #threeCol .left .testimonialBloc .content p {
	margin: 0;
	padding: 0 0 5px 0;
}

#home #threeCol .left .testimonialBloc .content a {
	color: #009bc9;
}

/*case study*/
/*left*/
#threeCol .left .casestudy {
	float: left;
	clear: both;
	position:relative;
}

#home #threeCol .left .casestudy{ width: 307px; }
#home .bottomLink{
	display: block ;
	clear: both ;
}

#threeCol .left .casestudy .vidbox{
	float: left;
	width: 176px;
}

#home #threeCol .left .casestudy .case-details{ 	position: absolute; left:0px;}
#home #threeCol .left .casestudy h4{ padding:0px; }
#home #threeCol .left .casestudy .case-details h4{
	
}
#home #threeCol .left .casestudy .case-details ul{
	
}
#home #threeCol .left .casestudy .content{ height: 190px ; }

/*right*/


#twoCol .right .casestudy {
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e8eaeb;
	
}

#twoCol .right .casestudy p {
	width: 236px;
}

#twoCol .right .casestudy a.readMore{
	width: 236px;
	display: block;
}

#twoCol .right .casestudy .vidbox{
	float: left;
	width: 236px;
}


/*homepage version*/
#home #threeCol .left .casestudy .vidbox{
	width: 130px;
	float: left;
	border: 1px solid #e8eaeb;
}

#threeCol .left .casestudy .content {
	float: left;
	clear: both;
	width: 176px;
}
/*homepage version*/
#home #threeCol .left .casestudy .content {
	float: right;
	width: 160px;
	clear: none;
}

#threeCol .left .casestudy .content h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}
#threeCol .left .casestudy .content h4 {
	margin: 0;
	padding: 0;
	color: #009bc9;
	font-size: 1.1em;
	font-weight: bold;
}

#threeCol .left .casestudy .content p {
	margin: 0;
	padding: 0 0 5px 0;
}

#threeCol .left .casestudy .content a {
	color: #009bc9;
}

/*last version no border*/

.casestudy.last {
	border: none;
}


/*results list*/
#threeCol .left .casestudy h4.title{
	color: #009bc9;
	font-weight: bold;
	font-size: 1.1em;
	clear: both;
	margin: 0;
	padding: 0 0 2px 0;
	width: 176px;
}
/*homepage version*/
#home #threeCol .left .casestudy h4.title{
	/*padding: 0 0 2px 10px;*/
	padding: 0 0 2px 0px;
	width: 297px;
}

#threeCol .left .casestudy ul {
	clear: both;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
	width: 176px;
}

/*homepage version*/
#home #threeCol .left .casestudy ul {
	padding: 0 10px 10px 10px;
	width: 287px;
}

#threeCol .left .casestudy ul li {
	clear: both;
	margin-left: 15px;
	margin-bottom: 2px;
}
#threeCol .left .casestudy a.readMore {
	clear: both;
	display: block;
	color: #009bc9;
	padding-left: 0;
	width: 176px;
}

/*homepage version*/
#home #threeCol .left .casestudy a.readMore {
	padding-left: 10px;
	width: 297px;
}

/*center col*/

#home #threeCol .center h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0 5px 0;
}
#home #threeCol .center h3 span {
	color: #009BC9;
}

#home #threeCol .center h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

#home #threeCol .center a {
	color: #009BC9;
	display: block;
}

/*hompage content slides*/
#home #content .center #tab1 img{
	cursor:pointer;
}
#home #content .center #tab1{
	float:left;
	margin:0px 10px 0px 0px;
}
#home #content .center #title1{
	float:left;
}
#home #content .center #tabContent1{
	clear : both ;
}
#home #content .center .blue01{ color:#009bc9; }


/*Right col*/
#home #threeCol .right .newsHome {
	/*width: 307px;*/
	float: left;
	clear: both;
}

#home #threeCol .right .newsHome .newsItem {
	float: left;
	clear: both;
	background: url(/library/images/background/homeLeftboxBg.gif) no-repeat center bottom;
	padding-bottom: 25px;
	margin-bottom: 20px;
	width: 305px;
}

#home #threeCol .right .newsHome .newsItem.last {
	background: none;
	margin-bottom: 0;
}

#home #threeCol .right .newsHome .newsItem .title {
	float: left;
	width: 76px;
	
}

#home #threeCol .right .newsHome .newsItem h3 {
	margin: 0;
	padding: 0;
	color: #009bc9;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	width: 76px;
}
#home #threeCol .right .newsHome .newsItem span.date {
	font-weight: bold;
	font-size: 1.1em;
	width: 76px;
	display: block;
	float: left;
	clear: both;
}

#home #threeCol .right .newsHome .newsItem .content {
	float: left;
	width: 225px;
}

#home #threeCol .right .newsHome .newsItem .content h4 {
	font-weight: bold;
	color: #464646;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#home #threeCol .right .newsHome .newsItem .content h4 a {
	text-decoration: none;
	color: #464646; 
}

/*home success story*/

#home #threeCol .left .successStory {
	width: 307px;
	clear: both;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 10px;
	background:  url(/library/images/background/homeLeftboxBg.gif) no-repeat center bottom;
}
#home #threeCol .left .successStory .customMediaContainer{
	float: left ;
	width: 135px ;
	margin-right: 10px ;
}
#home #threeCol .left .successStory .customContentContainer{
	width: 162px ;
	float: left ;
}
#home #threeCol .left .successStory .customContentContainer h3{ display: none ; }
#home #threeCol .left .successStory .customContentContainer h4{ display: none ; }
#home #threeCol .left .successStory .customContentContainer p{ font-size: 11px ; }
.successStory .customContentContainer div.fromDataBase{ padding-top: 6px ;  }
#home #threeCol .left .successStory .customContentContainer div.fromDataBase{ padding-top: 0px ;  }
/*
headers
*/

/*sifr h2*/
#content h2 {
	font-size: 14px;
	color: #009bc9;
	padding: 0 0 15px 0;
	margin: 0;
	clear: both;
}

#content h2.blurb {
	color: #2c2c2c;
}
/*h2 with top padding for items in content panel*/
#content h2.content {
padding: 20px 0 5px 0;
}
#content h2.player{
	padding: 20px 0 2px 0;
	margin:0px;
	font-size:10px;	
	border:0px;
}
#content h2.content.underlined {
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
}

#content .center h2.playerCategory{
	clear:both;
	float:left;
	margin:10px 0px 0px 0px;
}
#content .center .playerLibrary h2.playerCategory{
	clear:both;
	float:left;
	margin: 0;
}

/*

////////////////////////internal pages (not homepage)

*/

#bannerNavbox {
	background: #fff;
	clear: both;
	float: left;
	width: 100%;
}

#bannerNavbox .header-image{
	float: right;
}

#bannerNavbox .header-image img {
	display: block;
}

#breadcrumb {
	clear: both;
	float: left;
	margin: 20px 0px 10px 0px;
	padding: 0 0 0 23px;
	width: 776px;
}

#breadcrumb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#breadcrumb ul li {
	float: left;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	background: url(/library/images/icons/breadcrumbSlash.gif) no-repeat right 4px;
}

#breadcrumb ul li.active {
	background: none;
	padding: 0;
	margin: -3px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}



/*print & font size menu*/

ul#printUtils {
	float: right;
	margin: 20px 0;
	padding: 0;
}

ul#printUtils li {
	float: right;
	list-style-type: none;
}

ul#printUtils li.print {
	border-left: 1px solid #5b5b5b;
	padding-left: 5px;
	cursor: pointer;
}
ul#printUtils li.click {
	cursor: pointer;
}

/*left nav*/

#bannerNavbox ul.menu {
	float: left;
	width: 155px;
	padding: 20px 23px 0 23px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#bannerNavbox ul.menu li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #ececec;
	margin-bottom: 6px;
	margin-left: 0;
	padding: 0 0 5px 0;
}

#bannerNavbox ul.menu li.last {
	margin-bottom: 0;
}

#bannerNavbox ul.menu li a {
	color: #464646;
	font-size: 1.1em;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-right: 5px;
	background: url(/library/images/icons/leftNavCocheOff.gif) no-repeat right bottom;
}

#bannerNavbox ul.menu li a:hover,
#bannerNavbox ul.menu li a.active {
	color: #009bc9 !important;
	font-weight: bold;
	background: url(/library/images/icons/leftNavCocheOn.gif) no-repeat right bottom;
}
#bannerNavbox ul.menu li a.active {
	font-size: 1.2em;
}

/*

***************content layout//////////////////////////////////////

*/

/*3 column content*/
#internal #threeCol {
	width: 936px;
	float: left;
	clear: both;
	background: #fff url(/library/images/background/internalThreeColTrickBg.gif) no-repeat left top;
}

#internal #threeCol .left {
	float: left;
	width: 176px;
	padding-right: 36px;
	padding-bottom:15px;
}

#internal #threeCol .center {
	width: 440px;
	float: left;
	margin: 0;
	padding: 0;
}

#internal #threeCol .right {
	width: 236px;
	padding-left: 48px;
	float: left;
}


/*
////center panel text bloc list
*/
#internal #threeCol .center ul.features {
	float: left;
	width: 440px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	clear: both;
}

#internal #threeCol .center ul.features li {
	float: left;
	width: 190px;
	padding-right: 60px;
	padding-bottom: 15px;
}

#internal #threeCol .center ul.features li.noPad {
	padding-right: 0;
}

#internal #threeCol .center ul.features li h2 {
	padding-top: 0;
}

/*mini embeded list*/

#internal #threeCol .center ul.features li ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
}

#internal #threeCol .center ul.features li ul li{
	 clear: both;
	 width: auto;
	 padding: 0 0 3px 0;
}

/**/



/*
////center panel text bloc list
*/
#internal #threeCol .center ul.features {
	float: left;
	width: 440px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	clear: both;
}

#internal #twoCol .center ul.features {
	width: 670px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	clear: both;
	float: left;
}
#internal #twoCol .center .playerLibrary ul.features{
	padding-top: 0px;
	padding-bottom: 0;
}

#internal #threeCol .center ul.features li {
	float: left;
	width: 190px;
	padding-right: 60px;
	padding-bottom: 15px;
}

#internal #twoCol .center ul.features li {
	float: left;
	width: 190px;
	padding-right: 20px;
	padding-bottom: 0;
	/*text-align:center;*/
}

#internal #twoCol .center ul.features li p{
	height:100px;
}

#internal #thrreeCol .center ul.features li.noPad,
#internal #twoCol .center ul.features li.noPad {
	padding-right: 0;
}

#internal .center ul.features li h2 {
	padding-top: 0;
}

/*mini embeded list*/

#internal .center ul.features li ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
}

#internal .center ul.features li ul li{
	 clear: both;
	 width: auto;
	 padding: 0 0 3px 0;
}

/*/ Events List
*/
.eventsList{
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:0px;
	float:left;
}
.eventsList li{
	width:180px;
	height:175px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 38px;
	/*background: url( /library/images/icons/dots_01.gif ) no-repeat left top;*/
}
.eventsList li.extended{
	clear:both;
	width: 420px;
	/*height:170px;*/
	height: auto;
	padding:0px 0px 5px 0px;
}
.eventsList li .title, .eventsList li .extended .feed_content .title{
	font-size:12px;
	font-weight:bold;
	color:#0096c3;
}
.eventsList li p{
	font-size:11px;
	color:#4d4d4d;
}
.eventsList li.extended .image{
	width: 140px;
	float: left;
	border: 1px solid #e8eaeb;
	margin-right: 15px;
}

.eventsList li.extended .feed_content{
	width:260px;
	float:left;
}



/**/
/*
center panel defenition step list
*/
#internal #threeCol .center dl.steps {
	list-style-type: none;
}

#internal #threeCol .center dl.steps dt {
	font-size: 1.1em;
	clear: both;
	font-weight: bold;
}

#internal #threeCol .center dl.steps dd {
	padding: 3px 0 10px 0;
	margin: 0;
}


/**/
/*
center panel defenition step list
*/
#internal #threeCol .center dl.jobList{
	list-style-type: none;
}

#internal #threeCol .center dl.jobList dt {
	font-size: 1.1em;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;	
}

#internal #threeCol .center dl.jobList dd {
	padding: 2px 0 2px 0;
	margin: 0;
}

jobList

/**/


/*key benefits (left)*/
#internal #threeCol .left .benefits{
	float: left;
	width: 176px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 26px 0;
	margin: 0 0 26px 0;
}
#internal #threeCol .left .benefits{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 ;
	margin: 0 0 20px 0;	
}
#internal #threeCol .left .benefits h2{
	color: #2c2c2c;
}

#internal #threeCol .left .benefits dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#internal #threeCol .left .benefits dl dt {
	color: #009BC9;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#internal #threeCol .left .benefits dl dd {
	margin: 0;
	padding: 0 0 18px 0;
}

/*right column solution finder*/
#internal .right .solutionFinder {
	float: left;
	clear: both;
	width: 236px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
#internal .right .solutionFinder .question{}
#internal .right .solutionFinder .next {}


/*right coloum brochure bloc*/
#internal .right .brochure {
	float: left;
	clear: both;
	width: 236px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

#internal .right .brochure.last {
	border: none;
}

#internal .right .brochure .bloc{
	clear: both;
	float: left;
	padding-bottom: 10px;
	width: 236px;
}

#internal .right .brochure .thumb {
	float: right;
	width: 52px;
	padding-left: 10px;
}

#internal .right .brochure .text {
	float: left;
	width: 174px;
	font-size: 1em;
}

#internal .right .brochure .text p {
	margin: 0;
	padding: 0;
}

#internal .right .brochure .text h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

#internal .right .brochure .text h3 a {
	text-decoration: none;
	color: #464646;
}

/*Success story*/
#internal .right .successStory {
	clear: both;
	float: left;
	width: 236px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
#internal .right .successStory .successPlayer{
	clear: both;
	float: left;
	width: 234px;
	border: 1px solid #e0e0e0;
	margin:0px 0px 5px 0px;
}
#internal .right .successStory .successPlayer_noBorder{
	clear: both;
	float: left;
	width: 234px;
	border: 0px;
	margin:0px 0px 5px 0px;
}
#internal .right .successStory h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#internal .right .successStory h4 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}

#internal .right .successStory p {
	margin: 0;
	padding: 0;
}

#internal .right .successStory p a.more{
	clear: both;
	display: block;
}

/*Contact Info*/
#internal .right .contactInfo {
	clear: both;
	float: left;
	width: 236px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
#internal .right .contactInfo .phoneNumbers{
	margin:15px 0;
	padding:0;
}

#internal .right .contactInfo .phoneNumbers td{
	padding:0px 15px 5px 0px;
	vertical-align:top;
}
#internal .right .contactInfo h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#internal .right .contactInfo h4 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}

#internal .right .contactInfo p {
	margin: 0;
	padding: 0;
}

#internal .right .contactInfo p a.more{
	clear: both;
	display: block;
}
/*if last item, no bottom pad, bottom margin or border*/

#internal .right .views-row-last .brochure,
#internal .right .views-row-last .solutionFinder,
.successStory.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}


/*2 column layout*/

#internal .center p.blurb {
	margin: 0;
	padding: 0 20px 15px 0;
}


/*3 column content*/
#internal #twoCol {
	width: 936px;
	clear: both;
	float: left;
	background: #fff url(/library/images/background/internalTwoColTrickBg.gif) no-repeat left top;
}

#internal #twoCol .center {
	width: 670px;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
}

#internal #twoCol .right {
	width: 236px;
	padding: 0;
	margin: 0;
	float: left;
}


/*

///////service list (thumb of video with description & links)...left side on two column layout and three column

*/

#internal #twoCol .center ul.serviceList {
	float: left;
	clear: both;
	list-style-type: none;
	width: 650px;
	margin: 0;
	padding: 0 20px 20px 0;
}
/*3 col version*/
#internal #threeCol .center ul.serviceList {
	padding: 0;
	width: 440px;
	float: left;
	clear: both;
	list-style-type: none;
	margin: 0;
}

#internal #threeCol .center ul.serviceList.bg_linehook {
	background: url(/library/images/background/fleche_crochet.jpg ) no-repeat bottom left;
	padding-bottom:20px;
	margin-bottom:10px;
}

#internal #twoCol .center ul.serviceList li {
	float: left;
	clear: both;
	width: 650px;
	margin-bottom: 30px;
}

/*3 col version*/
#internal #threeCol .center ul.serviceList li {
	width: 440px;
	margin-bottom: 30px;
	float: left;
	clear: both;
}

#internal #threeCol .center ul.serviceList li .thumb,
#internal #twoCol .center ul.serviceList li .thumb {
	float: left;
	width: 130px;
	border: 1px solid #e0e0e0;
	margin-right: 26px;
}
/*boardmembers version*/
#internal #threeCol .center ul.serviceList.board li .thumb,
#internal #twoCol .center ul.serviceList.board li .thumb {
	border: none;
	width: 132px;
}


/**/
#internal #twoCol .center ul.serviceList li .text {
	float: left;
	width: 484px;
}
/*3 col version*/
#internal #threeCol .center ul.serviceList li .text {
	width: 282px;
	float: left;
}

/*job listing*/

#internal #threeCol .center ul.serviceList.jobs {
	margin: 15px 0;
}

#internal #threeCol .center ul.serviceList.jobs li {
	margin-bottom: 5px;
}

#internal #threeCol .center ul.serviceList.jobs li .text {
	width: 440px;
}

#internal #threeCol .center ul.serviceList.jobs li h3{
	font-size: 1.2em;
}


#internal #threeCol .center ul.serviceList li .text h2,
#internal #twoCol .center ul.serviceList li .text h2 {
	padding: 0 0 5px 0;
}

#internal #threeCol .center ul.serviceList li .text p,
#internal #twoCol .center ul.serviceList li .text p {
	margin: 0;
	padding: 0 0 5px 0;
}

#internal #twoCol .center ul.serviceList li .text ul.links {
	float: left;
	width: 484px;
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style-type: none;
}
/*3 col version*/
#internal #threeCol .center ul.serviceList li .text ul.links {
	width: 282px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#internal #threeCol .center ul.serviceList li .text ul.links li,
#internal #twoCol .center ul.serviceList li .text ul.links li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #009BC9;
	width: auto;
	clear: none;
}
#internal #threeCol .center ul.serviceList li .text ul.links li.last,
#internal #twoCol .center ul.serviceList li .text ul.links li.last {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}


#internal #twoCol .center ul.serviceList li .text ul.itemList, 
#internal #threeCol ul.itemList{}
#internal #twoCol .center ul.serviceList li .text ul.itemList li,
#internal #threeCol ul.itemList li {
	margin:0px 0px 0px 0px;
	padding:3px;
}
#internal #twoCol .center ul.serviceList li .text ul.itemList li.last,
#internal #threeCol ul.itemList li.last {}
#internal .center .contentFormat1{
	width:650px;
	padding:0px 20px 0px 0px;
}


/*customers page version*/

#internal #twoCol .center .customersPage ul.serviceList li .text ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 393px;
}

#internal #twoCol .center .customersPage ul.serviceList li .text ul li {
	width: 383px;
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	background: url(/library/images/icons/bluBulletSM.gif) no-repeat left 5px;
}


/*/ Modifs de la classe serviceList
*/

#internal #twoCol .center .customersPage ul.serviceList li .thumb{ width: 130px; }
#internal #twoCol .center .customersPage ul.serviceList li .text { width: 484px; }

/*
//left side news listing box 
*/

#internal .left .news-listing-by-date {
	display: block;
}
#internal .left .news-listing-by-date h3 {
	margin: 0;
	padding: 0 0 5px 0;
	
}

/*3 col basic ul text list with blue bullets*/

#internal #threeCol .center ul.text {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 5px 0 15px 0;
}

#internal #threeCol .center ul.text li {
	background: url(/library/images/icons/bluBulletSM.gif) no-repeat left 5px;
	padding: 0 0 0 10px;
	margin: 0 0 3px 0;
}



/*bio control*/

.maskedItem {
	height:0;
	overflow:hidden;
	position:relative;
	width:100%;
}


.uiClearNoHeight{
	height:0px;
	width:0px;
	clear:both;
	overflow:hidden;
	overflow:-moz-scrollbars-none;
	overflow-x:hidden;
	overflow-y:hidden;
}


/*

//////Foooter

*/
#footer {
	border-top: 1px solid #dadada;
	padding: 10px 20px;
	clear: both;
	float: left;
	width: 936px;
}

#footer ul {
	list-style-type: none;
	float: left;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	float: left;
	list-style-image: none;
	background: url(/library/images/background/footerNavSep.gif) no-repeat center right;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

#footer ul li.last {
	background: none;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	color: #464646;
	text-decoration: none;
	font-size: 1em;
}

#footer .copyright {
	float: right;
}


/*/ Contact Form
*/


.contact_form label{
	color:#2c2c2c;
	font-size:11px;
}

.contact_form ul.type1 .cols_middle ul li label{
	float: left;
	width: 100px;
	padding-top: 2px;
	font-size: 10px;
}

.contact_form textarea{
	width : 240px ;
	height : 120px ;
}
.contact_form ul.type1,
.contact_form ul.type2{
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 8px;
	float:left;
}

.contact_form ul.type1 {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 20px 0;
}

.contact_form ul.type1 select{
	width:184px;
	font-size:11px;
	margin-top: 3px;
}

.contact_form .contact_required {
	padding: 0 25px 15px 25px;
	text-align: right;
	color: #009BC9;
}


.contact_form ul.type1 li{ float:left; }
.contact_form ul.type1 li ul, .contact_form ul.type2 li ul{
	list-style:none;
	margin:0px;
	padding:0;
}
.contact_form ul.type1 li ul li{
	margin:0px;
	padding: 0 0 10px 0;
}
.contact_form ul.type1 .cols_left{
	width: 180px;
	margin-right: 45px;
}
.contact_form ul.type1 .cols_middle{
	width: 132px ;
	margin-right: 35px;
}
.contact_form ul.type1 .cols_middle ul li input{
	float: left ;
	text-align: left ;
	margin-right: 5px ;
}
.contact_form ul.type1 .cols_middle ul li span{
	float: left ;
	width:90px;	
}


.contact_form ul.type1 .cols_middle ul li{ clear : both ; width: 132px; padding-bottom: 5px; }
.contact_form ul.type1 .cols_right{ width: 240px ; }
.contact_form div.form_background{
	float: left ;
	background: url(/library/images/background/form_split_01.gif) no-repeat top left ;
}
.contact_form ul.type2{ margin-bottom:15px; }
.contact_form ul.type2 li{
	float:left;
	margin-right:22px;
}
.contact_form ul.type2.last{ margin-right:0px; }
.contact_form ul.type2 input{ width: 180px; margin-top: 3px; }
.contact_form ul.type2 select{
	width:184px;
	font-size:11px;
	margin-top: 3px;
}
.contact_form hr{
	clear: both ;
	margin-top:10px;
}
.contact_form .clear{ clear: both; }

/*geotracked Client list*/

#internal #twoCol .right ul.geoClient,
#internal #threeCol .right ul.geoClient,
.left ul.geoClient {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0 0 15px 0;
	width:236px;
}

#internal #twoCol .right ul.geoClient li,
#internal #threeCol .right ul.geoClient li,
.left ul.geoClient li {
	clear:both;
	padding-bottom:10px;
	text-align:center;
	width:236px;
}


/*

///////Site Map

*/

#siteMap {
	float: left;
	width: 660px;
	padding: 0 10px 0 0;
}

/*first level*/
#siteMap ul {
	float: left;
	list-style-type: none;
	width: 660px;
	margin: 0 0 15px 0;
	padding: 0;
}

#siteMap ul li {
	float: left;
	width: 210px;
	margin: 0 6px 25px 0;
	padding: 0 0 0 0;
}

#siteMap ul li.clear {
	clear: both;
}

#siteMap ul li h2 {
	padding-bottom: 5px;
}

/*second level*/
#siteMap ul li ul {
	width: 210px;
	float: left;
}

#siteMap ul li ul li {
	float: left;
	width: 195px;
	padding: 0 0 0 10px;
	margin: 0 0 3px 5px;
	font-size: 11px;
	font-weight: bold;
	background: url(/library/images/icons/bluBullet.gif) no-repeat left 5px;
}

#siteMap ul li ul li a {
	color: #464646;
}

#siteMap ul li ul li a:hover {
	color: #009BC9;
}

/*third level*/

#siteMap ul li ul li ul {
	width: 195px;
	float: left;
	margin: 5px 0 5px 0;
}

#siteMap ul li ul li ul li {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
	margin: 0 0 3px 5px;
	font-size: 10px;
	font-weight: bold;
	background: url(/library/images/icons/bluBulletSM.gif) no-repeat left 5px;
}


/*//////*/

/*
///news page items
*/

#internal #threeCol .center .newsItem .bloc {
	border-bottom:1px solid #E0E0E0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

/*previous-next nav*/
#internal #threeCol .center .newsItem ul.newsNav {
	list-style-type: none;
	width: 70%;
	float: right;
	margin: 0;
	padding: 0;
}

#internal #threeCol .center .newsItem ul.newsNav li a {
	color: #464646;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#internal #threeCol .center .newsItem ul.newsNav li.previous {
	float: right;
	background: url(/library/images/icons/prevNews.gif) no-repeat left 2px;
	padding: 0 10px 0 15px;
}
#internal #threeCol .center .newsItem ul.newsNav li.next {
	float: right;
	background: url(/library/images/icons/nextNews.gif) no-repeat right 2px;
	padding: 0 15px 0 10px;
}

/*social networking tools*/

#internal #threeCol .center .newsItem dl.social {
	float: left;
	width: 30%;
	margin: 0;
	padding: 0;
}

#internal #threeCol .center .newsItem dl.social dt {
	float: left;
	font-weight: bold;
	font-size: 11px;
}

#internal #threeCol .center .newsItem dl.social dd {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}

/*mdn demo*/

#internal #twoCol #demo {
	padding: 0 0 20px 0;
}

/**/



.errorArrow01{
	background-image:url(/library/images/icons/error_01.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	left:0px;
	top:0px;
	width:35px;
	height:29px;
}
.formError01{
	background-color:#2bb2c4;
	border:1px solid #7a9341;
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	padding:5px;	
	left:0px;
	top:0px;
	text-align:left;
	font-size:11px;
	color:#ffffff;	
}

/* Over form element ie6 bug solution */
.ie6UnderFloatBugForm{position:absolute;overflow:hidden;left:0px;top:0px;}	
.ie6UnderFloatBugForm IFRAME{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
	left:0px;
	top:0px;
}

/*/ Images fullscreeen container
*/
.imageFullscreenContainer{
	background-color: #FFFFFF ;
	/*background-image: url(/library/images/background/loading_progress.gif) ;
	background-repeat: no-repeat ;
	background-position: center middle ;*/
	border: 5px solid #0097c4;
}
.closeIcon{
	position:absolute;
	width:20px;
	height:20px;	
	z-index:999999;
	right:-5px;
	top:0px;
	cursor:pointer;
	margin-top:-24px;
}
/*/ Bulles
*/

.bulleAnchor{
	background-color:#EEEEEE;
	color:#0096c3;
}
.bulleContainer{
	background-color:#0096c3;
	color:#e2f9ff;
	width:200px;
	font-size:10px;
}
.bulleContainer .innerPadding{ padding:10px; }
.bulleContainer .title{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin-bottom:8px;
}
.bulleContainer ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.bulleContainer ul li{
	padding:1px 5px;
	color:#e2f9ff;
}
.bulleArchive{ display:none; }

/*/ newsSelector
*/
#newsSelector{
	padding:5px;
}
#newsSelector dt{
	cursor : pointer ;
	font-weight:bold;
	font-size:1.2em;
	padding:0px 0px 0px 12px;
}
#newsSelector dt.close{ background: url(/library/images/icons/ico_fleche_close.gif ) no-repeat left center ; }
#newsSelector dt.open{ background: url(/library/images/icons/ico_fleche_open.gif ) no-repeat left center ; }
#newsSelector dd{
	margin:0px;
	padding:0px 0px 0px 12px;
}
#newsSelector dd .newsItem{
	margin:0px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}

#newsSelector dd .newsItem span.date {
	color:#009BC9;
	font-size: 11px;
	font-weight: bold;
}

#newsSelector dd .newsItem p{
	margin:3px 0px 3px 0px;
	padding:0px;
}

#newsSelector dd .newsItem a.more {
	color:#009BC9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#newsTitle a:link,#newsTitle  a:visited,#newsTitle  a:active,#newsTitle  a:hover{text-decoration:none;color:#464646;}

.line01{border-bottom:1px solid #E0E0E0;}
.underImageLine{
	border-bottom:1px solid #E0E0E0;
	margin:5px 0px 20px 0px;
}
.imgTestimonial{margin-bottom:5px;}
.imgTitle{margin:5px 0 10px 0;}
.margTop20{margin-top:20px;}
.quoteImg{margin-bottom:12px;}
.quoteImg{margin-bottom:12px;}
img.btnLinkReadMore{vertical-align:middle;}

h3.title{margin:5px 0 10px 0; color:#000000; font-size: 1.4em; font-weight: bold;}

#error404 p{
	font-size:1.2em;
}

.border_grey_01{ border:1px solid #c6c6c6; }
.innerPadding_01{
	padding: 0 20px 20px 0;
	width : 640px;	
}
.innerPadding_01 .border_grey_01{ 
	width : 638px;
	height : 387px;
}

.toggleList{
}
.toggleList dt{
	padding:0px 0px 0px 20px;
	margin:0px;
	clear:both;
	float:left;
	display:block;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	background: url( /library/images/icons/ico_fleche_close_2.gif ) no-repeat left center ;
}
.toggleList dt.active{
	color:#009bc9;
	background: url( /library/images/icons/ico_fleche_open_2.gif ) no-repeat left center ;
}
.toggleList dd{
	clear:both;
	padding:20px 0px 20px 0px;
	margin:0px;
	display:none ;
}
.toggleList dd.open{
	display:block ;
}
.toggleList dd.open .imgTitle{
	font-weight:bold;
	font-size:13px;
	color:#000000;
}
.toggleList dd .thumb{ cursor : pointer ; }

A{outline:none;}

.blueText{
	font-size: 12px;
	font-weight:bold;
	color: #009bc9;
	padding: 0;
	margin: 0;
	clear: both;
}



/*demo styles*/


#content .img_inline_01{
	float:left ;
	margin:0px 15px 15px 0px;
}
#content ul.bullet_01{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:145px;
}
#content ul.bullet_01 li{
	background: url( /demo/library/images/bullet_01.gif ) top left no-repeat;
	padding:0px 0px 2px 10px;
}

#content ul.customers_list{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;	
}
#content ul.customers_list li{
	width:102px;
	float:left;	
}

#content p b {
	font-size:11px;
	font-weight:bold;
}

#content .blue01 {
	color:#009BC9;
}



/*

More details toggle

*/

.contentTab {
	display: none;
}





/*new news page (with sharing gizmos)*/

.contentAnchors {
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0 0 5px 0;
}

.contentAnchors li {
	float: left;
	clear: both;
	background: url(/library/images/icons/bluBulletSM.gif) no-repeat left center;
	padding: 0 0 2px 8px;
}

.newsItem .complete {
	clear: both;
	padding: 0 0 10px;
	float: left;
}

.newsItem .toggle {
	float: left;
	clear: both;
	display: none;
}

.newsItem .usefullLinks {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}

.newsItem .usefullLinks li {
	float: left;
	clear: both;
	padding: 0 0 0 10px;
	background: url(/library/images/icons/ico_fleche_close_2.gif) no-repeat left 2px;
}

#content h2.blurb.sm {
	font-size: 12px;
}

.left .newCust {
	clear: both;
	margin: 0 0 20px 0;
}

.left .newCust .geoClient,
.left .newCust .geoClient li {
	width: 176px;
	padding: 0 0 15px 0;
}

#internal #threeCol .left .benefits.events h3 {
	color: #009BC9;
}

#internal #threeCol .left .benefits.events dl dt {
	color: #000;
}

.right .imgTxtBloc {
	float: left;
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom:1px solid #E0E0E0;
}

.right .imgTxtBloc img {
	float: left;
	clear: both;
	padding: 0 0 5px 0;
}

.right .imgTxtBloc p {
	float: left;
	clear: both;
	width: 100%;
}



/*MDN solution type selector*/

.mndSelect {
	float: left;
	width: 440px;
	clear: both;
	padding: 10px 0;
}

.mndSelect .tv {
	float: left;
	width: 219px;
	border-right: 1px solid #ccc;
	text-align: center;	 
}

.mndSelect .radio {
	float: left;
	width: 219px;
	border-left: 1px solid #ccc;
	text-align: center;
}

#content .mndSelect a {
	color: #6e6d6d;
}
