html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background:#fff;
}

a{
	color:#006633
}

a:hover{
	text-decoration:none;
	color:#003322;
}
.footer {
  /*position: absolute;*/
  position:fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
}

.container {
  padding: 0px 0px;
}

.container .row{
	margin:0px 0px 0px 0px;
}

.container .text-muted {
  margin: 20px 0;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #eee;
}

.menu{
	margin:0;
	padding:0;
}

.menu li{
	list-style:none;
	float: left;
}

.menu li a{	
	display: block;
	padding: 17px 10px;
	text-decoration: none;
	text-align:center;
	width: auto;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;

}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#222;
}

.title{
	font-weight:bold;
}

.list{
	/*border:solid 1px #eee;*/
	margin:4px 12px;
	padding:5px;
	font-size:1.5em;
}

.list a table tr td{
	/*color:#99CC33;*/
	color:#446600;
}

.list table td{
	padding:5px;
	text-transform:uppercase;
	color:#666666
}

.s_list{
	border-bottom:solid 1px #eee;
	margin:4px 12px;
	padding:5px;
	font-size:1.5em;
	text-transform:capitalize;
	background:url(../images/s_go.png) right no-repeat;
}

.head hr{
	margin:0px 0px;
	border-color:#333;
	border-width:2px;
}

._head{
	/*border:solid 1px #ddd;
	margin:4px 12px;*/
	padding:8px;
	font-size:1.5em;
	background:#eee;
}

._caption{
	/*border:solid 1px #ddd;
	margin:4px 12px;*/
	padding:8px;
	font-size:1.5em;
	background:#eee;
}

._caption table{
	width:100%;
}

._caption table td img{
	width:40px;
}

.content{
	/*border:solid 1px #ddd;*/
	margin:4px 12px;
	padding:8px;
	text-align:justify;
}

.blog .thumb{
	height:100px;
	overflow:hidden;
}

.blog .thumb img{
	width:100%;
}

.blog .row{
	border-bottom: solid 1px #ccc;
	padding:10px 0px;
}

.blog .row a{
	color:#333;
}
.blog .row span{
	color:#FF0000
}


.blog .row .box_odd{
	border-right:solid 1px #ccc;
}
.acResults {
	padding: 0px;
	overflow: hidden;
}

.acResults ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style: none;	
}

.acResults ul li {
	margin: 0px;
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	overflow: hidden;
	background:#eee;
}

.acLoading {
	background: url('../images/indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}

/* overrider */

.navbar-collapse {
  max-height: 540px;
}

#accordion .panel {
  background-color: #fff;
  border: none;
  margin:3px 0px;
}

.panel-group .panel {
  border-radius: 0px;
}

#accordion .panel-heading {
  padding: 10px 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}


#accordion .panel-heading .panel-title{
	background:url(../images/go.png) right no-repeat; 
	padding:3px 0px;
}

#accordion .panel-heading .panel-title a{
	display:block
}

#accordion .panel-collapse {
	margin-top:-50px;
}

#accordion .panel-collapse .bg_img{
}

#accordion .panel-body {
  padding: 15px 10px;
}

#accordion .panel-default>.panel-heading {
  color:#fff;
  background-color:#FFaa33;
}

#accordion .panel-default>.active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#accordion .panel-default>.active a{
	color:#000000;
	text-decoration:none;
	/*opacity: 1;
	filter: alpha(opacity=100); */
}

.navbar-toggle:hover, .navbar-toggle:focus {
	background-color:#333 !important;
}


.navbar-default .navbar-nav>li>a {
  color: #ddd;
  font-weight:bold;
}

.panel-body{
	text-align:justify
}


.share{
	padding:4px; background:#eee;
}
.thethumbs{
	position:relative;
	width:390px;
	margin:0 auto;
}

.carousel {
    float: left;
    padding-left: 15px;
}

.carousel>ul>li>a {
	width:120px;
	height:100px;
	display:block;
	padding:0px 10px
}

.carousel>ul>li>img {
	width: 100px;
	height: 100px;
	vertical-align:middle;
	margin:0px 10px;
	visibility:visible !important
	
}

.thethumbs a.prev, .thethumbs a.next {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 65px;
	color:#000000;
	position:absolute;
}
.thethumbs a.prev {
	top:10px; left:0px;
	z-index:99
}
.thethumbs a.next {
	top:10px; right:0px;
	z-index:99
}