﻿/* page specific css in here */
#clients {
    background-color:#fff;
    }

/* this is the sub-heading on contact page */
h2 {
	font-size: 16px;
	font-weight: normal;
}

/* this is the link styling information for contact page */
.contactEmail a {
	color: #000;
	text-decoration: underline;
}

.contactEmail a:hover{
	color: #000;
	text-decoration: none;
}

#contacttbl {
    margin-top:1em;
    }

#contacttbl td {
    padding:0 50px 8px 0;
}
	
#content td {
    vertical-align:top;
    }
    
.bullets li {
    margin-left:15px;
    list-style-type:disc;
    }

p {
    position:relative;
    z-index:5;
    }
    
img {
    z-index:10;
    position:relative;
}    
    
.biopic {
    float:right;
    margin-left:30px;
    }
   
table {
    position:relative;
    }
    
img.projthm {margin-left:30px;border:1px solid #ccc;}


#projects hr {
    color: #000;
    background-color: #000;
    height:1px;
    }
    
#projects {width:100%;}

.l {
    font-weight:bold;
    font-size:11px;
    padding-right:10px;
    white-space:nowrap;
    }
    
.firstpress {

}

.firstpress td {
border-bottom:6px solid #edac22;
background-color:#fff;
}

.firstpress td.left {
    padding:10px;
}

.firstpress td.left b.title {
    font-size:16px;
}
