﻿
h3#builders-hdr {
    height: 29px;
    width: 85px;
    background-image: url( "../images/builders_hdr.gif" );
    background-repeat: no-repeat;
    text-indent: -9999px;
}

div.fr h3#builders-hdr {
    height: 29px;
    width: 148px;
    background-image: url( "../images/builders_hdr_fr.gif" );
}


h4.alph {
    color: #000;
    font-size: 180%;
    margin-bottom: 10px;
}

/* "top of page" buttons */

p.backtotop {
    width: 86px;
    height: 16px;
    float: right;
    position: relative;
    top: 30px;
}
p.backtotop a {
    display: block;
    width: 86px;
    height: 16px;
    background-image: url( "../images/top_of_page.gif" );
    background-repeat: no-repeat;
    text-indent: -9999px;
}

div.fr p.backtotop a {
    width: 106px;
    height: 17px;
    background-image: url( "../images/top_of_page_fr.gif" );
}


/* paging controls */

div.paging-alph {
    position: relative;
    margin-left: 0px;
    height: 30px;
}

div.paging-alph p.pages {
    font-weight: bold;
    color: #C3C3C3;
}

div.paging-alph p.pages strong {
    color: #7F7F7F;
    margin: 0 4px 0 4px;
}

div.paging-alph a, div.paging-alph a:visited {
    color: #689F11;
    text-decoration: underline;
}
div.paging-alph a:hover {
    color: #90C93A;
    text-decoration: none;
}

/* builder bio entries */

div.builderbio {
    border-top: 1px dotted #9E9E9E;
    border-bottom: 1px dotted #9E9E9E;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

/* "clearfix" hack to force panel to stretch to height of floats within */
div.builderbio:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.builderbio {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div#.builderbio {
    height: 1%;
}
div.builderbio {
    display: block;
}
/* End hide from IE-mac */

div.builderbio-logo {
    width: 155px;
    position: absolute;
    top: 20px;
    left: 0px;
}

div.builderbio-desc {
    display: inline;
    width: 445px;
    padding-right: 35px;
    margin-left: 165px;
    float: left;
}

div.builderbio-desc h5 {
    font-size: 1.25em;
    margin-bottom: 10px;
    margin-top: 0px;
}

p.builderbio-desc-nav {
    margin-top: 20px;
}

p.builderbio-desc-nav strong {
    margin-left: 10px;
    margin-right: 10px;
}

div.builderbio-developments {
    width: 155px;
    float: left;
    display: inline;
}

div.builderbio-developments h5 {
    font-size: 1.25em;
    margin-bottom: 0px;
    margin-top: 0px;
}

div.builderbio-developments ul {
    list-style-type: none;
    margin-top: 4px;
    margin-left: 0px;
    padding-left: 0px;
}
div.builderbio-developments li {
    margin: 0px !important;
    padding-left: 0px !important;
    background-image: none !important;
}
div.builderbio-developments li a {
    font-weight: normal;
}

div.pnlHeader {
	display:inline;
	margin:0px;
	padding:0px;
}
