@charset "utf-8";
/* CSS Document */

  	body{ margin:0; padding:0;}


html,body{height:100%;}

.container {
    height:100%;
}
	
 body {
   background-image: url('/images/inside/footer.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

  	/*background:url("/images/general/bg.jpg") no-repeat center; background-size: cover;*/
  	div.banner{ padding:10px; height:210px}
	div.banner-footer{background:url("/images/general/bannerline1.jpg") no-repeat;}
	div.vertical-line {background:none; min-height:140px; margin-top:-15px;}
	.bottomline { 
		position: absolute;
		bottom: 0;
		left: auto;
		right: auto;
		color:#FFF;
	}
	.white{color:#FFF; font-weight:bold; letter-spacing:1.5px; margin-bottom:18px;}
     

	
	.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
		background: url(/images/inside/footer.jpg) top right repeat-y; color: #000000;
    font-weight: bold;
	 }


.fill{
    height:77%;
    min-height:77%;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}


.gfont1{
    font-family: 'Source Sans Pro', sans-serif;	
}

.gfontbody{
	
    font-family: 'Montserrat', sans-serif;

}

.size14{
	font-size:14px;	
}