﻿html 
{
    overflow-y:scroll;  /* Ensures that FF shows vertical scroll bar */
}

body
{
    margin:0px;
    padding:0px;
	background-color:#ffffff;
	visibility:visible !important;
    background-image:url(images/SiteBG.gif);
    background-repeat:repeat-x;
}



/* Full span page header */
#siteHeader
{
    width:100%;
    top:0px;
    height:151px;               /* Make sure that #siteContent margin is updated on changes here */
    position:absolute;
}

/* The actual site header */
#siteHeaderContent 
{
    width:900px;
    margin:0px auto;
    height:151px;
    background-image:url(images/AWICSHeaderLogo.jpg);
    background-repeat:no-repeat;
    position:relative;
}

/* Full Span site footer */
#siteFooter
{
    width:100%;
    height:50px;                /* Make sure that #siteContent margin is updated on changes here */
    bottom:0px;
    margin: 0px;
    position:fixed;
    border-top:solid 2px #a0b992;
    padding:6px 20px 0px 20px;
    font-family:Verdana, Sans-Serif, Arial; 
    background-color:#fff; 
}

#footerLinks 
{
    margin:0px auto;
    text-align:center;
    width:900px;
}

#footerLinks a
{
	color:#4b4b4b;
	font-size:12px;
	font-weight:bold;
}

#footerLinks a:hover {
	color:#000000;
}

#footerCopyrightNotice
{
    width:900px;
	margin:5px auto 0px auto;
	text-align:center;
	font-size:10px;
	color:#949494;
}

#footerCopyrightNotice a
{
	color:#333;
}

#footerCopyrightNotice a:hover
{
	color:#000000;
}

#cipfaAssuranceLogo { position:absolute; text-align:left; top:4px; left:4px; width:110px; height:77px; }

#nvcoAssuranceLogo { position:absolute; text-align:left; top:4px; left:120px; height:77px; }

/* Contains the actual pages contents */
#siteContent
{
    width:900px;
    margin:0px auto 80px auto; /* The top and bottom margin should equal header and footer heights */
    background-color:#ffffff;
    position:relative;
    top:170px;
    padding-bottom:80px;
}

/* Repositions Anchors to have linked content show up below header rather than behind it */
.anchor {position:relative; top:-110px; }


