﻿/* ---------- home page content ---------- */
#home_content_top_photos {
	position: relative;
	width: 900px;
	height: 180px;
	padding: 0px;
	margin-bottom: 20px;
	background-color: #650829;
	overflow: hidden;
}
#home_content_top_photos img {
	float: left;
	clear: none;
	margin: 0px;
}
#home_content_bottom_wrapper {
	position: relative;
	width: 600px;
	min-height: 240px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#home_content_bottom {
	position: relative;
	width: 560px;
	padding: 20px;
}
#home_content_bottom_photos {
	position: relative;
	width: 560px;
	height: 150px;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #650829;
	overflow: hidden;
}
#home_content_bottom_photos img {
	float: left;
	clear: none;
	margin: 0px;
}
#home_content_hot_news {
	position: relative;
	width: 320px;
	min-height: 240px;
	background: #f48620 url('/external/wcpages/images/bg_orange.jpg') center bottom no-repeat;
}
#hot_news {
	position: relative;
	width: 280px;
	min-height: 50px;
	margin: 0px auto 0px auto;
	background: transparent url('/external/wcpages/images/hot_news.png') center top no-repeat;
}
#hot_news ul {
	position: relative;
	width: 280px;
	display: block;
	list-style: none;
	min-height: 50px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#hot_news li {
	padding-top: 10px;
	line-height: 1.2;
}
#hot_news p {
	padding: 20px 0px 20px 0px;
}
#hot_news p a {
	color: #D9F0FC;
	font-weight: normal;
}
#hot_news p a strong {
	color: #FFF;
	font-weight: bold;
}
.titlefield {
	/*CSS for RSS title link in general*/
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.labelfield {
	/*CSS for label field in general*/
	color: brown;
	font-size: 90%;
}
.datefield {
	/*CSS for date field in general*/
	color: #D9F0FC;
	font-weight: normal;
}
#example2 {
	/*Demo 2 main container*/
	width: 280px;
	height: 250px;
}
#example2 div ul {
	/*Demo 2 UL container*/
	position: relative;
	width: 280px;
	display: block;
	list-style: none;
	min-height: 50px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#example2 div ul li {
	/*Demo 2 LI that surrounds each entry*/
	padding-top: 10px;
	line-height: 1.2;
}
code {
	/*CSS for insructions*/
	color: red;
}
#search {
	position: absolute;
	width: 300px;
	top: 220px;
	left: 620px;
	margin: 0px;
}
#newsletter {
	position: absolute;
	width: 300px;
	top: 260px;
	left: 620px;
	margin: 0px;
}
