﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/
body {
	 background-color: #010101; 
	 /* color: #6A1012; */
	 color: #010101;
}

h1, h2
{ 
	 color: #6A1012; 
	
}

a
{
	/* color: #000; */
	color: #6A1012; 
}

#primary_content_Block  a
{
	/* color: #000; */
	color: #6A1012; 

}

a:visited {
color: #000;
text-decoration:none;
}

.headerBgImg {
	background-image: url(../img/MSPHeaderBg_Badge.jpg); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

#agency_branding, #agency_branding_subpage {
    background-image: url('../img/bgBlack20.png');   
}


#mdgov_enterpriseNavigation {
	z-index: 10;
	width: 100%;
	clear: both;
	background-color: #926000; /****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: #926000; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
	font-size: 80%;
}

#footer_block {
	background-color: #926000;
	border-top: rgba(238, 229, 161, .5) solid; /******FOOTER COLOR CHANGE HERE******/
	width: 100%;
	color: #fff;
	background-repeat: no-repeat;
    background-attachment: scroll; 
	background-position: -33px  -118px;
}

#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: #926000;
	text-align: left;
	font-size: 165% !important;
	width: 100%;
	text-indent: 1.5%;
	padding: 6px 0;
	border-bottom: 4px solid #000;
}

/*Color of mobile menu dropdown items*/
@media all and (max-width:979px){ 
#mdgov_enterpriseNavigation nav ul li#current a.level0, #mdgov_enterpriseNavigation nav ul li:hover a.level0, #mdgov_enterpriseNavigation nav ul li a.level0:focus, #mdgov_enterpriseNavigation nav ul li a.level0:active, #mdgov_enterpriseNavigation nav ul li a.active.level0 {
 background-color: #926000; color: #fff; }}​


#primary_content_Block {
 	background-color: rgba(238, 229, 161, .5);
    padding: 20px 0;
    float: left;
    width: 100%;
	background-image: url(../img/policetape_transperant_content.png);
	background-repeat: no-repeat;
    background-attachment: scroll; 
	background-position: -37px  -178px;
 
}

#secondary_content_Block  {  
 	background-color: #141414;
    width: 100%;
	border-bottom: 1px solid #323232;
	color:#FFF1D6; 
}
	
#secondary_left_col {
	background-color: rgba(15,23,46,0.0);
}

#secondary_middle_col_lt,
#secondary_middle_col_rt,
#secondary_right_col {
	background-color: rgba(15,23,46,0.0);
	border-left: 1px solid #323232;
}

#secondary_content_Block h3,
#secondary_content_Block a {
	 color: #B19515;
}

.item {
padding-bottom:6px;
padding-top:6px;
padding-left:4px;
padding-right:0px;
clear:both;
}

.topMargin20 {
	margin-top:20px;
}

.ms-rteForeColor-2 {
    color: red;
}

.ms-rteForeColor-8
{
color:blue;
}

#CareersBlock img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#CareersBlock h2 {
	display: block !important;
	background-color: #ffc23b;
	box-sizing: border-box;
	z-index: 1001;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px #000;
	zoom: 1;
	padding: 5px;
}