@import url("/css/base.css");
/* home style sheet */
#content {
	background-image:url(/images/css/content_back_home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#content #main{
	padding:0 35px 0 50px;
	height:190px;
	overflow:hidden;
	background-image:url(/images/css/main_back_home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#content #more,#content #again_more{
	position:relative;
	line-height: 1.5em;
	padding:1px 30px 25px 30px;
	margin:0 0 0 1px;
	background-image:url(/images/css/more_back_home.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#595959;
	overflow:hidden;
	height:0.01%;
}

#content #again_more{
	padding:0;
}
#inner_again_more{
	padding:15px 30px 55px 30px;
	background-image:url(/images/css/again_more_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#more h1,#more h2,#more h3,#more h4,#more h5,#more h6 {
	color:#595959;
}
#more #more_promo_right h2, #more #more_promo_right h3{
	color:#4389cc;
}
#more a, #more a:hover{
	color:#595959;
}
#more a:hover{
	text-decoration:underline;
}
#more_promo_right ul li{
	background-image:url(/images/css/icons/list_points_on_white.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#again_more #news_latest{
	float:left;
	width:200px;
	margin-right:30px;
	overflow:hidden;
}
#again_more #news_latest ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#again_more .featured{
	position:absolute;
	top:15px;
	right:30px;
	width:210px;
}

#top_n{
	width:200px;
	overflow:hidden;
}
#top_n ul{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
#top_n ul li{
	padding-left:20px;
	background-image:url(/images/css/icons/list_points_on_white.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#top_n ul li.no_point{
	background-image:none;
	padding-left:0px;
}

#again_more .news_signup{
	position:absolute;
	right:30px;
	background-image:url(/images/css/icons/newsletter_icon.gif);
	background-position:0px 70px;
	background-repeat:no-repeat;
	width:210px;
}
.news_signup label.Label{
	display:block;
	margin-left:45px;
}
.news_signup h3{
	/*margin-left:-45px;
	margin-right:-10px;*/
}
.news_signup p.subscribe_link{
	display:block;
	text-align:right;
}
.news_signup p.subscribe_link a,.news_signup p.subscribe_link a:hover{
	display:block;
	width:96px;
	height:24px;
	margin-left:55px;
	margin-top:7px;
	background-image:url(/images/css/buttons/subscribe.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}
.news_signup p.subscribe_link a:hover{
	background-position:left -24px;
}
.news_signup p.subscribe_link a strong{
	visibility:hidden;
}
