@charset "utf-8";
/* CSS Document */

#header{
	height:290px;
	background-image:url(img/home_1.jpg);
	background-repeat:no-repeat;
}
#homebanner{
	width:100%;
	height:205px;
	clear:both;
}
#homefeatured{
	float:left;
	margin-top:40px;
	width:204px;
	text-align:left;
}
#homefeaturedbox{
	position:relative;
	width:184px;
	height:49px;
	padding:10px;
	background-image:url(img/home_featured_box.jpg);
	background-repeat:no-repeat;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
#homefeaturedbox h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	margin:0;
	padding:0;
}
#homenews{
	float:right;
	width:190px;
	text-align:left;
}
#homenewsbox{
	position:relative;
	width:170px;
	height:160px;
	padding:10px;
	background-image:url(img/home_news_box.jpg);
	background-repeat:no-repeat;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
#homenewsbox h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	margin:0 0 4px 0;
	padding:0;
}
.bannertext{
	margin:0;
	padding:5px 0 7px 0;
	font-size:11px;
}
.bannertext p{
	margin:0;
	padding:0;
}
.bannertext a{
	color:#000;
	text-decoration:none;
}
.bannertext a:hover{
	text-decoration:underline;
}
.more {
	float:right;
	margin:0;
	position:absolute;
	right:15px;
	top:12px;
	text-align:right;
}
.more a{
	color:#990000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.more a:hover{
	text-decoration:underline;
}
#homecols{
	margin-top:20px;
}
#homecols h2{
	padding:10px 0 0 12px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFF;
}
#homecols .homecontent{
	padding:0 5px 20px 5px;
	margin:50px 0 0 0;
}
#leftcol{
	float:left;
	width:254px;
	background-image:url(img/leftcol_bg.jpg);
	background-repeat:no-repeat;
}
#centercol{
	width:254px;
	background-image:url(img/centercol_bg.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	float:left;
}
#rightcol{
	float:right;
	width:254px;
	background-image:url(img/rightcol_bg.jpg);
	background-repeat:no-repeat;
}
.homemore a{
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	margin:16px 12px 0 0;
}
.homemore a:hover{
	text-decoration:underline;
	color:#FFF;
}
@media print {
	#homenewsbox h2{font-size:1.3em;margin:auto;padding:4px 0;color:#000;height:auto;font-weight:normal;}
	#homefeaturedbox h2{font-size:1.3em;margin:auto;padding:4px 0;color:#000;height:auto;font-weight:normal;}
	#homebanner{height:auto;margin:0;padding:0;}
	.bannertext{margin:0;padding:0;font-size:1em;}
	#homefeatured{padding:0;margin:auto;width:auto;float:none;position:relative;}
	#homefeaturedbox{padding:0;margin:auto;position:inherit;width:auto;height:auto;filter:none;opacity:1;}
	#homenews{padding:0;margin:auto;width:auto;float:none;position:relative;}
	#homenewsbox{padding:0;margin:auto;position:inherit;width:auto;height:auto;filter:none;opacity:1;}
	#homecols h2{padding:4px 0;margin:auto;height:auto;color:#000;}
	#homecols .homecontent{margin:auto;padding:0;}
	#leftcol {float:none;width:auto;margin:0;padding:0;}
	#centercol {float:none;width:auto;margin:0;padding:0;}
	#rightcol {float:none;width:auto;margin:0;padding:0;}
	.homemore{float:none;}
}
