﻿.pageBanner
{
    width: 100%; /*variable*/
    height: 220px;
    background-repeat: repeat-x; /*variable*/
    background-image: url(../../images/template/bgRepeatSubHeader.jpg); /*variable*/
}

.pageBanner .content
{
    width: 972px;
    margin: 0px auto;
    text-align: left;
    background-repeat: no-repeat; /*variable*/
    background-image: url(../../images/template/bglogoBottom.jpg); /*variable*/
    background-position:left top;
}

.pageBanner
{
}

.pageBanner .content .innerConent
{
    margin-left:24px;
    width:948px;
    overflow:hidden;
    height:176px;
}

.pageBanner .content .innerConent a
{
    color: blue;
	text-decoration: underline;
}

.pageBanner .content .innerConent a:hover
{
    color: blue;
	text-decoration: none;
}

.pageBanner .content .innerConent a.redLink
{
    color: Red;
}

.pageBanner .content .innerConent a.greenLink
{
    color: green;
}


.pageButtonBar
{
    width: 100%; /*variable*/
    height: 67px;
    background-repeat: repeat-x; /*variable*/
    background-image: url(../../images/template/bgRepeatSubNav.jpg); /*variable*/
}

.pageButtonBar .content
{
    width: 972px;
    margin: 0px auto;
    text-align: left;
}


.pageContentArea
{
    background-repeat: repeat-x; /*variable*/
    background-image: url(../images/template/bgRepeatTitle.jpg); /*variable*/
    background-position:top;
}



.pageContentAreaWrapper a
{
    color: blue;
	text-decoration: underline;
}

.pageContentAreaWrapper a:hover
{
    color: blue;
	text-decoration: none;
}

.pageContentAreaWrapper a.redLink
{
    color: Red;
}

.pageContentAreaWrapper a.greenLink
{
    color: green;
}



.leftColumn .top
{
    height:49px;
    width: 740px;
    background-repeat: no-repeat; /*variable*/
    background-image: url(../../images/template/bgTitleHome_1.jpg); /*variable*/
}

.leftColumn
{
    width: 740px;
}

.leftColumn .content
{
    margin-left:20px;
    margin-right:20px;
}

.rightColumn
{
    width: 218px;
   background-repeat: no-repeat; /*variable*/
    background-image: url(../../images/template/homeContentRight.jpg); /*variable*/
}

.rightColumn .content
{
     min-height:545px;
     margin:20px;
}



.pageButtonBar .content
{
    width:972px;
    height:67px;
}

#subNavList {width: 972px; height: 67px; background: url('../../images/template/SecondaryNav.jpg') no-repeat; top: 0px; margin: 0px; padding: 0px; position: relative; left: 0px;}
#subNavList li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#subNavList li, #subNavList a {height: 67px; display: block;}
#navigation1 {left: 0; width: 239px;}
#navigation2 {left: 239px; width: 248px;}
#navigation3 {left: 487px; width: 246px;}
#navigation4 {left: 733px; width: 239px;}
#navigation1 a:hover { background: transparent url('../../images/template/SecondaryNav.jpg') 0 -67px no-repeat;}
#navigation2 a:hover { background: transparent url('../../images/template/SecondaryNav.jpg') -239px -67px no-repeat;}
#navigation3 a:hover { background: transparent url('../../images/template/SecondaryNav.jpg') -487px -67px no-repeat;}
#navigation4 a:hover { background: transparent url('../../images/template/SecondaryNav.jpg') -733px -67px no-repeat;}
#subNavList span { display: block; width: 0; height: 0; overflow: hidden;}
