/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

#current_page {
  color: #FFF;
}

#banner_k {
	background: #ff8016 url('../img/background_gk.png') repeat-x bottom;
	height: 200px;
}

#banner_1 {
	background: #00aeea url('../images/RS14_CustomLit_Resources_bg.png') repeat-x bottom;
	height: 200px;
}

#banner_2 {
	background: #7ec352 url('../img/background_g2.png') repeat-x bottom;
	height: 200px;
}

#banner_3 {
	background: #903f98 url('../img/background_g3.png') repeat-x bottom;
	height: 200px;
}
#banner_4 {
	background: #0080c6 url('../img/background_g4.png') repeat-x bottom;
	height: 200px;
}

#banner_5 {
	background: #f04e45 url('../img/background_g5.png') repeat-x bottom;
	height: 200px;
}

#banner_6 {
	background: #00abb4 url('../img/background_g6.png') repeat-x bottom;
	height: 200px;
}

.panel-body ul li {
    background-image: url('../img/icon_pdf.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 35px;
	list-style: none;
	height: 40px;
}
.headTitle{
	margin-top: -50px;
}


.panel-default {
	border: none;
}