html { position: relative; margin: 0; padding: 0; background-color: #9EADB4; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 15px auto; width: 980px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 140px; width: 100%; background-color: transparent; }
#imHeader { height: 180px; background-color: #9DACB3; background-image: url('top.jpg'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: left; width: 207px; padding: 3px 3px 3px 30px; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { position: absolute; top: 180px; bottom: 108px; left: 0; width: 240px; background-image: url('menu.jpg'); background-position: left top; background-repeat: repeat-y; background-attachment: scroll; background-color: #9DACB3; }
#imContent { min-height: 520px; position: relative; width: 713px; padding: 3px 24px 3px 3px; margin-left: 240px; }
#imContentGraphics { min-height: 520px; position: absolute; top: 180px; bottom: 108px; right: 0; width: 740px; background-image: url('content.jpg'); background-position: right bottom; background-repeat: repeat-y; background-attachment: scroll; background-color: #435056; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 123px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 108px; width: 980px; background-color: #9EADB4; background-image: url('bottom.jpg'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 979px) {
	html { background-image: none; background-color: #9EADB4; }
	#imPage { padding-top: 50px; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 150px; background-image: none; background-color: #9EADB4; }
	#imHeader { margin-bottom: 0; height: 180px; background-image: url('responsive-top.jpg'); background-position: left top; background-repeat: no-repeat; background-attachment: scroll; background-color: #567EB6; }
	#imMnMn { position: absolute; top: 0; left: 0; height: 50px; padding: 0px 0px 0px 0px; background-image: none; background-color: #52636A; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 100px; padding: 5px 5px 5px 5px; margin-left: 0; }
	#imContentGraphics { min-height: 100px; top: 230px; bottom: 35px; left: 0; background-image: none; background-color: #9EADB4; }
	#imFooterBg { height: 35px; width: 100%; background-image: none; background-color: #9EADB4; }
	#imFooter { min-height: 35px; height: auto; background-image: none; background-color: transparent; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; margin-right: 5px; font: normal normal bold 11pt 'Tahoma'; color: #0030BF; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

@media  (max-width: 979px) and (min-width: 720px) {
	#imPage, #imContentGraphics, #imFooter { width: 720px; }
	#imMnMn { width: 720px; }
	#imContent { width: 710px; }
}

@media  (max-width: 719px) and (min-width: 480px) {
	#imPage, #imContentGraphics, #imFooter { width: 480px; }
	#imMnMn { width: 480px; }
	#imContent { width: 470px; }
}

@media  (max-width: 479px) {
	#imPage, #imMnMn, #imContent, #imContentGraphics, #imFooter { box-sizing: border-box; width: 100%; }
	#imMnMn { height: 50px; }
}
