/* Home Page */

body#home div#content {
	background: #e9ebed url(../i/wrap/content_bg.gif) top left no-repeat;
	width: 540px;
	float: left;
	} 

#hp-text {
	width: 364px;
	height: 400px;
	padding: 52px 82px 0 94px;
	background: transparent url(../i/home/content-bg.jpg) top left no-repeat;
	}
	
#hp-text #intro {
	color: #870011;
	}
	
	
#homeintro {
	width: 370px;
	margin: 50px auto;
	font-size: 110%;
	}
	
#homeintro h1 {
	font-size: 120%;
	color: #870011;
	margin-bottom: 10px;
	font-weight: normal;
	}
	
#homeintro p {
	line-height: 1.25;
	}
	
#homenews, #homearticle {
	width: 217px;
	padding: 0 25px 25px;
	font-size: 90%;
	}
	
#newnews {
	width:176px;
	height: 260px;
	float: bottom;
	position: absolute;
	margin-left: 0px;
	top: 450px;
	z-index:60;		
	background: url(../i/home/newnews_bg.jpg) bottom left no-repeat;
	background-color: #ffffff;
	}
	
.newstext {
	font-size: 110%;
	color: #b60f16;
	font-weight: normal;
	}
.newstextsmall {
font-size: 85%;
font-weight: normal;
	}
	
#homenews {
	float: left;		
	background: url(../i/home/news_bg.jpg) top left no-repeat;
	}
	
#homearticle {
	float: right;
	background: url(../i/home/feature_bg.jpg) top left no-repeat;
	}
	
#homenews h1, #homearticle h1 {
	margin: 50px 0 10px 0;
	font-size: 110%;
	color: #5e9296;
	}
	
#homenews img, #homearticle img {
	margin-top: 10px;
	}	
	
	
a.rnews:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b60f16;
	text-decoration: none;
}
a.rnews:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b60f16;
	text-decoration: underline;
}
a.rnews:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b60f16;
	text-decoration: underline;
}
a.rnews:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b60f16;
	text-decoration: underline;
}	

a.rnews2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.rnews2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.rnews2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.rnews2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}	
