﻿@import url("../cin/style.css");

@media screen
{
	#Content
	{
		margin: 0 15px 0 0;
		width: 300px;
	}
	
	#ContentContainer
	{
		padding: 20px 25px;
		width:910px;
	}
	
	#Feature
	{
		border-bottom: 1px solid #2A2B2C;
		height: 270px;
		overflow: hidden;
		position: relative;
	}
	
	#Feature .overlay
	{
		background: url("images/feature_overlay.png") left top repeat;
		bottom: 5px;
		left: 7px;
		line-height: 1.6em;
		overflow: hidden;
		padding: 15px 25px;
		position: absolute;
		width: 285px;
		z-index: 20;
	}
	
	#Feature .overlay h1
	{
		background: Transparent;
		border-style: none;
		color: #FFF;
		font-size: 110%;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	#Feature .overlay h1 strong
	{
		font-size: 110%;
	}
	
	#Feature .overlay p
	{
		margin: 0;
	}
	
	#Feature .overlayPhoto
	{
		display: block;
		left: 2px;
		position: absolute;
		top: 0px;
		z-index: 10;
	}
	
	#Feature .sidebar
	{
		display: block;
		float: right;
		font-size: 90%;
		height: 269px;
		margin-right: 2px;
		overflow: hidden;
		width: 325px;
	}
	
	#Feature .sidebar a,
	#Feature .sidebar a:link
	{
		background: Transparent url("images/quicklink_btn.jpg") left bottom no-repeat;
		color: #818485;
		display: block;
		height: 40px;
		padding: 13px 0 0 30px;
		text-decoration: none;
	}
	
	#Feature .sidebar a:hover
	{
		background-color: Transparent;
		background-position: left top;
		color: #E6E7E7;
		text-decoration: none;
	}
	
	#Feature .sidebar a:hover strong
	{
		background: Transparent;
		color: #FFB42D;
	}
	
	#Feature .sidebar li
	{
		background: url("images/quicklink_divider.jpg") 2px 100% no-repeat;
		overflow: hidden;
		padding: 0 0 1px 0;
		width: 100%;
	}
	
	#Feature .sidebar strong
	{
		display: block;
		font-size: 140%;
	}
	
	#Feature .sidebar ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#FeatureSlideshow
	{
		height: 270px;
		list-style-type: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 633px;
	}
	
	#FeatureSlideshow li
	{
		height: 269px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 633px;
	}
	
	#Sidebar1
	{
		float: left;
		overflow: hidden;
		width: 290px;
	}

	#Sidebar2
	{
		float: right;
		overflow: hidden;
		width: 290px;
	}
}