@charset "utf-8";
/* CSS Document */
body {
    background-color: #ffffff;
    color: #252525;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #5c0003;
}

* {
    margin: 0;
    padding: 0;
}

table {
    clear: both;
}

a {
    outline: none;
	color: #cf3101;
}

a:hover {
	text-decoration: none;
}

a img {
    border: none
}

.container {
    margin: 0 auto;
    width: 990px;
	padding: 0px 10px 0px 10px;
    overflow: auto;
	background: url(../images/bg_body.jpg) repeat-y;
}

.header {
	display: block;
	float: left;
	width: 990px;
	height: 246px;
}

.header .top {
	display: block;
	float: left;
	width: 990px;
	height: 200px;
	background: url(../images/bg_main.jpg) no-repeat;
}

.header .bottom {
	display: block;
	float: left;
	width: 990px;
	height: 46px;
	background: url(../images/bg_top.jpg) repeat-x;
}

.header .bottom .left {
	display: block;
	float: left;
	width: 794px;
	color: #fff;
	font-size: 12px;
	padding: 15px 0px 0px 10px;
	height: 31px;
  position: relative;
}

.h_fb {
  position: absolute;
  right: 11px;
  top: 2px;
}

.header .bottom .left h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: inline;
}

.header .bottom .left a {
	color: #fff;
	font-weight: bold;
}

.header .bottom .left a:hover {
	text-decoration: none;
}

.header .bottom .right, .header .bottom .right a {
	display: block;
	float: left;
	width: 186px;
	height: 46px;
}

.header .bottom .right a {
	background: url(../images/bg_sub_button.jpg) no-repeat;
}

.header .bottom .right a:hover {
	background: url(../images/bg_sub_button_hv.jpg) no-repeat;
}

.header .bottom .right a span {
	display: block;
	float: left;
	text-indent: -9999px;
}

.content {
	display: block;
	float: left;
	width: 990px;
	background: url(../images/bg_content.jpg) no-repeat;
	padding: 10px 0px 10px 0px;
}

.leftside {
	display: block;
	float: left;
	width: 220px;
	padding: 0px 15px 0px 15px;
}

.leftside .block {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 10px 10px 10px;
}

.leftside h2.side_heading, .leftside h2.side_heading2 {
	display: block;
	float: left;
	width: 210px;
	height: 28px;
	color: #fff;
	font-size: 16px;
	background: url(../images/bg_left1.jpg) no-repeat;
	padding: 6px 0px 0px 10px;
	text-transform: uppercase;
}

.leftside h2.side_heading2 {
	background: url(../images/bg_left2.jpg) no-repeat;
}

.leftside ul.main {
	display: block;
	float: left;
	width: 200px;
	list-style-type: none;
}

.leftside ul.main li {
	display: block;
	float: left;
	clear: both;
	width: 200px;
	margin: 0px 0px 3px 0px;
}

.leftside ul.main li a {
	color: #191919;
	font-size: 14px;
	
	text-decoration: none;
	background-image: url(../images/ico_arrow1.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	clear: both;
	width: 181px;
	padding: 0px 0px 0px 19px;
}

.leftside ul.main li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.rightside {
	display: block;
	float: left;
	width: 170px;
	padding: 0px 15px 0px 15px;
}

.rightside .block {
	display: block;
	float: left;
	width: 150px;
	padding: 5px 10px 10px 10px;
}

.rightside h2.side_heading {
	display: block;
	float: left;
	width: 160px;
	height: 28px;
	color: #fff;
	font-size: 16px;
	background: url(../images/bg_right.jpg) no-repeat;
	padding: 6px 0px 0px 10px;
	text-transform: uppercase;
}

.rightside .news_post {
	display: block;
	float: left;
	width: 150px;
	padding: 0px 0px 10px 0px;
}

.rightside .news_post h3 {
	display: block;
	float: left;
	width: 150px;
	padding: 0px 0px 1px 0px;
}

.rightside .news_post h3 a {
	color: #a30002;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.rightside .news_post h3 a:hover {
	text-decoration: underline;
}

.rightside .news_post .posted {
	display: block;
	float: left;
	width: 150px;
	padding: 0px 0px 5px 0px;
	color: #d4621e;
	font-size: 11px;
	font-weight: bold;
}

.page {
	display: block;
	float: left;
	width: 510px;
	padding: 0px 15px 0px 15px;
}

.page h2.page_heading {
	display: block;
	float: left;
	width: 500px;
	height: 28px;
	color: #fff;
	font-size: 16px;
	background: url(../images/bg_page_heading.jpg) no-repeat;
	padding: 6px 0px 0px 10px;
	text-transform: uppercase;
}

.page .page_content {
	display: block;
	float: left;
	width: 510px;
	padding: 5px 0px 0px 0px;
}

.page .page_content ul, .page .page_content ol {
	clear: left;
	margin: 5px 5px 5px 30px;
}

.page .page_content ul {
	list-style-image: url(../images/ico_bullet.jpg)
}

.page .page_content p {
	padding: 3px 0px 3px 0px;
}

.page .page_content a {
	font-weight: bold;
}

.page .page_content a:hover {
	text-decoration: none;
}

.page .page_content img {
	padding: 1px;
	border: solid #cf3101 1px;
	margin: 5px;
}
 
.page .page_content h1, .page .page_content h2, .page .page_content h3, .page .page_content h4, .page .page_content h5 {
	width: 100%;
	clear: left;
	font-size: 16px;
	padding: 3px 0px 7px 0px;
}

.page .page_content h1 {
	font-size: 16px;
	color: #b70005;
}

.page .page_content h2 {
	color: #b70005;
}

.page .page_content h3 {
	font-size: 14px;
	color: #d4621e;
}

.page .page_content h4 {
	font-size: 12px;
	color: #d4621e;
}

.page .page_content h5 {
	font-size: 11px;
	color: #d4621e;
}

.page .page_content .posted, .page .page_content .change_date {
	display: block;
	float: left;
	width: 50%;
	padding: 0px 0px 5px 0px;
	color: #d4621e;
	font-size: 11px;
	font-weight: bold;
}

.page .page_content .change_date {
	text-align: right;
	color: #000;
}

.page .page_content .list_posts {
	display: block;
	float: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	border-bottom: solid #ccc 1px;
	margin: 0px 0px 10px 0px;
 }
 
.page .page_content .list_posts h2 {
	display: block;
	float: left;
	width: 100%;
	padding: 0px 0px 1px 0px;
}

.page .page_content .list_posts h2 a {
	color: #a30002;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.page .page_content .list_posts h2 a:hover {
	text-decoration: underline;
}

.page .page_content .list_posts p {
	clear: both;
 }
 
.page .captcha_iframe {
	border: solid #ccc 1px;
	padding: 2px;
 }

.page #formx {
	width: 510px;
}

.page #formx td {
	padding: 6px 3px 5px 3px;
}

.page #formx tr.row0 td {
	background-color: #EDEDED;
}

.page #formx tr.row1 td {
	background-color: #fefefe;
}

.page .articles {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-bottom: solid #ccc 1px;
}

.page .articles h3 {
	display: block;
	float: left;
	background: url(../images/ico_arrow2.jpg) no-repeat;
	background-position: center left;
	width: 490px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
}

.page .articles h3 a {
	text-decoration: none;
}

.page .articles h3 a:hover {
	text-decoration: underline;
}

.submitbtn {
	background: url(../images/bg_btn.jpg);
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	border: solid #000 1px;
}

.formx_checkbox {
	margin: 0px 5px 0px 0px;
}

.ui-datepicker table td, .ui-datepicker table th, .ui-datepicker div {
	font-size: 11px;
}

.footer {
	display: block;
	float: left;
	width: 990px;
	height: 49px;
	clear: both;
	color: #fff;
	font-size: 11px;
	background: url(../images/bg_footer.jpg) repeat-x;
}

.footer a {
	color: #fff;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: none;
}

.footer .left {
	display: block;
	float: left;
	width: 240px;
	height: 32px;
	padding: 17px 0px 0px 10px;
}

.footer .right {
	display: block;
	float: left;
	width: 720px;
	height: 32px;
	text-align: right;
	padding: 17px 10px 0px 10px;
}

