﻿
/* header styles ********************************/

#header {
background:url('../images/secondaryHeaderBG2.png');
height:131px;
}

#header .left {
height:125px;
}

#header .right {
background-image:url('../images/headerRight2.png');
height:131px;
width:228px;
}

/*********************************/
/*              NAV              */
/*********************************/

#main .primaryNavigation {
top:-12px;/*moves nav a little further up*/
}

/*********************************/
/*           SLOGAN              */
/*********************************/

#header .secondarySlogan {
background-image:url('../images/secondarySlogan.gif');
position:absolute;
bottom:-1px;
right:15px;
width:329px;
height:34px;
background-repeat:no-repeat;
z-index:10;
}

#header .secondarySlogan span {
display:none;
}

/*********************************/
/*     TOPNAV buttons            */
/*********************************/

#header .button {
background:url('../images/hdrButton.gif') no-repeat;
height:22px;
width:105px;
padding:2px 0 0 0;
text-align:center;
color:#000000;
font-family:Arial;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
font-size:.8em;
}

#header .btnHome {
position:absolute;
top:0px;
right:130px;
}

#header .btnContact {
position:absolute;
top:0px;
right:23px;	
}