/*
	--------------------------------------------------
	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;
}


/* ===== 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: #a1ce36;
	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: 980px;
	float: left;
	padding: 0 215px;
}

.homepage #main {
	margin-top: -49px;
}


/* ===== 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: 550px;
	position: relative;
	overflow: hidden;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== News Container ===== */

#homepageNewsContainer{
	position: absolute;
	top: 425px;
	left: 215px;
	width: 980px;
	height: 61px;
	overflow: hidden;
	background: url(../images/structure/bg-news.png) 0 0 repeat;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	float: left;
}

#homepageNews{
	float: left;
	padding: 21px 25px 20px 20px;
	width: 935px;
	height: 20px;
}

#homepageNewsContainer a{ color: #FFF; }

#homepageNewsTitle{
	text-transform: uppercase;
	width: 115px;
	overflow: hidden;
	float: left;
}

#homepageNewsItem{
	float: left;
	width: 820px;
}

#newslistContainer{
	width: 680px;
	float: left;
}

#newsPause {
	width: 21px;
	height: 21px;
	float: left;
	margin: 0 8px 0 0;
}
#newsPause a {
    width: 21px;
	height: 21px;
    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 -21px;
}

#newsPause.selected a {
   background-position: 0px -42px;
}
#newsPause.selected a:hover, #newsPause.selected a:focus {
   background-position: 0px -63px;
}

.homepage .newsItem{
	float: left;
	width: 651px;
	overflow: hidden;
}

.moreLinks{
	display: block;
	width: 140px;
	 float: right;
	 text-align: right;
}

/* ===== Left Content ===== */

#contentLeft {
	float: left;
	width: 700px;
}

#contentLeftTop{
	margin: 0 5px 6px 0;
	width: 655px;
	height: 167px;
	border: 20px solid #FFF;
	background: #FFF;
	overflow: hidden;
}

.bucketContainer{
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	overflow: hidden;
	width: 205px;
	height: 167px;
}

.bucketContainer:first-child{ margin: 0; }
.bucketContainer p{ margin: 0 !important; }

.bucketImage, .bucketImage img{
	width: 203px;
	height: 165px;
}

.bucketImage img{ border: 1px solid #686868; }
.bucketImage a:focus img{ border: 1px solid #78b91c; }

.bucketText{
	position: absolute;
	left: 1px;
	top: 91px;
	border-left: 7px solid #78b91c;
	background: url(../images/structure/bg-image-text.png) 0 0 repeat;
	padding: 10px 15px 11px 15px;
	width: 166px;
	height: 40px;
	color: #FFF;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	overflow: hidden;
}

.bucketText a{ color: #FFF !important; }

#contentLeftBottom{
	margin: 0 5px 0 0;
	width: 655px;
	height: 143px;
	border: 20px solid #FFF;
	border-top: none;
	border-bottom: none;
	background: #FFF;
	overflow: hidden;
	float: left;
}

.boxContainer{
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	overflow: hidden;
	width: 205px;
	height: 127px;
	font-size: 15px;
	padding: 16px 0 0 0;
}

.boxContainer:first-child{ margin: 0; }

.boxContainer h2{
	font-family: 'Oxygen', Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	line-height: 22px !important;
	font-weight: bold !important;
	color: #1f5ea8;
	margin: 0 0 16px 0 !important;
}

.boxContainer a{ color: #000 !important; }

.boxContainer img.Right{ margin: 0 0 10px 10px; }
.boxContainer img.Left{ margin: 0 10px 10px 0; }


/* ===== Right Content ===== */

#contentRight {
	float: left;
	width: 242px;
	height: 311px;
	background: #FFF;
	padding: 45px 19px 0px 19px;
	position: relative;
	overflow: hidden;
}

a.tabLinks{
	display: block;
	position: absolute;
	top: 0;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #FFF !important;
	padding: 0 0 6px 18px;
	text-transform: uppercase;
	background: url(../images/structure/arrow-bg-content-right-links.png) #ad1a18 right -41px no-repeat;
}

.current a.tabLinks{
	background-position: right 0px;
	background-color: #FFF;
	color: #000 !important;
}

#tabLink01{
	left: 0;
	width: 122px;
}

#tabLink02{
	right: 0;
	width: 122px;
}

.tabContentContainer{ display: none; }
.current .tabContentContainer{ display: block; }

.tabContainer h2{
	text-indent: -9999em;
	overflow: hidden;
	width: 242px;
	height: 48px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 15px 0 10px 0 !important;
}

#tab01.tabContainer h2{ background-image: url(../en/images/structure/most-wanted.png); }
#tab02.tabContainer h2{ background-image: url(../en/images/structure/latest-videos.png); }

.tabContent img{
	border: 1px solid #3d3d3d;
}

.tabContent a:focus img{
	border: 1px solid #78B91C;
}
.tabContent p{ margin-bottom: 5px !important; font-size: 16px; }

.tabContent hr{ border: none; border-bottom: 1px solid #d9d9d9; margin: 8px 0 !important; }
.ie7 .tabContent hr{ margin: 0 !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: 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;
}

.mainInterior {
	background: #EBEBEB url(../images/structure/bg-template-content.gif) center top repeat-y;
}

#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%
}

