html {
    background: white url(/img/site/body_bg.gif) repeat-x;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    background: white url(/img/site/body_bg.gif) repeat-x;
}
#bodyWrapper {
    width: 974px;
    margin: 0 auto;
}

/* Header */
#hd {
    z-index: 2;
    position: relative;
    height: 179px;
    margin-top: 15px;
    background: transparent url(/img/site/header_bg.png) no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/site/header_bg.png', sizingMethod='scale');
}

/* Navigation */
#topNav {
    margin: 0;
    position: relative;
}
#topNav li {
    background: #b9aa73 url(/img/site/topnav_bg.gif) center repeat-y;
    float: left;
    width: 161px;
    list-style-type: none;
    border: solid 1px white;
    border-right: none;
}
#topNav li.firstOfType {
    border-left: none;
    width: 162px;
}
#topNav li a {
    color: white;
    text-decoration: none;
    font-size: 80%;
    width: 162px;
    padding: 3px 0 2px 0;
    display: block;
    text-align: center;
}
#topNav li a:hover, #topNav li a.pageOn {
    background-color: #A60020;
}


/* Content */
#bd {
    border: #9b9b9a solid 1px;
    border-top: none;
    background-color: white;
    height: 615px;
    margin-top: -87px;
    padding-top: 87px;
    text-align: left;
    position: relative;
}
#leftColumn {
    width: 147px;
    float: left;
    padding-right: 15px;
    background: transparent url(/img/site/leftcolumn_bg.gif) repeat-x;
    height: 595px;
    border-right: 1px solid white;
}
body.home #leftColumn {
    display: none;
}
#leftColumnNav {
    margin-top: 20px;
}
#leftColumnNav li {
    list-style-type: none;
    margin: 9px 0;
}
#leftColumnNav li a {
    font-size: 90%;
    text-decoration: none;
    color: #83715c;
}
#leftColumnNav li a:hover, #leftColumnNav li.pageOn a {
    color: #A60020;
}
#rightColumn {
    width: 749px;
    float: right;
    height: 595px;
    padding: 0 40px 0 20px;
    color: #8f8f8f;
    font-size: 130%;
    line-height: 2;
    position: relative;
}
body.home #rightColumn {
    width: 100%;
}
.scrollText {
    height: 315px;
    margin-top: -10px;
    overflow: auto;
    width: 769px;
    padding-right: 20px;
}
.pageSplash {
    width: 809px;
    height: 279px;
    margin-left: -20px;
}
h2#pageTitle {
    height: 38px;
    margin-top: 50px;
    margin-bottom: 10px;
}
h2#pageTitle span {
    display: none;
}
h3 {
    margin: 30px 0 5px 0;
}
a {
    color: #A60020;
}
.btn_viewproject {
    float: right;
    margin: 5px 0 20px 20px;
    width: 156px;
    height: 47px;
}
body.home #frontSlide {
    height: 702px;
    margin-top: -87px;
    position: absolute;
    width: 972px;
    z-index: 0;
}

/* Footer */
#ft {
    border-top: #999999 solid 1px;
    color: #999999;
    font-size: 80%;
    margin: 15px auto;
    padding-top: 5px;
    width: 90%;
    text-align: right;
}
#ft a {
    color: #999999;
    text-decoration: none;
}
#ft a:hover {
    text-decoration: underline;
    color: #A60020;
}











/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
