/* body     { background-image: #url("../images/body-bg.gif");background-color: #f2f3e0; background-repeat: repeat-x } */




#header
{  
background: #000000 url(../images/header-bg.jpg) repeat-x 1000px 0;
}

#header-left
{ 
background: url(../images/header-img.jpg) no-repeat;
}

/*content area*/

#b-content ul li
       { list-style-image: url(../images/bullet.gif) }

#b-content ul li li
             { list-style-image: url(../images/bullet.gif) }

#b-content ul li li li
          { list-style-image: url(../images/bullet.gif) }

.chapman_results {width: 97%}

.chapman_results td {width: auto} 

.line {border-bottom:1px solid #CCCCCC; line-height:0.4em; margin-top: 4px; margin-bottom: 4px; padding:0pt;} 

/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
} 


