/* HTML */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 14px;
	background: #ffffff url() no-repeat;  
}
a {
	text-decoration: none;
	color: #494a4b;
}
a:focus, a:active {
	outline: none;
}
a:hover {
  	text-decoration: underline;
 	color: #003b67;
}
a img, img {
	border: none;
}
ul {
  	margin-left: 20px;
}
td {
  	vertical-align: top;
}
h1 {
	font-size: 18px;
	color: #003b67;
	font-family: "Arial Black";
	margin-bottom: 20px;
	font-style: italic;
}
h2 {
	font-size: 14px;
	color: #494a4b;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	color: #494a4b;
	margin: 20px;
}
/* GLOBAL */
#container {
	width: 980px;
	margin: 0 auto;
	font-family: Georgia;
}
/* HEADER */
#header {
	overflow: hidden;
	border-bottom: 5px solid #d02a42;
}
img#logo {
	float: left;
}
#headRight {
	float: left;
	width: 618px;
	text-align: right;
	color: #003b67;
	padding-top: 30px;
}
#headRight span.callUs {
	font-family: "Arial Black";
	font-size: 18px;
}
#topNav {
	font-family: Georgia;
	font-size: 16px;
	margin-top: 30px;
}
#topNav a {
	color: #003b67;
}
#topNav a:hover {
	color: #d02a42;
}
#topNav span.navDivide {
	margin: 0 1px;
}
/* CONTENT */
#content {
	padding: 50px 0 20px;
	overflow: hidden;
}
#homeRight, #homeLeft {
	float: left;
}
#homeLeft {
	width: 542px;
	margin-right: 20px;
	text-align: center;
	padding-top: 10px;
}
#homeLeft p.main {
	color: #646566;
	font-size: 18px;
	margin-bottom: 20px;
}
#homeLeft p.mainBold {
	font-family: "Arial Black";
	font-size: 18px;
	font-style: italic;
	color: #003b67;
}
#homeRight {
	width: 418px;
}
#homeRight img {
	border: 1px solid #bfbdbc;
}
#bin, #whyShred {
	float: left;
}
#bin {
	width: 351px;
	margin-right: 90px;	
}
#whyShred {
	width: 539px;
}
#whyShred p.why, p.about, p.bins, p.drop, p.contact {
	font-size: 14px;
	color: #494a4b;
	margin-bottom: 20px;
}
div#bins {
	border-top: 1px solid #d1d2d3;
	border-bottom: 5px solid #003b67;
	padding: 10px 0;
	overflow: hidden;
}
div#bins div.bin {
	padding: 0 100px;
	text-align: center;
	float: left;
	width: 126px;
}
div#bins div.binCenter {
	border-left: 1px solid #d1d2d3;
	border-right: 1px solid #d1d2d3;	
}
h2.plans {
	color: #494a4b;
	font-size: 18px;
	font-family: "Arial Black";
	margin: 10px 0;
	font-style: italic;
}
#planCol {
	border-top: 5px solid #d1d2d3;
	border-bottom: 5px solid #d1d2d3;
	overflow: hidden;
	padding: 10px 0;
}
#planCol div {
	float: left;
	color: #494a4b;
	font-weight: bold;
	width: 316px;
	padding-left: 10px;
}
#planBody {
	overflow: hidden;
}
#planBody div {
	float: left;
	width: 320px;
	margin: 10px 0;
}
#planBody div.planCenter {
	border-left: 1px solid #d1d2d3;
	border-right: 1px solid #d1d2d3;
	margin-left: 5px;
	width: 324px;
}
ul.plan, div.address ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
}
ul.plan li, div.address ul li {
	color: #494a4b;
	line-height: 1.2;
}
#dropLeft, #dropMap {
	float: left;
}
#dropLeft {
	width: 500px;
	margin-right: 40px;
}
#dropMap {
	width: 412px;
	height: 321px;
	border: solid 1px #003b67;
}
#locations div.address {
	float: left;
	width: 245px;
}
#locations div.address ul.info li, #locations div.address ul.info li a {
	color: #003b67;
}
#locations div.address ul.info li a:hover {
	color: #494a4b;
}
div.address ul li.loc {
	font-weight: bold;
}
div.address ul li.at {
	font-style: italic;
}
#locations {
	border-top: 5px solid #d1d2d3;
	margin-top: 40px;
	padding-top: 0;
}
img.sponsor {
	float: right;
}
#sponsor {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d1d2d3;
	text-align: center;
}
/* FOOTER */
#footer {
	overflow: hidden;
	border-top: 5px solid #003b67;
	color: #595a5a;
	font-size: 12px;
	padding: 20px 0 50px;
	font-family: Georgia;
}
#footer a {
	color: #595a5a;
}
#footer a:hover {
	color: #003b67;
}
#footLeft {
	float: left;
}
#footRight {
	float: right;
}