﻿/*  BASE LAYOUT
------------------------------------------------------------------------------
	Rules for the master and straight-HTML pages                            */
	
	
#container { width: 1000px; }
	
		#header { position: relative; background: #fff url(http://connections.agilityportal.com/img/corp/global/utilheader-bg.png) no-repeat top right; padding: 25px 20px 20px; height: 75px; }
		#util-nav {
			width: 320px;
			height: 60px; /*75px */
			/* height governed by inside elements */
			position: absolute;
			top: 20px;
			left: 660px;
			background: none;
		} 
		
		#site-search-box {
			width: 100%;
			height: 25px;
			display: block;
			background: none;
		}
		
			#cse-search-box input.search-textfield {
				background: #fff !important;
				border: 1px solid #BEB6AD !important;
				padding: 2px !important;
				color: #817568;
				width: 235px;
			}
			
			#cse-search-box input.search-button {
				background: #bdbdbd !important;
				border: 1px solid #adadad!important;
				color: #fff;
				font-weight: bold;
				padding: 1px;
				*padding: 0;
			}


		
		#language-select-box {
			width: 215px;
			*width: 210px;
			height: 30px;
			background: none;
		}
			
			#languageplank-wrapper {
				float: right;
			}
			
			#language-select-box .languageplank p {
				float: left;
				margin: 0 10px 0 0;
				line-height: 1.5;
				color: #817568;
			}
			
			#language-select-box .languageplank select#languageSelect {
				float: left;
			}
		
		#contact-us-box {
			width: 105px;
			*width: 110px;
			height: 30px;
			background: none;
		}
		
			#contact-us-box a {
				line-height: 1.75;
			}
		
		.util-nav-item {
			float: left;
			text-align: right;
		}
		
		#trackingwidget {		
			position: absolute;
			top: 17px;
			left: 300px;
	/*float: right; overflow: hidden; border: none; background: transparent; */
}

	
	/*#header { position: relative; background: #fff url(http://connections.agilityportal.com/img/corp/global/utilheader-bg.png) no-repeat right -55px; padding: 25px 20px 20px; }
	
		#header #util-nav { width: 600px; position: absolute; top: 0; right: 20px; }
		#header #util-nav a { float: right; color: #817568; margin-top: 7px; font-size: 93%; }
			
		#header #util-nav .languageplank { margin-top: 3px; }
		#header #util-nav .languageplank p { float: left; margin-right: 5px; margin-top: 3px;}
		#header #util-nav .languageplank #languageSelect { color: #9a8c7d; height: 22px; padding-top: 1px; border: 1px solid #beb6ad;}
		#header #util-nav .languageplank #languageSelect option { font-size: 14px; }
		#trackingwidget {
	float: right; overflow: hidden; border: none; background: transparent;
}*/

	
	#content { /* overflow: hidden; width: 100%;*/ }
		
	#footer-base { clear: both; margin-top: 50px; padding: 20px; border-top: 1px solid #d8d1c9; border-bottom: 1px solid #d8d1c9; }
	
		#fatfooter { background: transparent  }
	
		#fatfooter .col { padding-left: 50px; float: left; }
		
		#fatfooter .first { padding-left: 0; }

			
	#sidebar {
		position: absolute;
		top: 32px;
		left: 0;
		width: 260px;
		height: 225px;
		background: transparent;/*#d8d1c9;*/
		/*padding: 20px;*/
		z-index: 40;
	}
	
			
	#billboard {
		width: 1000px;
		float: left;	
		position: relative;
	}
	#country-tab #agi_placard {
	display: none;
}



/* GIL Landing specific rules
----------------------------------------------------------------------------*/

#aboutus-container { height: 180px; width: 190px; padding: 20px; background: transparent url(http://connections.agilityportal.com/img/corp/global/gil/landing/gil-prodserv-bucket.png) repeat 0 0; position: absolute; top: 20px; left: 20px; z-index: 500;
}


.bucket {
height: 200px; width: 190px; padding: 20px; background: #fff/*transparent url(http://connections.agilityportal.com/img/corp/global/gil/landing/gil-prodserv-bucket.png) repeat 0 0*/; position: absolute; top: 20px; border: 1px solid #f1ede9;
}

.bucket h3 { color: #b54025; font-size: 131.3%; font-family: Arial, sans-serif; font-weight: bold; }
.bucket p { font-size: 87%; margin-top: 10px; color: #796f65; }

#leaderbox {height: 200px; padding: 0 20px 0 0; position: relative; background: url(http://connections.agilityportal.com/img/corp/global/gil/landing/gil-leaderbox-bg-runner.png) repeat 0 0; }

#leaderbox p { font-size: 93%; font-style: italic; color: #554e46; position: absolute; top: 25px; left: 110px; width: 130px; line-height: 1.35; letter-spacing: 0px; }
#leaderbox h4 { color: #f8981c; font-size: 108%; font-weight: bold; margin-left: 20px; margin-top: 10px; }
#leaderbox h5 { color: #675f57; font-size: 93%; margin-left: 20px; }

#gil-track { width: 198px; border: 1px solid #d8d1c9; margin-left: 20px; margin-top: 20px; background: #faf8f6; padding: 8px 10px; }
#gil-track h4 { font-size: 110%; color: #c95f47; font-weight: bold; margin-bottom: 8px; }

#aboutus-container { height: 180px; }
#aboutus-container h3 {	color: #b54025; font-size: 131.3%; font-family: Arial, sans-serif; font-weight: bold; }
#aboutus-container p { font-size: 87%; margin-top: 10px; color: #796f65; }

/* LEFT NAV LAYOUTS
-----------------------------------------------------------------------------*/

#pdf-download-container img {
	display: none;
}



.item {
	margin-top: 0;
	margin-left: 0;
}

table.profile-list td {
	padding-bottom: 40px;
}

table.profile-list td span {
	margin-left: 20px;
}


/*  ABOUT US, PRODUCT, YOUR SOLUTIONS LAYOUT
------------------------------------------------------------------------------
	Rules for the product layout (i.e. Agility_GIL_Product.aspx)            */
	
	

#product-content-wrapper, #aboutus-content-wrapper, #solutions-content-wrapper { width: 1000px; margin-top:31px; border-top: 1px solid #B54025; }

	#product-top-banner-container, #aboutus-top-banner-container, #solutions-top-banner-container { background: #f5f4f2 url(http://connections.agilityportal.com/img/corp/global/container-bg.jpg) repeat-y scroll 0 0; float:left; /*width: 1000px;*/ overflow: hidden; width: 100%; height: 175px; }

		#product-expert-box-wrapper, #aboutus-expert-box-wrapper, #solutions-expert-box-wrapper { width: 220px; height: 135px; background: #efeae4 url(http://connections.agilityportal.com/img/corp/global/gil/landing/gil-leaderbox-bg-runner.png) 0 0 repeat; float: left; padding: 20px; }

			#product-expert-box-container, #aboutus-expert-box-container, #solutions-expert-box-container {	background: transparent; width: 220px; position: relative; }
			
				 #product-expert-image, #aboutus-expert-image, #solutions-expert-image {  } 
				
				#product-expert-name, #aboutus-expert-name, #solutions-expert-name { background: transparent; position: absolute; top: 102px; left: 0; }

				#product-expert-jobtitle, #aboutus-expert-jobtitle, #solutions-expert-jobtitle { background: transparent; position: absolute; top: 120px; left: 0; }
				
				#product-expert-quote, #aboutus-expert-quote, #solutions-expert-quote { background: transparent; position: absolute; top: 0; right: -13px ; width: 145px; }
										
					#product-expert-quote div, #aboutus-expert-quote div, #solutions-expert-quote div {
						display: inline;
					}

		#product-banner-wrapper, #aboutus-banner-wrapper, #solutions-banner-wrapper { width: 740px; height: 175px; float: left; position: relative; z-index: 2; }
	
			#product-banner-wrapper img, #aboutus-banner-wrapper img, #solutions-banner-wrapper img { margin: 0; padding: 0; float: left;  }
	
			#product-banner-wrapper #product-title, #aboutus-banner-wrapper #aboutus-title, #solutions-banner-wrapper #solutions-title { position: absolute; top: 135px; left: 20px; color: #fff; font-size: 25px; }
		

#product-content-plank, #aboutus-content-plank, #solutions-content-plank { background-color: #EDE9E5; float: left; }

	#product-tertiary-nav-wrapper, #aboutus-tertiary-nav-wrapper, #solutions-tertiary-nav-wrapper { width: 220px; padding: 20px; /*to restore, set background color to #fff; */background:#EDE9E5 ; float: left; }
	
		#product-tertiary-nav-container, #aboutus-tertiary-nav-container, #solutions-tertiary-nav-container { background: transparent; /* for Ian assess, undo to padding: 0;*/padding: 10px; }
		
			#product-tertiary-nav-container #linkitem a, #aboutus-tertiary-nav-container #linkitem a, #solutions-tertiary-nav-container #linkitem a { color: #6e6358; font-size: 110%; font-weight: bold; font-family: Arial, sans-serif;  }
			
			#aboutus-tertiary-nav-container h2 {
				color: #817568;
				font-size: 110%;
			}
			
			
			#agi_speciality_network_link_button {
				background: #F6F3EF;
				border: 1px solid #c4b9ae; 
			}
			
			#agi_speciality_network_link_button a {
				padding: 6px 8px;display: block; font-family: Arial,sans-serif; font-size: 11px; font-weight: bold; color: #62594F;
			}
	
	#product-text-body-wrapper, #aboutus-text-body-wrapper, #solutions-text-body-wrapper { width: 700px; padding: 20px; background:#fff; float: left; }
	
		
		#product-text-body-wrapper .text-body-container, #aboutus-text-body-wrapper .text-body-container, #solutions-text-body-wrapper .text-body-container { min-height: 300px; background: transparent; } 
		/*-- IE hacked => #product-text-body-wrapper => see iewin.css --*/
		



/*  HELPERS
------------------------------------------------------------------------------    */
#agi_csr_video {
	float: right; 
	margin-left: 20px;
} 

#agi_csr_docs #agi_csr_brochure a img {
margin-right:15px;
}

#agi_csr_docs #agi_csr_brochure a img, #agi_csr_docs #agi_csr_brochure a p {
float:left;
color: #5A9A98;
}

/* for corporte csr */
#agi_corporate_content_webzone_help_stories, #agi_corporate_content_sustainability_stories, #agi_corporate_content_community_stories {
	background: #f9f7f4;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
} /* end corporate csr rules */

/* for privacy policy (carried over from old website) */
/* gradientHeader Landing */
DIV.gradientHeaderLanding		{float:right; display:block; width:100%;height:38px; background: transparent url('../../GIL/PublishingImages/Gradient/Landing_Tertiary.jpg') top left no-repeat; 
color:#ffffff; line-height:38px; font-size:16px; font-style:italic; font-family:georgia; font-weight:bold; text-indent:20px; margin-bottom:25px;
}

/* tertiaryContent Landing */
DIV.tertiaryContentLanding H5	{font-family:arial; color:#7A6E67; font-size:14px; font-weight:bold; margin:0px 20px 20px 20px;}
DIV.tertiaryContentLanding P	{width:900px;font-family:arial; color:#7A6E67; font-size:12px; margin:0px 20px 20px 20px;}
DIV.tertiaryContentLanding A	{color:#7A6E67;}
DIV.tertiaryContentLanding div p A	{color:#00545a; text-decoration:none}
/* end privacy policy rules */


/* important helper styles below */

.clearfix {	clear: both; }

#content .MSOTlPn_WebPartPageDiv {
	width: 1000px !important;
}

/* Needed to give the side pane visibility. DO NOT REMOVE! */
.ms-SPZone {
	position: relative !important;
}
