@charset "utf-8";
/* CSS Document */

#home-container {
	margin:0 auto;
	position:relative;  /* containing block */
	width:964px;
}
	#home-slideshow {
		height:265px;
		margin-bottom:45px;
		overflow:hidden;
		width:964px;
	}
	#home-slideshow-navigation {
		background:#000;
		position:absolute;
		right:200px;
		top:220px;
		z-index:100;
	}
		#home-slideshow-navigation a {
			color:#fff;
			display:block;
			float:left;
			font-weight:bold;
			height:30px;
			line-height:30px;
			text-align:center;
			width:30px;
		}
		#home-slideshow-navigation .activeSlide {
			color:#1a7eb7;
		}
	#home-slideshow-cta {
		position:absolute;
		right:-15px;
		top:220px;
		z-index:200;
	}
	#home-marketing-message {
		width:500px;
	}
		#home-marketing-message .mask-container {
			height:60px;
			overflow:hidden;
			padding-right:5px;
			position:relative;  /* containing block */
			width:60px;
		}
			#home-marketing-message .mask-container .img {
				height:60px;
				left:0;
				position:absolute;
				top:0;
				width:60px;
			}
			#home-marketing-message .mask-container .mask {
				z-index:1000;
			}
		#home-marketing-message h1, #home-marketing-message h2 {
			display:inline;
		}
		#home-marketing-message .message {
			display:none;
			padding:0 10px 0 5px;
			text-align:left;
			width:420px;
		}
	#home-latest-news {
		width:464px;
	}
		#home-latest-news .content-title {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			background:#fff url('../images/artwork_content_header.jpg') no-repeat scroll left center;
			font-weight:normal !important;
			height:41px;
			width:464px;
		}
		#home-latest-news #news-items {
			height:100px;
			overflow:hidden;
		}
			#home-latest-news #news-items .news-item {
				display:none;
				height:90px;
				margin-top:10px;
				text-align:left;
			}
			#home-latest-news #news-items .current-news {
				display:block;
			}
				#home-latest-news #news-items .news-item span {
					display:block;
					height:47px;
					margin-bottom:10px;
					overflow:hidden;
					width:330px;
				}
				#home-latest-news #news-items .news-item a {
					color:#3786BE;
				}
				#home-latest-news #news-items .news-item .news-thumb {
					padding:0 15px 19px 0;
					width:113px;
				}
	#home-twitter-bar {
		line-height:24px;
		margin:30px 0 10px 0;
		text-align:left;
	}
		#home-twitter-bar .twitter-bar-title {
			background:#000;
			color:#fff;
			display:inline-block;
			padding:0 10px;
		}
			#home-twitter-bar .twitter-bar-title span {
				color:#1a7eb7;
			}
		#home-twitter-bar .tweet {
			display:inline-block;
			overflow:hidden;
			padding:0 10px;
			white-space:nowrap;
		}
			#home-twitter-bar .tweet a {
				color:#3786BE;
			}
		

#home-container .clear {
	clear:both;
	height:0.01%;
}
#home-container .left {	float:left; }
#home-container .right { float:right; }
