/* changes to nav */
li#nav1 a:hover { background: transparent url('../imgs/globalnav.gif')   0px -29px no-repeat; }
li#nav2 a:link  { background: transparent url('../imgs/globalnav.gif') -95px -29px no-repeat; }

/* content area */

#content {
	       margin-top: 5px;
  		   border-top: 1px dotted #444444;
  	       border-left: 1px dotted #444444;
           border-right: 1px dotted #444444;
           width: 100%;
         }

#workdetails {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	float: left;
	padding-bottom: 3em;
}

#workdetails h2 {
	font-size .5em;
	padding-top: 58px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background: url('../work/imgs/worksel.gif') no-repeat;
}

#workdetails h3 {
	color: #444444; 
	font-size: 11px; 
	font-family: gill sans, arial, sans-serif; 
	text-align: left; 
	padding: 2px 5px 2px 14px; 
	margin: 0; 
	text-transform: uppercase; 
	letter-spacing: 1px;  
}

#workdetails h4 {
margin: 0;
padding: 0 5px 2px 14px;
font-size: 11px;
font-family: arial, sans-serif;
color: #000000; 
text-transform: lowercase;
font-weight: normal;
font-style: italic;
}

#workdetails p {
margin: 10px 11px 5px 14px;
padding: 0;
font-size: 11px;
line-height: 1.5; 
}

.daterange { 
color: #444444; 
font-size: 10px; 
font-family: arial, sans-serif;
text-align: left; 
padding: 3px 5px 0 14px; 
margin: 0; 
text-transform: uppercase; 
letter-spacing: 1px;  
}

#workdetails a {
font-weight: bold;
text-decoration: underline;
}

#workdetails a:active { text-decoration: none; }

#workdetails.outlink { 
	                   text-decoration: none; 
	                 }

#workbillboard {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	width: 558px;
	overflow: hidden;
	background: url('../work/imgs/worksel_spray.gif') no-repeat;
	background-repeat: no-repeat;
	border-left: 1px solid #DDDDDD;
}

#workselector {
    margin: 7px 0 0 19px;
	background-image: url('../work/imgs/worksel_bg.gif');
	overflow: auto;
	background-color: transparent;
	float: left;
	width: 558px;
}

.jumptext {
margin-left: 4px;
color: #000;
background-color: #EEE;
border-top: 1px dotted #CCC;
}

.divider {
margin-left: 4px;
color: #FFF;
background-color: #444444;
border-top: 1px dotted #CCC;
}


#workimages {
	display: block;
	width: 560px;
	height: 500px;
	top: 50px;
	left: 200px;
	float: left;
	padding: 0px;
	margin: 15px 0 15px 0;
	}

#workimages img {
border: 1px #DDD solid;	
padding: 0px;
}
