/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6C6C;
	/*background: #250d0b url(../images/templatemo_bg.jpg) top repeat-x;*/
}

a:link, a:visited { color: #A90602; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #fcdd31; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}
.headertop{
	width:100%;
	height:40px;
	border-bottom: 3px solid #7C210C;
    background: linear-gradient(116deg, rgb(109, 11, 8) 0%, rgb(53, 22, 19) 100%);	
}
img {
	margin: 0 0 15px 0;
	padding: 0px;
	/*border: 3px solid #cccccc;*/
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.h_divider { background: url(../images/templatemo_horizontal_divider.jpg) bottom repeat-x; }
.vl_divider { /*background: url(../images/templatemo_vertical_divider.jpg) right repeat-y; */}
.vr_divider { background: url(../images/templatemo_vertical_divider.jpg) right repeat-y; }

.fl { float: left; }
.fr { float: right }

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #fbbc53;
	font-weight: bold;
}

.header_02 a {
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fbbc53;
}

.header_03 {
	padding: 0;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.rc_btn_01 a {
	clear: both;
	float: right;
	display: block;
	width: 100px;
	height: 25px;
	padding: 5px 0 0 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: none; 
	background: url(../images/templatemo_button_01.jpg) no-repeat;
}
.newsList a:hover{
	color:#06C;
	}
#templatemo_container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	/*background: url(../images/templatemo_container_bg.png) repeat-y;*/
}

#templatemo_banner {
	
	height: 124px;
	margin: 0 auto;
    /*background: url(../images/templatemo_banner_bg.jpg) no-repeat;*/
}

#templatemo_banner #logo {
	float: left;
	margin: 30px 0 0 40px;
	width: 303px;
	height: 114px;
	background: url(../images/templatemo_logo.png)  no-repeat;
}

#search_section {
	float: right;
	margin: 100px 20px 0 0;
}

#search_section form {
	float: right;
	margin: 0px;
	padding: 0px;

}

#searchfield {
	height: 16px;
	width: 180px;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: #af1313;
	border: 1px solid #000000;	
}

#searchbutton {
 	height: 29px;
	margin: 0px;
	padding: 4px 6px 6px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: 1px solid #000000;
}

/* menu */

#templatemo_menu {
	clear: both;
    /*width: 960px;*/
	height: 52px;
	background: url(../images/menu_img.png) repeat-x;
}

#templatemo_menu ul {
	width:960px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_menu ul li {
	margin: 0px;
	float:left;
	padding: 0px;
	
}

#templatemo_menu ul li a {
	position: relative;	
	float: left;
	display: inline-block;
	height: 30px;
	
	margin-right: 5px;
	padding-right:20px;
	padding-left:20px;
	padding-top:15px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
	
}
/* submenu practice from here */

#templatemo_menu ul  ul {
	
display:none;
	
}

#templatemo_menu ul li:hover>ul
{
	display:block;
	padding:1px;
	margin-top:45px;
	z-index:9999999;
	position:absolute;
	background:#8C0300;
	border-radius:5px;
	width:195px;
	
	




}
#templatemo_menu ul ul li
{
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
}
#templatemo_menu ul ul li:last-child
{
	
	border-bottom:none;
}


/*submenu ends here */






#templatemo_menu li a:hover, #templatemo_menu li .current {
	position: relative;
	color: #ffffff;
	/*background: url(../images/templatemo_menu_hover_right.jpg) top right no-repeat;*/
	background:#630402;
	
	
}

#templatemo_menu li a:hover span, #templatemo_menu li .current span	{
	position: absolute;
	
	
	height: 32px;
	top: 0;
	left: 0;
	/*background: url(../images/templatemo_menu_hover_left.jpg) no-repeat;*/
	
}
#sidemenu li:hover { background:#790000; color:#FFECB3; }
#sidemenu li:hover > a { color:#FFECB3; }
#sidemenu li a:hover{  color:#FFECB3; }

/* end of menu */
.social_icon{
padding-top:1px;
float:left;
height:41px;	
}

.social_icon ul li {
    margin: 0;
	
    padding: 0;
	padding-right:5px;
    list-style: none;
    display: inline;
    font-size: 14px;
    color: #ffffff;
}
.contact_info {
    width: 535px;
    float: left;
    margin: 0;
	margin-left:235px;
    padding: 5px 0 0 0;
}

.ticker_container{
	width:100%;
	float:left;
	height:150px;
	overflow:hidden;
}

   .ticker {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticker ul li {
	list-style:none;
}
.ticker ul li a{ color:#B70000;}

.ticker img {
	border-radius:15px;
	border:3px solid #ddd;
}

#ticker_02 {
	height: auto;
	max-height: 180px;
}

.ticker li {
	/*height: 80px;*/
	border-bottom: 1px dotted #C5C5C5;
	padding: 5px;
}


/* content */

#templatemo_content {
	padding: 0 20px;
}

.column_w210 {
	/*padding: 0 20px;*/
	padding-right:5px;
	margin-top: 0px;	
	width: 185px; /* width 205 */
}

.column_w430 {
	/*padding: 0 20px;*/
	margin-top: 16px;
	padding-left:5px;	
	width: 725px; /* width 470 */
}

.column_w920 {
	width: 929px;
	padding: 0 20px;
}

.column_w190 {
	width: 190px;
}

.column_w430 p {
	text-align: justify;
	margin-bottom: 15px;
}

.latest_news {
	clear: both;
	padding-bottom: 10px;
}

.category_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.category_list li { 
	display: inline-block;
	height: 20px;
	padding: 6px 0 0 25px;
	margin: 0 0 5px 0;
	background: url(../images/templatemo_list_icon.jpg) top left no-repeat;
}

.category_list li a { 
	color: #6D6C6C;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.category_list li a:hover { 
	color: #fcdd31;
}
#sidemenu{
	width:100%;
	padding:0px;
	
	}
	#sidemenu ul{ list-style:none; padding:0px;}
	#sidemenu ul li{ padding:5px; background:#E3E1E1; margin-bottom: 2px;}
	#sidemenu ul li a{ text-decoration:none; color:#333;}
	
/* end of content */
#news news li{
	width:150px;
}
/* footer */
.footwrapper{
width:100%;
background:url(../images/templatemo_bg.jpg) repeat-x;	
}


#templatemo_footer {
	clear: both;
	width: 960px;
	margin:0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 1px solid #8b8a8b;
	/*background: #343233 url(../images/templatemo_footer.jpg) no-repeat;*/
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #cccccc;
}

.footer_list li a {
	color: #cccccc;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #fcdd31;
}

.footer_list .last {
	border-right: none;
}

/* end of footer */