@charset "utf-8";
/* CSS Document */

.latest_news_box {
	height: 250px;
	background-repeat: no-repeat;
	background-position: left center;
	/*width:450px;*/
	margin: 0px;
	padding: 0px;
	background-color: #333;
	clear: none;
	float: none;
}
.latest_spacer {
	clear: left;
	float: none;
	width: 100%;
}
.latest_news_box .latest_header_box {
	float: left;
	width: auto;
	height: 250px;
}

.latest_news_box .latest_header_image {
	height: 250px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	z-index:1;
	background-color: #333;
	opacity: 0.60;
	/*filter: alpha(opacity=60);
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60, FinishOpacity=60, Style=2)";*/
	text-align: left;
	float: left;
	width: auto;
}

.latest_news_box .latest_header_box .latest_header {
	background-color: #333;
	color: #F60;
	/*opacity: 0.60;
	filter: alpha(opacity=60);*/
	/*filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60, FinishOpacity=60, Style=2)";*/
	/*padding: 10px;*/
	text-decoration: none;
	font-size:16px;
	width:auto;
	padding-top: 70px;
	text-align:left;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: auto;
	z-index:3;
	float: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.latest_news_box .latest_header_box .latest_subheader {
	color: #CCC;
	padding-top: 10px;
	padding-left: 10px;
	height: 100px;
}

.latest_news_box .latest_header_box .latest_header a {
	color: #F60;
	height: auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.latest_news_box .latest_header_box .latest_header a:hover {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.latest_news_box .latest_header_box .latest_header a:visited {
	color: #F60;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.latest_news_box_spacer {
}

.single_news_box_image {
	text-align: center;
	border: thin none #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333;
}
.single_news_box_header {
	color: #F60;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
}
.single_news_box_header h1 {
	color: #F60;
}

single_news_box_back_button a {
	color: #F60;
	text-decoration:none;
}
.single_news_box_back_button a:visited {
	color: #F60;
	text-decoration:none;
}

.single_news_box_outer_image_box {
	text-align: center;
	vertical-align: middle;
}
.news_list {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.news_list tr .news_list_category {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
	vertical-align: top;
	width: 100px;
}
.news_list tr td .news_list_elements {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.news_list tr td .news_list_elements a:link {
	text-decoration:none;
}
.news_list tr td .news_list_elements a:hover {
	text-decoration:none;
}
.news_list tr td .news_list_elements a:visited {
	text-decoration:none;
}

.single_news_box_subheader {
	font-weight: bold;
	color: #CCC;
	padding-left: 20px;
	background-color: #333;
	padding-right: 20px;
}
.single_news_box_subheader h2 {
	color: #CCC;
	font-size: 12px;
}

.news_clearer {
	clear: both;
	width: 100%;
}

.single_news_box_content {
}
.single_news_box_attachments {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 5px;
	padding-top: 5px;
}

