/* CSS Document */
body {
background-image:url(/images/site/bg.jpg);
background-repeat:repeat;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
img {
border:0px;
}
h1 {
font-size:24px;
font-weight:300;
}
h2 {
font-size:18px;
font-weight:100;
}
a {
color:#0a61ab;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#container {
margin-left:auto;
margin-right:auto;
height:auto;
width:960px;
padding:0px;
background-color:none;
}
#headerOuter {
height:344px;
background-image:url(/images/site/headerbg.jpg);
background-repeat:repeat-x;
}
#header {
margin-left:auto;
margin-right:auto;
width:960px;
height:344px;
}
#logo {
float:left;
height:344px;
width:342px;
position:relative;
z-index:60;
}
#slide {
float:left;
width:640px;
height:290px;
position:relative;
top:10px;
margin-left:-25px;
overflow:hidden;
}
#lSide {
float:left;
width:240px;
min-height:300px;
}
#rSide {
float:left;
width:240px;
min-height:300px;
}
#nav {
list-style-type:none;
width:240px;
margin:0px;
padding:0px;
}
#nav li {
height:30px;
width:240px;
}
#nav a.currentPage {
background-image:url(/images/site/active.png);
background-repeat:no-repeat;
color:#faed23;
}
#nav a {
height:30px;
width:240px;
display:block;
text-transform:uppercase;
font-size:15px;
padding-left:20px;
padding-top:5px;
color:#000000;
text-decoration:none;
}

#nav a:hover {
background-image:url(/images/site/hover.png);
background-repeat:no-repeat;
}
#content {
padding:10px;
height:auto;
min-height:300px;
width:460px;
float:left;
font-size:15px;
font-weight:500;
}
#benefits {
float:left;
}
ul#benefits1 {
float:left;
width:200px;
padding-left:15px;
}
ul#benefits2 {
float:left;
width:200px;
padding-left:25px;
}
#contactUsToday {
text-align:center;
width:300px;
font-size:14px;
margin-left:80px;
}
div.testi {
margin-bottom:10px;
padding:7px;
}
#footer {
height:185px;
width:960px;
margin-left:auto;
margin-right:auto;
clear:both;
}
#footerOuter {
background-image:url(/images/site/footerbg.jpg);
background-repeat:repeat-x;
clear:both;
height:185px;
}

#copy {
width:300px;
color:#ffffff;
font-size:10px;
text-align:left;
position:relative;
top:50px;
right:10px;
}
#copy a {
color:#ffffff;
}
#copy2 {
color:#ffffff;
font-size:7pt;
text-align:left;
position:relative;
top:60px;
right:10px;
}
#footerGraphic {
background-image:url(/images/site/footergraphic.png);
width:406px;
height:165px;
float:right;
position:relative;
bottom:30px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
ul#faq {
list-style-type:none;
padding-left:0px;
}

p#checkBinSizes {
text-align:center;
width:350px;
font-size:16px;
margin-left:50px;
font-weight:bold;
}
#specialBox {
border:4px solid #f47c01;
text-align:center;
padding:10px;
margin-top:10px;
font-size:18px;
background-color:#e5cea2;
}
