/* @override http://www2.vsadc.com/stylesheets/practices.css */

/*
 *  Van Scoyoc Associates main website
 *  People-specific styles
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

#header #banner {
	background: url(../images/interface/banner-practices.jpg);
	}

#practice_list {
	list-style: none;
	margin: none;
	padding-left: 0;
	}
 
#practice_list li {
    position: relative;
    height: 60px;
	font-size: 0.933em;
	font-style: italic;
	}
	
#practice_list li a {
	display: block;
    width: 300px;
    margin-left: 120px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.286em;
	}

.practiceThumb {
    position: absolute;    left: 0;
    }