﻿/* classes */

.servicebullets table {
    width: 450px;
}

.servicebullets td {
    margin: 0 10px 0 0;
    overflow: hidden;
    font-weight: bold;
}

.servicebullets div {
    font-weight: normal;
}

.servicebullets ul {
    clear: both;
    margin: 0;
    padding: 0;
}

.servicebullets li {
    float: left;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 5px;
    width: 150px;
    text-align: center;
    font-family: sans-serif, arial;
    font-size: 10pt;
    font-weight: bold;
}

.servicebullets img {
    display: block;
    margin: 0 auto 0 auto;
    width: 75px;
    height: 75px;
}

.subjectheader { font-size: 1.2em; font-weight: normal; color: #003478; }

.entity { font-size: 18px; color: #fff; font-weight: bold; }

.entitytagline
{
    text-transform: uppercase;
    color: white;
    font-size: 11px;
}

.faq-leftcol, .faq-rightcol {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    border-bottom: dotted 1px #ccc;
}

.faq-leftcol {
    border-right: dotted 1px #ccc;
    font-size: 12pt;
    font-weight: bold;
    color: #003478;
}

.questionanswer
{
    font-size: 1.5em;
    font-weight: bold;
    color: #999;
}

.question
{
    color: #003478;
    font-style: italic;
}

/* removed 5/26/09 

.service-category
{
    clear: both;
    display: table;
    margin: 0;
    width: 506px;
    height: 45px;
    line-height: 45px;
    padding: 5px;
    border-bottom: dotted 1px #ccc;
}

.service-category img { float: left; width: 55px; margin-right: 1em; }

*/

.shadow
{
    float: left;
    background: url(Images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(Images/shadow.gif) no-repeat bottom right;
    margin: 3px 5px 0 0px !important;
    margin: 3px 5px 0 0px;
    padding-top: 6px;
    padding-left: 6px;
}

.shadow img
{
    display: block;
    position: relative;
    background-color: #fff;
    margin: -6px 6px 6px -6px;
    padding: 4px;
    top: 0px;
    left: 1px;
}

.widgetheader
{
    margin: 0 auto;
    width: 181px;
    height: 20px;
    line-height: 20px;
    /* background: #EAD596; */
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    /* padding: 0 0 0 5px; */
    /* border: 3px double #EAD596; */
    /* border: double; */
    border-bottom: dotted 1px #999;
}

/* ie hack for image shadows */
* html .shadow img {
   margin: 0px 6px 6px 10px;
}

.no-outline { outline: none; }

.pressitem-207px { margin: 10px 0 0 0; } 

.date {
    color: #666666;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: bold;
}

/* contact form */
.contactform table {
    width: 500px;
}

.contactform td {
    width: 250px;
    height: 50px;
}

a.button, a.button:visited, a.button:active {
    width: auto;
    height: 30px;
    background-image: url('../../images/buttons/Button.jpg') ;
    background-repeat: no-repeat;
    padding: 6px 30px 6px 30px;
    color: black;
    outline: 0;
    border: 0;
}

a.button:hover   {
    width: auto;
    height: 30px;
    background: url('../../images/buttons/Button.Hover.jpg') no-repeat;
    text-decoration: none;
    color: White;
    outline: 0;
    border: 0;
}

a.buttonlarge, a.buttonlarge:visited, a.buttonlarge:active {
    width: auto;
    height: 30px;
    background-image: url('../../images/buttons/Button.Large.jpg') ;
    background-repeat: no-repeat;
    padding: 6px 40px 6px 30px;
    color: black;
    outline: 0;
    border: 0;
}

a.buttonlarge:hover   {
    width: auto;
    height: 30px;
    background: url('../../images/buttons/Button.Large.Hover.jpg') no-repeat;
    text-decoration: none;
    color: White;
    outline: 0;
    border: 0;
}

.resource-item {
    padding: 10px 0 10px 5px;
    margin: 0;
    border-top: dotted 1px #ccc;
    display: table-cell;
    vertical-align: middle;
}

.resource-item h4 {
    margin: 0;
    padding: 0;
}

.clientquote
{
    font-size: 12px;
    line-height: 1.5;
}

.measurablesuccess-leftcol
{
    border-bottom: dotted 1px #ccc;
    min-height: 30px;
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    padding: 10px;
}

.measurablesuccess-rightcol
{
    border-bottom: dotted 1px #ccc;
    border-left: dotted 1px #ccc;
    min-height: 30px;
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    
}

.formfieldlabel {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-bottom: dotted 1px #ccc;
    text-align: right;
}

.formfield {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    border-bottom: dotted 1px #ccc;
    border-left: dotted 1px #ccc;
}

.press-release {
    margin: 0 0 20px 0;
    min-height: 200px;
    border-bottom: dotted 1px #ccc;
}

.press-release h4 {
    margin-top: 0;
    
}

.press-release p {
    margin-left: 10px;
}

