@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000 url(../images/bodyBackground.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#containerPic {
	background:url(../images/containerPic.jpg) top right no-repeat;
}

#container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 30px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:5px solid #cbd553;
	border-right:5px solid #cbd553;
} 
#header {
	border-bottom:5px solid #FFFFFF;
	background: #DDDDDD url(../images/headerBackground.jpg) no-repeat;
	height:200px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
}
#header p {
	color:#FFFFFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #a3ac3f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
	margin:10px;
	color:#FFFFFF;
}
#mainContent {
	color: #999966;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/backgroundFooter.jpg) left top repeat-x;
	height:116px;
	color:#FFFFFF;
	text-align:center; 
} 
#apDiv1 {
	position: absolute;
	left: 932px;
	top: 6px;
	width: 169px;
	height: 34px;
	z-index: 1;
}
#footer a {
	color:#FFFFFF;
}
#footer p {
	padding: 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mainM {
	position:absolute;
	left:45px;
	background:#FFFFFF;
}
.menuFooterLine {
	height:55px;
	background:#FFFFFF;
}
.footer-search { position:relative; }
.footer-search-wrap{padding:2rem;}
.footer-search h1, .footer-search h2 { text-align: center; text-transform: uppercase; color: #fff; font-family: Lato, sans-serif; }
.footer-search h1 { font-weight:900; margin: 0 0 3rem;}
.footer-search h2 { font-size:24px; font-weight: 700; margin-bottom: 1.2rem;}
.footer-search-input-wrap { width: 400px; max-width: 90%; margin: 0 auto 3.5rem; position: relative; }
.footer-search input[type=search], .footer-search button { height: 2.75rem; border-radius: 6px; border:none;}
.footer-search input[type=search] { padding: 10px 65px 10px 25px; width: 100%; text-transform:uppercase; font-size:20px; }
.footer-search input[type="search"]:-moz-placeholder, .footer-search input[type="search"]:-ms-input-placeholder, 
.footer-search input[type="search"]::-webkit-input-placeholder, .footer-search input[type="search"]::placeholder { text-transform: uppercase; letter-spacing: 3px; }
.footer-search button { border-radius: 0 6px 6px 0; background:#717171; position: absolute; top: 0; right: 0; }
.footer-search button i { font-size:1.4rem; color:#fff; padding: 0 .4rem; }
.footer-search button:hover i { color: rgba(255,255,255,.9); }
.footer-search .search-popular-tags {text-align:center; margin: 0 0 2em;}
.footer-search .search-popular-tags li{margin: 0 5px 10px;display:inline-block;}
.footer-search .search-popular-tags a { display: inline-block; padding: 10px 20px; background: #be4238; color: #fff; text-transform: uppercase; font-weight: 700; position: relative; box-shadow: 0 0px 0px 0 rgba(0,0,0,.25); top: 0; transition: all .2s; }
.footer-search .search-popular-tags a:hover, .footer-search .search-popular-tags a:focus { text-decoration: none }
.footer-search .search-popular-tags li:hover a { top: -10px; box-shadow: 0 9px 8px 0 rgba(0,0,0,.25); }
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) {
    .usagov-search-autocomplete { font-size: 16px; }
}

.footer-search.footer-search-slim{}
.footer-search.footer-search-slim .footer-search-wrap { display: flex; justify-content: center; align-items:center; padding: 3rem 2rem;}
.footer-search.footer-search-slim .footer-search-input-wrap { margin: 0 20px 0; }
.footer-search.footer-search-slim h1 { margin: 0; }
.footer-search-slim .slice-angle-footer-search { background-image: linear-gradient(-3deg, rgb(44,54,56) 0%, rgb(44,54,56) 49.95%, rgb(49,59,61) 50%, rgb(49,57,60) 100%); background-repeat: no-repeat; }
@media (max-width: 1400px) { .footer-search.footer-search-slim h1 { margin: 0 0 2rem; }
  .footer-search.footer-search-slim .footer-search-wrap { display: block; }
  .footer-search.footer-search-slim .footer-search-input-wrap {margin: 0 auto;}
}
@media (max-width: 450px) {
    .footer-search h1 { font-size: 32px; margin: 0 0 2rem;}
}
	
}
#nav { 
			width: 874px;
			height: 48px;
			margin: 0;
			padding: 0;
			background: url(../images/menu.png) repeat-x;
			list-style: none;
			overflow: hidden
		}
		
		#nav li { 
			position: absolute;
			overflow: hidden;
			font-size: 1em;	 
		}
		
		#nav li, #nav li * {
	height: 58px
}
		#nav a { display: block }
		#nav em, #nav span {
	display: block;
	position: absolute;
	top: 0px;
	left: 1px;
	z-index: 1;
	background: url(../images/menu.png) no-repeat;
	cursor: pointer;
		}
		
		#nav span { display: none }
		
		#n-home { left: 0px }
		#n-home, #n-home * {
	width: 146px
}
		#n-home em { background-position: -0px 0 }
		#n-home:hover em, #n-home span, #home #n-home em { background-position: -0px -49px }
		
		#n-gallery, #n-gallery * { width: 159px }
		#n-gallery { left: 149px }
		#n-gallery em { background-position: -149px 0 }
		#n-gallery:hover em, #n-gallery span, #gallery #n-gallery em { background-position: -149px -49px }
		
		#n-about, #n-about * { width: 135px }
		#n-about { left: 308px }
		#n-about em { background-position: -308px 0 }
		#n-about:hover em, #n-about span, #about #n-about em { background-position: -308px -49px }
		
		#n-leave, #n-leave * { width: 116px }
		#n-leave { left: 443px }
		#n-leave em { background-position: -443px 0 }
		#n-leave:hover em, #n-leave span, #leave #n-blog em { background-position: -443px -49px }
		
		#n-service, #n-service * { width: 141px }
		#n-service { left: 559px }
		#n-service em { background-position: -559px 0 }
		#n-service:hover em, #n-service span, #service #n-service em { background-position: -559px -49px }
		
		#n-contact, #n-contact * { width: 171px }
		#n-contact { left: 700px }
		#n-contact em { background-position: -700px 0 }
		#n-contact:hover em, #n-contact span, #contact #n-contact em { background-position: -700px -49px }
		
		#nav .over { text-indent: -9999em }
		#nav .over em { background-image: none }
