body {
    background:url('images/carpAustinBG.jpg') no-repeat top center #379;
    margin: 0 auto;
    padding:0;
    width: 780px;
    font: 1em Arial, Helvetica, sans-serif;
    color:#111;
}

.hide{
    position:absolute;
    margin-left:-999px;
    }

.header{
    margin-left:5px;
    }
    
.header img, .header p{
    display:inline;
    }
    
.header img{
    float:left;
    }
    
.header p{
    float:right;
    font:1.5em perpetua, garamond, times;
    padding-top:10px;
    color:#fff;
    }
    
.header a{
    color:#ddd;
    }

h2 {
    font-size:1.2em;
    margin: 0;
    color:#379;
}

h2 em {
    font: normal 80%/100% Arial, Helvetica, sans-serif;
    color: #f90;
    font-weight:600;
    padding-left:28px;
}
    
a:hover{
    color:#f90;
    }

p, ol{
    padding: 0 0 15px 3px;
    }

a{
    color:#379;
    }

/* =========================================================
Navigation
========================================================= */

.topNav{
    clear:both;
    white-space:nowrap;
    padding-top:14px;
    margin-left:15px;
    }

.topNav li{
    background:url('images/navAngle.png') right bottom no-repeat transparent;
    font-family:Calibri, Arial, Helvetica, sans-serif;
    padding-right:17px;
    display:inline;
    }
    
.topNav li a{
    background:#379;
    margin-left:0;
    padding:1px 4px 0 4px;
    color:#fff;
    }

.topNav li:hover, li.active{
    background:url('images/navAngleHOVER.png') right bottom no-repeat transparent;
    padding-right:17px;
    display:inline;
    }
    
.topNav li a:hover, li.active a{
    background:#333 !important;
    margin-left:0;
    padding:1px 4px 0 4px;
    color:#D0E1E8;
    }
    
.barns{
    width:150px;
    }
    
/* ====================================================
Subpage Headers
==================================================== */

.MAINsubHeader, .subHeader{
    margin-top:-225px;
    background:url('images/subHeaderBG.png') top left no-repeat transparent;
    width:780px;
    height:250px;
    }

.MAINsubHeader img, .MAINsubHeader h1, .MAINsubHeader p,
.subHeader img, .subHeader h1, .subHeader p{
    float:left;
    }

.subHeader img{
    padding:20px 0 0;
    }
    
.MAINsubHeader h1, .MAINsubHeader p,
.subHeader h1, .subHeader p{
    width:350px;
    }
    
.MAINsubHeader h1, .subHeader h1{
    font-size:1.7em;
    font-weight:600;
    margin:30px 0 8px 20px;
    padding-left:5px;
    background:#222;
    border-bottom:solid 3px #379;
    color:#379;
    }
    
.MAINsubHeader p, .subHeader p{
    font-size:1em;
    color:#fff;
    padding-left:23px !important;
    }
    
.subHeader img{
    padding:6px;
    }

/* =========================================================
Slideshow styling.
==========================================================*/

.slideshow {
    float:left;
    position:relative;
    width:350px;
    height:227px;
    padding:0;
}

.slideshow IMG {
    position:absolute;
    top:6px;
    left:6px;
    z-index:8;
    opacity:0.0;
}

.slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

.slideshow IMG.last-active {
    z-index:9;
}
    
/* ===============================================
Content styles
=============================================== */

#container{
    width:780px;
}

#content{
    float:left;
    background:url('images/contentShadowBG.gif') top left repeat-x #fff;
    margin:225px 0 0;
    padding-bottom:20px;
}

ol{
    float: left;
    margin: 0 0 0 20px;
    display: block;
    color: #333;
    font-size: .8em;
}

ol li{
    margin: 0 0 5px;
}

/* ===============================================
Image Replacement styles
=============================================== */

.displayHeader, .display{
    margin-left:5px;
    clear:both;
    }
    
.displayHeader p{
    padding: 0 0 15px 0;
}

.largeImg{
    float:left;
    border: solid 1px #D0E1E8;
    width: 425px;
    height: 340px;
    padding: 3px;
    margin: 0 10px 0 0;
}

.display h3, #rightContainer h3{
    float:left;
    width:290px;
    font-size:1.1em;
    font-weight:600;
    color:#379;
    padding:0 0 5px 3px;
    }
    
.display ul{
    float:left;
    padding-bottom:3px;
    }

.display ul li{
    float:left;
    display:inline;
    padding-left:3px;
}

.display ul li img{
    float:left;
    border: solid 1px #D0E1E8;
    width: 70px;
    height: 70px;
    padding: 3px;
}

.LGdisplay ul li img{
    float:left;
    border: solid 1px #D0E1E8;
    width: 140px;
    height: 140px;
    padding: 3px;
}

.display ul li img:hover{
    border-color: #F90;
}

.displayHeader{
    padding:5px;
    }
    
/* ===============================================
Home page Body Navigation
=============================================== */

.bodyNav{
    padding-left:4px;
    height:307px;
    }
    
.bodyNav li{
    float:left;
    display:inline;
    padding: 0 4px 0 9px;
    width:169px;
    margin: 1px 6px;
    height:307px;
    /*background: url(images/dockStationBG.gif) 0 0 no-repeat transparent;*/
    background: transparent;
    }
    
.bodyNav li:hover{
    background: #f4f4f4;
    border: 1px solid #ccc;
    margin: 0 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*background-position: -187px 0;*/
}
.bodyNav li a{
    color:#111;
    }
    
.bodyNav li a:hover{
    cursor:pointer;
    color:#f90;
    }
    
.bodyNav strong{
    display:block;
    font-size:20px;
    padding:15px 0 8px;
    color:#379;
    }

.bodyNav img{
    padding: 0 0 8px;
    }

/* ===============================================
Right Container form
=============================================== */

#rightContainer{
    width: 300px;
    float: right;
    margin: 0 20px 0 0;
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
}

/* ===============================================
Contact form
=============================================== */

.contactForm h2{
    clear:both;
    }
    
.contactForm p, .contactForm h2, .contactForm form{
    padding-left:20px;
    }

/* ===============================================
Footer
=============================================== */

#footer{
    background:url('images/footer.gif') bottom center no-repeat #fff;
    clear:both;
    width:780px;
    height:120px;
    padding-top:5px;
    font-size:.9em;
    color:#fff;
    }
    
#footer ul li{
    display:inline;
    padding:0 10px;
    }
    
.footerNav, .footerContact, .footerCredits{
    text-align:center;
    }
    
.footerNav{
    padding-top:5px;
    }
    
.footerCredits{
    padding-top:2px;
    font-size:.8em;
    }
    
.hiddenKeywords{
    padding-top:50px;
    color:#379;
    font-size:10px;
}

/* ===============================================
Email forms
=============================================== */

.formClear {clear:both;}
.formRequired {color:red;}
.formSpacer {background-color:#CCC; }
.formTable { }
.formTable td { border: solid white 3px;}

/* ==============================================
jquery Lightbox Plugin CSS
============================================= */

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0;
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%;
    float: left;
    text-align: left;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#jquery-overlay{
    width:100% !important;
    background:#379 !important;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
    padding: 10px;
}

#gallery p, #gallery h3, #gallery ul{
    clear:both;
}

#gallery p{
    font-size:.85em;
    width:500px;
}

.projectsPage #gallery p{
    width: auto;
    float: left;
}

.projectsPage #gallery{
    width: 350px;
    float: left;
}

.projectsPage #gallery ul{
    margin: 0 0 20px;
}

#gallery ul img {
    padding: 5px;
}

#gallery ul a:hover img {
    padding: 5px;
    color: #fff;
}

#gallery ul a:hover {
    color: #379;
}

/* Thank you page */

#thankYou{
    background:#fff;
    padding:100px 0 0 100px;
}

#thankYou p{
    color:#333;
    background:none;
}

#thankYou a{
    color:#555;
    background:none;
}

#thankYou a:hover{
    color:#379;
    background:none;
}

#thankYou ul li a, #thankYou ul li a:hover,
#thankYou ul li{
    background:none;
}

#thankYou h1{
    font-size:1.8em;
    color:#379;
    padding:50px 0 0 20px;
}

#thankYou p{
    font-size:1.3em;
    padding-left:20px;
}
