/* Style the major elements */

body {
    margin: 20px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    background: #6a591f;
    text-align: center;
}

a,
a:link {
    color: #602118;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid;
}

a:visited, 
a:hover {
    color: black;
}



#page { /* this is the main container. In it are #header, #content and #footer */
    width: 650px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#content {
    margin: 0;
    padding: 0;
    border: 1px solid gray;
    background-color: #fff;
}

#for-line {
    background: url(/style/color_bar.gif) repeat-y;
    padding: 0 0 55px 0;
}

#footer {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding-top: 20px;
}

#footer a,
#footer a:link,
#footer a:visited {
    color: #fff;
}

/* live_area appears inside the content div */
/* Normal content appears inside the live area */
#live_area { 
    padding: 0 15px 10px 25px;
}



/* Header formatting */
#header {
    position: relative;
    background: url(/style/header.jpg) no-repeat;
    height: 180px;
    margin: 0 0 30px 0;
    padding: 0;
}

#header h2 {
    margin: 0;
    padding: 0;
}

#header h2 a {
    position: absolute;
    top: 40px;
    left: 170px;
    width: 477px;
    height: 70px;
    text-indent: -1000px;
    text-decoration: none;
    border-bottom: 0;
}



#contact-outer {
    position: absolute;
    top: 135px;
    left: 325px;
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
}

.contact acronym {
    border: 0;
}

.contact address {
    font-style: normal;
}

.phone-email {
    position: absolute;
    top: 0;
    right: -150px;
}

.phone-email address {
    text-align: right;
}



#nav {
    font-size: 11px;
}


h1, h2, h3, h4, h5, h6 {
    margin: 1.5em 0  0.5em 0;
}

h1 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 20px;
}

h2 {
    font-size: 1.35em;
    line-height: 1.3em;
}

h3, h4, h5, h6 {
    font-size: 1.1em;
    line-height: 1.0em;
}

ul {
    list-style-type: disc;
    list-style-image: url(/style/diamond.gif);
}



/* For the pieces on the front page */
#lead {
    margin-bottom: 20px;
}
#quote {
    margin: 0;
    padding: 0 20px 25px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    clear: both;
    float: left;
    width: 338px;
}

#about {
    margin: 0;
    padding: 20px 0 25px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    clear: both;
}   

h1#hidden { /* Hide the title on the front page. It's only there to help with search engine ranking, not for display. */
    display: none;
    visibility: hidden;
}

/*The big services list with 3 columns and Barbara's photo */
#services {
    height: 27em;
    position: relative;
    margin: 0;
    padding: 0;
    clear: both;
}

#portrait {
    position: absolute;
    top: 0;
    left: 508px;
    width: 115px;
    margin: 0;
    padding: 0;
}

#portrait .caption {
    font-family: Georgia, serif;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    color: #ad8023;
    font-size: 12px;
    padding-right: 5px;
}

#company-culture {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
}

#regulatory {
    position: absolute;
    top: 0;
    left: 165px;
    width: 155px;
}

#strategic {
    position: absolute;
    top: 0;
    left: 330px;
    width: 155px;
}

#company-culture h2,
#regulatory h2,
#strategic h2 {
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-family: Georgia, serif;
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 5px 5px;
    
}

#company-culture h2 {
    background: #ad8023;
}

#regulatory h2 {
    background: #88332c;
}

#strategic h2 {
    background: #3b6d28;
}

#company-culture ul,
#regulatory ul,
#strategic ul {
    margin: 0;
    padding: 5px 2px 0 20px; /* Specify 0 padding below becuase the JavaScript is used to add it. */
    border: 1px solid gray;
    list-style-type: disc;
    list-style-image: url(/style/diamond.gif);
    overflow: auto;
}


#company-culture ul li,
#regulatory ul li,
#strategic ul li {
    padding-bottom: 2px;
    margin: 0;
}

#strategic ul ul {
    margin: 0;
    padding: 0 0 0 5px;
    border: 0;
    font-size: 10px;
    line-height: 12px;
    list-style-type: none;
    height: auto;
}

#company-culture ul ul li,
#regulatory ul ul li,
#strategic ul ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}





#tagline {
    margin: 20px auto 0;
    width: 645px;
    text-align: center;
}

#tagline div {
    width: 560px;
    margin: 0 auto;
    border: 1px solid black;
    font-size: 24px;
    line-height: 23px;
    font-style: italic;
    font-weight: bold;
    font-family: serif;
    color: #336633;
    padding: 4px 6px 8px 4px;
}




#sample {
    float: right;
    width: 180px;
    margin: 6px 0 20px 30px;
    padding: 10px;
    border: 1px solid #88332c;
}