
@import url("../../home.css");

@import url("skin.css");

/*#montage .Wrapped {
	height						: 80px;
	background-image			: url("../../res/banner_new.jpg");
}*/

#features {
	background-color			: #e0e0e0;
}

#features .Wrapped {
}

.Feature {
	margin						: 0.5em;
	padding						: 0.5em;
}

.First .Feature {
	margin-left					: 0.5em;
	margin-right				: 0em;
}

.Last .Feature {
	margin-right				: 0.5em;
}

.Last.Column .Feature {
	background-color			: #F0F0F0;
}

.Feature .Title {
	position					: relative;
	border						: none;
	background-color			: #909090;
	padding						: 0.2em;
	color						: white;
}

.Feature .Title .Icon {
	position					: absolute;
	right						: 0.2em;
	color						: #C0C0C0;
}

.Feature .Article {
	
}

.Feature .Headline {
	font-size					: 1.3em;
}

.Feature .Brief {
	font-size					: 1.2em;
}

#snapshot .Caption {
	background-color			: #FAFAFA;
	background-color			: #F0F0F0;
}

#snapshot .Caption .Continue {
}

#blogs .Box .Headline .Continue {
	position					: absolute;
	right						: 0em;
}

#banners {
	border-top					: 0.3em solid white;
	background-color			: #e5e5ff;
}

.Banner {
	padding						: 1em;
}

.Banner:hover {
	background-color			: #ffffff;
}

#banners a:hover {
	text-decoration				: none;
}

#contents {
}

.Contents {
	padding						: 1em;
	padding-top					: 0em;
	border-left					: 0.1em solid black;
	border-right				: 0.1em solid black;
}

.First .Contents, .Last .Contents {
	border-left					: none;
	border-right				: none;
}


/* Top-of-page huge red emergency box */
.Emergency.Feature.Box {
	background-color: #fdc;
	border: 1px solid #faa;
	}
.Emergency.Feature.Box .Title {
	background-color: #f33;
	}

