﻿@media print
{
	#SlideControls
	{
		display: none;
	}
	
	#SlidesHolder
	{
		margin-top: 20px;
	}
	
	#HomeContentInner a, #HomeContentInner a h2, #HomeContentInner a div, #HomeContentInner
	{
		text-decoration: none;
	}
	
	#QuickLinks li, #HomeNewsEvents li
	{
		padding: 3px 0;
	}
}

@media screen {
	#HomeTop {
		position: relative;
		width: 714px;
		height: 307px;
	}

	/******************************
	 * Slides
	 ******************************/

	#SlidesHolder {
		position: absolute;
		width: 714px;
		height: 307px;
	}

	.Slide {
		position: absolute;
		left: 0;
		top: 0;
		width: 714px;
		height: 307px;
		overflow: hidden;
	}

	#SlideControls {
		position: absolute;
		width: 714px;
		height: 20px;
		padding-top: 3px;
		left: 0;
		top: 284px;
		background-color: #252525;
	}

		#SlideControls a.PlayPause {
			display: block;
			float: right;
			width: 18px;
			height: 17px;
			background-image: url(/Images/SlidePlayPause.png);
			background-repeat: no-repeat;
			margin-right: 40px;
		}

		#SlideControls a.SlideIndicator {
			display: block;
			float: right;
			width: 17px;
			height: 17px;
			background-image: url(/Images/SlideIndicator.png);
			background-repeat: no-repeat;
		}

		#SlideControls a.On,
		#SlideControls a.PlayPause.Paused {
			background-position: 0 -17px;
		}


	/******************************
	 * Quick links
	 ******************************/

	#QuickLinks {
		position: absolute;
		left: 714px;
		top: 0;
		width: 246px;
		height: 307px;
		background-color: #ba9c5c;
	}

	#QuickLinksInner {
		padding: 24px 31px;
	}

	#QuickLinks h2 {
		color: #ffffff;
		margin: 0 0 8px;
	}

	#QuickLinks ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-top: 1px solid #ac8e4e;
	}

		#QuickLinks ul li {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #ac8e4e;
			font-size: 0.9em;
		}

			#QuickLinks ul li a {
				display: block;
				padding: 8px 0;
				color: #181818;
				text-decoration: none;
			}

				#QuickLinks ul li a:Hover {
					text-decoration: underline;
				}

	/******************************
	 * Content
	 ******************************/

	#HomeBottom {
		margin-top: 32px;
		position: relative;
		width: 100%;
		height: 377px
	}

	#HomeContent {
		position: absolute;
		left: 0;
		background-color: #fafafa;
		border: 1px solid #cccccc;
		width: 712px;
		height: 373px;
	}

	#HomeContentInner {
		padding: 40px;
	}

		#HomeContentInner a {
			display: block;
			padding: 27px 0;
			border-bottom: 1px solid #e2e2e2;
			background-image: url(/Images/HomeChevron.png);
			background-repeat: no-repeat;
			background-position: 600px 27px;
			text-decoration: none;
		}

			#HomeContentInner a.First {
				padding-top: 0;
				background-position: 600px 0;
			}

			#HomeContentInner a.Last {
				border-bottom: none;
				padding-bottom: 0;
			}

			#HomeContentInner a h2 {
				float: left;
				text-decoration: none;
				width: 104px;
				padding-right: 14px;
				margin: 0;
			}

			#HomeContentInner a div.Text {
				display: inline;
				float: left;
				width: 457px;
				text-decoration: none;
				color: #414141;
			}

	/******************************
	 * Home forum highlights
	 ******************************/

	#HomeForum {
		position: absolute;
		left: 714px;
		top: 0;
		width: 245px;
		height: 373px;
		background-color: #b7b7b7;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}

	#HomeForumInner {
		padding: 24px 31px;
	}

	#HomeForum h2 {
		color: #ffffff;
		margin: 0 0 8px;
	}

	#HomeForum h3 {
		margin: 0;
		color: #ffffff;
		font-size: 1em;
		font-weight: bold;
		border-top: 1px solid #aaaaaa;
		border-bottom: 1px solid #aaaaaa;
		padding: 4px 0;
	}

	#HomeForum ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		#HomeForum ul li {
			margin: 0;
			border-bottom: 1px solid #aaaaaa;
			font-size: 0.9em;
			padding: 6px 0;
		}

			#HomeForum ul li a {
				display: block;
				color: #666666;
				text-decoration: none;
			}

				#HomeForum ul li a .TopicName {
					color: #181818;
				}

				#HomeForum ul li a:Hover {
					text-decoration: underline;
				}

	/******************************
	 * Home news events
	 ******************************/

	#HomeNewsEvents {
		position: absolute;
		left: 714px;
		top: 0;
		width: 245px;
		height: 375px;
		background-color: #b7b7b7;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}

	#HomeNewsEventsInner {
		padding: 24px 31px;
	}

	#HomeNewsEvents h2 {
		color: #ffffff;
		margin: 0 0 8px;
	}

	#HomeNewsEvents ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-top: 1px solid #aaaaaa;
	}

		#HomeNewsEvents ul li {
			margin: 0;
			border-bottom: 1px solid #aaaaaa;
			font-size: 0.9em;
			padding: 8px 0;
		}

			#HomeNewsEvents ul li a {
				color: #181818;
				text-decoration: none;
			}

				#HomeNewsEvents ul li a:Hover {
					text-decoration: underline;
				}

	#HomeNewsEvents .Notation {
		color: #666666;
		padding-bottom: 2px;
	}

	.Side-Content {
		position: absolute;
		left: 714px;
		top: 0;
		width: 245px;
		height: 375px;		
	}
}

