/*
	--------------------------------------------------
	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 Wrappers For Site ===== */

#wrapper {
	width: 100%;
	min-height: 100%;
	min-width: 980px;
	position: relative;
	overflow: hidden;
	z-index: 1204;
}

#uber {
	position: relative;
	margin: auto;
	width: 980px;
	background: #FFF;
	z-index: 1203;
}

#uberInner{
	z-index: 1202;
	float: left;
	width: 980px;
	margin-left: -460px;
	padding: 0 460px;
	overflow: hidden;
	float: none;
	background: url(../en/resourcesGeneral/int-background.jpg) #e5eaf9 0 0 no-repeat;
}

.homepage #uberInner{ background-image: none; background-color: #FFF; }


/* ===== Header ===== */

#uberHeader {
	position: relative;
	float: left;
	padding: 0 460px;
	margin-left: -460px;
	width: 980px;
	background: url(../images/structure/bg-uber-header-int.gif) 0 0 repeat-x;
	z-index: 1201;
}

.homepage #uberHeader {
	position: absolute;
	top: 0;
	left: 0px;
	background-image: url(../images/structure/bg-uber-header.png);
}

#header {
	float: left;
	margin: 0;
	width: 980px;
}


/* ===== Logo ===== */

#logo {
	float: left;
	padding: 7px 32px 8px 1px;
	margin: 0px 0px 0px 0px;
	width: 247px;
	height: 129px;
}

#logo a:focus img{
	outline: 1px solid #3b3b89;
}

.homepage h1{
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}


/* ===== Top Navigation ===== */

#topNav {
	float: left;
	padding: 45px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	overflow: hidden;
	height: 18px;
	width: 513px;
}

#translate{
	width: 162px;
	height: 25px;
	float: left;
	padding: 42px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}
	
/* ===== Search ===== */

#search {
	position: relative;
	float: right;
	display: block;
	margin: 9px 0px 0 0;
	padding: 0;
	width: 358px;
	height: 41px;
	background: url(../images/structure/searchBox.png) no-repeat 0 0;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 0px;
	left: 20px;
	border: none;
	width: 287px;
	height: 41px;
	background: transparent;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 41px;
	color: #333;
}

#search .gobutton {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 41px;
}
/* Allow user to access Search page without JavaScript */
#search .gobutton.noscript
{
    text-indent: -9999px;
    display:block;
    overflow:hidden;
}


/* ===== Main Navigation ===== */

#mainNav {
	position: relative;
	float: left;
	clear: both;
	background: #FFF;
	width: 980px;
	padding: 0 25px;
	margin-left: -25px;
	z-index: 1000;
}

.homepage #mainNav {
	padding: 0;
	margin: 0;
	background: transparent;
}

#navShadow{
	width: 1900px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 144px;
	z-index: 1000;
	background: url(../images/structure/shadow-top.png) 0 0 repeat-x;
}


/* ===== Main Content Container ===== */

#mainWrapper {
	background: url(../images/structure/int-shadow.gif) #FFF center top no-repeat;
	width: 980px;
	padding: 10px 25px 0 25px;
	margin-left: -25px;
	float: left;
}

#main {
	position: relative;
	float: left;
	width: 980px;
	padding: 0 0 18px 0;
}

.homepage #main { padding: 25px 0 25px 0; }


/* ===== Footer ===== */

#uberFooter{
	float: left;
	margin-left: -460px;
	padding: 0 460px;
	width: 980px;
	background: #FFF;
	font-size: 13px;
	color: #333;
}

#footer {
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
}

#footer p{ margin: 0 !important; }

#footerLeft {
	float: left;
	width: 550px;
	overflow: hidden;
	padding: 22px 0;
}

#footerNav {
	float: left;
	width: 550px;
	text-align: left;
	overflow: hidden;
	color: #2c3284;
	height: 18px;
	margin: 0 0 10px 0;
}

#footerText {
	float: left;
	width: 550px;
	overflow: hidden;
	height: 18px;
	margin: 0 0 10px 0;
}

#footerRight {
	float: right;
	max-width: 400px;
	padding: 20px 0;
	overflow: hidden;
}

#weather{
	width: 367px;
	height: 20px;
	margin: 0 0 10px 0;
	float: right;
	/* background: url(../images/structure/weather.jpg) 0 0 no-repeat; /* FOR ICREATE ONLY */
}

#esol {
	float: right;
	margin: 0 0 10px 0;
}

#esol a {
	color: #333;
	font-weight: normal;
}


/* ===== Social Links ===== */

#socialLinks{
	border: 1px solid #CBCFDC;
    float: left;
    width: 237px;
	margin: 0 0 10px 0;
}

.homepage #socialLinks{ margin: 0; }

#socialLinks p{
	float: left;
	width: 110px;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 0 13px !important;
}

#socialLinks ul{
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	max-width: 310px;
}

#socialLinks li{
	float: left;
	margin: 0px !important;
	border-left: 1px solid #CBCFDC;
}

#socialLinks li img{ height: 33px; float: left; }
#socialLinks li a{ float: left; }
#socialLinks a:focus img{ outline: 1px solid #3b3b89; }




/* ===================================================================================== STYLES HOME PAGE */


/* ===== Banner ===== */

#homepageBannerContainer {
	float: left;
	margin: 15px 0 0 -460px;
	width: 1900px;
	height: 610px;
	overflow: hidden;
	position: relative;
	z-index: 200;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== Left Content ===== */

#contentLeft {
	float: left;
	padding: 10px;
	width: 680px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	min-height: 1px;
}


/* ===== Right Content ===== */

#contentRight {
	float: left;
	width: 239px;
	margin: 0px 0px 0px 61px;
	padding: 10px 0 0 0;
	overflow: hidden;
}

#newslist{
	float: left;
	width: 237px;
	border: 1px solid #cbcfdc;
	margin-bottom: 10px;
}

#newslistHeader{
	float: left;
	width: 237px;
	background: url(../images/structure/arrow.gif) 210px 20px no-repeat;
}

#printArea #newslistHeader h2{
	font-size: 16px;
	line-height: 20px;
	color: #2c3284;
	margin: 0 !important;
	padding: 15px 30px 15px 13px;
}

#printArea #newslistBody ul{
	padding: 0 13px;
	margin: 0;
	float: left;
	width: 211px;
	list-style-type: none;
	list-style-image: none;
}

#printArea #newslistBody li{
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	width: 211px;
	list-style-type: none;
	list-style-image: none;
}

#printArea #newslistBody li a{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 211px;
	font-weight: normal;
	color: #333;
	line-height: 17px;
}

#printArea #newslistBody li a .eventDate{ color: #2c3284; }
#printArea #newslistBody li a .eventTitle{ font-weight: bold; }
#printArea #newslistBody li a .eventDescription{ font-size: 13px; }

#newslistFooter{
	padding: 0 13px;
	float: left;
	width: 211px;
}

#newslistFooter p{ margin-bottom: 12px !important; }
#newslistFooter a{ font-weight: normal; }


/* ===== Homepage Quick Links ===== */

#bucketWrapper{
	width: 982px;
	height: 141px;
	overflow: hidden;
	padding: 24px 459px 23px 459px;
	margin-left: -459px;
	background: url(../images/structure/bg-bucket.gif) 0 0 repeat-x;
	float: left;
}

#bucketContainer{
	float: left;
	width: 982px;
}

.bucket{
	float: left;
	width: 239px;
	height: 139px;
	padding: 1px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 6px;
}

.bucket.first{ margin: 0; }
.bucket p{ margin: 0 !important; }

.bucketTitle{
	float: left;
	position: absolute;
	top: 76px;
	left: 1px;
	width: 239px;
	height: 41px;
	background: url(../images/structure/bg-bucket-text.png) 0 0 no-repeat;
	padding: 11px 0;
}

.bucketTitle a{
	display: block;
	float: left;
	padding: 0 24px 0 15px;
	width: 200px;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	font-weight: normal !important;
}



/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Actions and Breadcrumbs ===== */


#actionsContainer{
	float: right;
	max-width: 200px;
	position: relative;
	z-index: 999;
}

#actions {
	position: relative;
	float: right;
	padding: 13px 0px 0px 10px;
	max-width: 165px;
	text-align: right;
	z-index: 998;
}	

#actions form { display: inline; }

#breadcrumbs {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}


/* ===== Interior Layout ===== */

#subNavContainer {
	width: 240px;	
	float: left;
	min-height: 200px;
}

.mainInterior {
	background: url(../images/structure/template_content_background.gif) repeat-y 0 0;
}

#mainShadow{
	width: 1900px;
	height: 18px;
	position: absolute;
	left: -460px;
	bottom: 0px;
	z-index: 1000;
	float: left;
	background: url(../images/structure/shadow-bottom.png) 0 0 repeat-x;
}

#contentInt {
	float: left;
	padding: 10px 0 20px 25px;
	width: 715px;
	overflow: hidden;	
	min-height: 400px;	
}


/* -- This is a full width interior - used when there is no sub navigation on the page -- */

.wide #contentInt {
	padding: 10px 0px 20px 0px;
	width: 980px;		
}
.wide .mainInterior { background-image: none; }
.wide #subNavContainer {
	display: none;
}


/* Interior quicklinks */
#intFloatRight {
	float: right;
	width: 240px;
	overflow:hidden;
	padding: 0px 0px 10px 25px;
}
#intFloatRight.hide {
	display: none;
}
#intQuicklinks {
	padding: 0px;
	margin: 0 0 10px 0;
}
#intQuicklinks p, #intQuicklinks ul, #intQuicklinks li {
	margin: 0 !important;
}
#intQuicklinks .intQuicklinksHeader {
	background: url(../images/structure/intQuicklinksHeader.png) #865c47 212px 20px no-repeat;
}
#intQuicklinks .intQuicklinksHeader p {
	color: #FFF;
	font-size: 16px;
	padding: 16px 30px 10px 15px;
}
#intQuicklinks .intQuicklinksBody{
	border: 1px solid #cbcfdc;
	border-top: none;
}
#intQuicklinks .intQuicklinksBody li {
	list-style-type: none;
	list-style-image: none;
	border-top: 1px solid #cbcfdc;
}
#intQuicklinks .intQuicklinksBody li:first-child { border: none; }
#intQuicklinks .intQuicklinksBody li a {
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	display: block;
	color: #333;
	overflow: hidden;
}

#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 */
#intBanner {
	width: 715px; 
	height: 235px;
	float: left;
	margin: 0 0 20px 0;
	
	/* Set Default image when JavaScript disabled - DO NOT CHANGE IMG PATH*/
	background: url(../en/rotatingimages/defaultInterior/defaultInteriorBanner.jpg) no-repeat 0 0 #FFFFFF;
}

/* Auto resize the image */
#intBanner img{
	width: 715px; 
	height: 235px;
}

/* -- This is a full width interior - used when there is no sub navigation on the page -- */
.wide #intBanner {
	width: 980px;
}

.wide #intBanner img{ width: 980px; }

/* Removes Thumbnails from Photo Gallery when inserted into Interior Banner Area */
#intBanner .ad-nav, #intQuicklinks .ad-nav{ display:none;}

/* 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, #intBanner.hide
{
    display:none;
}
#intBanner p, #intQuicklinks .intQuicklinksPhoto p
{
    margin: 0 !important;    
}

/*  Photo Gallery */
.eSolutionsGroupPhotoGalleryV2PlaceholderDiv
{
    float:left;   
}

.noEvents
{
    padding-left: 15px;
}


/*======================================================
  FEEDBACK LINK
  ===================================================== */

#feedbackLink {
    position: absolute;
    right: 0;
    top: 275px;
    display: block;
    width: 46px;
    height: 130px;
    text-indent: -9999em;
    overflow: hidden;
    background: #FFF url(../images/structure/feedback.png) center center no-repeat;
    z-index: 1205;
}

    #feedbackLink:hover, #feedbackLink:focus {
        width: 50px;
        padding-right: 6px;
    }

@media screen and (max-width: 1024px) {
	#feedbackLink {
		position: static;
		overflow: visible;
		right: auto;
		top: auto;
		width: auto !important;
		height: auto !important;
		padding: 0 0 0 30px !important;
		text-indent: 0;
		border: none;
		background: none;
		display: inline-block;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;	
	}

	#feedbackLink:before {
	    content: '';
	    display: block;
	    background: hsla(237,26%,82%,1);
	    height: 12px;
	    width: 2px;
	    margin-top: 3px;
	    position: absolute;
	    left: 308px;
	}	
} 
.ui-front {
    z-index: 9999 !important; /* The default is 100. !important overrides the default. */
}   