.headerContainer{
    width:800px;
	bor/der:1px solid #000;
}

#divHeaderTop{
	width:800px;
	height:30px;
	margin:auto; /* Required by FireFox/Safari for content centering */
	text-align:left;
	bor/der:1px solid #000;
}

/**************/
/* Header Nav */
/**************/
.headerNav{
    width:800px;
    height:54px;
    marg/in-bottom:5px;
    
    text-align:center;
    
    bor/der:1px solid #fff;
}

.headerNavTable{
    width:805px;
    height:54px;
    margin:auto; /* Used for centering */
        
    background-image:url("../images/headerNav.png");
    background-repeat:no-repeat;
    
    bor/der:1px solid orange;
}

/* Header Text / Links */
.headerNavBarItem:link,
.headerNavBarItem:hover,
.headerNavBarItem:visited,
.headerNavBarItem:active{
    /* Inside nav button */
    font-family:Arial;
    font-size:100%;
    color:#FFFFFF;
    text-decoration:none;
}

.navSpacer{
    width:1px;
    vertical-align:top;
}

/* Highlight Settings */
.headerNavStartCell,
.headerNavEndCell{
    width:20px;
}

.headerNavItemCell{
    width:auto;
    vertical-align:top;    
    text-align:center;
    padding-top:15px;
    background-image:none;
}

.headerNavItemCell_Active,
.headerNavItemCell_CurrentActive{
    width:auto;
    vertical-align:top;    
    text-align:center;
    padding-top:15px;
    background-image:url("../images/headerNav_over.jpg");    
	background-repeat:no-repeat;
    cursor:pointer;
}

.headerNavStartCell_Active,
.headerNavStartCell_CurrentActive{
    width:20px;
    height:54px;
    background-image:url("../images/headerNav_left_over.jpg");
    cursor:pointer;
}

.headerNavEndCell_Active,
.headerNavEndCell_CurrentActive{
    width:20px;
    height:54px;
    background-image:url("../images/headerNav_right_over.jpg");
    cursor:pointer;
}

/******************/
/* Header Sub Nav */
/******************/
.headerSubNav{
/* .headerSubNav_Active */
    width:800px;
    height:25px;
    text-align:left;
    mar/gin-bottom:5px;    
    text/-align:center;
    bor/der:1px solid #000;
}

.headerSubNav{
    background-color: #FF9933;
}

/********/
/* Logo */
/********/
.divHeaderLogo{
	float:left;
}
