﻿/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
        
}

body
{
    background-color: #373737;
    font-family: Arial, Verdana, 'Times New Roman';
    color: #dddddd;
    background-size: 100%;
}

a, a:visited
{
    text-decoration: none;
    color: #dddddd;
}

a:hover
{
    color: #ffffff;
}


ul
{
    text-indent: 30px;
}

p
{
    margin-bottom: 20px;
}

#container
{
    width: 1240px;
    margin: 60px auto;
    position: relative;
    z-index: 150;
}

#content
{
    float: left;
    width: 960px;
    line-height: 1.6em;
    position: relative;
    z-index: 150;
}

#content h1
{
    clear: both;
    font-size: 1.3em;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    line-height: 1.6em;
    padding: 11px 0 10px 0;
}

#col1, #col2, #col3
{
    float: left;
    width: 305px;
}

#col1, #col2
{
    margin-right: 19px;
}

#strapline
{
    clear:both;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer
{
    font-size: 0.6em;
    line-height: 1.8em;
    color: #A0A0A0;
    border-top: 1px solid #A0A0A0;
    width: 960px;
}

#menu
{
    float: left;
    width: 200px;
    margin-left: 80px;
}

.menuitem
{
    text-align: center;
    border-bottom: 1px solid #ffffff;
    clear: both;
    height: 30px;
    padding: 12px 0 12px 0;
    line-height: 1.6em;
    width: 200px;
}

.menuitem .top
{
    border-top: 1px solid #ffffff;
}

.menuitem a, a:visited
{
    text-decoration: none;
    color: #dddddd;
}

.menuitem a:hover
{
    color: #ffffff;
}

#address
{
    font-size: 0.6em;
    line-height: 1.2em;
    text-align: center;
}

#redsweep
{
    background-image: url(/assets/images/red_sweep.png);
    height: 264px;
    width: 917px;
    bottom:0;
    position:fixed;
    _top:expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
}