/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

div#exec { margin: 30px 10px 10px 50px;}

div#exec h1 {font: normal 16px Arial, Helvetica, sans-serif; color:#FFF; text-transform: uppercase;}

ul#box { position: relative; list-style: none; width: 420px; padding: 0 0; margin: 0 0;}

ul#box li {background-image:url(../img/lb_a.jpg); background-repeat: no-repeat; font: normal 12px Arial, Helvetica, sans-serif; padding: 0 0; margin: 0 0;}

ul#box li a { width: 420px; height: 30px; display: block; text-decoration: none; color:#000066; padding-top: 8px; text-indent: 70px; border-bottom: 1px solid #74A7CC;}

ul#box li a:hover {background-image:url(../img/lb_hover.jpg); background-repeat: no-repeat; }


#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}



div#card {width: 363px;}

td#chrome {height: 18px;}

td#headshot { width:79; border-left: 2px solid #394753; border-bottom: 2px solid #394753;}

td#contact { padding-left: 20px; font: 12px Arial, Helvetica, sans-serif; color:#000066; width: 260px; background: #F2F6F9 url(../execs/cards.jpg) right no-repeat; border-right: 2px solid #394753; border-bottom: 2px solid #394753; text-align:left;}


#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}
