﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/
body {
background: #dddddd; /* Old browsers */
}

.headerBgImg {
	background-image: url(../img/agencyHeaderBg-generic.jpg); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}


.headerBgImgSubpage {
    background-image: url(../img/agencyHeaderBg-subpage.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color:#32485c; /****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: #32485c; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #000;
	border-top: 4px #32485c 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:#32485c;
	text-align: left;
	font-size: 165% !important;
	width: 100%;
	text-indent: 1.5%;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}

.ms-WPBody#SubscribeForm{
	border-radius:5px;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
	padding: 10px;
	max-width: 340px;

}


/********Modified secondary_left_col for BPW 3col homepage************/

#secondary_left_col_mod {
background-color: #eee;
float: left;
padding: 15px;
margin-top: 10px;
width: 100%;
box-sizing: border-box;
}


#homeTable table, #homeTable th, #homeTable td
{border:1px solid #4F81BD !important;}
#homeTable td
{text-align:center !important;}

