@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}


#image {
	float:left;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: thin;
	border-color:#333333;
	border-style:solid;
	width: 150px;
	height: 197px;
}

#container {
	width: 1024px;
	background:#FFFFFF;
}


#header {
	width: 1024px;
	height:220px;
	background:url(includes/header.jpg) no-repeat;
	float:left;
}
.top_header {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	width: 200px;
	height: 35px;
	margin-top:3px;
	padding-left: 2px;
}


#nav {
	width: 1024px;
	height: 38px;
	background:url(includes/nav.jpg) no-repeat;
	float:left;
}
.navigation {
	float:right;
	width: 820px;
	height: 23px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:600;
	
}

#content {
	background:#FFFFFF url(includes/background.jpg) repeat-x;
	float:left;
	width: 1024px;

}

#content2 {
	width: 1024px;
	height: 65px;
}
.content_container {
	width: 624px;
	float:left; 
	margin-left: 20px; margin-top: 40px;
}

.content_header {
	background: url(includes/content_header.jpg) no-repeat;
	width: 624px;
	height: 47px;
	float:left;
}
.content_header_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 20px;
	font-weight:700;
	color:#FFFFFF;
	float:left;
	margin-top: 14px;
	margin-left: 10px;
	width: 600px;
	height: 40px;
	
}

.content_text {
	width: 570px;
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	float:left;
	margin-left: 10px;
}

#link_container {
	width: 320px;
	float:right;
	margin-top:10px;
	margin-bottom: 15px;
}

.link_content {
	width: 300px;
	height: 58px;
	background: url(includes/community_link_top.jpg) no-repeat;

}

.link_text {
	width: 300px;
	
	border-bottom:thin #999999;
	border-bottom-width:thin;
	border-bottom-style:dotted;
		
}
.link_content_bottom {
	width: 300px;
	height: 38px;
	background: url(includes/community_link_bottom.jpg) no-repeat;

}


#news_container {
	width: 360px;
	/*height:900px;*/
	float:right;
	margin-top:18px;
	margin-bottom: 15px;
}

.news_content {
	width: 355px;
	height: 410px;
	float:left;
	background:url(includes/news.jpg) no-repeat;

}

.news_text_container {width:300px; margin-top: 80px; height: 356px; float:right;}
.news_text {
	width: 270px;
	/*margin-left: 50px;*/
	height: 70px;
	float:left;
	border-bottom: dashed;
	border-bottom-color: #999999;
	border-bottom-width:thin;
	font:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-size-adjust:inherit;
	color:#FFFFFF;
	margin-bottom: 10px;
	background: #990000;
	padding-left: 5px;
	padding-top: 3px;
	
}

.news_text2 {
	width: 270px;
	/*margin-left: 50px;*/
	margin-top: 13px;
	height: 70px;
	float:left;
	border-bottom: dashed;
	border-bottom-color: #666666;
	border-bottom-width:thin;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size-adjust:inherit;
	color:#333333;
	margin-bottom: 3px;
	background: #E8E8E8;
	padding-left: 5px;
	padding-top: 3px;
}
.readmore {
	width: 113px;
	height: 25px;
	background: url(includes/readmore.jpg) no-repeat;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:12px;
	margin-top: 7px;
}
.readmore_text {width:75px; float:left; margin-top: 5px; vertical-align:middle; margin-left: 10px;}
.readmore a {text-decoration: none; color:#990000;}
.readmore a:hover {text-decoration: none; color:#333333;}



#breaking_news_container {width:570px; background:#990000; float:right; margin-bottom: 10px;}
.breaking_news {
	width: 500px;
	
	background: #F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 10px;
	float:right;

}

#footer {height: 52px; width:1024px; background:url(includes/footer.jpg) no-repeat; float:left; margin-top: 10px;}
.footer_left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	float:left;
	margin-left: 20px;
	}
	
.footer_right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	float:right;
	margin-right: 20px;
	}