/* CSS Document */
body{
	margin:0;
	padding:0;
}
.jumbotron{
	background:#DDDDDD;
}
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#page-title{
	text-align:center; 
	color:#FFFFFF; 
	background: -webkit-linear-gradient(#727272,#000000) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#727272,#000000) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#727272,#000000) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#727272,#000000) !important; /* Standard syntax */
	border-radius:5px;
	padding:10px 0;	
	margin-bottom:5px;
}
#page-title h3{
	margin:0;
	padding:0;
}
/***** Navbar CSS *****/
.navbar{  
		-webkit-border-radius: 0 !important;
     	-moz-border-radius: 0 !important;
        border-radius: 0 !important;
	}
.img-thumbnail{
	box-shadow: 6px 6px 5px #999999;
}
/***** Header CSS *****/
.page-header{
	margin:0 0 10px 0;
	padding:0;
}
.page-header img{
	margin:0;
	padding:0;
	display:block;
}
/***** Tabs CSS *****/
.tab-content{ 
	margin-top:10px;
}
/***** Sidebar CSS *****/
.btn-news{
	margin:10px 0;
}
#newsletter{
	text-align:center; 
	color:#FFFFFF; 
	background: -webkit-linear-gradient(#333,#000000) ; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333,#000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333,#000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#333,#000000); /* Standard syntax */	
}
.nav-stacked li{
	background: -webkit-linear-gradient(#333,#000000) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333,#000000) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333,#000000) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#333,#000000) !important; /* Standard syntax */	
 	border-radius:5px;
}
.nav-stacked li a{
	color:#FFFFFF;	
}
.nav-stacked li a:hover{
	color:#000000;	
}
/***** Panels CSS *****/
.lightGray{
	background:#D0D0D0;
}
.midGray{
	background:#C0C0C0;
}
.collapseStory, .collapseStory p{;
	text-align:left;
	margin-top:5px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",
			     Verdana, sans-serif !important;
	font-size:12px !important;
}
.panel-body {
	text-align:center;
}
.panel-body p,.panel-body ol,.panel-body li{
	text-align:left;
}
.panelnews{ 
	margin:0;
}
.tab-content{
	margin-top:0;
}
.newsHead{
	background:#2B2B2B !important; 
	color:#FFFFFF !important;
}
.marg{
	margin:5px 0;
	height:2px;
}
.dropM{
	padding-left:10px;
}
.btn-black{
	background:#2B2B2B;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
}
.btn-black:hover{
	background:#ccc;
	color:#000;
}
.tab-content-scroll{
	height:800px;
	overflow:scroll;
}
.right{
 	text-align:right;
}
/***** Forms CSS *****/
#looupForm sleect p{
	

}


/***** END Forms CSS *****/
/***** Footer CSS *****/
.footer{
	background:#2B2B2B;
	padding:20px 0;
	color:#FFFFFF;
	margin:5px 0 0 0;
}