@charset "UTF-8";
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #222222;
}
a {
	border:none;
	outline:none;
	text-decoration: none;
	color: #222222;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
input, textarea, select {
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	padding: 2px;
	margin-top: 2px;
}
td {
	text-align: left;
	vertical-align: top;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.sub-head {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	padding-top: 5px;
}
#utility-wrapper {
	background-image: url(http://clients.thearlandgroup.com/lockandload/images/bg-utility.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#utility-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	color: #222222;
}
#utility-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}
#utility-nav .float-left {
	float: left;
}
#utility-nav .float-right {
	float: right;
}
#nav-wrapper {
	background-color: #FFF;
	width: 100%;
}
#nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper {
	background-color: #FFF;
	width: 100%;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 21px;
}
#content .img-float-left  {
	border: 1px solid #333;
	float: left;
	margin-right: 12px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #CCC;
	height: 200px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #CCC;
	text-decoration: none;
}
#footer .float-left {
	float: left;
}
#footer .float-right {
	float: right;
}
.header {
	margin-top: 8px;
	margin-bottom: 8px;
}

