body { 
	font-size:14px;
	font-weight:400;
	color:#000;
	margin:0px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
	background: url(../imgs/bg.jpg) repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top_link_btn{
	background:url('imgs/top_menu_bg_img.png');
	background-repeat:no-repeat;
	background-position:center right;
	padding:20px 26px;
	color:#777777;
}
.top_link_sub_btn{
	padding:20px 26px;
	color:#777777;
}
.tab_nrm{
	display: block;
    padding: 10px 25px;
    background: #FFF;
    color: #315767;
    float: left;
    font-weight: bold;
}
.tab_nrm:hover{
	display: block;
    padding: 10px 25px;
    background: #FFF;
    color: #315767;
    float: left;
    font-weight: bold;
}
.tab_act{
	display: block;
    padding: 10px 25px;
    background: #315767;
    color: #FFF;
    float: left;
    font-weight: bold;
}
.tab_act:hover{
	display: block;
    padding: 10px 25px;
    background: #315767;
    color: #FFF;
    float: left;
    font-weight: bold;
}
.tab_act:active{
	display: block;
    padding: 10px 25px;
    background: #315767;
    color: #FFF;
    float: left;
    font-weight: bold;
}
.clr_wht{
	color:#FFF;
}
.clr_wht_sub{
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}
.date_bg{
	background-image: url('imgs/date_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.sub_body{
	background:#f5f5f5;
}
.ptxt{
	font-size:12px;
	color:#707070;
}
.ptxt_sub{
	font-size:12px;
	color:#505050;
}
.top_bdr{
	border-top:solid 1px #CCC;padding-top:10px;
}
.btm_bdr{
	padding-bottom:10px;
}
.left_bg{
	background:#FFF;
}
.top_bar {
	background:#0071bc;
	height:31px;
	width:100%;
}
.top_bar_links,
.top_line_link {
	text-align:right;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.top_bar_links a {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:13px;
	padding:7px 3px;
	line-height:30px;
	height:31px;
}
.top_bar_links a:hover,
.top_line_link a:hover {
	background:#009bcd;
	color:#fff;
	text-decoration:none;
} 
.top_line_link a {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:13px;
	padding:7px 20px;
	line-height:30px;
	height:31px;
	font-weight:500;
}
.header {
	height:97px;
	background:#fff;
}
.logo {
    position: absolute;
    top: -31px;
}
.navbar-inverse {
	background:none;
	border:none;
	margin:0px;
	float:right;
}
.navbar-collapse {
	padding:0px;
}
.top_link{
	font-size:14px;
	color:#809fa9;
	padding-top:0px;
}
.top_link a{
	font-size:14px;
	color:#777 !important;
	font-weight:500;
	padding:20px 40px 20px 10px !important;
	background-image: url(imgs/top_menu_sep.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
	text-decoration:none;
	height:96px;
	line-height:60px !important;
}
.top_link a:hover{
	font-size:14px;
	color:#009bcd !important;	
	text-decoration:none;
}
.navbar-inverse .navbar-toggle {
	background:#333;
}
.navbar-nav > li:hover ul {
	display:block;
}
.dropdown-menu > li > a {
	font-size:14px;
	color:#777 !important;
	font-weight:500;
	line-height:20px !important;
	height:auto !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	font-size:14px;
	color:#009bcd !important;	
	text-decoration:none;
}
.footer {
	background-image:url(imgs/btm_bg.png);
	background-repeat:repeat-x;
}
.footer h3 { 
	color:#888;
	font-size:20px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	border-bottom:1px dashed #c0c0c0;
	padding-bottom:12px;
}
.footer a { 
	color:#6c6c6c;
	font-size:13px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	padding-bottom:8px;
	text-decoration:none;
}

.media-object {
    display: block;
    width: 110px;
}
.media-heading {
    color: #013f53;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}
.media-body > p {
    color: #6c6c6c;
    font-size: 12px;
}
.f_text,
.f_text a {
	color:#6c6c6c;
	font-size:13px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}
.copyright {
	border-top:1px solid #e2e2e2;
}
.copyright .copy {
	color:#6c6c6c;
	font-size:13px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	padding:30px 0px;
}