/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/

/* 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: 960px;
	background: #FFF;
	z-index:12;
}


/* ===== Header ===== */

#header {
	float: left;
	margin: 0;
	width: 960px;
	position:relative;
	z-index:11;
}


/* ===== Search ===== */

#search {
	position: relative;
	float: right;
	display: block;
	top: 14px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 23px;
	background: url(../images/structure/searchBox.jpg) no-repeat 0 0;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 5px;
	left: 8px;
	border: none;
	width: 170px;
	background: transparent;
	font-size: 11px;
	color: #575757;
}

#search .gobutton {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 25px;
}


/* ===== Top Navigation ===== 

#topNav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 16px 20px 5px 20px;
	text-align: right;	
}*/

#topNav  
{
   float: right;
   margin: 0px 0px 0px 0px; 
   padding: 16px 0px 5px 20px;
   text-align: right; 
 } 

/* ===== Logo ===== */

#logo {
	position:absolute;
	top:0px;
	left:-22px;
	margin: 0px;
	padding: 0px;
	width: 194px;
	height: 124px;
	overflow: hidden;
	z-index:10;
}


/* ===== Main Navigation ===== */

#mainNav {
	position: relative;
	float: right;
	clear: both;
	margin: 13px 0 1px 0;
	width: 800px;
	z-index:1000;
}


/* ===== Main Content Container ===== */

#main {
	position: relative;
	float: left;
	width: 960px;
	height: 521px;
	z-index: 9;
}


/* ===== Footer ===== */

#footer {
	float: left;
	margin: 0;
	padding: 0px 15px;
	width: 930px;
	height: 114px;
	position:relative;
	z-index:0;
	background:url(../images/structure/footer-background.gif) top left repeat-x;
}

#footerText {
	float: left;
	width: 135px;
	height: 30px;
	padding: 15px 0 0 0;
	line-height: 1;
	overflow: hidden;
	font-size:11px;
}

#footerNav {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	width: 350px; /*400px;*/
	height: 30px;
	text-align: left;
	line-height: 1;
	overflow: hidden;
	font-size:11px;
	color:#006f4c;
}

#followUs{
	width:230px; /* 212px; */
	height:18px;
	position:absolute;
	top:2px; /* 7*/
	left:543px; /* 559px; */
}
	#followUs p{
		width:93px; /* 76px; */
		height:18px; /*10px;  */
		float:left;
		text-indent:-9999px;
		overflow:hidden;
		font-size:1%;
		margin:8px 3px 0 0; 
		background:url(../en/images/structure/ConnectWithKitchener.png) top left no-repeat;
	}
	#followUs ul
	{
	    float:left;
		list-style:none;
		width:133px;
		height:23px;
		margin: 8px 0px 0px;
	}
	#followUs li{
		float:left;
		padding:0px 3px 0px 0px;
	}
	
>>>>>>> .r72393

	#followUs01, #followUs02, #followUs03, #followUs04, followUs05 {
		position: relative;
		float: left;
	}
	
	a.followUsLink, a.followUsLink:active, a.followUsLink:visited {
		float: left;
		padding: 0;
		width:19px; /* 22px;*/
		height:18px; /* 23px; */
		/*background-image: url(../images/structure/follow-icons.jpg);*/
		text-indent: -9999px;
		font-size: 1%;
		overflow: hidden;
	}
	
	#followUs01 a.followUsLink  
	{
	    /*background-position: 0px 0px; */
	    background-image: url(../images/structure/Facebook01.png);
	}
	#followUs02 a.followUsLink  
	{
	    /*background-position: -22px 0px; */
	    background-image: url(../images/structure/Twitter01.png);
	}
	#followUs03 a.followUsLink  
	{
	    /*background-position: -44px 0px; */
	    background-image: url(../images/structure/YouTube01.png);
	}
	#followUs04 a.followUsLink  
	{
	    /*background-position: -66px 0px; */
	    background-image: url(../images/structure/Flickr01.png);
	}
	#followUs05 a.followUsLink  
	{
	    /*background-position: -88px 0px;*/
	    background-image: url(../images/structure/RSS01.png);
	}
	#followUs06 a.followUsLink  
	{
	   /* background-position: -110px 0px; */
	    background-image: url(../images/structure/Enews01.png);
	}
	#followUs01 a.followUsLink:hover  
	{
	    /* background-position: 0px -23px; */
	     background-image: url(../images/structure/Facebook.png);
	}
	#followUs02 a.followUsLink:hover  
	{
	    /* background-position: -22px -23px; */
	     background-image: url(../images/structure/Twitter.png);
	}
	#followUs03 a.followUsLink:hover  
	{
	    /*background-position: -44px -23px;  */
	    background-image: url(../images/structure/YouTube.png);
	}
	#followUs04 a.followUsLink:hover  
	{
	    /*background-position: -66px -23px;*/
	     background-image: url(../images/structure/Flickr.png);
	}
	#followUs05 a.followUsLink:hover  
	{
	    /*background-position: -88px -23px; */
	     background-image: url(../images/structure/RSS.png);
	}
	#followUs06 a.followUsLink:hover  
	{
	    /*background-position: -110px -23px; */
	    background-image: url(../images/structure/Enews.png);
	}
	

#esol {
	float: right;
	margin: 13px 0 0 0;
	background: transparent url(../en/images/structure/esolutionsgroupLogo.gif);
}

#esol a {
	display: block;
	width: 155px;
	height: 14px;
}

#esol img {
	display: block;
	width: 0;
}




/* ===================================================================================== STYLES HOME PAGE */


/* ===== Banner ===== */

#homepageBannerContainer {
	margin: 0;
	width: 960px;
	height: 289px;
	overflow: hidden;
	position:relative;
	background: #DDDDDD url(../flashgallery/media/Welcome_FirstFrame-NoText.jpg) top left no-repeat;
}
#homepageBannerRoundCorners{
	width:960px;
	height:17px;
	position:absolute;
	top:272px;
	left:0;
	background:url(../images/structure/home-banner-round-corners.png) bottom left no-repeat;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}

#quicklinks {
	width:972px;
	height:55px;
	position:absolute;
	top:296px;
	left:-6px;
	z-index:100;
	background:url(../images/structure/quick-links-background.gif) top left no-repeat;
}
	#quicklinks h2{
		margin:0px 0px 7px 0px;
		padding:0px;
		color:#0f704d;
		font-weight:bold;
		font-size:13px;
	}

.quickDropDown{
	z-index:400;
	top:75px;
	left:-3px;
	width:928px;
	height:163px;
	padding:0px 25px 0px 25px;
	position:absolute;
}

	.quickDropDown ul{
		margin-left:0px;
		margin-top:0px;
		list-style:none;
		float:left;
	}
	.quickDropDown li{
		background:url(../images/structure/news-arrow.gif) 0 2px no-repeat;
		padding: 0 0 0 12px;
		margin: 0px 0px 6px 0px;
		float:left;
	}
	.quickDropDown li a{
		color:#2b2b2b !important;
		font-size:11px !important;
		line-height:13px !important;
		margin:0px !important;
		padding:0px !important;
		float:left !important;
		text-decoration:none !important;
	}
		.quickDropDown li a:hover{
			text-decoration:underline !important;	
		}
		
		


#quicklink01 .quickDropDown {
	display:none;
}
#quicklink02 .quickDropDown {
	left:-201px;
	display:none;
}
#quicklink03 .quickDropDown {
	left:-393px;
	display:none;
}
#quicklink04 .quickDropDown {
	left:-585px;
	display:none;
}
#quicklink05 .quickDropDown {
	left:-777px;
	top:75px;
	height:163px;
	display:none;
}


#quickDropDownBackground {
	width:978px;
	height:233px;
	position:absolute;
	top:0px;
	left:-3px;
}
#quickDropDownBackground.item00{
	display:none;
}

.item01 {
	display:block;
	background:url(../images/structure/quick01-dropdown-background.gif) top left no-repeat;
}
.item02 {
	display:block;
	background:url(../images/structure/quick02-dropdown-background.gif) top left no-repeat;
}
.item03 {
	display:block;
	background:url(../images/structure/quick03-dropdown-background.gif) top left no-repeat;
}
.item04 {
	display:block;
	background:url(../images/structure/quick04-dropdown-background.gif) top left no-repeat;
}
.item05 {
	display:block;
	background:url(../images/structure/quick05-dropdown-background.gif) top left no-repeat;
}


/* Styles for A - Z Services Dropdown */
	#alphabeticalListing{
		width:916px;
		height:23px;
		overflow:hidden;
		padding-left:10px;
		border-bottom:1px solid #c6e0d2;
	}
		#alphabeticalListing ul{
		}
		#alphabeticalListing li{
			float:left;
			margin-right:24px;
			background:none;
			padding-left:0px;
		}
		#alphabeticalListing a{
			float:left;
			color:#04522a!important;
			font-size:13px!important;
			font-weight:bold!important;
			text-decoration:none;
		}
			#alphabeticalListing a:hover{
				text-decoration:underline;
			}
		.firstLetter{
			padding-left:5px;
		}
		.lastLetter{
			margin:0px;
		}
	
	
	/*#listOfServices{
		padding-top:15px;
		clear:both;
		position:relative;
	
	#listOfServices ul{
		overflow:hidden;
	}
	#listOfServices li{
		background:none;
		padding-left:0px;
		clear:both;
		width:150px;
		line-height:13px;
	}
	#listOfServices ul a{
		color:#04522a!important;	
	}}*/
	#column01{
		position:absolute;
		top:18px;
		left:5px;
		width:157px;
		padding-right:15px;
		background:url(../images/structure/services-separator.jpg) top right no-repeat;
	}
	#column02{
		position:absolute;
		top:18px;
		left:197px;
		width:157px;
		padding-right:15px;
		background:url(../images/structure/services-separator.jpg) top right no-repeat;
	}
	#column03{
		position:absolute;
		top:18px;
		left:386px;
		width:157px;
		padding-right:15px;
		background:url(../images/structure/services-separator.jpg) top right no-repeat;
	}
	#column04{
		position:absolute;
		top:18px;
		left:580px;
		width:157px;
		padding-right:15px;
		background:url(../images/structure/services-separator.jpg) top right no-repeat;
	}
	#column05{
		position:absolute;
		top:18px;
		left:770px;
		width:160px;
	}
	
	/* Styles for generic dropdown */
	
	.zone01{
		width:163px;
		height:133px;
		float:left;
		padding-right:13px; /* 15px */
		background:url(../images/structure/generic-separator.gif) top right no-repeat;
		overflow:hidden;
	}
	.zone02{
		width:163px;
		height:133px;
		float:left;
		padding:0px 13px; /*0px 15px */
		background:url(../images/structure/generic-separator.gif) top right no-repeat;
		overflow:hidden;
	}
	.zone03{
		width:163px;
		height:133px;
		float:left;
		padding:0px 13px;
		background:url(../images/structure/generic-separator.gif) top right no-repeat;
		overflow:hidden;
	}
	.zone04{
		width:163px;
		height:133px;
		float:left;
		padding:0px 13px;
		background:url(../images/structure/generic-separator.gif) top right no-repeat;
		overflow:hidden;
	}
	.zone05{
		width:165px;
		height:133px;
		float:left;
		padding-left:13px;
		overflow:hidden;
	}
	
	/* Zone for the "I'd Like to..." button  */
	.myZone {
		width:163px;
		height:130px;
		/*top:3px;*/
		float:left;
		padding:0px 13px;
		background:url(../images/structure/generic-separator.gif) top right no-repeat;
		overflow:hidden;
    }
    
    .myZone.first {
		width:163px;
		padding-left: 0px;
    }
    
    .myZone.last {
		padding-right: 0;
        /*background-image: none;*/
        background:none;
        width:165px !important;
    }
    
    
	.zone05.calendar {
		position:absolute;
		top:-18px;
		left:787px;
		padding:0px;
		overflow:visible;
	}
	
	.date{ color:#04522a; font-weight:bold; }



/* ===== Features Bar at bottom of homepage ===== */

#homepageFeaturesBar{
	width:960px;
	height:161px;
	position:absolute;
	top:358px;
	left:0px;
	padding:1px 0px;
	z-index:6;
	background:url(../images/structure/features-bar-background.jpg) top left no-repeat;
}


/* ===== Homepage News ===== */

#news {
	position:absolute;
	top:0px;
	left:0px;
	padding: 8px 14px 0px 14px;
	width: 164px;
	height:139px;
	overflow:hidden;
}
	.moreNews {
		background:none !important;
	}
	.moreNews a, .moreServices{
		font-weight:bold;
		color:#044b27;
	}
	#news h1{
		width:51px;
		height:23px;
		display:block;
		text-indent:-9999px;
		overflow:hidden;
		font-size:1%;
		margin:0px;
		margin-left:3px;
		background:url(../en/images/structure/news.gif) top left no-repeat;
	}
	#news ul{
		margin-left:0px;
		margin-top:8px;
		list-style:none;
		float:left;
	}
	#news li{
		background:url(../images/structure/news-arrow.gif) 0 2px no-repeat;
		padding: 0 0 0 12px;
		margin: 0px 0px 6px 0px;
		float:left;
	}
	#news li a{
		color:#2b2b2b;
		font-size:11px;
		line-height:13px;
		margin:0px;
		padding:0px;
		float:left;
		text-decoration:none;
	}
		#news li a:hover{
			text-decoration:underline;	
		}


/* ===== Homepage Ads ===== */

#contentRightRoundCorner{
	width:17px;
	height:17px;
	top:0px;
	right:0px;
	position:absolute;
	z-index:5;
	background:url(../images/structure/ad-corner-top-right.png) top left no-repeat;
}
.homepageAd01, .homepageAd02, .homepageAd03, .homepageAd04{
	top: 1px;
	width:191px;
	height:161px;
	overflow:hidden;
	position:absolute;
	border-left: 1px solid #fff;
}

.homepageAd01{
	left:192px;
}
.homepageAd02{
	left:384px;
}
.homepageAd03 {
	left:576px;
}
.homepageAd04
{
    left:768px;
	width:190px !important;
	/*border-right: 1px solid #c8c8c8 !important;*/
}
.adTitle{
	position:absolute;
	top:15px;
	left:15px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */

/* ===== Interior Banner Images ===== */

#interiorBannerContainer{
	height:152px;
	margin:0;
	overflow:hidden;
	position:relative;
	width:960px;
}

#interiorBannerRoundCorners{
	left:0px;
	top:135px;
	background:url("../images/structure/home-banner-round-corners.png") no-repeat scroll left bottom transparent;
	height:17px;
	position:absolute;
	width:960px;

}


/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	position: relative;
	width: 960px;
	height:32px;
	background-color: #FFF;
	z-index:1200;
}

#breadcrumbs {
	float: left;
	padding: 7px 0px 0px 15px;
	width: 600px;
	height: 25px;
	color: #737373;
	overflow: hidden;
}
	#breadcrumbs .horizNavSeparator{
		padding:0px 3px!important;	
	}

#actions {
	position: relative;
	float: left;
	padding: 7px 5px 0px 0px;
	width: 320px;
	height: 25px;
	text-align: center;
	z-index:1100;
}	

#actions form { display: inline; }


/* ===== Interior Layout ===== */

.mainInterior {
	height:auto!important;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 2px;
}

#interiorContentBorder{
	width:960px;
	background:url(../images/structure/interior-content-border.gif) top left repeat-y;
}

#interiorContentBackground{
	width:960px;
	background: url(../images/structure/interior-background.gif) top left no-repeat;
}

.wide #interiorContentBackground{
	background:url(../images/structure/interior-wide-background.gif) top left no-repeat;	
}


#contentInt {
	float: left;
	padding: 10px 23px 20px 23px;
	width: 681px;
	overflow: hidden;		
}

.wide #contentInt{
	width:900px;
	padding: 10px 30px 20px 30px;
}

.sideBar #contentInt{
	width:465px;
/*	padding: 10px 15px 20px 40px;*/
	padding: 10px 20px 20px; 
}

#contentIntLeftBackground{
	float: left;
	width: 233px;
	background:url(../images/structure/subnav-background.gif) top left repeat-y;
}

#contentIntLeft{
	width: 233px;
	background:url(../images/structure/subnav-top.gif) top left no-repeat;
}

#contentIntLeftBottom{
	width:233px;
	height:84px;
	clear:both;
	background:url(../images/structure/subnav-bottom.gif) top left no-repeat;
}



/* -- This is a full width interior - used when there is no sub navigation on the page -- */


#contentInt.wide {
	width: 940px;
	background-color: #FFF; /* This hides mainInterior's bg image */		
}


/* -- Styles for the side navigation bar -- */

#sideBar{
	width:160px;
	float:right;
	position:relative;
	/*margin:23px 30px 0px 0px;*/
	margin:23px 38px 0px 0px;
}
#sideBarImage{
	width:178px;
	height:188px;
	float:left;
	position:relative;
	overflow:hidden;
}
#sideNavRoundTop, .sideNavRoundTop{
	background:url(../images/structure/side-nav-round-top.png) top left no-repeat;
	width:178px;
	height:5px;
	position:absolute;
	top:0px;
	left:0px;
}
#sideNavRoundBottom, .sideNavRoundBottom{
	background:url(../images/structure/side-nav-round-bottom.png) top left no-repeat;
	width:178px;
	height:6px;
	position:absolute;
	top:182px;
	left:0px;
	margin:0px;
	padding:0px;
}
#sideBarLinks{
	width:179px;
	float:left;
	background:url(../images/structure/side-nav-list-background.gif) top left no-repeat;
}
	#sideBarLinks ul{
		float:left;	
	}
	#sideBarLinks li{
		margin-bottom:10px;
	}
	#sideBarLinks li a{
		text-decoration:none;
		padding:0px 13px;
	}
	#sideBarLinks li a:hover{
		text-decoration:underline;
	}
.prop{
	width:1px;
	height:249px;
	float:right;
}
#sideBarLinks ul{
	width:178px;
	list-style:none;
}
#sideBarLinks h2{
	background:url(../images/structure/quicklinks-header-background.jpg) top left no-repeat;
	width:139px;
	height:24px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	padding: 5px 26px 0px 13px;
}
embed, object 
{
    padding:0;
    margin:0;
    z-index:-1000;
}

#contentIntLeftBottom{
	width:233px;
	height:58px;
	clear:both;
	background:url(../images/structure/subnav-bottom.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

/* contact module */

#contentIntContact{
	position: relative;
	left: 6px;
	width: 220px;
	clear: both;
	padding: 18px 0 18px 0;
	margin: 0;
	background: url(../images/structure/contactBg.gif) top left repeat-y;
}

/* KT Moved the Contact from Left SubNav to Right quickLinks */

#sideBar #contentIntContact
{
	width: 175px !important;
	left: 0;
	margin-left: 1px;
	background: none;

}
#sideBar #forMoreInfo
{
	width: 175px !important;
	left: 0;
	margin-left: 1px;
	background: none;
	background-color: Transparent;
}
/* For Contact Interior Details */
/*#sideBar .contactTopBorder
{
	background: url(../images/structure/contact-top.gif) no-repeat;
	height: 5px;
	left: 6px; 
	width: 179px;
	position: relative;
}

#sideBar .contactBottomBorder
{
	background: url(../images/structure/contact-bottom.gif) no-repeat;
	height: 5px;
	left: 6px; 
	width: 179px;
	position: relative;

}
*/
/* end KT */

#forMoreInfo {
	position: relative;
	left: 6px;
	width: 220px;
	clear: both;
	padding: 0;
	margin: 0;
	background: url(../images/structure/contactBg.gif) top left repeat-y;
}

#forMoreInfo p {
	line-height: 17px;
	padding: 0 15px;
	margin: 0;
	color: #135b36;
	font-size: 12px;
}

#contactGap{
	position: relative;
	height: 24px;
	width: 220px;
	left: 6px;
	padding: 0;
	margin: 0;
	background: url(../images/structure/contentGapBg.gif) bottom left no-repeat;
	clear: both;
	
}


#atozheading a
{
	padding-right: 15px;
}
