/*
	--------------------------------------------------
	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 ===== */

#uberWrapper{
	background: url(../images/structure/uber_bg.jpg) top center no-repeat;
}

#uberWrapperInner{
	background:url(../images/structure/main_bg.png) top center repeat-y;
}

#uber {
	position: relative;
	margin: auto;
	width: 960px;
	background: #fff;
	/*z-index: 1;*/
}


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

#headerWrapper{
	background:url(../images/structure/header_bg.jpg) top center no-repeat;
	height: 169px;
	margin: 0 auto;
	z-index: 1203;
}

.quickLinksHeader
{
    height:21px;
    margin-bottom:20px;
}

#header {
	/*float: left;*/
	margin: 0 auto;
	width: 960px;
	position: relative;
	z-index: 1000;
}


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

#search {
	position: relative;
	float: right;
	display: block;
	top: 6px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 176px;
	height: 29px;
	background: url(../images/structure/searchBox.jpg) no-repeat 0 0;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 6px;
	left: 13px;
	border: none;
	width: 127px;
	background: transparent;
	font-size: 14px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#search .gobutton {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 25px;
}


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

#topNav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 12px 20px 5px 20px;
	font-size: 13px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
}



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

#logo {
	position: absolute;
	top: 0;
	left: -9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 141px;
	height: 167px;
}

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

#titleText{
	float: left;
	width: 288px;
	padding: 15px 0 0 148px;
}

.soa #titleText{
	width: 374px;
	padding: 49px 0 0 148px;
}

#tagline{
	float: left;
	width: 265px;
	padding: 0 0 0 148px;
	clear: left;
}

.soa #tagline{
	padding-top: 53px;
	height: 29px;
	float: right;
	padding-top: 43px;
	clear: none;
}

a#public{
	background-image:url(../en/images/structure/backToPublic.png);
	background-repeat: no-repeat;
	width: 155px;
	height: 28px;
	display: block;
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	clear: right;
}

a#public:hover, a#public:focus{
	background-position: 0 -28px;
}

a#fileReport{
	background-image:url(../en/images/structure/file_report.png);
	background-repeat: no-repeat;
	width: 177px;
	height: 39px;
	display: block;
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	clear: right;
	margin-top: 31px;
}

a#fileReport:hover, a#fileReport:focus{
	background-position: 0 -39px;
}

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


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

#mainNav {
	position: relative;
	float: right;
	margin: 0 0;
	width: 820px;
	z-index: 2000;
	right: -3px;
}


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

#main {
	position: relative;
	float: left;
	width: 960px;

}


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

#footerWrapper{
	border-top: 1px solid #888;
	background: url(../images/structure/footer_gray.jpg) repeat;
}

#footerInner{
	background: url(../images/structure/footer_blue.jpg) center top no-repeat;
}

#footerLogo{
	position: absolute;
	top: 20px;
	left: 12px;
}

#footer {
	margin: 0 auto;
	padding: 37px 0 0 87px;
	width: 873px;
	height: 113px;
	position: relative;
	font-size: 12px;
}

#footerText {
	float: left;
	width: 390px;
	line-height: 1.5;
	overflow: hidden;
	color: #eaeaea;
}

#footerNav {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	width: 460px;
	text-align: right;
	overflow: hidden;
}

#esol {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 120px;
	left: 400px;
}

#esol a {
	display: block;
	width: 171px;
	height: 17px;
	font-size:0px;
	text-indent: -9999px;
	background: transparent url(../en/images/structure/esolutionsgroupLogo.png) top left no-repeat;
}

#esol a:focus{
	outline: 1px solid #fff;
}

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




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


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

#homepageBannerContainer {
	float: left;
	margin: 0 0 1px 0;
	width: 646px;
	height: 367px;
	overflow: hidden;
	z-index: 2;
}

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

#bannerTop{
	background:url(../images/structure/banner_corner.png) no-repeat;
	width: 646px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

#bannerRight{
	background: url(../images/structure/banner_right.png) no-repeat;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 252px;
	top: 22px;
	left: 596px;
}

#bannerLeft{
	background: url(../images/structure/banner_left.png) no-repeat;
	position: absolute;
	z-index: 1;
	width: 34px;
	height: 252px;
	top: 22px;
	left: 0px;
}

#bannerBottom{
	background: url(../images/structure/banner_bottom.png) no-repeat;
	position: absolute;
	z-index: 1;
	width: 646px;
	height: 92px;
	top: 274px;
	left: 0px;
}

#bannerSwoosh{
	background:url(../images/structure/banner_swoosh.png) no-repeat bottom left;
	height: 50px;
	width: 560px;
	position: absolute;
	top: 332px;
	left: 0;
	z-index: 2;
	color: #00488b;
	font-size: 15px;
	text-align: center;
	padding: 27px 200px 0 200px;
	overflow: hidden;
}

#bannerSwoosh .emergency{
	color: #a41a1a;
	display: inline;
}

#homeContainer{
	width: 960px;
	padding: 58px 0 10px 0;
	float: left;
	background: url(../images/structure/home_footer.jpg) no-repeat bottom left;
	position: relative;
}

#actions.home{
	float: none;
	position: absolute;
	right: 10px;
	top: 394px;
	z-index: 30;
	width: 100px;
}

#iWantTo{
	width: 322px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
}

a#iWantToButton, a#iWantToButton:hover, a#iWantToButton:active, a#iWantToButton:visited, a#iWantToButton:focus{
	background: url("../en/images/structure/i_want_to.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 18pt;
    font-weight: normal;
    height: 55px;
    line-height: 58px;
    text-indent: 79px;
    width: 322px;
}

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

.open a#iWantToButton{
	background:url(../en/images/structure/i_want_to_open.jpg) no-repeat;
}

#iWantTo ul{
	display: none;
}

#iWantTo.open ul{
	display: block;
	margin: 0;
	list-style-type: none;
	width: 314px;
	float: right;
}

#iWantTo ul a{
	color: #333;
	font-size: 15px;
	font-weight: normal;
	padding: 12px 0 12px 0;
}

#iWantTo a:hover, #iWantTo a:focus{
	color: #a41a1a;
	text-decoration: none;
}



#iWantTo li a{
	background: url(../images/structure/iWantToLinkBg.gif) no-repeat top;
	display: block;
}

#iWantTo li.first a{
	background: url(../images/structure/iWantToLinkTop.gif) no-repeat top;
	display: block;
}

img.arrow{
	padding: 0 40px 0 17px;
	float: left;
}

img.customIcon{
	padding: 0 30px 0 4px;
	float: left;
	position: relative;
	margin-top: -8px;
	
}


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

#contentLeft {
	float: left;
	padding: 0px;
	width: 222px;
	font-size: 1.1em;
	color: #666;
}

#contentLeft a{
	color: #0c3d63;
}

/*#contentLeft p{
	clear: left;
}*/

#contentLeftToken{
	background: url(../images/structure/contentLeft_bg.jpg) repeat-y;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	width: 218px;
}

#contentLeftTop{
	background: url(../images/structure/contentLeft_top.jpg) no-repeat;
	height: 7px;
}

#contentLeftBottom{
	background: url(../images/structure/contentLeft_bottom.jpg) no-repeat;
	height: 7px;
}

#contentLeftToken p{
	margin: 0 !important;
	padding: 1px 15px;
}

#contentLeftToken p.heading{
	font-size: 16px;
	line-height: 20px;
	border-top: 1px solid #355e7d;
	padding-top: 8px;
	margin-top: 10px;
}

#contentLeftToken p:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

#contentLeftToken a{
	color: #d9d9d9;
	font-weight: normal;
}

/* ===== Middle Content ===== */

#contentMiddle {
	float: left;
	padding: 0px;
	width: 336px;
	margin: 0 39px;
}


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

#contentRight {
	float: left;
	width: 322px;
	/*line-height: 16px;*/
}

#contentRight a{
	color: #484848;
	font-weight: normal;
}

#contentRight .newslistFooter{
	color: #CD4800;
	font-size: 15px;
}

#contentRight .newslistFooter a{
	color: #CD4800;
	font-weight: normal;
}

#printArea #newslist ul{
	list-style: none;
	margin: 0;
	color: #484848;
}

#printArea #newslist li{
	margin: 10px 0;
}

.newslistBody,
.newslistFooter{
	padding-left: 9px;
}

.newslistHeader{
	position: relative;
}

.map{
	position: absolute;
	right: 0;
	top: 55px;
	width:314px;
}

dl.image_map {
	display:block; 
	width:314px; 
	height:219px; 
	background:url(../images/structure/imageMap.png); 
	position:relative;
}





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

#contentHeader{
	background: #fff url(../images/structure/content_header.png) no-repeat right top;
	height: 16px;
	width: 698px;
	position: absolute;
	right: 0;
	top: 0;
}

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

#actionsContainer {
	position: relative;
	float: left;
	width: 650px;
	margin-bottom: 12px;
	margin-right: 18px;
}

#breadcrumbs {
	 font-size: 13px;
    line-height: 20px;
}

#actions {
	position: relative;
	float: right;
	padding: 3px 5px;
	width: 390px;
	text-align: right;
}	

#actions form { display: inline; }


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

#subNavContainer {
	width: 262px;	
	float: left;
}

.mainInterior {
	background: #FFF url(../images/structure/template_content_background.jpg) repeat-y 0 0;
}

#contentFooter{
	background:url(../images/structure/int_footer.jpg) no-repeat;
	height: 43px;
}

#contentInt {
	float: left;
	padding: 10px 29px 20px 29px;
	width: 639px;
	overflow: hidden;		
}


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

.wide #contentInt {
	width: 901px;
	background: url(../images/structure/template_content_background_wide.jpg) repeat-y;	
}
.wide #subNavContainer {
	display: none;
}

.wide #actionsContainer{
	width: 912px;
}

.wide #contentFooter{
	background: url(../images/structure/int_footer_wide.jpg) no-repeat;
}

.wide #contentHeader{
	background: #fff url(../images/structure/content_header_wide.png) no-repeat right top;
	width: 960px;
}

/* Social Links */

#socialLinks{
	position: absolute;
	top: 274px;
	right: 0;
	width: 266px;
	height: 92px;
	background: #0c3d63 url(../images/structure/social_bg.jpg) no-repeat;
	color: #fff;
	font-size: 19px;
	padding: 23px 31px 0 17px;
}

#main #socialLinks ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 18px;
	right: 34px;
}
	#main #socialLinks li{
		margin:0px;
		padding:0px;
		float:left;
		margin-left: 9px;
	}
	
	#main #socialLinks a:focus img{
		outline: 1px solid #fff;
	}


/* Homepage quicklinks */

#quickLinks {
	/*width: 185px;*/
}
/*#quickLinks .quickLinksHeader {
	padding-bottom:15px;
}*/
#quickLinks .quickLinksBody {
	padding-left: 8px;
}
	#quickLinks .quickLinksBody ul{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	#quickLinks .quickLinksBody ul.first{
		margin-right: 5px;
	}
	
	#quickLinks .quickLinksBody ul li.first a{
		padding-top: 0;
	}
	#quickLinks .quickLinksBody li{
		width: 160px;
		background: url(../images/structure/h_quicklink.jpg) no-repeat;
	}
	#quickLinks .quickLinksBody li.first{
		background: none;
	}
	#quickLinks .quickLinksBody li, #quickLinks .quickLinksBody ul p{
		padding: 0px;
		margin: 0px;
	
	}
	#quickLinks .quickLinksBody ul a{
		color: #484848;
		font-weight: normal;
		padding: 8px 0;
		display: block;
	}
#quickLinks .quickLinksFooter {
	padding: 15px;
	background: url(../images/structure/quicklinks-bottom.gif) no-repeat bottom;
}

/* Interior quicklinks */
#intFloatRight {
	float: right;
	margin-right: -31px;
	width: 221px;
	overflow:hidden;
	margin-left: 10px;
}
#intFloatRight.hide {
	display: none;
}
#intQuicklinks {
	overflow: hidden;
}

#intQuicklinks p, #intQuicklinks ul, #intQuicklinks li {
	margin: 0 !important;
}
#intQuicklinks .intQuicklinksHeader {
	background-repeat: repeat-x;
	background-image: url(../images/structure/intQuicklinksHeader.jpg);
	padding-left: 18px;
	padding-top: 5px;
	height: 32px;
}
#intQuicklinks .intQuicklinksHeader p {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	line-height: 17px;
}
#intQuicklinks .intQuicklinksBody li {
	background-repeat: no-repeat;
	background-image: url(../images/structure/intQuicklinksItem.jpg);
	background-position: bottom left;
	list-style-type: none;
	padding-left: 0px;
}
#intQuicklinks .intQuicklinksBody li a {
	background-repeat: no-repeat;
	background-image: url(../images/structure/intQuicklinksArrow.gif);
	background-position: 19px 10px;
	padding: 5px 10px 5px 54px;
	text-decoration: none;
	display: block;
	color: #383838;
	font-size: 13px;
	line-height: 20px;	
}

#intQuicklinks .intQuicklinksBody li a:hover, #intQuicklinks .intQuicklinksBody li a:focus {
	color: #000;
}

#intQuicklinks .intQuicklinksBase {
	background: url(../images/structure/int_quicklink_base.jpg) no-repeat;
	height: 17px;
	margin-top: -1px;
}

/* Interior Quicklinks image is now an editable token */
#intQuicklinks .intQuicklinksPhoto{
	width:221px;
	height:224px;
	overflow:hidden;
}

#intQuicklinks .intQuicklinksPhoto p
{
	
}

/* Auto resize the image */
#intQuicklinks .intQuicklinksPhoto img{
	width:221px; 
	height:224px;
}

/* Set Default image when JavaScript disabled*/
#intQuicklinks .intQuicklinksPhoto
{
	background: url(../images/structure/default.jpg) no-repeat 0px 0px #FFFFFF;
}


/* For iCreate side only */


/* 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;	
}

#iWantTo li
{
    list-style: none;    
}

.hideButton
{
    display:none;   
}

.pageHeading
{
    /*font-size:2em;
    padding-bottom: 15px;
    font-weight:bold;   
    color:#114D7C;*/
}

#homepageMiddleToken
{
    width:100%;
    padding-bottom: 20px;
    margin-top: -20px;
}

#calendarEventDetails table
{
    display:inline-block;   
}

.wantToText
{
    display: inline-block;
    width: 230px;
}

table h1.pageHeading
{
    color:#ffffff !important;
}
td p
{
   margin:0px;  
}

/* ===================================================================================== STYLES FOR LANDING PAGE */

/* Social Links */

.landing #landingSocialLinks{
	max-width: 144px;
	height: 34px;
	float: right;
	margin-right: 346px;
	margin-top: 22px;
}

.landing #landingSocialLinks ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	.landing #landingSocialLinks li{
		margin:0px;
		padding:0px;
		float:left;
		margin-left: 9px;
	}


/* Landing Banner */

.landing #landingBannerHeader{
	height: 79px;
	position: relative;
	background: url(../images/structure/landing/banner_header.jpg) no-repeat;
	font-weight: bold;
	font-size: 19px;
	color: #114d7c;
}

.landing #landingBannerHeader #landingBannerLeft{
	width: 470px;
	float: left;
}

.landing #landingBannerHeader h1{
	font-size: 19px;
	line-height: 23px;
	color: #114d7c;
	margin-top: 27px;
}

.landing #landingBannerHeader #landingBannerLeft img{
	float: left;
	padding: 0 18px 0 23px;
}

.landing #landingBannerHeader p{
	margin: 0;
	padding-top: 30px;
}

.landing #homepageBannerContainer {
  float: left;
  height: 268px;
  margin: 0;
  overflow: hidden;
  width: 960px;
  z-index: 2;
}

.landing a#bookButton, .landing a#bookButton:hover, .landing a#bookButton:active, .landing a#bookButton:visited, .landing a#bookButton:focus{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	background: url(../images/structure/landing/book_trip.png) no-repeat;
    color: #000 !important;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: normal;
    height: 96px;
    line-height: 78px;
    text-indent: 25px;
    width: 322px;
	text-decoration: none;
}

.landing a#bookButton:focus{
	outline: 1px solid #000;
}

/*Landing Nav */

#landingNav {
	width: 960px;
	height: 49px;
	float: left;
}

#landingNav ul, #landingNav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #landingNav ul li {
        display: table;
		table-layout: fixed;
        width: 25%;
        float: left;
        padding: 0;
		overflow: hidden;
		border-left: solid 1px #93adc2;
		box-sizing: border-box;
    }
	
	#landingNav ul li#lTab01{
		border-left: none;
	}
	
	#landingNav ul.landingTabs1 li { width: 100%; }
	#landingNav ul.landingTabs2 li { width: 50%; }
	#landingNav ul.landingTabs3 li { width: 33.33%; }
	#landingNav ul.landingTabs4 li { width: 25%; }
	#landingNav ul.landingTabs5 li { width: 20%; }
	#landingNav ul.landingTabs6 li { width: 16.66%; }

        #landingNav ul li a {
            display: table-cell;
            width: 100%;
            height: 49px;
            text-align: center;			
            background: #cfe4f5;
            background-size: auto !important;
            vertical-align: middle;
            position: relative;
            color: #092e4b;
            padding: 0 10px;
            text-decoration: none !important;
			font-size: 18px;
			line-height: 22px;	
			font-weight: normal;	
        }
		
		#landingNav ul li#lTab01 a{
			border-radius: 0 0 0 6px;	
		}
		
		#landingNav ul.landingTabs1 li#lTab01 a{
			border-radius: 0 0 6px 6px;	
		}
		
		#landingNav ul.landingTabs2 li#lTab02 a{
			border-radius: 0 0 6px 0;	
		}
		
		#landingNav ul.landingTabs3 li#lTab03 a{
			border-radius: 0 0 6px 0;	
		}
		
		#landingNav ul.landingTabs4 li#lTab04 a{
			border-radius: 0 0 6px 0;	
		}
		
		#landingNav ul.landingTabs5 li#lTab05 a{
			border-radius: 0 0 6px 0;	
		}
		
		#landingNav ul.landingTabs6 li#lTab06 a{
			border-radius: 0 0 6px 0;	
		}

#landingNav a:hover,
#landingNav a:active,
#landingNav a:focus {
    background: #bbd5ea;
}

/* Landing Content */

.landing #homeContainer {
  padding: 29px 0 10px;
}

.landing .landingContent{
	float: left;
	width: 224px;
	margin-right: 21px;
	line-height: 17px;
}

.landing .landingContent.last{
	margin-right: 0;
	float: right;
}

.landingContent h2{
	color: #00488b !important;
	font-size: 17px !important;
	line-height: 21px !important;
	margin: 10px 0 !important;
}

/* Google Translate Widget */

#translateContainer {
    float: right;
    height: 28px;
    margin: 0 0 0 17px;
    top: 6px;
    position: relative;
    width: 169px;
    z-index: 1001;
} 