
/********************************************
* Benjamin Franklin Plumbing
* Developed by I-ology
* http://www.i-ology.com
*
* Created 10/1/08 - MB
*
* Large Font Definition
********************************************/

body { font-size: 90%; }

body {
    color: #000000; 
    font-family: Georgia, serif;    
    font-size: 1.1em;
    line-height: 1.5em;
  
}

h1,h2,h4,h5,h6 { 
  color: #003e88; 
    font-family: Georgia, serif;    
}

h1,h4,h5,h6 { font-weight: normal; }

h1 { line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.25em; font-weight: bold; color: #990000; }
h3 { font-size: 1.25em; line-height: 1.5; color: #003e88; font-weight: bold; margin-bottom: 0.25em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em 0; }
p.last      { margin-bottom: 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

a:focus, 
a:hover     { color: #003e88; text-decoration: none; }
a           { color: #003e88; text-decoration: underline; }

ul          { margin:0 1.5em 1.5em 1.5em; }
li          { margin: 0 0 1.75em -1em; color: #333; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; margin:0 0 1.5em 2.8em; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

strong      { font-weight: bold; }

#content-left .back a {
    position: absolute;
    margin-top: -35px;
    margin-left: 400px;
    width: 200px;
    float: right;
    clear: right;
    text-decoration: underline;
    overflow: hidden;
    background: url(/images/back_arrow.gif) 0px 4px no-repeat;
}

#content-left .back-top {
    position: absolute;
    margin-top: -20px;
    margin-left: 450px;
    width: 200px;
    float: right;
    clear: right;
    text-decoration: underline;
    overflow: hidden;
}

/*********************************
* Lists
*********************************/

#sitemap-left-column ul.sitemap li,
#sitemap-right-column ul.sitemap li { 
    margin: 0 0 10px -15px;
    padding-left: 15px;
    background: url(/images/bullet.gif) 0 10px no-repeat;
}

#sitemap-left-column ul.sitemap li ul,
#sitemap-right-column ul.sitemap li ul {
    list-style: none;
}

#sitemap-left-column ul.sitemap li ul li,
#sitemap-right-column ul.sitemap li ul li {
    margin-top: 10px;
    font-weight: normal;
}


#left-content ol {
    margin: 0 0 8px -5px;
    padding-bottom: 10px;
}

#left-content ol li {
    margin: 0 0 12px 35px;
    text-decoration: none;
}

#left-content ol.questions,
#left-content ol.answers,
#left-content ul.answers {
    padding: 5px 5px 0 0;
    width: 540px;
}

#left-content ol.answers li,
#left-content ul.answers li {
    margin: 0 0 10px 5px;
}

/*********************************
* Lists
*********************************/

#content-left ul.content li { 
    margin: 0 0 5px -30px;
    padding-left: 15px;
    color: #333; 
    background: url(/images/bullet.gif) 0 10px no-repeat;
}

#content-left ul.content li ul {
    list-style: none;
}

#content-left ul.content li ul li {
    margin-top: 10px;
    font-weight: normal;
}

#content-left ul#vendor-alpha {
    margin: 0;
    /*padding-right: 100px;*/
    width: 515px;
    height: 20px;
    margin-bottom: 25px;
    list-style: none;
    border-left: 1px solid #EBEAEA;
    float: left;
}

#content-left ul#vendor-alpha li {
    width: 19px;
    height: 20px;
    margin: 0;
    padding: 0;
    display: block;
    background: url(/images/btn_vendors.gif) top left no-repeat;
    display: inline;
    text-align: center;
    float: left;
}

#content-left ul#vendor-alpha li a {
    width: 19px;
    height: 20px;
    margin: 0;
    text-align: center;
    padding-top: 2px;
    height/**/:/**/ 18px;
    display: block;
    background: url(/images/btn_alpha_bg.gif) top left no-repeat;
    text-decoration: none;
    font-weight: bold;
    color: #929090;
}

#content-left ul#vendor-alpha li a:hover {
    background: url(/images/btn_alpha_bg.gif) bottom left no-repeat;
    color: #003e88;
    font-weight: bold;
}

#content-left ul#vendor-alpha li.active {
    padding-top: 2px;
    height/**/:/**/ 18px;
    background: url(/images/btn_alpha_bg.gif) bottom left no-repeat;
    color: #003e88;
    font-weight: bold;
}
