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

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

#client-tabs ul {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    border: solid #113f73;
    border-width: 0 0 1px;

    }
#client-tabs li {
    float: left;
    border-bottom: 0 !important;
    margin: 0 .2em -1px .2em;
    padding: 0;
    list-style: none;
    }
#client-tabs li a {
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    border: 1px solid #768da7;
    border-bottom-color: #113f73;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    background: #ced8e5;
    color: #113f73;
    outline: none;
    }
#client-tabs li a:hover, #client-tabs li a:focus {
    background: #d5e0ed;
    color: #8c1515;
    }
#client-tabs li a.current {
    border-bottom-color: #f3f0eb;
    background: #f3f0eb;
    color: #8c1515;
    }

#panes {
    clear: left; 
    padding: 1.333em 0;
    display: block;
    background: none;
    }

#panes h3 {
    padding-bottom: 1.05em;
    }

#state-clients li {
	height: 490px;
    width: 220px;
	overflow: auto;
	}
#state-clients li ul li {
    height: auto;
    width: 100%;
    }

#by-industry, #by-name {
	overflow: hidden;
	}
#by-industry > li {
	clear: left;
	float: left;
	width: 100%;
	}
