div#header {
	background-image: none;
}

#contentBackground {
	width: 960px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
}

ul.list-group
{
	list-style-type: none;
	margin-bottom: 0px;
}

li.list-group-item.help-topic.inactive
{
	background-color: #F4F4EA;
	color:#2D3091;
	margin-bottom: 0px;
}

li.list-group-item.help-topic.active
{
	background-color: #97989A;
}

li.list-group-item.help-topic.active,
li.help-message
{
	border: 1px #BBBBBB solid;
}

li.list-group-item.help-message
{
	display: none;
	margin-bottom: 0;
}

li.list-group-item.help-message > div
{
	padding: 0 8px;
}

li.list-group-item.help-message.active
{
	display: inline;
	margin-bottom: 0;
}

li.list-group-item.help-topic:hover
{
	background-color: blue;
	color: #F4F4EA;
}

html {
    min-height: 100%;
    position: relative;
}

span.glyphicon.glyphicon-chevron-down,
span.glyphicon.glyphicon-chevron-up
{
	margin-right: 1em;
}

#printArea {
	height: 100%;
}

div#mobileFooter, 
div#mobileHeader{
	display: none;
}

div#footer > div.container {
	width: 960px;
	background: url("/FILE/Apps/FixedRoute/CustomerInfo/images/InfoWebFooter.jpg") no-repeat scroll 0 0 #BBBBBB ;
	padding: 0;
}

#footer {
	bottom: 0;
	height: 105px;
	position: absolute;
	width: 100%;
	background-image: none !important;
	background: none !important;
}

#header {
	margin: 0 auto;
	width: 960px;
}

body {
	background: #BBBBBB url('/FILE/Apps/FixedRoute/CustomerInfo/images/printArea_bg.png') repeat-y fixed center;
	margin-bottom: 105px;
}

div#desktopFooter,
div#desktopHeader {
	display: inline;
}

body > .contentBackground {
	padding: 100px 15px 0;
}

div.footer_links {
	margin-bottom: 10px;
}

@media (max-width: 959px){
	
	div#footer > div.container {
		width: 100% !important;
		padding:0 !important;
		height: 100% !important;
		background-image: none;
		background: #FFFFFF;
	}
	
	div#footer {
		margin-top: 25px;
		bottom: 0;
		height: 98px;
		position: relative;
		width: 100%;
		background-image: none !important;
		background: none !important;
	}
	
	html, body {
		min-height:100%; 
		height:100%; 
		display:block;
	}
	
	li.list-group-item.help-topic.active
	{
		background-color: blue;
		color: #F4F4EA;
	}
	
	div#printArea {
		background-image: none !important;
		background-color: #FFFFFF !important;
		border: none;
	}
	
	.footer-link a {
		text-decoration: underline;
		color: #1C3F94;
	}
	
	div#header {
		margin: 0 auto;
		width: 100%;
	}
	
	div#contentBackground {
		width: 100%;
	}
	
	div#mobileFooter,
	div#mobileHeader {
		display: inline;
	}
	
	div#desktopFooter,
	div#desktopHeader {
		display: none !important;
	}
	
	body {
		background: #FFFFFF !important;
		margin-bottom: 0px !important;
	}
	
	div#mobileHeader div.link-container {
		background-color: #D9D9D0;
		height: 43px;
	}
	
	div#mobileHeader div.title {
		background-color: #1C3F94;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 35px;
		padding: 0 8px;
	}

	#footer #mobileFooter .footer-banner {
		height: 42px;
		background-color: #B6BF00;
	}

	#footer #mobileFooter .footer-link {
		background-color: #D9D9D0;
		color: #1C3F94;
		font-size: 16px;
		line-height: 28px;
	}
	#footer #mobileFooter .copy-right {
		background-color: #1C3F94;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 28px;
		padding: 0 8px;
	}

}