/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/

/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */


/* ===================================================================================== STYLES FOR ALL PAGES */


/* ===== Main Wrapper For Site ===== */


#uber {
	position: relative;
	margin: auto;
	width: 100%;
	background: #FFF;
	z-index: 1202;
}

#printLogo {
	display: none;
}

/* ===== Social ===== */

#socialMedia{
	height: 244px;
  	position: fixed;
  	right: 0;
  	top: 0;
  	width: 63px;
  	z-index: 1201;
	overflow: hidden;
}

#socialMedia.open{
  	right: 0;
  	width: 474px;
	height: auto;
}

#connect {
  background: url(../images/structure/connect-tab.png) 0 0 no-repeat;
  width: 63px;
  height: 244px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 1px;
  position: fixed;
  top: 0;
  right: 0;
}

#connect:focus {
  background: url(../images/structure/connect-tab.png) -140px 0 no-repeat;
  width: 70px;
}

.open #connect {
  background: url(../images/structure/connect-tab.png) -70px 0 no-repeat;
  width: 70px;
  right: 403px;
}


#socialWrapperTop{
	background: url(../images/structure/bg-social-media-top.png) right top no-repeat;
	width: 411px;
	padding: 10px 0 0 63px;
	display: none;
	float: left;
}

.open #socialWrapperTop{
	display: block;
}

#socialWrapperBottom{
	background: url(../images/structure/bg-social-media-bottom.png) right bottom no-repeat;
	width: 411px;
	padding: 0 0 22px 0;
	float: left;
}

#socialWrapper{
	background: url(../images/structure/bg-social-media-middle.png) 0 0 repeat-y;
	width: 394px;
	float: left;
	padding: 5px 0 0px 30px;
}

#socialWrapper a.icon{
	float: left;
	margin: 0 15px 0 0;
}

.socialFeed{
	margin: 13px 13px 0 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #d1d1d1;
	float: left;
	width: 355px;
	overflow: hidden;
}
.socialFeed.last{
	border-bottom: none;
}

#socialWrapper .socialFeed.last a.icon{ margin-right: 10px; }

.socialFeed p{
	margin: 0;
	font-size: 13px;
	line-height: 17px;
}

.socialFeed a,
.socialFeed a:link,
.socialFeed a:visited{
	color: #163e91;
}

.socialContentWrapper{
	float: left;
	width: 295px;
	line-height: 22px;
}

.socialContentWrapper a,
.socialContentWrapper a:link,
.socialContentWrapper a:visited{
	font-weight: normal;
}

a.socialText,
a.socialText:link,
a.socialText:visited{
	font-size: 12px;
}

#youtubevideos img{
    width: 54px;
    height:50px;
    padding-right: 5px;   
}

img.youtubeImage{
	width: 54px;
	height: 50px;
	margin-left: 5px;
}

img.youtubeImage:first-child{
	margin-left: 0;
}


/* ===== Header ===== */

#uberHeader{
	width: 100%;
	background: url(../images/structure/bg-header.png) 0 0 repeat-x;
	height: 197px;
	z-index: 1201;
	position:relative;
}

.interior #uberHeader{
	height: 187px;
}

#header {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

/* Homepage header h1 */
h1.pageHeading{
	display: none !important;
}


/* ===== Search ===== */

#search {
	position: relative;
	float: right;
	display: block;
	top: 4px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 26px;
	background: url(../images/structure/searchBox.png) no-repeat 0 0;
}

#search .searchInput {
	position: absolute;
	padding: 0;
	top: 0px;
	left: 0px;
	padding: 4px 0 4px 7px;
	border: none;
	width: 200px;
	height: 26px;
	background: transparent;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #161616;
}

#search .searchInput::placeholder {
	color: #161616;
	opacity: 1;
}

#search .searchInput:focus::placeholder {
	opacity: 0;
}

#search .searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-indent: -9999em;
	overflow: hidden;
}


#search .searchButton:focus {
	outline: 1px dotted #000;
}

#search_autocomplete{
    top: 26px !important;
    left: 0;
    border: none !important;
    border-radius: 2px;
    background-color: #e8e8e8;
    background-color: rgba(242, 242, 242, 0.95);
}



/* ===== Top Navigation ===== */

#topNav {
	float: left;
	margin: 0px 0px 0px 204px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	width: 514px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
}

#servicesContainer{
	float: left;
	width:141px;
	margin: 0px 0px 0px 0px;
	padding: 4px 9px 0px 12px;
	position: relative;
	z-index: 1200;
}

#servicesContainer a.servicesContainerLink{
	margin:0px;
	padding: 4px 0 0 7px;
	display: block;
	float: left;
	width: 132px;
	height: 19px;
	background: url(../images/structure/bg-atoz-scroll.gif) 0 0 no-repeat;
	overflow: hidden;
}

#servicesContainer a.servicesContainerLink:hover, #servicesContainer a.servicesContainerLink:active, #servicesContainer a.servicesContainerLink:focus, #servicesContainer a.servicesContainerLink.current{
	background-position: 0 -23px;
	color: #000;
	text-decoration: none;
}


/* ===== Logo ===== */

#logoShadow{
	background: url(../images/structure/logo_shadow.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	margin-left: -35px;
	width: 268px;
	height: 197px;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	width: 195px;
	height: 159px;
}

#logo a:focus{
	outline: 1px solid #000;
	width: 195px;
	height: 159px;
	display: block;
}


/* ===== Main Navigation ===== */


#mainNav {
	position: relative;
	float: left;
	clear: both;
	margin: 8px 0 0 200px;
	width: 790px;
	z-index: 1000;
	height: 104px;
}

.navTab01 #mainNav{ background: url(../images/structure/bg-mainnav01.gif) 0 0 no-repeat; }
.navTab02 #mainNav { background: url(../images/structure/bg-mainnav02.gif) 156px 0 no-repeat; }
.navTab03 #mainNav { background: url(../images/structure/bg-mainnav03.gif) 263px 0 no-repeat; }
.navTab04 #mainNav { background: url(../images/structure/bg-mainnav04.gif) 484px 0 no-repeat; }
.navTab05 #mainNav { background: url(../images/structure/bg-mainnav05.gif) 677px 0 no-repeat; }

#mainNav {
	width: 784px;
}


/* ===== Main Content Container ===== */

#uberMain{
	width: 100%;
	background: url(../images/structure/bg-homepage-main.gif) left bottom repeat-x;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/* ===== Footer ===== */

#uberFooter{
	width: 100%;
	background: url(../images/structure/bg-footer.gif) 0 0 repeat-x;
	min-width: 980px;
	border-top: 1px solid #dbdbdb;
}

#subFooter{
	width: 980px;
	height: 133px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.subFooterContainer{
	float: left;
	width: 313px;
	margin: 0 0 0 20px;
	color: #000000;
}

.subFooterContainer:first-child{
	margin: 0;
}


.subFooterContainer p{ margin: 0; }

.subFooterTop{
	padding: 34px 0 0 0;
	width: 313px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.subFooterTitle{ 
	float: left;
	font-weight: 600;
	font-size: 18px;
	padding-right: 18px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.subFooterLinks{ float: left; }
.subFooterLinks a, .subFooterLinks a:link, .subFooterLinks a:visited{ color: #000; position: relative; top: 2px; }

.subFooterBottom{
	padding: 3px 0 0 0;
	font-size: 15px;
	line-height: 19px;
	width: 313px;
	overflow: hidden;
}

#footer {
	margin: 0 auto;
	width: 980px;
}

#footerText {
	float: left;
	width: 700px;
	line-height: 1.5;
	overflow: hidden;
}

#footerNav {
	margin: 25px 0;
	padding: 0px 0 0 0;
	width: 980px;
	text-align: center;
	overflow: hidden;
	height: 30px;
	font: 18px/30px 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
}

#esol {
	padding: 30px 1px 30px 1px;
	overflow: hidden;
}

#esol a {
	display: block;
	width: 308px;
	height: 24px;
	font-size:0px;
	text-indent: -9999px;
	background: transparent url(../en/images/structure/esolutionsgroupLogo.png) top left no-repeat;
	padding: 0;
	margin: 0 auto;
}

#esol a:focus {
	outline: 1px solid #fff;
}

#esol img {
	display: block;
	width: 0;
}




/* ===================================================================================== STYLES HOME PAGE */


/* ===== Banner ===== */

#uberBanner{
	width: 100%;
	position: relative;
}

#homepageBannerContainer {
	margin: -162px 0 0 0;
	height: 594px;
	overflow: hidden;
	width: 100%;
	float: left;
	background: #F0F0F0;
	position: relative;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}

#bannerBarContainer{
	width: 100%;
	background: url(../images/structure/banner_bg.png) 0 0 repeat;
	height: 100px;
	position: absolute;
	bottom: 0;
}

#bannerBar{
	width: 980px;
	margin: 0 auto;
	height: 100px;
}

#bannerStaticText{
	color: #FFF;
	font: 22px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0 0 0 26px;
	margin: 21px 63px 0 0;
	background: url(../images/structure/banner-text-left-border.gif) left 3px no-repeat;
	height: 52px;
	width: 575px;
	overflow: hidden;
	float: left;
}

#bannerStaticText p{
	margin: 0 !important;
}

#highlightBoxMenu{
	float: left;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 600;
}

#boxMenu{
	position: relative;
	z-index: 599;
}

a.boxMenuLink, a.boxMenuLink:link, a.boxMenuLink:visited{
	font: 17px/40px 'Open Sans', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	height: 40px;
	width: 299px;
	padding: 0 0 0 17px;
	overflow: hidden;
	background: url(../images/structure/liketo-tab-bg.png) 0 0 no-repeat;
}

a.boxMenuLink:focus{
	background-position: 0 -80px;
}

a.boxMenuLink.current{
	background-position: 0 -40px;
}

#boxMenu .quickDropDown{
	width: 316px;
	position: absolute;
	bottom: 40px;
	display: none;
	z-index: 598;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#quickDropDownTop{
	padding: 15px 0 0 0;
	background: url(../images/structure/liketo-dd-bg-top.png) 0 0 no-repeat;
}

#quickDropDownMain{
	background: url(../images/structure/liketo-dd-bg.png) 0 0 repeat-y;
	max-height: 400px;
	/*height: 300px;*/
	overflow: hidden;
}

#boxMenu .quickDropDown ul{
	padding: 0 27px 8px 17px;
	margin: 0;
	list-style-type: none;
}

#boxMenu .quickDropDown li{
	width: 272px;

}

#boxMenu .quickDropDown li:first-child{
	padding-top: 0;
	background-position: 0 8px;
}

#boxMenu .quickDropDown li a{
	color: #000;
	display: block;
	padding: 4px 0 4px 10px;
	width: 262px;
	overflow: hidden;
	background: url(../images/structure/liketo-dd-bullet.png) 0 12px no-repeat;
}


/* ===== Content ===== */

.contentWrapper{
	width: 988px;
	padding: 25px 0 31px 0;
	margin: 0 0 0 -4px;
	float: left;
}

#printArea .contentWrapper:first-child{
	padding-bottom: 0;
}

.contentBoxContainer{
	float: left;
	width: 265px;
	height: 300px;
	padding: 20px 28px 14px 28px;
	background: url(../images/structure/bg-content-boxes-events.png) 0 0 no-repeat;
	margin: 0 0 0 12px;
	position: relative;
}

.contentBoxContainer.feature{
	padding: 4px 4px 14px 4px;
	width: 313px;
	height: 316px;
}

.contentBoxContainer.feature p,
.contentBoxContainer.feature h2{
	padding: 0 24px;
}

.contentBoxContainer.feature p.FeatureImage{
	padding: 0;
}

.contentBoxContainer:first-child{
	margin: 0;
}

.contentBox{
	width: 265px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.feature .contentBox{
	width: auto;
}

.contentImage{
	width: 265px;
	height:86px;
	overflow: hidden;
	padding: 15px 0 13px 0;
}

.contentImage img{
	width: 263px;
	height:84px;
		border: 1px solid #999;
}

#printArea .contentTitle h2,
#printArea .contentBox h2{
	font: 19px/23px 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	color: #000;
}

#printArea .contentBox h2{
	margin-bottom: 10px;
}

.contentTitle{
	height: 23px;
	overflow: hidden;
}

.contentText{
	color: #000;
	font-size: 15px;
	line-height: 19px;
}


/* ===== Left Content ===== */

.contentLeft {
}


/* ===== Right Content ===== */

/*.contentRight {
	background: url(../images/structure/bg-content-boxes-events.png) 0 0 no-repeat;
}*/

#viewAllButton{
	width: 56px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 4px;
}

#viewAllButton a{
	background: url(../en/images/structure/view-all.png) 0 0 no-repeat;
	display: block;
	width: 56px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999em;
}

#viewAllButton a:hover, #viewAllButton a:active, #viewAllButton a:focus{ background-position: 0 -15px;}

#printArea #eventsContainer ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 265px;
}

#printArea #eventsContainer li{
	border-top: 1px solid #d7d7d7;
	padding: 14px 0 14px 0;
	font-size: 15px;
	line-height: 19px;
	float: left;
	width: 265px;
	margin: 0;
}

#printArea #eventsContainer li:first-child{
	border: none;
}

#printArea #eventsContainer li p{ margin: 0; }

#printArea #eventsContainer li a{
	position: relative;
	top: 2px;
	color: #000;
	display: block;
	float: left;
	height: 38px;
	overflow: hidden;
	width: 212px;
}

.date{
	display: block;
	float: left;
	background: url(../images/structure/bg-date.gif) 0 0 no-repeat;
	width: 34px;
	height: 30px;
	padding: 8px 4px 4px 4px;
	margin: 0 10px 0 0;
	overflow: hidden;
	line-height: 11px;
	text-align: center;
}

.dateNumber{
	font-size: 17px;
	font-weight: bold;
}

.dateMonth{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Open Sans', arial, helvetica,sans-serif;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	position: relative;
	float: right;
	width: 315px;
	z-index: 999;
}

#breadcrumbs {
	float: left;
	width: 759px;
	color: #666;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 20px 0;
}

#actions {
	padding: 3px 0 0 0;
	position: relative;
	float: right;
	width: 315px;
	text-align: right;
	z-index: 998;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}	

#actions form { display: inline; }


/* ===== Interior Layout ===== */

#subNavContainer {
	width: 195px;	
	float: left;
	overflow: hidden;
}

.mainInterior {
	position: relative;
}

#contentInt {
	float: left;
	padding: 0px 0 20px 26px;
	width: 759px;		
}

#contentWrapperInt{
	overflow: hidden;
	width: 759px;
	padding: 0 2px 0 0;
}

#intBanner{
	/*display: none;*/
	width: 757px;
	height: 175px;
	overflow: hidden;
	position: relative;
	top: -8px;
	margin-bottom: 8px;
	border: 1px solid #acb7bb;
	background: url(../en/rotatingimages/defaultInteriorBanner/defaultInteriorBanner.jpg) no-repeat 0 0 #FFFFFF;
}

#intBanner.hide
{
    display:none;   
}

#intBanner img{
	width: 757px;
	height: 175px;
	
}

.intQuicklinksPhoto.hide
{
    display:none;   
}

.intQuicklinksMiddle.hide
{
    display:none;   
}

#contactMainContainer.hide
{
    display:none;   
}



/* -- This is a full width interior - used when there is no sub navigation on the page -- */

.wide #contentInt {
	width: 980px;
	padding-left: 0;
	padding-right: 0;
	background-color: #FFF; /* This hides mainInterior's bg image */		
}
.wide #contentWrapperInt{
	width: 980px;
}
.wide #subNavContainer {
	display: none;
}

.wide #intBanner{
	width: 980px;
}

.wide #intBanner img{
	width: 978px;
}

.wide #breadcrumbs{ width: 980px;}

/* Social Links */

#main #socialLinks ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	#main #socialLinks li{
		margin:0px;
		padding:0px;
		float:left;
	}


/* Interior quicklinks */
#intFloatRight {
	float: right;
	width: 230px;
	padding: 0 0 26px 26px;
	background: #FFF;
}
#intFloatRight.hide {
	display: none;
}
#intQuicklinks {

}
#intQuicklinks p, #intQuicklinks ul, #intQuicklinks li {
	margin: 0 !important;
}

.intQuicklinksMiddle {
	clear:both;
	width: 234px;
	margin: 12px 0 0 -2px;
	background: url(../images/structure/quicklinks-middle.gif) repeat-y;
}

.intQuicklinksTop {
	width: 234px;
	background: url(../images/structure/quicklinks-top.gif) no-repeat left top;
	overflow: hidden;
}

.intQuicklinksBottom {
	width: 234px;
	background: url(../images/structure/quicklinks-bottom.gif) no-repeat left bottom;
	overflow: hidden;
	min-height: 82px;
}

#intQuicklinks .intQuicklinksHeader{
	padding: 20px 15px 0 20px;
}

#intQuicklinks .intQuicklinksHeader p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	color:#333;
	font-size: 18px;
	text-indent:0;
}

#intQuicklinks .intQuicklinksBody ul{
	padding: 5px 15px 20px 20px;
}

#intQuicklinks .intQuicklinksBody li {
	list-style-type: none;
}
#intQuicklinks .intQuicklinksBody li a {
	font-size: 14px;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	background: url(../images/structure/quicklinks-bullet.gif) 8px 9px no-repeat;
}

#intQuicklinks .intQuicklinksBody li a:hover, #intQuicklinks .intQuicklinksBody li a:active, #intQuicklinks .intQuicklinksBody li a:focus { text-decoration: underline; }

/* Interior Quick Links image is now an editable token */
#intQuicklinks .intQuicklinksPhoto{
	border: 1px solid #acb7bb;
	margin-bottom: 11px;
	width:228px; 
	height:256px;
}

/* Auto resize the image */
#intQuicklinks .intQuicklinksPhoto img{
	width:228px; 
	height:256px;
}

/* Set Default image when JavaScript disabled*/
#intQuicklinks .intQuicklinksPhoto
{
	background: url(../en/rotatingimages/defaultInteriorQuicklinks/defaultInteriorQuicklink.jpg) no-repeat 0 0 #FFFFFF;
}


/* For iCreate side only */
#toggleContent { height:25px;}

/* For Google Translate page */
#translanguages ul
{
	width:300px;
	float:left;
	margin-right:20px;
}

#translanguages.rightcolumn ul
{
	margin-left:20px;
}

#translanguages a, #translanguages a:link, #translanguages a:visited
{
	text-decoration:none;
}

#translanguages a:hover,#translanguages a:active, #translanguages a:focus
{
	text-decoration: underline;	
}

/* For the Interior wide banner at the top - remove if not applicable */
#intBanner #interiorBannerImage.hide, #intBanner #interiorBannerLink.hide
{
    display:none;
}