/*
	--------------------------------------------------
	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-width: 980px;
	overflow: hidden;
	position: relative;
	z-index: 1203;
}

#uber {
	position: relative;
	margin: auto;
	width: 980px;
	background: #FFF;
	z-index: 1202;
}

#uberInner{
	width: 980px;
	padding: 0 215px;
	margin-left: -215px;
	background: #ebebeb;
}


/* ===== Header ===== */

#uberHeader {
	float: left;
	margin-left: -215px;
	width: 980px;
	padding: 0 215px;
	background: url(../images/structure/bg-header.gif) #084691 0 0 repeat-x;
}

#header {
	float: left;
	margin: 0;
	width: 980px;
	position: relative;
	z-index: 1201;
}

#header p{ margin: 0 !important; }


/* ===== Top Header ===== */

#uberTopHeader{
	background: #0b4994;
	width: 980px;
	padding: 0 215px;
	float: left;
	margin-left: -215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	z-index: 1199;
}

#topHeader{
	max-width: 980px;
	float: right;
}


/* ===== Top Navigation ===== */

#topNav {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 95px;
	text-align: right;
	overflow: hidden;
	height: 35px;
	max-width: 461px;
}


/* ===== Social Links ===== */

#socialLinks{
	float: left;
	max-width: 191px;
	overflow: hidden;
}

#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: 0 0 0 0 !important;
	border-right: 1px solid #3c6da7;
	height: 35px;
}

#socialLinks li:first-child{ border-left: 1px solid #3c6da7; }
#socialLinks li img{ height: 35px; width: 37px; }
#socialLinks a:hover img, #socialLinks a:focus img{ outline: 1px solid #123c70; }


/* ===== Language Link ===== */

#languageLink{
	display: block;
	width: 110px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	background: #123c70;
	float: left;
}


/* ===== Call Us ===== */

#callUs{
	float: left;
	width: 103px;
	height: 35px;
	position: relative;
	z-index: 1001;
}

#callUs a.quickLink, #callUs .quickLink a{
	display: block;
	width: 103px;
	height: 35px;
	padding: 0px;
	overflow: hidden;
	z-index: 1099;
	background: #ad1a18;
	text-decoration: none !important;
	color: #FFF;
	text-align: center;
}

#callUs a.quickLink.current , #callUs a.quickLink:hover, #callUs a.quickLink:focus{ background: #032b5b; }

#callUs .quickDropDown{
	display: none;
	position: absolute;
	background: url(../images/structure/bg-callus-dropdown.png) 0 0 repeat-x;
	right: 0px;
	top: 35px;
	padding: 25px 30px 30px 30px;
    width: 265px;
	z-index: 1098;
	max-height: 445px;
	overflow: hidden;
	font-size: 15px;
	line-height: 19px;
	text-transform: none;
}

#callUs .quickDropDown strong{
	display: block;
	width: 100%;
	font-size: 21px;
	line-height: 26px;
	font-weight: normal;
}

#callUs .quickDropDown hr{
	border: none;
	border-bottom: 1px solid #6289ca;
	margin: 8px 0 12px 0;
}

#callUs .quickDropDown a{
	color: #FFF !important;
	text-decoration: underline !important;
}

#callUs .quickDropDown a:hover, #callUs .quickDropDown a:active, #callUs .quickDropDown a:focus{ 
	text-decoration: none; 
}


/* ===== Logo ===== */

#logo {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 335px;
	height: 97px;
	position: relative;
	z-index: 1200;
}

#logoCrest{
	position: absolute;
	top: -22px;
	left: 0;
}

#logo a{ display: block; float: left; width: 335px; height: 97px; overflow: hidden; position: relative; }
#logo a img{ padding: 11px 0 13px 116px; }

#logo a:focus{ overflow: visible; }
#logo a:focus img{
	outline: 1px solid #00275e;
}

.homepage h1{
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}


/* ===== Search ===== */

/*#search {
	position: relative;
	float: left;
	display: block;
	margin: 41px 11px 18px 53px;
	padding: 0;
	width: 301px;
	height: 38px;
	background: url(../images/structure/searchBox.png) no-repeat 0 0;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 0px;
	left: 14px;
	border: none;
	width: 228px;
	height: 38px;
	background: transparent;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 38px;
	color: #000;
}

#search .gobutton {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 38px;
}*/
/* Allow user to access Search page without JavaScript */
/*#search .gobutton.noscript
{
    text-indent: -9999px;
    display:block;
    overflow:hidden;
}*/

/* ===== Cludo Search ===== */

.searchContainer {
    position: relative;
    float: left;
    display: block;
    margin: 41px 11px 18px 53px;
    padding: 0;
    width: 301px;
    height: 38px;
    background: url(../images/structure/searchBox.png) no-repeat 0 0;
}

.searchInput,
.searchButton {
    padding: .35em .75em;
    border: none;
    text-decoration: none;
    height: 38px;
}

.searchInput {
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background 0.2s ease-in;
    position: absolute;
    padding: 0;
    top: 0px;
    left: 14px;
    border: none;
    width: 228px;
    height: 38px;
    background: transparent;
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 38px;
    color: #000;
}

    .searchInput::placeholder {
        color: #000;
        opacity: 1;
    }

.searchButton {
    text-transform: uppercase;
    text-indent: -9999px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 38px;
}

#search_autocomplete {
    top: 38px !important;
    left: 0;
    border: none !important;
    margin: 0 !important;
}



/* ===== I'd Like To... ===== */

#popularPages{
	float: left;
	width: 280px;
	height: 51px;
	margin: 41px 0 0 0;
	position: relative;
	z-index: 1001;
	position: relative;
	z-index: 1198;
}

#popularPages a.quickLink{
	display: block;
	width: 260px;
	height: 38px;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 38px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0 0 20px;
	overflow: hidden;
	background: url(../images/structure/bg-popular-pages.png) 0 0 no-repeat;
	color: #000;
	text-decoration: none !important;
}

#popularPages a.quickLink.current, #popularPages a.quickLink:hover, #popularPages a.quickLink:active, #popularPages a.quickLink:focus { background-position: 0 -38px;}


#popularPages .quickDropDown{
	display: none;
	position: absolute;
	background: url(../images/structure/bg-mainnav-dropdown.png) left bottom repeat-x;
	right: 0px;
	top: 38px;
	padding: 0px 20px 20px 20px;
    width: 240px;
	z-index: 1098;
	overflow: hidden;
	line-height: 19px;
}
#popularPages .quickDropDown ul{
	float: left;
	padding: 0px !important;
	width: 240px;
	margin: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	overflow: hidden;
}

#popularPages .quickDropDown li { border-top: 1px solid #d9d9d9; }
#popularPages .quickDropDown li:first-child { border-top: none; }

#popularPages .quickDropDown li a{
	color: #094892 !important;
	display: block;
	padding: 6px 24px 6px 0px;
	font-weight: normal;
}

#popularPages .quickDropDown li a:hover, #popularPages .quickDropDown li a:active, #popularPages .quickDropDown li a:focus{ 
	text-decoration: underline; 
}


/* ===== Main Navigation ===== */

#uberMainNav{
	clear: both;
	float: left;
	width: 980px;
	height: 50px;
	padding: 0 215px;
	background: #fff;
	margin-left: -215px;
	position: relative;
	z-index: 1197;
}

#mainNav {
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	width: 980px;
	z-index: 1000;
}


/* ===== Main Content Container ===== */

#uberMain{
	float: left;
	width: 1410px;
	margin-left: -215px;
	background: #ebebeb;
}

#main {
	position: relative;
	width: 1410px;
	float: left;
	/*padding: 0 215px;*/
}

.landing #main {
	position: relative;
	width: 980px;
	float: left;
	padding: 0 215px;
}



/* ===== Footer ===== */

#footer {
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	width: 980px;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
}

#footer p{ margin: 0 !important; }

#footerTextTopWrapper{
	padding: 22px 0 20px 0;
	float: left;
	width: 800px;
	overflow: hidden;
}

#footerTextTop{
	float: left;
	max-width: 800px;
	overflow: hidden;
}

#footerNav {
	float: left;
	max-width: 800px;
	overflow: hidden;
}

#footerLogo{
	float: right;
	max-width: 180px;
	padding: 15px 0 0 0;
	overflow: hidden;
}

#footerLogo a:focus img{ outline: 1px solid #000; }

#footerTextBottomWrapper{
	clear: both;
	widht: 980px;
}

#footerText {
	float: left;
	width: 800px;
	overflow: hidden;
}

#esol {
	width: 180px;
	float: left;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

#esol img {
	display: block;
	width: 0;
}




/* ===================================================================================== STYLES HOME PAGE */


/* ===== Banner ===== */

#homepageBannerContainer {
	float: left;
	margin: 0 0 0 0;
	width: 1410px;
	height: 479px;
	position: relative;
	overflow: hidden;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== News Container ===== */

#homepageNewsContainer{
	position: absolute;
	top: 429px;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #9dd10a;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	color: #000;
	float: left;
}

#homepageNews{
	padding: 14px 0 15px 0;
	width: 980px;
	height: 36px;
	margin: 0 auto;
}

#homepageNewsContainer a{ color: #000; }

#homepageNewsItem a{
	font-weight: normal;
}

#homepageNewsTitle{
	width: 115px;
	overflow: hidden;
	float: left;
	font-weight: bold;
}

#homepageNewsItem{
	float: left;
	width: 865px;
}

#newslistContainer{
	width: 735px;
	float: left;
}

#newsPause {
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 0 0 0;
}
#newsPause a {
    width: 20px;
	height: 20px;
    float: left;
    font-size: 1%;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/structure/newsNavPause.png) top left no-repeat;
}
#newsPause a:hover, #newsPause a:focus {
    background-position: 0px -20px;
}

#newsPause.selected a {
   background-position: 0px -40px;
}
#newsPause.selected a:hover, #newsPause.selected a:focus {
   background-position: 0px -60px;
}

.homepage .newsItem{
	float: left;
	width: 714px;
	overflow: hidden;
}

.moreLinks{
	display: block;
	width: 130px;
	float: right;
	text-align: right;
	font-size: 15px;
}

/* ===== Left Content ===== */

.arrowDown{
	background: url(../images/structure/arrow-down.png) top left no-repeat;
	width: 21px;
	height: 11px;
	margin-left: 3px;
	display: inline-block;
	position: relative;
	top: -3px;
}

#videoWrapperOuter{
	background: #fff;
}

#videoWrapper{
	width: 980px;
	padding: 30px 0;
	margin: 0 auto;
}

#contentLeft {
	float: left;
	width: 640px;
}

#contentLeft iframe{
	float: left;
}

.footerButtons{
	margin-top: 18px;
	float: left;
	width: 100%;
}

.footerButtons a{
	display: inline-block;
	background: #eee;
	border: 1px solid #e0e0e0;
	padding: 6px;
	box-sizing: border-box;	
	text-align: center;
}

#contentLeft .footerButtons a{
	width: 48.5%;
	float: right;
}

#contentLeft .footerButtons a:first-child{
	float: left;
}

/* ===== Right Content ===== */

#contentRight {
	float: right;
	width: 317px;
}

#contentRight .footerButtons a{
	width: 100%;
}


/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Actions and Breadcrumbs ===== */

#actionsContainer{
	float: right;
	max-width: 200px;
	position: relative;
	z-index: 999;
}

#actions {
	position: relative;
	float: right;
	padding: 12px 0px 0px 10px;
	max-width: 165px;
	text-align: right;
	z-index: 998;
}	

#actions form { display: inline; }

#breadcrumbs {
	float: left;
	width: 694px;
	overflow: hidden;
	margin: 0 0 22px 0;
}


/* ===== Interior Layout ===== */

#subNavContainer {
	width: 234px;	
	float: left;
	min-height: 200px;
}

.ar #subNavContainer {
	margin-left: 215px;
}

.mainInterior {
	background: #EBEBEB url(../images/structure/bg-template-content.gif) center top repeat-y;
	border-top: 1px solid #ebebeb;
}

#mainInner{
	width: 980px;
	position: relative;
	margin: 0 auto;
}

#contentInt {
	float: left;
	padding: 32px 26px 50px 26px;
	width: 694px; 
	overflow: hidden;		
}


/* -- This is a full width interior - used when there is no sub navigation on the page -- */

.wide #contentInt {
	padding: 32px 26px 20px 26px;
	width: 928px;
	background-color: #FFF; /* This hides mainInterior's bg image */		
}
.wide #subNavContainer {
	display: none;
}

.wide #breadcrumbs{
	width: 948px;
}


/* Interior quicklinks */
#intFloatRight {
	float: right;
	width: 204px;
	overflow:hidden;
	padding: 0 0px 0 26px;
}
#intFloatRight.hide, #intFloatRightPhotoContainer.hide, #contactMainContainer.hide {
	display: none;
}

/* Interior Quick Links image is now an editable token */
#intBanner {
	border: 1px solid #6a6a6a;
	width: 692px; 
	height: 242px;
	float: left;
	margin: 0 0 30px 0;
	
	/* Set Default image when JavaScript disabled - DO NOT CHANGE IMG PATH*/
	background: url(../en/rotatingimages/intbannerdefaultInterior/defaultInteriorTopBanner.jpg) no-repeat 0 0 #FFFFFF;
}

#intBanner .ad-nav, #intFloatRight .ad-nav
{
    display: none;
}

/* Auto resize the image */
#intBanner img{
	width: 692px; 
	height: 242px;
}

/* -- This is a full width interior - used when there is no sub navigation on the page -- */
.wide #intBanner {
	width: 926px;
	background: url(../en/rotatingimages/intbannerdefaultInterior/defaultInteriorBannerWide.jpg) no-repeat 0 0 #FFFFFF !important;
}

.wide #intBanner img{ width: 926px; }

/* IntFloatRight Token */

#intFloatRightPhotoContainer{
	float: left;
	margin-bottom: 30px;
	border: 1px solid #6A6A6A;
	width: 202px;
	height: 154px;
	position: relative;
}

#intFloatRightPhotoContainer p{
	margin: 0 !important;
}

.intFloatRightPhotoImage, .intFloatRightPhotoImage img{
	width: 202px;
	height: 154px;
	float: left;
}
.intFloatRightPhotoImage a:focus img{ outline: 1px solid #A1CE36; }

.intFloatRightText{
	color: #FFFFFF;
    font-family: 'Oxygen',Arial,Helvetica,sans-serif;
    font-size: 17px;
	line-height: 49px;
    height: 49px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	width: 180px;
	float: left;
	overflow: hidden;
	position: absolute;
	bottom: 8px;
	background: url(../images/structure/bg-image-text.png) 0 0 repeat;
	border-left: 7px solid #78B91C;
}
.intFloatRightText a{ color: #FFF !important; }
#intFloatRightPhotoContainer .intFloatRightPhotoImage, #intFloatRightPhotoContainer .intFloatRightPhotoImage img
{
    width: 202px;
    height: 154px;
}
#intFloatRightPhotoContainer .intFloatRightPhotoImage
{
    background: url(../en/rotatingimages/defaultInterior/defaultInteriorBanner.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, #intBanner.hide
{
    display:none;
}
#intBanner p, #intQuicklinks .intQuicklinksPhoto p
{
    margin: 0 !important;    
}

/*  Photo Gallery */
.eSolutionsGroupPhotoGalleryV2PlaceholderDiv
{
    float:left;   
    max-width: 100%
}

.footerButtons p, #contentLeft p{
    margin-bottom: 0px !important;
}
