/* global site styles */
html, body {
	margin: 20px 0 0 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*background-color: transparent !important;*/
	background: #ffffff;
	font-weight: normal;
}
* { outline: none; }
a { color: #212121; }
a img { border: none; }
body table th, body table td { font-size: 100%; line-height: 1.25em; }


/* DEVELOPMENT-ONLY STYLES - TO BE REMVOED IN THE LIVE VERSION */
#development-menu {
	position: fixed; 
	left: 20px; 
	top: 0; 
	width: 300px; 
	background-color: #eee; 
	border: 1px solid #000; 
	z-index: 5000; 
	font-size: 9pt; 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}
	#development-menu h4 {
		text-align: center; margin: 5px 0; cursor: pointer;
	}
	#development-menu #content-list {
		padding: 0 10px 20px 10px;
	}
		#development-menu #content-list ul {
			margin: 0;
			padding: 0;
		}
			#development-menu #content-list ul li {
				list-style-type: none;
			}
		#development-menu #content-list ul ul {
			padding-left: 25px;
		}
			#development-menu #content-list ul ul li {
				list-style-type: disc;
			}
		
		#development-menu .complete {
			color: #063;
		}




#alu-body {
	width: 940px;
	overflow-x: visible;
	font-size: 17px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* header-specific styles */
#alu-header {
	position: relative;
	background: transparent url('../_images/background-header-dots.png') repeat-x 0 42px;
	overflow: visible;
	height: 120px;
	z-index: 9999;
}

#alu-header-inner {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #545454;
}
.homepage #alu-header-inner {
	border-bottom: none;
}
	#alu-header h1 {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
	}
		#alu-header h1 a {
			display: block;
			overflow: hidden;
			text-indent: -5000px;
			width: 229px;
			height: 85px;
			text-decoration: none;
			background: transparent url('../_images/logo.jpg') no-repeat center center;
		}
	
	#alu-header #alu-atsoi {
		position: absolute;
		right: 0;
		top: 55px;
		/* width: 202px; */
		width: 217px;
		height: 13px;
		background: transparent url('../_images/header-ATSOI.jpg') no-repeat right top;
	}
	.fr #alu-header #alu-atsoi {
		background: transparent url('../_images/header-ATSOI.jpg') no-repeat right top;
	}
	
	#alu-header #alu-header-mini-nav {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
	}
		#alu-header #alu-header-mini-nav li {
			list-style-type: none;
			float: left;
			margin: 0;
			padding: 0;
			color: #666;
			font-size: 8pt;
			line-height: 23px;
		}
			#alu-header #alu-header-mini-nav li a {
				display: block;
				text-decoration: none;
			}
			#alu-header #alu-header-mini-nav li a.tab {
				background-color: #999;
				color: #fff;
				padding: 0 15px;
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
			}
				#alu-header #alu-header-mini-nav li a.tab:hover,
				#alu-header #alu-header-mini-nav li a.tab:focus {
					background-color: #3e3e3e;
					color: #fff;
				}
				
			#alu-header #alu-header-mini-nav li a.left {
				-webkit-border-bottom-left-radius: 7px;
				-moz-border-radius-bottomleft: 7px;
				border-bottom-left-radius: 7px;
				border-left: none;
				margin-left: 20px;
			}
			#alu-header #alu-header-mini-nav li a.right {
				-webkit-border-bottom-right-radius: 7px;
				-moz-border-radius-bottomright: 7px;
				border-bottom-right-radius: 7px;
				border-right: none;
			}

	#alu-header #alu-header-nav {
	margin: 0;
	padding: 0;
	overflow: visible;
	position: absolute;
	left: 312px;
	top: 20px;
	width: 628px;
	z-index: 990;
	}
		#alu-header #alu-header-nav li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			float: left;
			margin-right: -3px;
		}
		#alu-header #alu-header-nav li #small {
			font-size:13px;
			font-weight:normal;
			text-transform:none;
			color:#b7b7b7;
		}
			#alu-header #alu-header-nav li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	background: transparent url('../_images/background-header-nav-item.png') no-repeat right center;
	font-weight: bold;
	margin-right: 40px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 23px;
	padding-left: 15px;
	cursor: default;
			}
			#alu-header #alu-header-nav li#current a {
				color:#00aef0;
			}
			#alu-header #alu-header-nav>li:last-child a {
				background-image: none;
			}
			#alu-header #alu-header-nav>li:hover>a {
	color: #fff;
	background-color: #545454;
	background-image: none;
			}
			/* this needs to be its own definition because IE6 fails horribly if it's grouped with the one above */
			#alu-header #alu-header-nav li.hover a {
				color: #fff;
				background-color: #5a4099;
				background-image: none;
			}

			#alu-header #alu-header-nav .uber-menu {
	position: absolute;
	left:-100px;
	width: auto;
	border-top: 10px solid #545454;
	background-color: #545454;
	padding: 20px 0 15px 0;
	-moz-box-shadow: 1px 3px 5px #666;
	-webkit-box-shadow: 1px 3px 5px #666;
	box-shadow: 1px 3px 5px #666;
	display: none;
			}
			#alu-header #alu-header-nav .uber-menu#services {
				width:482px;
			}
						#alu-header #alu-header-nav .uber-menu#your-needs {
	width:249px;
	position: absolute;
	left:118px;
			}

			/* #alu-header #alu-header-nav .uber-menu #services {
				width:340px;
			}
			#alu-header #alu-header-nav .uber-menu #industries {
				width:50px;
			} */

			#alu-header #alu-header-nav li:hover .uber-menu,
			#alu-header #alu-header-nav li.hover .uber-menu {
				display: block;
			}
			
			#alu-header #alu-header-nav li .uber-menu img.feature {
				display: block;
				margin-bottom: 15px;
			}
			#alu-header #alu-header-nav li .uber-menu ul {
				padding: 0;
				margin: 0;
			}
			#alu-header #alu-header-nav li .uber-menu ul li {
				float: none;
				padding: 0 0 8px 0;
				margin: 0;
				line-height: 1em;
			}
			
			#alu-header #alu-header-nav li .uber-menu a,
			#alu-header #alu-header-nav li.hover .uber-menu a {
	display: inline;
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: transparent;
	font-size: 13px;
	color: #fff;
	text-transform: none;
	font-weight:normal;
			}
			#alu-header #alu-header-nav li .uber-menu a:hover {
	color: #00aef0;
	text-decoration: none;
			}
			#alu-header #alu-header-nav li .uber-menu div.services a:hover {
				color:#ffffff;
}
			#alu-header #alu-header-nav li .uber-menu div.industries a:hover {
				cursor:pointer;
}
			#alu-header #alu-header-nav .buckets {
				overflow: auto;
			}
			#alu-header #alu-header-nav .four-column {
				background: #545454 /*url('../_images/background-menu-4-column.jpg') repeat-y left top*/;
			}
			#alu-header #alu-header-nav .three-column {
				background: #545454 /*url('../_images/background-menu-3-column.jpg') repeat-y left top*/;
			}
			#alu-header #alu-header-nav .two-column {
				background: #545454 /*url('../_images/background-menu-2-column.jpg') repeat-y left top*/;
			}
			
			#alu-header #alu-header-nav .buckets {
	padding: 0 20px;
			}
			
			#alu-header #alu-header-nav .bucket-small {
				width: 195px;
				padding-right: 40px;
				float: left;
			}
			#alu-header #alu-header-nav .no-pad {
				padding-right: 0;
			}
			
			#alu-header #alu-header-nav .bucket-large {
				width: 430px;
				padding-right: 20px;
				float: left;
				overflow: auto;
			}

			
			#alu-header #alu-header-nav .bucket-single {
				width: 150px;
				float: left;
				overflow: auto;
			}
			#alu-header #alu-header-nav .bucket-double {
	width: 482px;
	float: left;
	overflow: auto;
			}
			#alu-header #alu-header-nav .bucket-triple {
				width: 450px;
				float: left;
				overflow: auto;
			}
			
			#alu-header #alu-header-nav .link-bucket {
	float: left;
	width: 130px;
	/* [disabled]padding-right: 20px; */
			}
			#alu-header #alu-header-nav #services .link-bucket {
	width:211px;
	font-size:13px;
			}
			#alu-header #alu-header-nav li .uber-menu h2 {
				font-weight: normal;
				font-size: 12pt;
				margin: 0 0 20px 0;
			}
				#alu-header #alu-header-nav li .uber-menu h2 a,
				#alu-header #alu-header-nav li.hover .uber-menu h2 a {
					font-size: 12pt;
					color: #212121;
				}
				
			#alu-header #alu-header-nav li .uber-menu h3 {
				font-weight: bold;
				font-size: 9pt;
				margin-top: 0;
			}
				#alu-header #alu-header-nav li .uber-menu h3 a,
				#alu-header #alu-header-nav li.hover .uber-menu h3 a {
					color: #212121;
				}
			#alu-header #alu-header-nav li .uber-menu h3.top-pad {
				margin-top: 10px;
			}
				
			#alu-header #alu-header-nav li .uber-menu h4 {
				font-size: 9pt;
				font-weight: bold;
			}
				#alu-header #alu-header-nav li .uber-menu h4 a,
				#alu-header #alu-header-nav li.hover .uber-menu h4 a {
					font-size: 9pt;
					color: #212121;
				}

		#alu-header #alu-header-nav li .uber-menu a.find-solution {
			background: transparent url('../_images/icon-find-solution.gif') no-repeat center left;
			padding-left: 25px;
			display: block;
			height: 18px;
			padding-top: 5px;
		}

		#alu-header #alu-header-nav a img {
			border: none;
		}


	#alu-header #alu-header-search {
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 77px;
		z-index: 991;
	}


	#alu-header #alu-header-search #alu-header-search-submit {
			text-indent: -2000px;
			display: inline-block;
			width: 25px;
			height: 25px;
			overflow: hidden;
			background: transparent url('../_images/homepage/search.png') no-repeat center center;
			border: none;
			cursor: pointer;
			margin-left: 5px;
		}
		


		#alu-header #alu-header-search fieldset {
			border: none;
			margin: 0;
			padding: 0;
			white-space: nowrap;
		}
		#alu-header #alu-header-search legend {
			display: none;
		}
		#alu-header #alu-header-search label {
			color: #999;
			font-size: 9pt;
			display: block;
			position: absolute;
			left: 17px;
			top: 9px;
			display: none;
			
			/* last-minute header change */
			left: 10px;
			top: 5px;
		}
		#alu-header #alu-header-search #alu-header-search-q {
			background-color: #fff;
			color: #999;
			border: 1px solid #999;
			margin: 0;
			padding: 0 9px;
			height: 23px;
		}
		#alu-header #alu-header-search #alu-header-search-q:focus {
			background-color: #eee;
			color: #212121;
		}
		
		
		

/* homepage-specific styles */
#alu-homepage {
	overflow: visible;
}
#alu-homepage-feature {
	position: relative;
	overflow: visible;
	width: 940px;
	height: 300px;
}
	#alu-homepage-feature-item {
		height: 300px;
		overflow: visible;
	}
		#alu-homepage-feature-item a,
		#alu-homepage-feature-item a img {
			display: block;
			position: relative;
			text-decoration: none;
		}
		#alu-homepage-feature-item a:hover {
			text-decoration: none !important;
		}
		#alu-homepage-feature-item a span {
			display: block;
			position: absolute;
			right: 40px;
			bottom: 25px;
			color: #fff;
			font-size: 30pt;
			padding-left: 38px;
			cursor: pointer;
			font-family: Tahoma, Geneva, sans-serif;
			text-decoration: none !important;
			background: transparent url('../_images/homepage/chevron.png') no-repeat left top;
			line-height: 54px;
		}
			#alu-homepage-feature-item a span:hover {
				color: #ddd;
			}
	#alu-homepage-feature-orb {
		position: absolute;
		width: 330px;
		height: 330px;
		top: 20px;
		left: 0px;
		z-index: 800;
	}
	#alu-homepage-news {
		margin: 0;
		padding: 0;
		overflow: auto;
		width: 940px;
		background-color: #000;
	}
		#alu-homepage-news li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			line-height: 30px;
		}
		#alu-homepage-news a {
			font-weight: bold;
			color: #fff !important;
			text-decoration: none;
		}

		#alu-homepage-news #newscenter {
			width: 755px;
			padding: 0 20px;
			float: left;
			position: relative;
		}
			#alu-homepage-news #newscenter #alu-news-scroller-buttons {
				margin: 0;
				padding: 0;
				position: absolute;
				left: 130px;
				top: 0;
			}
				#alu-homepage-news #newscenter #alu-news-scroller-buttons  li {
					overflow: hidden;
					width: 24px;
					padding-right: 2px;
					float: left;
				}
				
				#alu-homepage-news #newscenter #alu-news-scroller-buttons  li a {
					display: block;
					overflow: hidden;
					text-indent: -1000px;
				}
				
				#alu-homepage-news #newscenter #alu-news-scroller-buttons  li.previous {
					background: transparent url('../_images/button-news-left-over.png') no-repeat -500px -500px;
				}
				#alu-homepage-news #newscenter #alu-news-scroller-buttons  li.next {
					background: transparent url('../_images/button-news-right-over.png') no-repeat -500px -500px;
				}
				
				#alu-homepage-news #newscenter #alu-news-scroller-buttons  li.previous a {
					background: transparent url('../_images/button-news-left.png') no-repeat center left;
				}
					#alu-homepage-news #newscenter #alu-news-scroller-buttons  li.previous a:hover {
						background: transparent url('../_images/button-news-left-over.png') no-repeat center left;
					}
				#alu-homepage-news #newscenter #alu-news-scroller-buttons  li.next a {
					background: transparent url('../_images/button-news-right.png') no-repeat center left;
				}
					#alu-homepage-news #newscenter #alu-news-scroller-buttons  li.next a:hover {
						background: transparent url('../_images/button-news-right-over.png') no-repeat center left;
					}
				
				
			#alu-homepage-news #newscenter #alu-news-scroller {
				margin: 0;
				padding: 0;
				position: absolute;
				left: 205px;
				top: 0;	
				width: 670px;
			}
				#alu-homepage-news #newscenter #alu-news-scroller li {
					display: none;
				}
				#alu-homepage-news #newscenter #alu-news-scroller li:first-child {
					display: block;
				}
				#alu-homepage-news #newscenter #alu-news-scroller li a {
					font-weight: normal;
					height: 30px;
					overflow: hidden;
					display: block;
				}
		
		#alu-homepage-news #followus {
			width: 61px;
			float: right;
			background: transparent url('../_images/homepage/rss-hover.png') no-repeat -500px -500px;
		}
			#alu-homepage-news #followus a {
				display: block;
				width: 61px;
				height: 30px;
				text-indent: -5000px;
				overflow: hidden;
				background: transparent url('../_images/homepage/rss.png') no-repeat center center;
			}
			#alu-homepage-news #followus a:hover {
				background: transparent url('../_images/homepage/rss-hover.png') no-repeat center center;
			}

#alu-homepage #alu-homepage-buckets {
	position: relative;
	padding-top: 20px;
	overflow-x: hidden;
}
	#alu-homepage-buckets .bucket {
		position: relative;
		width: 300px;
		min-height: 245px;
		margin: 0 20px 20px 0;
		float: left;
		background-color: #fff;
		
		-moz-box-shadow: 1px 3px 5px #ccc;
		-webkit-box-shadow: 1px 3px 5px #ccc;
		box-shadow: 1px 3px 5px #ccc;
		
		opacity: 0.01;
	}
	#alu-homepage-buckets .bucket:hover {
		-moz-box-shadow: 1px 3px 5px #777;
		-webkit-box-shadow: 1px 3px 5px #777;
		box-shadow: 1px 3px 5px #777;
	}
	
	#alu-homepage-buckets .row {
		clear: left;
	}
	#alu-homepage-buckets .no-pad {
		margin-right: 0;
	}
	
		#alu-homepage-buckets .bucket-content {
			padding: 15px 20px 20px 20px;
			font-size: 10pt;
			color: #808080;
			overflow: auto;
		}
			#alu-homepage-buckets .bucket-content h2 {
				font-size: 14pt;
				font-weight: normal;
				color: #212121;
				margin: 0;
				padding: 0;
			}
			
			#alu-homepage-buckets .bucket-content .learn-more a {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				overflow: hidden;
			}
			#alu-homepage-buckets .bucket-content span {
				display: block;
				border-left: 2px solid #333;
				padding-left: 14px;
				line-height: 16px;
				color: #5a4099;
			}
			#alu-homepage-buckets .bucket-content:hover span,
			#alu-homepage-buckets .bucket-content-hover span {
				text-decoration: underline;
			}
			
	
/* footer-specific styles */
#alu-footer {
	width: 100%;
	height: 90px;
	background-color:#333333;
	color:#999999;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 9pt;
	overflow: auto;
	position: relative;
	clear: both;
	border-top:solid 12px #999999;
}
#alu-footer2 {
	width: 940px;
	color:#999999;
	margin: 0 auto 20px auto;
	font-size: 9pt;
	overflow: auto;
	position: relative;
	clear: both;
}

#alu-footer a {color:#999999;}
#alu-footer #alu-footer-copyright {
	width: 40%;
}
	#alu-footer #alu-footer-links {
		border-top: 6px solid #5a4099;
		padding: 20px 25px;
		overflow: auto;
		position: relative;
	}
		#alu-footer #alu-footer-links .alu-footer-link-bucket {
			width: 18%;
			float: left;
			margin: 0;
			padding: 0 2% 0 0;
		}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li {
				margin: 0;
				padding: 0 0 6px 0;
				list-style-type: none;
				line-height: 1.2em;
			}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li.dark {
				font-weight: bold;
			}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li.dark a {
				color: #212121;
			}
			
			#alu-footer #alu-footer-links .alu-footer-link-bucket li.pad-bottom {
				margin-bottom: 7px;
			}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li.pad-both {
				margin-bottom: 7px;
				margin-top: 17px;
			}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li a {
				text-decoration: none;
				color: #666;
			}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li a.dark {
				font-weight: bold;
				color: #212121;
			}
			#alu-footer #alu-footer-links .alu-footer-link-bucket li a:hover {
				color: #666;
				text-decoration: underline;
			}

	#alu-footer #alu-footer-copyright {
		text-transform: uppercase;
		background: transparent url('../_images/background-footer-dots.png') repeat-x center top;
		font-size: 8pt;
		padding: 20px;
	}
		#alu-footer #alu-footer-copyright a {
			color: #212121;
			text-decoration: none;
		}


/* content layout-specific styles */
#alu-body h1 {
	font-weight: normal;
	font-size: 18pt;
	margin: 20px 0 20px 20px;
}

#alu-body a {
	color: #00aef0;
	text-decoration: underline;
}
	#alu-body a:hover {
	text-decoration: none;
	}

#alu-body .sidebar-container {
	overflow: auto;
	position: relative;
	padding-bottom: 30px;
}

#alu-body .column-single {
	float: left;
	width: 220px;
	padding-right: 20px;
	overflow-x: hidden;
	color: #212121;
}
	#alu-body .column-single a {
		text-decoration: none;
		color: #666;
	}
	#alu-body .column-single a:hover {
		text-decoration: underline;
	}
	
	#alu-body .column-single hr {
		color: #212121;
		background-color: #212121;
		height: 1px;
		width: 100%;
		border: none;
	}
	
#alu-body div.column-double {
	float: left;
	width: 700px;
	padding-right: 20px;
}
	#alu-body .column-double .feature {
		margin-bottom: 20px;
		font-size: 12pt;
		color: #555;
	}
		#alu-body .column-double .feature h2 {
			font-size: 18pt;
			padding: 0 20px;
			margin: 20px 0;
			color: #212121;
		}
		#alu-body .column-double .feature p {
			padding: 0 20px;
			margin: 10px 0;
			line-height: 1.4em;
		}
		#alu-body .column-double .feature ul {
			margin-left: 20px;
		}
	
	#alu-body .column-double hr {
		color: #212121;
		background-color: #212121;
		height: 2px;
		margin: 20px 0;
		width: 100%;
	}
	
	#alu-body .showcases {
		overflow-y: auto;
		overflow-x: hidden;
		padding-bottom: 8px;
	}
		#alu-body .showcases .row {
			overflow: auto;
			padding-bottom: 20px;
		}
		
		#alu-body .showcases .bucket-showcase {
			width: 220px;
			margin-right: 17px;
			float: left;
			background-color: #fff;
			
			-moz-box-shadow: 1px 3px 5px #ccc;
			-webkit-box-shadow: 1px 3px 5px #ccc;
			box-shadow: 1px 3px 5px #ccc;
		}
		#alu-body .column-double .showcases .wide {
			width: 340px;
			margin-right: 10px;
		}
		#alu-body .column-full .showcases .triple {
			width: 300px;
			margin-right: 10px;
		}
		#alu-body .column-full .showcases .quad {
			width: 220px;
			margin-right: 10px;
		}
			#alu-body .showcases .bucket-showcase .bucket-content {
				padding: 15px 20px 20px 20px;
				min-height: 150px;
				color: #666;
			}
				#alu-body .showcases .bucket-showcase .bucket-content h2 {
					
				}
		
		#alu-body .column-double .bucket-full {
			width: 695px;
			background-color: #fff;
			margin-bottom: 20px;
			-moz-box-shadow: 1px 3px 5px #ccc;
			-webkit-box-shadow: 1px 3px 5px #ccc;
			box-shadow: 1px 3px 5px #ccc;
		}
			#alu-body .column-double .bucket-full .bucket-content {
				padding: 20px;
				color: #666;
				overflow: auto;
			}
		
		#alu-body .column-double .bucket-full-noshadow {
			width: 700px;
			background-color: #fff;
			margin-bottom: 20px;
			border-top: 2px solid #212121;
			line-height: 1.5em;
		}
			#alu-body .column-double .bucket-full-noshadow .bucket-content {
				padding: 20px;
				color: #666;
				overflow: auto;
			}
		
		
		#alu-body .column-double .bucket-showcase-full {
			width: 695px;
			background-color: #fff;
			margin-bottom: 20px;
			-moz-box-shadow: 1px 3px 5px #ccc;
			-webkit-box-shadow: 1px 3px 5px #ccc;
			box-shadow: 1px 3px 5px #ccc;
			overflow: auto;
			color: #666;
		}
			#alu-body .column-double .bucket-showcase-full img {
				float: left;
				display: block;
			}
			#alu-body .column-double .bucket-showcase-full .bucket-content {
				float: left;
				width: 435px;
				padding: 20px;
			}
			
			
	#alu-body .column-double h2,
	#alu-body .bucket-showcase h2 {
		font-size: 12pt;
		font-weight: normal;
		margin-top: 0;
		color: #212121;
	}
	#alu-body .column-double h3 {
		font-size: 10pt;
		font-weight: normal;
		margin-top: 0;
		color: #212121;
	}
	
	
	#alu-body .header-link-list a {
		white-space: nowrap;
	}
	
#alu-body div.column-full {
	width: 100%;
	clear: left;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
}

#alu-body div.column-orb {
	width: 100%;
	height: 420px;
	clear: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#alu-body div.orb {
	position: absolute;
	right: 0;
	top: 0;
}

#alu-body .bucket-pdf {
	border-left: 5px solid #ec068d;
	padding: 0 20px;
	margin-left: 20px;
}
	
	
#alu-body .no-pad {
	padding: 0 !important;
}
#alu-body .no-right-pad {
	padding-right: 0 !important;
}
#alu-body .no-margin {
	margin: 0 !important;
}

#alu-body .bucket-callout {
	margin: 0 0 30px 0;
}
	#alu-body .bucket-callout h2 {
		font-size: 12pt;
		font-weight: normal;
		color: #212121;
		margin-top: 0;
		padding-bottom: 6px;
		border-bottom: 1px solid #212121;
	}
	#alu-body .bucket-callout p a {
		text-decoration: underline;
		color: #212121;
	}

#alu-body ul.column-double {
	overflow: auto;
	width: 655px;
}
	#alu-body ul.column-double li {
		width: 49%;
		float: left;
		padding-bottom: 15px;
	}
	#alu-body ul.column-double li.even {
		clear: left;
		padding-right: 2%;
	}
	#alu-body ul.column-double li strong {
		font-size: 9pt;
		font-weight: bold;
	}

#alu-body ul.no-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#alu-body ul.no-bullets li {
		margin-bottom: 5px;
	}
		#alu-body ul.no-bullets li a:hover {
			text-decoration: underline;
		}

#alu-body ul.has-image {}
	#alu-body ul.has-image li {
		overflow: auto;
		padding-bottom: 2px;
	}
	#alu-body ul.has-image li img {
		float: left;
		display: block;
		margin-right: 10px;
	}
	#alu-body ul.has-image li a {
		float: left;
		width: 160px;
		display: block;
		padding: 6px 0;
	}

#alu-body dl {
	font-size: 9pt;
}
#alu-body dl dt {
	font-weight: bold;
	margin-bottom: 2px;
}
#alu-body dl dd {
	margin: 0 0 10px 0;
}

#alu-body form .row {
	clear: left;
	overflow: auto;
	padding-bottom: 8px;
}

#alu-body select {
	z-index: 1;
}

#alu-body div.bucket-full iframe.youtube-player {
	display: block;
	margin: 0 auto;
}

#alu-body .page-content {
	border-top: 2px solid #212121;
	background-color: #fff;
	padding: 0 40px 20px 40px;
	color: #808080;
}
	#alu-body .top-pad {
		padding-top: 40px;
	}
	#alu-body .bucket-container .top-pad {
		padding-top: 20px;
	}
#alu-body .page-content h2 {
	color: #212121;
}

#alu-body .column-feature {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 0;
	margin: 0;
	position: relative;
}
	#alu-body .column-feature .feature-image {
		float: left;
		width: 425px;
	}
	#alu-body .column-feature .feature-content {
		width: 425px;
		float: right;
		/*
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -140px;
		*/
	}
		#alu-body .feature-content h1 {
			font-size: 26pt;
			font-weight: normal;
			line-height: 0.7em;
			margin: 10px 0;
			text-transform: uppercase;
			color: #666;
		}
			#alu-body .feature-content h1 span {
				color: #ec068d;
			}
		#alu-body .feature-content h2 {
			font-size: 11pt;
			font-weight: normal;
			line-height: 1.4em;
		}
		
#alu-body .bucket-container {
	overflow: auto;
	padding: 0;
	clear: both;
}
	#alu-body .bucket-container .bucket-container {
		padding: 0 0 10px 20px;
	}
	#alu-body .bucket-container-dark {
		background-color: #d8d8d8;
		padding: 20px 0;
		color: #808080;
	}
		#alu-body .bucket-container-dark h2 {
			color: #212121;
		}
	#alu-body .bucket-single-left {
		width: 245px;
		padding: 20px;
		float: left;
	}
	#alu-body .bucket-single-middle {
		width: 245px;
		padding: 20px;
		float: left;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	#alu-body .bucket-single-right {
		width: 245px;
		padding: 20px;
		float: right;
	}
	#alu-body .bucket-split-left {
		width: 389px;
		padding: 20px;
		float: left;
		border-right: 1px solid #ccc;
	}
	#alu-body .bucket-split-right {
		width: 390px;
		padding: 20px;
		float: right;
	}
	#alu-body .right-border {
		border-right: 1px solid #ccc;
	}
	#alu-body .left-border {
		border-left: 1px solid #ccc;
	}
	#alu-body .no-right-border {
		border-right: none;
	}
	#alu-body .no-left-border {
		border-left: none;
	}
	#alu-body .bucket-double-left {
		width: 520px;
		padding: 0 20px;
		float: left;
	}
	#alu-body .bucket-double-right {
		width: 540px;
		padding: 0;
		float: left;
	}
	#alu-body .bucket-container-dark .bucket-double-right {
		width: 600px;
	}
	
	#alu-body .bucket-full .image {
		float: left;
		margin-right: 20px;
	}
	#alu-body .bucket-full .content {
		float: left;
		width: 400px;
	}
		#alu-body .bucket-full .content h2 {
			margin-top: 0;
		}
	
	#alu-body .bucket-blue {
		width: 220px;
		padding: 20px;
		background-color: #ddd;
		font-size: 8pt;
		color: #666;
		line-height: 1.45em;
	}
		#alu-body .bucket-container .bucket-blue h2 {
			font-weight: bold;
			font-size: 9pt;
		}
		#alu-body .bucket-blue a {
			text-decoration: underline;
		}
		#alu-body .bucket-blue .image {
			height: 80px;
		}
			#alu-body .bucket-blue .image img {
				display: none;
			}
	#alu-body .bucket-blue-right {
		float: right;
		margin: 0 19px 0 0;
	}
	#alu-body .bucket-blue-left {
		float: left;
		margin: 0 14px;
	}
	
	#alu-body .bucket-container .image {
		padding: 0;
	}
	#alu-body .bucket-container .right {
		text-align: right;
	}
	#alu-body .bucket-container .left {
		text-align: left;
	}
	#alu-body .bucket-container .middle {
		text-align: center;
	}

	
	#alu-body .bucket-container h2 {
		font-size: 12pt;
		font-weight: normal;
	}
	#alu-body .bucket-container .bucket-full h3 {
		margin: 5px 20px;
		color: #666;
	}
	#alu-body .bucket-container h3 {
		font-size: 18pt;
		font-weight: normal;
		line-height: 0.7em;
		text-transform: uppercase;
		margin: 10px 0;
	}
		#alu-body .bucket-container h3 span {
			
		}
	#alu-body .bucket-container ul {
		padding-left: 15px;
	}


#alu-body .page-content hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 20px 0;
	width: 100%;
	border: none;
}
#alu-body .page-content hr.dotted {
	color: transparent;
	background-color: transparent;
	height: 5px;
	margin: 20px 0;
	width: 100%;
	border-style: solid;
	border: none;
	background: transparent url('../_images/background-hr-dots.jpg') repeat-x left top;
}

.ie6-force-space {
	display: none;
}


#alu-body .bucket-callout-links {
margin: 0 20px;
overflow: auto;
zoom: 1;
}
#alu-body .bucket-callout-links a {
width: 40%;
display: block;
padding: 0 20px;
}
#alu-body .bucket-callout-links a.left {
float: left;
border-left: 5px solid #ec068d;
}
#alu-body .bucket-callout-links a.right {
float: right;
text-align: right;
border-right: 5px solid #ec068d;
}
