@CHARSET "ISO-8859-1";
/* IE custom font inclusions */
@font-face {
	font-family: Din;
	src: url("../web_fonts/din.eot");
}
@font-face {
	font-family: DinMed;
	src: url("../web_fonts/din_med.eot");
}
/* Every other browser custom font inclusions */
@font-face {
	font-family: Din;
	src: url("../web_fonts/din.ttf") format("truetype");
}
@font-face {
	font-family: DinMed;
	src: url("../web_fonts/din_med.ttf") format("truetype");
}

html, body {
	margin: 0;
	padding: 0;
	color: #5D5D5D;
	font-family: Georgia, Georgia, serif;
	font-size: 85%;
	height: 100%;
	margin-bottom: 1px;
}
p {
	line-height: 185%;
	margin: 15px 0;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #E32E32;
	font-style: italic;
	outline:none;
}

ol {
	padding-left: 30px;
	margin-left: 0;
	line-height: 170%;
}
ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#two_columns {
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#containerBrowserWarning {
	border: 2px solid #e4c800;
	padding: 10px 20px;
	background-color: #fff7d4;
}
#containerBrowserWarning p {
	float: left;
	margin: 0;
	margin-top: 5px;
}
#containerBrowserWarning a {
	float: left;
	clear: left;
	margin: 0;
	margin-left: 62px;
	border: 1px solid #ffa200;
	padding: 4px;
	background-color: #ffd386;
	color: #5D5D5D;
}
#containerBrowserWarning a:hover {
	background-color: #ffe2b0;
}
#containerBrowserWarning .warningIcon {
	float: left;
	width: 32px;
	height: 29px;
	background: transparent url("../images/ico_warning.gif") no-repeat top left;
	margin-right: 30px;
}
#containerBrowserWarning .warningIcon span {
	display: none;
}
#elementSplashNavigation, #elementSplashNavigationEmbed {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#containerTemplateBackground {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#containerTemplateBackground .elementImgPlaceholder {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #FFFFFF url("../images/wrappers/v07/bg_social.jpg") repeat-x 50% top;
}
#containerTemplateBackground .elementImgPlaceholder.first {
	z-index: 3;
}
#containerTemplateBackground .elementImgPlaceholder.last {
	z-index: 2;
}
#containerTemplateBackground .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 4;
}
#containerContent {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.elementContainerContentBottomPadder {
	display: block;
	width: 100%;
	height: 100px;
}
#containerHeader {
	position: fixed;
	/*border-bottom: 1px solid white;*/
	color:#FFFFFF;
	left: 0;
	top: 0;
	z-index: 20;
	height: 45px;
	width: 100%;
}
#containerHeader #containerHeaderBackdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 19;
	background-color: #EE3124;
}
#containerHeader #elementLogo {
	position: absolute;
	width: 121px;
	height: 101px;
	background: transparent url("../images/bg_logo_splash.png") no-repeat right top;
	z-index: 24;
}
#containerHeader #elementLogo.splash {
	width: 150px;
	height: 122px;
	background-image: url("../images/bg_big_logo_splash.png");
}
#containerMainNavigation {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	text-align: center;
	width: 900px;
	z-index: 25;
}
#containerMainNavigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#containerMainNavigation #elementMainNavigation {
	position: relative;
	margin: 0;
	margin-top: 8px;
	margin-left: 164px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-family: DinMed, Arial, Arial, Helvetica, sans-serif;
}
.fr #containerMainNavigation #elementMainNavigation {
	margin-left: 106px;
}
#containerMainNavigation #elementMainNavigation a {
	font-style: normal;
	display: block;
}
#containerMainNavigation #elementMainNavigation li {
	display: inline;
	float: left;
	margin-right: 15px;
}
#containerMainNavigation #elementMainNavigation li h3 {
	margin: 5px 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12pt;
}
#containerMainNavigation #elementMainNavigation li a:hover {
	color: #000000;
}
#containerMainNavigation #elementMainNavigation li a.active {
	color: #000000;
}

#containerFooter {
	position: fixed;
	height: 72px;
	width: 100%;
	bottom: 0;
	z-index: 30;
}
/* Because this page is unique in that all elements are absolutely positioned, we accomodate
	accommodate the layout by making the footer element also absolutely positioned to function/display
	correctly in all browsers, including mobile. */
#containerFooter.splash {
	position: absolute;
}

/********************************************
	START - Social Networking Footer
********************************************/
#containerSocialNetworking {
	position: absolute;
	z-index: 40; 
	bottom: -9px; 
	right: 0px;
}
#containerSocialNetworking a {
	display: block;
	height: 44px;
	width: 44px;
	background: transparent url() no-repeat top left;
	float: left;
	padding: 0px;
	margin: 0 10px;
}
#containerSocialNetworking a span {
	display: none;
}
#containerSocialNetworking a.twitter {
	background-image: url(../images/btn_twitter.png);
}
#containerSocialNetworking a.facebook {
	background-image: url(../images/content_tmp/splash/version/6/icons_facebook.png);
}
#containerSocialNetworking a.youtube {
	background-image: url(../images/content_tmp/splash/version/6/icons_youtube.png);
}
#containerSocialNetworking a.linkedin {
	background-image: url(../images/btn_linkedin.png);
	margin-right: 20px;
}
/********************************************
	END - Social Networking Footer
********************************************/

#containerBottomNavigation {
	position: absolute;
	height: 50%;
	width: 100%;
	z-index: 32;
}
#containerBottomNavigationBackground {
	position: absolute;
	height: 47px;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	z-index: 31;
}

#containerBottomNavigationWrapper {
	position: relative;
	display: block;
	height: 100%;
	padding-left: 150px;
}
#elementBusinessBlurb_en, #elementBusinessBlurb_fr {
	position: absolute;
	padding-left: 20px;
}

#containerSiteIssue {
	position: absolute;
	width: 64px;
	height: 64px;
	top: -32px;
	left: 20px;
	background:transparent url("../images/bg_site_issue.png") no-repeat 50% 50%;
	text-align: center;
	color: #636363;
	cursor: pointer;
}

#containerSiteIssueWrapper {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

#containerSiteIssue span.text {
	display: block;
	padding-top: 16px;
	font-style: italic;
}
#containerSiteIssue span.number {
	display: block;
	margin-top: -10px;
	font-weight: bold;
	font-size: 220%;
	font-style: normal;
}
#containerDisclaimer {
	position: absolute;
	height: 25px;
	width: 100%;
	bottom: 0;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 85%;
	color: #817F83;
}

#containerDisclaimer ul {
	width: 900px;
	text-align: center;
	margin: 5px auto 5px auto;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#containerDisclaimer ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #817F83;
}
#containerDisclaimer li.versionTag {
	float: left;
	border: none;
}
#containerDisclaimer ul li.last {
	border: none;
	padding-right: 0;
}
#containerDisclaimer a {
	color: #817F83;
	font-style: normal;
	text-decoration: none;
}
#elementBottomNavigation {
	position: absolute;
	left: 50%;
	top: 10px;
	margin: 0;
	margin-left: -440px;
	padding: 0;
	width: 900px;
	list-style: none;
	list-style-type: none;
	z-index: 34;
	color: #FFFFFF;
	height: 45px;
}
#elementBottomNavigation li {
	width: 1px;
	position: relative;
	display: inline;
}
#elementBottomNavigation li.elementContactUs_en {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 71px;
	height: 17px;
	z-index: 1;
	background: transparent url("../images/footer_contactus.png") no-repeat left top;
}
#elementBottomNavigation li.elementSupport_en {
	position: absolute;
	top: 8px;
	left: 100px;
	width: 69px;
	height: 17px;
	z-index: 1;
	background: transparent url("../images/footer_support.png") no-repeat left top;
}
#elementBottomNavigation li.elementContactUs_fr {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 99px;
	height: 17px;
	z-index: 1;
	background: transparent url("../images/footer_contactus_fr.png") no-repeat left top;
}
#elementBottomNavigation li.elementSupport_fr {
	position: absolute;
	top: 8px;
	left: 115px;
	width: 69px;
	height: 17px;
	z-index: 1;
	background: transparent url("../images/footer_support_fr.png") no-repeat left top;
}
#elementBottomNavigation li.elementBusinessBlurb_en {
	position: absolute;
	top: 0;
	width: 900px;
	height: 33px;
	background: transparent url("../images/img_business_blurb.png") no-repeat 50% 8px;
}
#elementBottomNavigation li.elementBusinessBlurb_fr {
	position: absolute;
	top: 0;
	width: 900px;
	height: 33px;
	background: transparent url("../images/img_business_blurb_fr.png") no-repeat 50% 8px;
}
#elementBottomNavigation li.elementBusinessBlurb_en span {
	display: none;
}
#elementBottomNavigation li.elementBusinessBlurb_fr span {
	display: none;
}
#elementBottomNavigation li .elementDetailPopupCtrlContactUs {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
#elementBottomNavigation li .elementDetailPopupCtrlContactUs span {
	display: none;
}
#elementBottomNavigation li .elementDetailPopupCtrlSupport {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
#elementBottomNavigation li .elementDetailPopupCtrlSupport span {
	display: none;
}
/********************************************
	Support Information
********************************************/
#elementBottomNavigation #containerPopupSupportInformation {
	position: absolute;
	display: none;
	width: 330px;
	color: #000000;
	padding: 15px 20px;
	bottom: 190%;
	left: 50%;
	border: 1px solid #C41230;
	background-color: white;
}
#containerPopupSupportInformation {
	position: relative;
}
#elementBottomNavigation #containerPopupSupportInformation a {
	color: #EF3125;
}
/********************************************
	Contact Us 
********************************************/
#elementBottomNavigation .containerDetailPopup {
	position: absolute;
	display: none;
	width: 300px;
	color: #000000;
	padding: 15px 20px;
	bottom: 190%;
	left: 50%;
	border: 1px solid #C41230;
	background-color: #FFFFFF;
}
#elementBottomNavigation .elementContactUsInfo {
	background: #FFFFFF url("../images/bg_contact_us_map.png") no-repeat right bottom;
}
#elementBottomNavigation .containerDetailPopup .containerPopupWrapper {
	position: relative;
}
#elementBottomNavigation .containerDetailPopup .containerPopupWrapper .addressInformation {
	float: left;
	width: 48%;
}
#elementBottomNavigation .containerDetailPopup .containerPopupWrapper .contactInformation {
	float: right;
	width: 48%;
}
#elementBottomNavigation .containerDetailPopup .containerPopupWrapper a {
	color: #EF3125;
}
.elementBottomLeftTick {
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	top: 100%;
	left: -1px;
	background: transparent url("../images/bg_contact_us_tick.png") no-repeat;
}
.elementCloseBtn {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background: transparent url("../images/fancybox/fancy_close.png") no-repeat;
	cursor: pointer;
}

/********************************************
	Common styles
********************************************/
#elementLangCtrl {
	position: absolute;
	right: 10px;
	z-index: 1;
	top: 30%;
	color: #FFFFFF;
}
.clearFix {
	clear: both;
}
.hidden {
	display: none;
}
.baseListStyle {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 170%;
}
.baseListStyle ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 170%;
}
.baseListStyle li {
	padding: 3px 0 3px 30px;
	background: transparent url("../images/ico_list_bullet_yellow.gif") no-repeat 10px 11px;
}
.blockLink {
	display: block;
	padding: 2px;
	text-transform: uppercase;
	font-style: normal;
	font-size: 95%;
	font-weight: normal;
	border: 1px solid #C5C4C4;
	background: #EBEAEA url("../images/ico_arrow_right.gif") no-repeat 96% 50%;
	font-family: Din, Arial, Arial, Helvetica, sans-serif;
}
.displayNone {
	display: none;
}

.noTopMargin {
	margin-top: 0;
}

.elementReadMore {
	margin-left: 10px;
}
.elementReadMore img {
	vertical-align: middle;
}
.accentColour {
	color: #F4911E;
}

/********************************************
	Landing Page bucket/box styles
********************************************/
#quadBoxList {
	padding:0;
	margin:0;
}

#quadBoxList li {
	width:306px;
	height:275px;
	background:#f7ce96 url('../images/tanBoxBottom.jpg') no-repeat bottom left;
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
	
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
}

#quadBoxList li.right {
	float:right;
}

#quadBoxList li p {
	margin:5px;
	margin-right:10px;
	margin-left:10px;
	float:left;
	color: #5D5D5D;
	font-family: Georgia, Georgia, serif;
	font-style: normal;
}

#quadBoxList li .boxHeader {
	width:306px;
	font-family:Din;
	background:#ee3312 url('../images/redBoxTop.jpg') no-repeat top left;
}

#quadBoxList li:hover {
	cursor:pointer;
}

#quadBoxList li:hover .boxHeader {
	background:#f4901e url('../images/orangeBoxTop.jpg') no-repeat top left;
}


#quadBoxList li .boxHeader h2 {
	font-size:19px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-top:8px;
	color:white;
}


#quadBoxList li .boxHeader h3 {
	font-size:15px;
	font-weight:normal;
	padding:0px;
	padding-left:8px;
	padding-bottom:8px;
	margin:0;
	color:white;
	clear: both;
	font-style: normal;
}

#quadBoxList li .boxHeader .icon {
	float:left;
	margin:8px;
	width:24px;
	height:24px;
	margin-bottom:4px;
}

#quadBoxList li .boxHeader .busi_img {
	background: transparent url('../images/busi_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .busi_img {
	background: transparent url('../images/busi_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .express_img {
	background: transparent url('../images/express_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .express_img {
	background: transparent url('../images/express_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .mobile_img {
	background: transparent url('../images/mobile_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .mobile_img {
	background: transparent url('../images/mobile_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .support_img {
	background: transparent url('../images/support_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .support_img {
	background: transparent url('../images/support_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .soccer_img {
	background: transparent url('../images/soccer_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .soccer_img {
	background: transparent url('../images/soccer_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .note_img {
	background: transparent url('../images/note_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .note_img {
	background: transparent url('../images/note_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .ski_img {
	background: transparent url('../images/ski_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .ski_img {
	background: transparent url('../images/ski_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .careers_img {
	background: transparent url('../images/ico_landing_header_careers.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .careers_img {
	background: transparent url('../images/ico_landing_header_careers_hover.png') no-repeat top left;
}

#quadBoxList li .boxHeader .leader_img {
	background: transparent url('../images/ico_landing_header_leadership.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .leader_img {
	background: transparent url('../images/ico_landing_header_leadership_hover.png') no-repeat top left;
}

#quadBoxList li .boxHeader .teams_img {
	background: transparent url('../images/ico_landing_header_team.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .teams_img {
	background: transparent url('../images/ico_landing_header_team_hover.png') no-repeat top left;
}

#quadBoxList li .boxHeader .labs_img {
	background: transparent url('../images/labs_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .labs_img {
	background: transparent url('../images/labs_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .process_img {
	background: transparent url('../images/process_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .process_img {
	background: transparent url('../images/process_icon_red.png') no-repeat top left;
}

#quadBoxList li .boxHeader .tech_img {
	background: transparent url('../images/tech_icon_orange.png') no-repeat top left;
}

#quadBoxList li:hover .boxHeader .tech_img {
	background: transparent url('../images/tech_icon_red.png') no-repeat top left;
}

/********************************************
	Photo Gallery lists
********************************************/

.photolist {
}

.photolist .image {
	float: left;
	width: 112px;
	height: 112px;
	margin: 22px;
	overflow: hidden;
}

/********************************************
	BEGIN - Callout box styles
********************************************/
.elementCalloutBox .underlayTop {
	position: absolute;
	z-index: 10;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: black;
	width: 100%;
	height: 10px; 
}
.elementCalloutBox .underlayBottom {
	position: absolute;
	z-index: 10;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: black;
	width: 100%;
	height: 10px;
	bottom: 0;
}
.elementCalloutBox .underlayLeft {
	position: absolute;
	z-index: 10;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	background-color: black;
	width: 10px;
	height: 100%;
	left: -10px;
}
.elementCalloutBox .innerWrapper {
	position: relative;
	z-index: 11;
}
.elementCalloutBox .underlayRight {
	position: absolute;
	right: -10px;
	top: 0;
	background: transparent url('../images/sidearrow.png') no-repeat right 50%;
	width: 24px;
	height: 100%;
}
.elementCalloutBox.quoteOnly .underlayRight {
	background: transparent url('../images/sidearrow_quote.png') no-repeat right 50%;
}
.elementCalloutBox .underlayBody {
	position: absolute;
	z-index: 10;
	filter: alpha(opacity=81);
	opacity: 0.81;
	-moz-opacity: 0.81;
	background-color: #ffffff;
	width: 191px;
	height: 100%;
}
.elementCalloutBox.quoteOnly .underlayBody {
	background-color: #000000;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}
.elementCalloutBox .elementCalloutContent {
	position: relative;
	z-index: 12;
	color: #EE3124;
	font-size: 11pt;
	padding: 5px 20px 5px 5px;
}
.elementCalloutBox .elementCalloutContent.noPadding {
	padding: 0;
}
.elementCalloutBox .elementCalloutContent p {
	line-height: normal;
	margin: 0;
}
.elementCalloutBox .logoList {
	text-align:center;
}
.elementCalloutBox .logoList img {
	position: relative;
	float:left;
}
.elementCalloutBox .logoList img.spaced {
	padding-top:20px;
}

/* Quote styling */
.elementCalloutBox .elementCalloutContent p.quote {
	font-size: 13pt;
	padding: 30px 10px 30px 20px;
	font-style: italic;
}
.elementCalloutBox .elementCalloutContent p.quote .accentColour {
	color: #F4911E;
}
.elementCalloutBox .elementCalloutContent p.quote .leaderName {
	display: block;
	text-align: right;
	color: #F4911E;
	margin-top: 10px;
	font-size: 10pt;
}

/* Custom style for the features callout logo list */
.elementCalloutBox .featuresLogoList {
	position: relative;
	height: 317px;
}
.elementCalloutBox .featuresLogoList a {
	position: absolute;
}
.elementCalloutBox .featuresLogoList a.bell {
	top: 14px;
	left: 10px;
}
.elementCalloutBox .featuresLogoList a.alcatelLucent {
	top: 10px;
	right: 10px;
}
.elementCalloutBox .featuresLogoList a.gp {
	top: 84px;
	left: 50%;
	margin-left: -70px;
}
.elementCalloutBox .featuresLogoList a.ops {
	top: 110px;
	left: 45px;
}
.elementCalloutBox .featuresLogoList a.torontoHydro {
	right: 5px;
	top: 160px;
}
.elementCalloutBox .featuresLogoList a.radialPoint {
	left: 10px;
	top: 176px;
}
.elementCalloutBox .featuresLogoList a.unilever {
	bottom: 8px;
	right: 12px;
}
.elementCalloutBox .featuresLogoList a.uOttawa {
	bottom: 4px;
	left: 25px;
}
.elementCalloutBox .featuresLogoList a.jive {
	top: 130px;
	left: 65px;
}
.elementCalloutBox .featuresLogoList a.qnx {
	top: 180px;
	left: 10px;
}
.elementCalloutBox .featuresLogoList a.allegiant {
	top: 240px;
	left: 10px;
}
/********************************************
	END - Callout box styles
********************************************/
