/* home page specific layout items */
#info {
	margin: 0 0 0 12px;
	width: 838px;
	background-color: #fff;
	background-image: url("../images/h_border_bgd_tile.gif");
	background-position: top left;
	background-repeat:repeat-x;
}

#info h2 {
	width: 332px;
	color: #65556C;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	line-height: 1.6;
}

#info h2 span {
	display: block;
	margin: 30px 16px 30px 16px;
}

#info h3 {
	width: 506px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: .85em;
	font-weight: normal;
	color: #65556C;
	line-height: 1.5;
	background-image: url("../images/info_divider_bgd_tile.gif");
	background-position:top left;
	background-repeat: no-repeat;
}

#info h3 span {
	display: block;
	width: 75%;
	margin: 30px 16px 30px 24px;
}

#newslinksBody #news-links {
	padding: 17px 0 0 0;
	margin: 0 0 0 12px;   
	background-image:  url("../images/h_border_bgd_tile.gif");
	background-position: top left;
	background-repeat:repeat-x;
}

ul#news {
	margin: 0;
	padding: 0 0 9px 0;
	list-style: none;
	width: 208px;
	float: left;
}

ul#news li {
	margin: 0px;
	padding: 18px 18px 9px 31px;
	background-image: url("../images/news_item_bgd_top.gif");
	background-position:top left;
	background-repeat: no-repeat;
	font-size: .8em;
}

ul#news li a {color: #65556C;}
ul#news li a:hover {color: #e05e1f;}

ul#news li a span {color: #e05e1f; font-weight:bold;}

#news-links {width: 838px;}

#news-links .link {
	width: 210px;
	float: left;
}

#news-links .link h4, #news-links .link p {
	margin: 0 1px 0 26px;
}

#news-links .link h4 {
	background-color: #ffffe6;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 80px 4px 4px 4px;
	font-weight: normal;
	font-size: .85em;
	color: #666;
}

#news-links .link h4#hmfeatureleft {
	background-image: url("../images/header_left.jpg");
	background-color: #cc9966;
	color: #330000;
	font-weight: bold;
}
#news-links .link h4#hmfeaturemiddle {
	background-image: url("../images/header_mid.jpg");
	background-color: #cccc99;
	color: #330000;
	font-weight: bold;
}
#news-links .link h4#hmfeatureright {
	background-image: url("../images/header_right2.jpg");
	background-color: #c7b299;
	color: #330000;
	font-weight: bold;
}

#news-links .link h4 a {color: #666;}
#news-links .link h4 a:hover {color: #e05e1f;}

#news-links .link p {
	background-image: url("../images/h_dotted_border_bgd_tile.gif");
	background-position: top left;
	background-repeat:repeat-x;
	padding: 12px;
	font-size: .8em;
	font-family: "Times New Roman", Times, serif;
}

#news-links .link p a {color: #330000; font-weight:normal;}/* CSS Document */
#news-links .link p a:hover {
	color: #e05e1f;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
}

#news-links .link p a strong {font-weight: bold;color: #e05e1f !important; }
