#home-content {
	margin : 0 0 12px 0;
	padding : 0;
	width : 600px;
	background : url(../images/template/content_back.jpg) top left no-repeat;
	display : block;
	float : right;
}

/* News Alert Styles */

#alert {
	margin : 12px 0 0 12px;
	padding : 0;
	width : 588px;
	color : #ffc;
	border-top : 1px #f90 solid;
	border-bottom : 1px #630 solid;
	background : url(../images/template/alert_back.jpg) top left no-repeat;
	display : block;
}

#alert p {
	margin : 0;
	padding : 12px 12px 12px 140px;
	width : auto;
	display : block;
}

#alert a { color : #ffc; font-weight : bold; }
#alert a:hover { color : #c63; }

/* Highlight Area Styles */

#highlight {
	margin : 12px 0 0 12px;
	padding : 0;
	height : 342px;
	width : 588px;
	color : #cc9;
	border-top : 1px #669 solid;
	border-bottom : 1px #000 solid;
	display : block;
	position : relative;
}

#highlight p {
	margin : 0;
	padding : 0;
	height : 38px;
	width : 560px;
	font-weight : bold;
	display : block;
	position : absolute;
	top : 290px;
	left : 14px;
	z-index : 3;
	overflow : auto;
}

#highlight b {
	margin : 0;
	padding : 0 0 5px 0;
	width : auto;
	color : #ffc;
	font-size : 13pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	display : block;
}

#highlight a { color : #cc9;}
#highlight a:hover { color : #c63; }

#highlight img.photo {
	margin : 0;
	padding : 0;
	height : 342px;
	width : 588px;
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
}

#highlight div {
	margin : 0;
	padding : 0;
	height : 342px;
	width : 588px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/template/cover_homepage.png');
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 2;
}

#container #home-content>#highlight div {
	margin: 0;
	padding: 0;
	height: 342px;
	width: 588px;
   background: url(../images/template/cover_homepage.png) top left no-repeat;
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 2;
}

/* Homeboxes Styles */

#homeboxes {
	margin : 12px 0 0 12px;
	padding : 0;
	width : 588px;
	color : #cc9;
	background : url(../images/template/homeboxes_back.gif) bottom left repeat-y;
	border-bottom : 1px #000 solid;
	display : block;
	float : right;
}

#homeboxes div { padding : 30px 0 0 0; width : 147px; display : block; float : left; }
div.homebox1 { background : url(../images/template/homebox_top1.gif) top left no-repeat; }
div.homebox2 { background : url(../images/template/homebox_top2.gif) top left no-repeat; }
div.homebox3 { background : url(../images/template/homebox_top3.gif) top left no-repeat; }
div.homebox4 { background : url(../images/template/homebox_top4.gif) top left no-repeat; }

#homeboxes p { margin : 0; padding : 10px; display : block; }
#homeboxes img { margin : 0; padding : 0; height : 98px; width : 147px; border-bottom : 1px #000 solid; display : block; }

#homeboxes a { color : #cc9;}
#homeboxes a:hover { color : #c63; }

/* Latest News Styles */

#latest-news {
	margin : 12px 0 0 12px;
	padding : 0;
	width : 588px;
	color : #cc9;
	background : url(../images/template/latest_news_back.jpg) bottom left no-repeat #c60;
	border-bottom : 1px #630 solid;
	display : block;
	float : right;
}

#latest-news ul {
	margin : 0;
	padding : 31px 0 0 0;
	width : 588px;
	background : url(../images/template/llatest_news_title.gif) top left no-repeat;
	display : block;
}

#latest-news ul li {
	margin : 0;
	padding : 10px 15px 10px 15px;
	width : 558px;
	border-top : 1px #f90 solid;
	background : none;
	display : block;
}

#latest-news a { color : #cc9;}
#latest-news a:hover { color : #ffc; }
