﻿/* HTML5 ? Boilerplate */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}










/* Main Content */
#main-content { 
    background-color:#F1F1F1;
    padding-bottom:50px;
    background-image:url('/layout/header_shadow.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}
/* IE6 junk */
.ie6 #footer-main-nav {
    margin-left:14px;
}
.ie6 #footer-right {
    margin-right:14px;
    
}
 



 
/* Home End*/
/* Marquee */
#marquee {
    padding-top:30px;
    position:relative;
}
.marquee-nav {
    margin-top:10px;
}
#marquee .left-arrow,
#marquee .right-arrow {
    position:absolute;
    top:0px;
    width:20px;
    height:375px;
}
#marquee .left-arrow {
    background:url('/layout/marquee_left_arrow.png') no-repeat;
    left:-20px;
}
#marquee .right-arrow {
    background:url('/layout/marquee_right_arrow.png') no-repeat;
    right:-20px;
}
#marquee .left-arrow:hover,
#marquee .right-arrow:hover {
    cursor:pointer;
}
#marquee-images-wrapper {
    height: 374px;
    width: 948px;
    overflow: hidden;
    position:relative;
}
.marquee-items {
    width: 3792px;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
}
.marquee-items li { 
    float:left;
    list-style-type: none;
}
.marquee-nav li{
    float:left;
    margin:3px;
}
.marquee-nav a {
    background:url('/layout/dot_inactive.png') no-repeat;
    display:block;
    height:10px;
    width:10px;
}
.marquee-nav ul{
    margin: 0px auto;
    width: 64px;
}
.marquee-skip-to.active {
    background-image:url('/layout/dot_active.png');
 }
 

