

/* ++++++++++++++++++++++
jQuery lightBox plugin
 - Gallery style - 
+++++++++++++++++++++++++ */
/* title area */
.gallery_titleBox {
padding-left: 10px;
padding-top: 25px;
width: 890px;
}
.gallery_titleBox h2{
color:#0083C6;
font-size:20px;
font-weight:normal;
margin:0;
padding:0;
text-decoration:none;
}
.gallery_titleBox p {
color:#222222;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
line-height:15px;
margin:0;
padding-bottom:10px;
padding-top:0px;
text-align:left;
}

/* gallery area */
#gallery {
width: 650px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 30px;
padding-left: 10px;
}
#gallery .thumbnailBox { 
width: 120px;
height: 243px;
padding-right: 10px;
padding-bottom: 10px;
float: left; 
}
#gallery .thumbnail img {
border: 1px solid #FFF;
width: 120px;
height: 213px;
}
#gallery .thumbnail a:hover img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
border: 1px solid #0083C6; 
}
#gallery .caption {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #373737;
height: 30px;
padding-left: 2px;
line-height: 1.2em;
}

/* test gallery area */
#gallery_test {
width: 650px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 30px;
padding-left: 10px;
}
#gallery_test .thumbnailBox { 
width: 120px;
height: 243px;
padding-right: 10px;
padding-bottom: 10px;
float: left; 
}
#gallery_test .thumbnail img {
border: 1px solid #FFF;
max-width: 120px;
max-height: 213px;
}
#gallery_test .thumbnail a:hover img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
border: 1px solid #0083C6; 
}
#gallery_test .caption {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #373737;
height: 30px;
padding-left: 2px;
line-height: 1.2em;
}


/* ++++++++++++++++++++++
jQuery lightBox plugin
 - Popup style - 
+++++++++++++++++++++++++ */

#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: normal; font-size: 11px; }
#lightbox-image-details-currentNumber {
display: block; 
clear: left; 
padding-top: 1.0em;
padding-bottom: 1.0em; 
} 
#lightbox-secNav-btnClose {
width: 66px; 
float: right;
padding-bottom: 0.7em; 
}

/* ++++++++++++++++++++++
Case Study
   
+++++++++++++++++++++++++ */
#casestudy_leftCol {
width:585px;
float: left;
padding-right: 15px;
}
#casestudy_leftCol .casestudy_title {
font-size:14px;
color:#FF6418;
font-weight:bold;
line-height:16px;
padding-top: 0px;
padding-bottom:15px;
}
#casestudy_leftCol h4 {
font-size:13px;
line-height:16px;
font-weight:bold;
padding-top: 15px;
}
#casestudy_leftCol p {
color:#000000;
font-size:12px;
line-height:16px;
margin: 0px;
padding-top: 5px;
}
#casestudy_leftCol .downloadBox {
background-color: #F4F3F0;
padding: 10px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#casestudy_leftCol .download_title {
color:#0083C6;
font-size:12px;
line-height:16px;
font-weight: bold;
}
#casestudy_leftCol ul.dl_pdf {
padding-left: 15px;
}
#casestudy_leftCol ul.dl_pdf li {
font-size: 11px;
list-style-position: outside;
list-style-image: url(/images/bullet.gif);
list-style-type: none;
line-height: 14px;
padding-bottom: 5px;
color: #666666;
}
#casestudy_leftCol ul.dl_pdf li a {
font-size: 11px;
color: #666666;
text-decoration:underline;
}
#casestudy_leftCol ul.dl_pdf li a:hover {
font-size: 11px;
color: #333333;
text-decoration:underline;
}
#casestudy_leftCol ul.dl_pdf li span.pdfTitle {
font-size: 12px;
color: #666666;
font-weight:bold;
}

#casestudy_rightCol {
width:285px;
padding-left: 15px;
float: left;
padding-top: 15px;
}