.pageFrame {
    min-width: 965px; 
    max-width: 1260px; 
    margin: 0 0 10px 15px;
}

#headerBlock {
    margin: 45px auto 45px auto; 
    width: 965px;
}

.navBlock {
    float: right;
    position: relative; 
    top: 10px;  
    left: -5px;
    z-index: 2000;
}

.navDiv {
    position: relative; 
    top:0; 
    left:0; 
    margin:0 10px;
}

img#servicesOn {
    border: none;
    display: inline-block;
    width: 51px;
    height:10px;
    background: url("images/nav_services.png") no-repeat 0 0;
}
#services {
  margin-left:auto;
  display: inline-block;
  width: 51px;
  height: 10px;
  background: url("images/nav_services.png") no-repeat 0 -10px;
}
#services:hover { 
  background-position: 0 0;
}
#services span {
  position: absolute;
  top: -999em;
}

img#portfolioOn {
  display: inline-block;
  width: 58px;
  height:10px;
  background: url("images/nav_portfolio.png") no-repeat 0 0;
}
#portfolio {
  margin-left:auto;
  display: inline-block;
  width: 58px;
  height: 10px;
  background: url("images/nav_portfolio.png") no-repeat 0 -10px;
}
#portfolio:hover { 
  background-position: 0 0;
}
#portfolio span {
  position: absolute;
  top: -999em;
}

img#clientsOn {
  display: inline-block;
  width: 43px;
  height:10px;
  background: url("images/nav_clients.png") no-repeat 0 0;
}
#clients {
  margin-left:auto;
  display: inline-block;
  width: 43px;
  height: 10px;
  background: url("images/nav_clients.png") no-repeat 0 -10px;
}
#clients:hover { 
  background-position: 0 0;
}
#clients span {
  position: absolute;
  top: -999em;
}

img#contactOn {
  display: inline-block;
  width: 46px;
  height:10px;
  background: url("images/nav_contact.png") no-repeat 0 0;
}
#contact {
  margin-left:auto;
  display: inline-block;
  width: 46px;
  height: 10px;
  background: url("images/nav_contact.png") no-repeat 0 -10px;
}
#contact:hover { 
  background-position: 0 0;
}
#contact span {
  position: absolute;
  top: -999em;
}


#portfolioPic {
    margin: 0 auto 15px auto;
    white-space: nowrap;
    width: 965px;
    height: 480px;
    overflow: hidden;
}

#splashPic {
    margin: 0 auto 15px auto;
    width: 960px;
    height: 600px;
    overflow: hidden;
}

.overlay {
    display: none;
    background-color: #f2efe9; 
    color: #666666;
    font-family:Geogrotesque-Medium; 
    font-size: 10px; 
    padding: 2px 6px;
    margin: 10px 0 0 0;
}

.overlayPrev:hover > .overlay {
    display: block;
}
.overlayNext:hover > .overlay {
    display: block;
}

.portfolioCopy {
    margin: 0 auto 10px auto;
    width: 965px;
    font-family:Geogrotesque-Medium; 
    text-transform: uppercase;
    white-space: pre;
    overflow: hidden;
    font-size:10px; 
    letter-spacing:1px; 
}

.portfolioNav {
    color: #000000;
    text-decoration: none;
}
.portfolioNav:hover {
    color: #9f615f;    
}

#portfolioThumblist {
    margin: 0 auto 0 auto;
    width: 965px;
}

.portfolioThumb {
    height: 100px;
    float: left;
    padding: 0 2px 2px 0;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.portfolioThumb:hover {
    height: 100px;
    filter: alpha(opacityo=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
}

.pageHeader {
    color: #9f615f;
    text-transform: uppercase;
}

.supText {
    font-size: .55em; 
    vertical-align: super; 
}

.clientList {
    line-height: 26px;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}

.clientColumn {
    float:left;
    display: inline-block;
    width: 193px;
}

.servicesCopy {
    margin: 0 auto 10px auto;
    padding: 0 620px 0 0;
    width: 345px;
    height: 500px;
    font-family:Geogrotesque-Medium; 
    white-space: pre-wrap;
    font-size:13px; 
    letter-spacing:0; 
}

.clientsCopy {
    margin: 0 auto 15px auto;
    width: 965px;
    font-family:Geogrotesque-Medium;
    white-space: pre-wrap;
    font-size: 13px; 
    letter-spacing: 0; 
}

.contactCopy {
    margin: 0 auto 10px auto;
    padding: 0 620px 0 0;
    width: 345px;
    height: 500px;
    font-family:Geogrotesque-Medium; 
    text-transform: uppercase;
    white-space: pre-wrap;
    font-size:13px; 
    letter-spacing:0; 
}

.contactLink {
    text-decoration: none;
    color: #000000;
}

.contactLink:hover {
    text-decoration: underline;
    color: #666666;
}