#header #home {font-size:12px; position:absolute; top:15px; right:50px; text-decoration:none;}

#header #home:hover {text-decoration:underline;}

#header #home:visited {color:#007AC2;}

body {background:url(/images/bg.jpg) repeat-y #7fbce0 center; font-family:Arial, Helvetica, sans-serif}

#wrap {width:980px; margin:0 auto;}

#header {height:135px; position:relative; background:transparent url(/images/pellets.jpg) no-repeat scroll 1px 0;}

#logo {position: absolute; top:40px; left:50px;}

#nav {height:34px; border-bottom:1px solid #666666; width:614px; position:absolute; right:0; bottom:0;}

#nav li {float:left; padding:10px 30px; border-right:#666666 1px solid;}

#nav li a { background:url(/images/nav.gif) no-repeat; display:block; text-indent:-9999px; height:14px;}

#nav #link-1 { background-position:0 -62px; width:163px;}

#nav #link-1:hover { background-position:0 -19px; width:163px;}

#nav #link-2 { background-position:-222px -62px; width:45px;}

#nav #link-2:hover { background-position:-222px -19px; width:45px;}

#nav #link-3 { background-position:-332px -62px; width:85px;}

#nav #link-3:hover { background-position:-332px -19px; width:85px;}

#nav #link-4 { background-position:-495px -62px; width:69px;}

#nav #link-4:hover { background-position:-495px -19px; width:69px;}

#nav #link-5 { background-position:-629px -62px; width:90px;}

#nav #link-5:hover { background-position:-629px -19px; width:90px;}

.last { border:none!important;}

.first {padding-left:0px !important;}

#content, #footer {padding: 0px 50px; width:880px; margin:0 auto;}

#content {padding-top:35px;}

blockquote {font-size:14px; font-weight:bold; color:#007ac2; line-height:2; margin-bottom:25px; }

blockquote span {color:#000; font-size:12px; display:block; line-height:1.25; font-weight:normal; margin-top:15px;}

#quote {position:relative; margin-top:45px}

.wrap {margin-bottom:75px; padding-top:30px; width:375px;}

#video {width:450px; position:absolute; top:0; right:0;}

#content #main .subhead {color:#007ac2; font-size:24px; font-weight: normal; line-height:2; margin:0;}

#main {padding-top:10px; clear: both;}

#main p, #main li {font-size:12px; line-height:2;}

#main ul {margin: 15px 0;}

#main li {margin-left:15px; list-style-type:circle;}

#footer {font-size:12px; text-align: right; padding-top:50px;  background: url(/images/pellets-2.jpg) no-repeat bottom right;}

#footer a {color:#000; text-decoration:none; padding-left:15px}

#footer a:hover {color:#007ac2;}

.headline {font-size: 35px; font-weight:normal; line-height:2; }

#content .subhead {margin-bottom:30px; font-weight:normal; font-size:15px;}

#legal {font-size:9px!important; border-top:1px solid #ccc; padding-top:30px; margin-top:30px; color: #666666;}

#legal h1 {font-size:9px !important; margin-bottom:5px; font-weight:bold;}

#legal h2 {margin-bottom: 5px;}

#legal p {margin-bottom:5px;}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 60px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */