﻿body {
    overflow-y: scroll;	
}
.headH1
{
    font-family: 'Electrolize' , sans-serif;
    font-weight: bold;
    font-size: 35px;    
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0px;
    clear: left;
}
.headDescription
{
    padding-bottom: 10px;
    text-align: justify;
    font-size: 13px;
}
.h2Style
{
    border-bottom: 4px solid #333333;
    margin-top: 40px;
    margin-bottom: 13px;
    clear: left;
}
.h2Style h2
{
    font-family: 'Electrolize' , sans-serif;
    font-size: 20px;
    font-weight: normal;
    width: 268px;    
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    padding: 11px 10px 8px 10px;        
}
.pageContent
{
    text-align: left;    
}
.padtop20
{
    padding-top: 20px;
}

.applicantDiv
{
    text-align: left;
}
.applicTable
{    
    border-spacing: 2px;
    border-color: gray;
    border-collapse: collapse;
    border-spacing: 0;
    width: 930px;
}
.applicTable td,
.applicTable th
{
    height: 16px;
    padding: 0.6em;
}
.applicTableName
{
    width: 205px;
}
.applicTableWebsite
{
    width: 80px;
}
.applicTableAplId
{
    width: 85px;
}
.wsTR
{
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.wsTRAlter
{
    background-color: #f8f8f8;
}
.wsrLink
{
    color: #56594b;
    text-decoration: none;
}
.wsrLink:hover
{
    color: #005c9c;
    text-decoration: underline;
}
.applName
{
    font-size: 15px;
    font-weight: bold;
}
.applicantLink
{
    color: #56594b;
}
.divSpacer
{
    clear: left;    
}

/* BREDCRUMB */
.breadcrumb-nav {    
    margin-top: -20px;
    padding-bottom: 30px;
}
.breadcrumbs {
    float: left;
    list-style: none;    
    margin: 0px;
    padding: 0px;
}
.breadcrumbs ol {
    display: block;
    list-style-type: none; 
    
}
.breadcrumbs li
{
    background-position: right center;
    float: left;
    padding: 0 20px 0 10px;
    background-image: url(/images/breadcrumbArrow.png);
    background-repeat: no-repeat;
}
.breadcrumbs li:last-child
{
    background-image: none;
}
.breadcrumbs li a
{
    color: #666;
    text-decoration: none;
}
.breadcrumbs li a:hover
{
    color: #08c;
    text-decoration: underline;
}