﻿@charset "utf-8";

@font-face {
  font-family:'ApexNew-Bold';
  src:	url('ApexNew-Bold.eot');                                      /* IE9 Compat Modes */
  src:	url('ApexNew-Bold.eot?iefix') format('embedded-opentype'),    /* IE6-IE8 */
  		url('ApexNew-Bold.woff') format('woff'),                      /* Modern Browsers */
		url('ApexNew-Bold.ttf') format('truetype'),                   /* Safari, Android, iOS */
		url('ApexNew-Bold.svg#ApexNew-Bold') format('svg');           /* Legacy iOS */
  font-weight:normal;
  font-style:normal;
}
body {
	margin:25px;
	font-family:'Arial';
	font-size:16px;
	background-image:url('WarehousePeople.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
li {
	padding-bottom:10px;
	color:#0064a4;
}
.cssGray {
	color:#666666;
}
.cssSmallGray {
    font-size: 12px;
    color: #666666;
}
#cssBody {
	text-align:center;
}
.cssContainer {
	border:1px solid #989898;
	background-color:#E7E7E7;
	display:inline-table;
	margin:0px 25px 25px 0px;
	padding:25px 25px 15px 25px;
	border-radius:6px;
	width:200px;
	text-align:left;
	height:430px;
}
.cssContainer:hover {
	background-color:#E8E2A8;
}
.cssIconBox {
	background-color:#fff;
	padding:15px 10px 20px 10px;
	text-align:center;
	margin-bottom:30px;
	border-radius:6px;
}
.cssHeader {
	font-family: "ApexNew-Bold";
	font-size:22px;
	font-weight:bold;
	color:#333;
}
.cssSmallHeader {
    font-family: "ApexNew-Bold";
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.cssFooter {
	padding:10px 15px 15px 15px;
	background-color:#E7E7E7;
	border-radius:6px;
	border:1px solid #989898;
	max-width:600px;
	margin:10px auto 0px auto;
}
.cssBoldText {
	font-weight:bold;
	text-shadow: 1px 1px #000;
    color: #fff;
}
.cssListIndent {
    list-style-type: disc;
    padding-left: 20px;
}
a img {
	border:none;
}