
/* ----- Generic styles ----- */
form
{
    margin: 0px;
    padding: 0px;
}

div
{
    padding: 0px;
    margin: 0px;
}
.clear
{
    clear: both;
}

.clear:after
{
    content: ".";
    display: block;
    font-size: 0%;
    line-height: 0%;
    height: 0px;
    visibility: hidden;
    clear: both;
}
a:active, a:focus
{
    outline: 0;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/* ----- Anchors ----- */

a
{
    font-size: 1em;
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #666666;
    text-decoration: none;
}

a img
{
    border: none;
}

/*******************************headers*******************************************/

h1
{
    margin: 0px;
    padding: 0px;
    font-size: 3em;
}


/*************************************text layout*******************************************/


/**********************************page structure***********************************************/


#maingrad
{
    background: url(../../Library/images/backgrounds/background_grad.jpg) repeat-y top center;
    width: 980px;
    margin: 0px auto;
    border: none;
}

#header
{
    width: 960px;
    margin: 0px auto;
    background: url(../../Library/images/backgrounds/headerGrad.jpg) repeat-x bottom;
}

.SSLogo1
{
    float: left;
    padding: 6px;
}

#mainpage
{
    width: 954px;
    margin: 0px auto;
    padding: 6px 0px 6px 6px;
    clear: both;
}

#footer
{
    width: 960px;
    background: #25262E url(../../Library/images/backgrounds/footerGrad.jpg) repeat-x bottom;
    margin: 0px auto;
    clear: both;
    height: 100px;
}



/*****************************************column layouts**********************************************/

#leftcols
{
    float: left;
    width: 648px;
}

.fourColLeft
{
    width: 642px;
    float: left;
    padding: 0px 0px 6px 0px;
}
.fullPageCol
{
    width: 948px;
    float: left;
    padding: 0px 0px 6px 0px;
}
ul.WRegLinks
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

ul.WRegLinks li
{
    display: inline;
    padding-left: 1px;
    margin-left: -3px;
    background: url(../../Library/images/backgrounds/sptNavBreak.jpg) no-repeat 0px 0px;
}

ul.WRegLinks a, ul.WRegLinks a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding: 1px 7px 0px 7px;
    margin: 0px 0px 0px 0px;
    line-height: 1.4em;
}

ul.WRegLinks a:hover, ul.WRegLinks a:active
{
    background: url(../../Library/images/backgrounds/sptNavOver.jpg) repeat-x;
}

.sptNav
{
    width: 960px;
    background: #D5D5D5 url(../../Library/images/backgrounds/sptNavGrad.jpg) repeat-x;
    border-bottom: #999999 2px solid;
    position: relative;
}

#pagetail
{
    width: 980px;
    background: url(../../Library/images/backgrounds/footerImg.jpg) no-repeat top center;
    margin: 0px auto;
    text-align: center;
    padding: 20px 0px 5px 0px;
    font-size: 0.9em;
    font-weight: bold;
    color: #666666;
    clear: both;
}

#pagetail .pagetailLinks
{
    width: 600px;
    padding: 5px 0px 0px 0px;
    margin: 10px auto;
    font-size: 1.1em;
}

