@charset "UTF-8";
/* CSS Document */
strong {
	font-family:"news-gothic-std", sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:14.5px;
	line-height:18.5px;
	color:#094132;
	letter-spacing:.01em;
}

em {
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	line-height:18px;
	color:#636363;
	letter-spacing:.05em;
}

.quote-text {
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:21px;
	color:#ee3523;
	letter-spacing:.01em;
}

.text-bold {
	font-family:"news-gothic-std", sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:14.5px;
	line-height:19px;
	color:#636363;
	letter-spacing:.01em;
}

.text-regular {
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:18px;
	color:#636363;
	letter-spacing:.05em;
}

.title-red {
	color:#ee3523;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:19px;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.title-green {
	color:#094132; /* deep green */
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:20px;
    padding-bottom: 18px;
}

.sidebar-header-text {
	color:#fff;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:.04em;
	line-height:25px;
}

.sidebar-headers {
	color:#ee3523;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.sidebar-text {
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:12px;
	line-height:23px;
	color:#343434;
	letter-spacing:.05em;
}

.caption {
	font-family:"news-gothic-std", sans-serif;
	font-weight:500;
	font-style:italic;
	font-size:12px;
	color:#000;
	letter-spacing:.01em;
	text-align:center;
}

.footer-states {
	color:#fff;
	font-family:"news-gothic-std", sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:12px;
	line-height:20px;
	letter-spacing:.01em;
	}
	
.footer-contact {
	color:#fff;
	font-family:"news-gothic-std", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:12px;
	line-height:20px;
	letter-spacing:.01em;}

.footer-contact a {
	color:#fff;
}

.footer-reference {
	color:#c8c8c8;
	font-family:"news-gothic-std", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:11px;
	line-height:20px;
	letter-spacing:.01em;}

/*BODY----------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	margin:0;
	padding:0;
}

body {
	margin-left:auto;
	margin-right: auto;
	background-image:url(_images/bkg1.jpg);
	background-repeat:repeat;	
}

#wrapper  {	
	margin:0 auto;
	width:960px;
	height:inherit;
	-webkit-box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    box-shadow: 0px 0px 20px #999;	
}
	
#container  {	
	width:960px;
	height:100%;
	background-color:#fff;	
}

#logo {
	height:165px;
	width:177px;
	position:absolute;
	top:0;
	margin-left:16px;
	z-index:1000;
}
	
#logo img {
	-moz-box-shadow: 3px 3px 8px #333;
	-webkit-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333;
}


/*HEADER----------------------------------------------------------*/
#header-container{
	height:141px;
	width:960px;
	background-color:#094132;
	position:relative;
	padding:0;
	margin:0;
	float:left;
	}

.header-content {
	color:#b2d0c7;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.04em;
	text-align:right;
	padding-top:10px;
	padding-right:16px;
	}
	
.header-phone {
	color:#fff;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:25px;
	letter-spacing:1px;
	text-align:right;
	padding-top:5px;
	padding-right:16px;
	}

.header-phone a {
	color:#fff;
	}
	
.header-sub-nav {
	text-align:right;
	margin-top:5px;
	padding-bottom:5px;
	padding-right:55px;
	color:#fff;
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:13px;
	
	}
	
.header-sub-nav a:link, a:visited {
	color:#fff;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	}
	
.header-sub-nav a:active {
	color:#fff;
	text-decoration:none;
	}
	
.header-sub-nav a:hover {
	color:#ee3523;
	text-decoration:none;
	}
	
.header-main-nav {
	float:right;
	margin-top:-1px;
	position:absolute;
	bottom:0;
	right:0;
	}
		
.header-main-nav img{
	float:left;
	}
	
/*GALLERY----------------------------------------------------------*/

ul.slideshow {
	list-style:none;
	width:960px;
	height:278px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	float:left;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show{
	z-index:500;
	float:left;

}

ul.slideshow li:first p {
	float:left;
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:960px;
	height:52px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	z-index:500;
	background-image:url(_images/index-rotator-text-bkg.png);
	background-repeat:no-repeat;
	float:left;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:2000;
	float:left;
}

#slideshow-caption h3 {
	margin:0;
	padding:4px 0 0 6px;		
	color:#fff;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:.04em;
	float:left;
	clear:both;
}

#gallery p {
	padding:0 0 0 190px;
	margin-top:-24px;
	
	color:#ddefe9;
	font-family:"news-gothic-std", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:15px;
	text-transform:uppercase;
	line-height:20px;
	letter-spacing:.04em;
	float:left;
	clear:both;
	}

	
/*BANNER----------------------------------------------------------*/

#banner {
	height:125px;
	width:960px;
	background-image:url(_images/banner-military.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

.banner-text {
	position:absolute;
	bottom:0;
	left:0;
	float:left;
	padding: 0px 0 0 16px;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:48px;
	text-transform:uppercase;
	color:#fff;
}


/*CONTENT----------------------------------------------------------*/
#content {
	height:100%;
	width:960px;
	position:relative;
	float:left;
	background-color:#fff;
	z-index:1;
}

/*homepage content*/
.home-content {
	padding:16px 16px 16px 16px;
	height:100%;
}

/*interior page content*/	
.interior-content {
	padding:24px 24px 51px 24px;
	min-height:200px;
	width:569px;
	float:left;
	position:relative;
}

.interior-content-text-01 {
	float:left;
	font-family:"news-gothic-std", sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:14.5px;
	line-height:18.5px;
	color:#094132;
	letter-spacing:.01em;
}

.interior-content-text-02 {
	padding:20px 260px 20px 0px;
	float:left;
	position:relative;
}

.interior-content-text-02 img {
	position:absolute;
	top:0;
	right:0;
	padding:7px 0 0 10px;
	float:right;
}

.interior-content-text-03 {
	padding-right:260px;
	padding-top:20px;
	float:left;
	position:relative;
}

.interior-content-text-03 img {
	position:absolute;
	top:0;
	right:0;
	padding:16px 0 30px 10px;
	float:right;
}

.quote {
	background-image:url(_images/quote-military.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:-24px;
	padding:18px 0 20px 24px;
	width:585px;
	height:27px;
}

/*SIDEBAR-------------------------------------------------------------*/

#sidebar {
	width:343px;
	height:100%;
	background-image:url(_images/bkg2.png);
	background-repeat:repeat;
	float:right;
	color:#474747;
	padding-bottom:51px;
}

#sidebar-header {
	height:18px;
	background-color:#094132;
	padding:16px;	
}

#sidebar-header-government {
	width:311px;
	height:48px;
	background-color:#094132;
	padding:16px;
}

.sidebar-services {
	width:314px;
	padding:16px 0 0 24px;
}

.sidebar-markets {
	width:311px;
	padding:16px 0 0 24px;
	float:left;
}

/*QUICKLINKS----------------------------------------------------------*/
#quicklinks {
	height:320px;
	background-image:url(_images/bkg2.png);
	background-repeat:repeat;
	padding-bottom:50px;
	position:static;
	z-index:3;
}
		
#quicklinks-hr{
	position:absolute;
	z-index:1;
}
	
#rule-1 {
	position:relative;
	margin-left:316px;
	margin-top:16px;
	height:285px;
	float:left;
}

#rule-2 {
	position:relative;
	margin-left:315px;
	margin-top:16px;
	height:285px;	
	float:left;	
}

#quicklinks-content {
	z-index:999;
	position:absolute;
}

#quicklinks img {
	padding: 0 0 10px 0;
}
	
#more {
	float:right;
	margin:10px 16px 0 0;
	z-index:1999;
}

.quicklink-military {
	width:304px;
	padding:16px 0 16px 16px;
	float:left;
}
	
.quicklink-government {
	width:304px;
	padding:16px 0 16px 16px;
	float:left;
	}
		   
.quicklink-commercial {
	width:304px;
	padding:16px 0 16px 16px;
	float:left;
	}
	
#quicklinks li p {
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	color:#282c33;	
}

#quicklinks li {
	color:#094132;
	list-style:square;
	margin-left:30px;
}

/*COVID-19 SERVICES----------------------------------------------------------*/

.covid-services {
	width:490px;
	height:100%;
	background-image:url(_images/bkg2.png);
	background-repeat:repeat;
	float:right;
	color:#474747;
    margin-left:40px;
}

.covid-services-header {
	height:20px;
	background-color:#094132; /* dark green */
	padding:16px 25px;
}

.covid-services-header-text {
	color:#fff;
	font-family:"refrigerator-deluxe", sans-serif;
	font-weight:500;
	font-style:normal;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:.04em;
	line-height:26px;
}

.covid-services-text {
    padding: 17px 25px 18px;
}

.covid-services ul {
    padding-bottom: 6px;
}

.covid-services li p {
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:18px;
	color:#282c33;
    padding-bottom:4px;
}

.covid-services li {
	color:#094132;
	list-style:square;
	margin-left:30px;
}

.covid-services .covid-request-text {
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:18px;
	color:#282c33;	
}
	
.covid-services .covid-request-text a {
	color:#ee3523;
    text-decoration: underline;
}
	
		
/*FOOTER----------------------------------------------------------*/    	
#home-footer {
	height:125px;
	width:960px;
	margin-top:-35px;
	background-image:url(_images/footer.png);
	background-repeat:no-repeat;
	float:left;
	z-index:4;
	position:relative;
	}
	

#footer {
	height:125px;
	width:960px;
	margin-top:-35px;
	background-image:url(_images/footer.png);
	background-repeat:no-repeat;
	float:left;
	z-index:4;
	position:relative;
	}
	

.footer-text {
	padding:50px 0 0 87px;
	width:500px;
	height:70px;
	float:left;
	}
	
.footer-main-nav {
	width:257px;
	height:115px;
	float:left;
	padding: 13px 10px 0 0;
	text-align:right;
	vertical-align:text-top;
	}
	
.footer-sub-nav {
	width:93px;
	height:115px;
	float:left;
	text-align:left;
	padding:13px 0 0 10px;
	}
	
.footer-text li {
	list-style-type:none;
	list-style:none;
}

#footer-links li {
	list-style-type:none;
	list-style:none;
}

#footer-links li a:link {
	text-decoration:none;
	color:#fff;
	font-family:"news-gothic-std", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:.01em;
	}

#footer-links li a:visited {
	text-decoration:none;
	color:#fff;
	font-family:"news-gothic-std", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:.01em;
	}

#footer-links li a:active {
	text-decoration:none;
	color:#fff;
	font-family:"news-gothic-std", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:.01em;
	}	
	
#footer-links li a:hover {
	text-decoration:none;
	color:#b2d0c7;
	font-family:"news-gothic-std", sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:.01em;
	}


/* PAGES----------------------------------------------- */

/* ----------- about page ----------- */

#about-list{
	font-family:"news-gothic-std", sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:18px;
	color:#094132;
	letter-spacing:.05em;
	list-style:square;
}

.about-li {
	margin-left:40px;
}

li.about-li a, li.about-li a:visited {color:#094132; text-decoration:underline;}
li.about-li a:hover {color:#ee3523;text-decoration:underline;}
li.about-li a:active {color:#094132; text-decoration:underline;}


/* ----------- contact page ----------- */

#contact-info a {color:#636363;}