html, body, div { margin:0; padding:0; }

body {
   font: 100% Verdana, Ariel, Helvetica, sans-serif;
   color: #111;
   background: #fff;
}

a {
   text-decoration: none;
   color: #870000
}

.footer,
.clear {
   clear: both;
}

#container {
   position: relative; 
   width: 800px; 
   margin: 15px auto; 
   background: transparent url(bg.png);
}

#head {
   height: 168px; 
   width: 800px;
}

#logo {
   height: 168px; 
   width: 800px; 
   background: transparent url(head.png) no-repeat;
}

#logo h1 {
   display: none;
}

#headbanner {
   position: absolute;
   top: 38px;
   left: 440px;
}



#actionwords {
   font: 12pt Garamond, Ariel, Helvetica, sans-serif;
   font-weight: bold;
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-transform: uppercase;
}

#actionwords .word {
   margin: 4px 0;
}

#actionwords .word a:hover {
   color: #cb9999;
}

#actionwords li ul {
   font: 9pt Ariel, Helvetica, sans-serif;
   margin: -1px 0 -1px 13px;
   padding: 0;
   color: #555;
   list-style-type: none;
   text-transform: none;
}

#main {
   width: auto; 
   margin: 0; 
   padding: 0; 
   min-height: 450px;
   background: transparent url(bg_column.png) repeat-y; 
}

#main .column {
   margin: 0 0 10px 32px;
   float: left;
   width: 129px;
   height: 454px;
   background: transparent url(decor_column.png) no-repeat; 
}
   
#main .content {
   margin-left: 161px;
   padding: 45px 20px 20px 20px;
   font-size: 85%;
   line-height: 140%;
   text-align: justify;
}

/*** NAV ***/
#nav {
   margin: 0;
   padding: 0;
   width: 623px;
   border: 2px solid #975;
   background: transparent;
   height: 2.7ex;
   position: absolute;
   top: 164px;
   left: 167px;
/* 
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
*/ 
}

#nav li ul {
   margin: 0;
   padding: 0;
}

#nav a {
   text-decoration: none;
   text-transform: uppercase;
   color: #870000;
}

#nav a:hover {
   color: #fcfcfc;
   background: #870000;
}

#nav li {  /*float the main list items*/
   margin: 0;
   float: left;
   display: block;
   padding: 0;
}

#nav-about a {
   text-align: center;
}

#nav-gallery a {
   text-align: right;
}

#nav li a {  /*for all links in the list*/
   font-weight: bold;
   display: block;
   height: 1.8ex;
   width: 13.75ex;
   padding: 3px 16px 5px 16px;
}

#nav li ul,
#nav-consulting ul {
   display: none;
}

#nav li ul li {  /*float the main list items*/
   float: none;
}

#nav-services ul,
#nav-about ul {  /*put the subnavs below*/
   position: absolute;
   top: 23px;
   padding-top: 15px;
   background: #e5d3b3;
   font-size: smaller;
   border: 2px solid #975;
   border-top: none;
}

#nav-consulting ul {
   position: absolute;
   top: 0px;
   left: 144px;
   padding-left: 5px;
   background: #e5d3b3;
   font-size: smaller;
   border: 2px solid #975;
   border-left: none;
   white-space: nowrap;
}

#nav li ul a {
   width: auto;
   text-align: left;
}

#nav .main-nav:hover ul,
#nav .main-nav.over ul,
#nav-consulting:hover ul {  /*  display the other topics when their parent is hovered */
   display: block;
   z-index: 3000;
}

/*** PP Gallery ***/
#gallery-image {
   background: #fff url(bg.png);
}

#gallery-image #container {
   background: none;
}

#gallery-image #main {
   background: none;
}

#gallery-image #main .content {
   margin: 0;
   padding: 20px;
}

#gallery-image #nav {
   position: static;
   margin: auto;
}

#gallery-image h2 {
   font-weight: normal;
}

#gallery-wrapper {
   margin: auto;
   padding: 0;
}

#gallery #gallery-wrapper {
   padding: 20px 7px 0 30px;
}

#gallery-wrapper h4 {
   margin: 5px;
   letter-spacing: 0.5ex;
   text-align: center;
}

#gallery .content,
#gallery-image .content {
   font-size: 80%;
   line-height: 150%;
}

#gallery #main .content {
   padding: 20px 0;
}

#gallery-nav {
   float: right;
   border: 2px solid #975;
   margin-top: 10px;
   padding: 3px 8px;
   text-align: left;
   width: 160px;
   font-weight: bold;
}

#gallery-image #gallery-nav {
   display: none;
}

#gallery-nav ul {
   margin: 0;
   padding: 0;
}

#gallery-nav li {
   list-style: none;
   margin: 0;
   padding: 0;
}

#gallery-nav .allcat {
   display: none;
}

#gallery-nav a {
   display: block;
   padding: 0 0 0 13px;
}

#gallery-nav a:hover {
   background: #870000;
   color: #fff;
}

#gallery-thumbs {
   width: 450px;
}

#gallery-thumbs a img {
   float: left;
}

#gallery-image #image {
   clear: both;
}

#gallery-thumbs a img,
#gallery-image a img {
   padding: 5px;
   margin: 8px;
   border: none;
}

#gallery-thumbs a:hover img,
#gallery-image a:hover img,
#gallery-image .current-thumbnail {
   border: 5px solid #870000;
   padding: 0px;
}

/* Form Styles */
#formbox {
   font-size: 85%;
}

#formbox td input,
#formbox td textarea {
   border: solid 1px #ddd;
   padding: 2px 2px 2px 3px;
   margin: 2px 0 2px 0;
}

#formbox td.buttons input {
   background: #f3f3f8;
}

/* Contact Footer */
#contact {
   font-size: 85%;
   margin: 5px auto;
   padding: 5px;
}