/****** 
HEADER/SUBHEADER
******/ 
#header 
{
	font-size: 12px; 
}

    #header .SiteTitle
    {
        float:left;
        color: white;
        line-height: 1.3em;
        text-shadow: 2px 2px 4px #D3D3D3;
    }

#header .header_background
{
	background: Transparent url('../../image/graphic/header_background.jpg') no-repeat scroll 0 -13px;
    height:80px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

#header.subheader_background
{
	background: #3b476a url('../../image/graphic/subheader_background.png') repeat-x scroll left bottom; 
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

    #header .subHeaderText
    {
        padding-top: 5px;
    }

#header .subheader
{
	vertical-align: bottom;
	padding-bottom: 2px;
}

#header .header_image_nelis
{
	width: 377px;
	height: 56px;
	background: Transparent url('../../image/graphic/header_nelis.png') no-repeat scroll 0 0; 
	display: inline-block;
}

#header .seal_image
{
	width: 100%;
	height: 108px;
	background: Transparent url('../../image/graphic/nv_seal.png') no-repeat scroll center 0; 
}

#header .nv_leg_link
{
	padding-left: 15px;
	height: 15px;
	background: Transparent url('../../image/graphic/Icons/nv_leg.png') no-repeat scroll 0 0; 
}

#header .home_link
{
	padding-left: 20px;
	padding-right: 15px;
	height: 15px;
	background: Transparent url('../../image/graphic/Icons/home-medium.png') no-repeat scroll 0 0;
}

#subheader
{
	background: Transparent url('../../image/graphic/subheader_background.png') repeat-x scroll 0 0; 
	height: 28px;
}


/****** 
FOOTER
******/
.footer
{
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	background: Transparent url('../../image/graphic/footer_background.png') repeat-x scroll 0 0; 
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .footer .text
    {
	    padding: 26px 0px 36px 0px;
	    color: #444;
    }

    .footer .footerIcon
    {
        background-position: center; 
        display: block; 
        background-image: url('../../image/graphic/footer.png'); 
        background-repeat: no-repeat; 
        height: 65px; position: relative; 
        top: -8px;
    }