﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/

.headerBgImg {
	background-image:url('../img/imap_agencyHeaderBg-generic.jpg'); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #d53c02; /****NAV LIST BACKGROUND COLOR*****/
}

#mdgov_TopSliverBar {
	width: 100%;
	z-index: 1000;
	min-height: 33px;
	background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #d53c02; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #000;
	border-top: 4px #d53c02 solid; /******FOOTER COLOR CHANGE HERE******/
	width: 100%;
	color: #fff;
}

#mdgov_mobileNavButton a {
	position: absolute;
	left: 0;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	background-color: #d53c02;
	text-align: left;
	font-size: 165% !important;
	width: 100%;
	text-indent: 1.5%;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}
@media (max-width:979px){
	
#mdgov_enterpriseNavigation ul li a.level0 {
border-radius: 0;
background-color: #585858;
border-bottom: 1px solid #333;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
}

@media (max-width:979px)
{
#mdgov_enterpriseNavigation nav ul li#current a.level0, #mdgov_enterpriseNavigation nav ul li:hover a.level0  {
border-radius: 0;
background-color: #ae3001;
border-bottom: 1px solid #333;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
}

div.mdgov_OverflowTable {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
div.mdgov_OverflowTable table {
    width: 100%;
    white-space: nowrap; /* Optional */
}
/**Allow Group Header Text to Wrap**/
.ms-gb
    {
        white-space: normal;
        height:inherit !important;
    }
/*Takes spacing out of custom montage */
#mdgov_featuredMontage2 {
	margin:0;
	padding:0;
}

#group0 > td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

td#question{
	margin-top:15px;
}

