@import url('reset.css');

/*******************/
/* HTML Tag Styles */
/*******************/

body {
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
    font-size: 90%;
    color: #666666;
    line-height: 1.3em;
    overflow-y: scroll;
}

a {
    color: #82972b;
}

a:visited {
    color: #80C080;
}

abbr, acronym {
    border-bottom: 1px dashed #666666;
    cursor: help;
}

blockquote {
    padding: 0.1em 0 0.1em 2em;
}

h2 {
    font-size: 120%;
    padding: 8px 0 0 0;
}

h2.subpage {
    font-size: 140%;
    padding: 8px 0 4px 0;
}

h3 {
    font-size: 100%;
    padding: 4px 0 0 0;
}

p {
    margin: 1em 0;
}

ol {
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 1.7em;
}

ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 1.7em;
}

ul ul {
    list-style-type: circle;
    margin: 0;
}

table {
    border: 1px solid black;
    font-family: Tahoma, Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-size: 80%;
    line-height: 1.3em;
}

table caption {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: .3em;
}

th, td {
    border: 1px solid black;
    padding: 4px 10px;
}

th {
    text-align: left;
    background-color: #eeeeee;
}

/***********/
/* Classes */
/***********/

.breadcrumb {
    font-family: Tahoma, Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-size: 80%;
}

.callout {
    float: right;
    width: 225px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-left: 8px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-family: Tahoma, Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-size: 80%;
    line-height: 1.3em;
}

.fineprint {
    font-family: Tahoma, Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-size: 70%;
    color: #a0a0a0;
    text-align: center;
}

.fineprint a {
    color: #a0a0a0;
}

.icon {
    vertical-align: text-bottom;
}

p.first:first-letter {
    float: left;
    font-size: 300%;
    font-weight: normal;
    font-style: normal;
    padding-top: 10px;
    padding-right: 4px;
}

.photo-right {
    float: right;
    margin-left: 10px;
    margin-top: 4px;
    border: 1px solid #666666;
}

.photo-left {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    border: 1px solid #666666;
}

.photo-caption {
    font-family: Tahoma, Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-size: 80%;
    margin: 2px 0;
    line-height: 1.1em;
    color: #808080;
}

.question {
    font-weight: bold;
}

.sidelink {
    text-align: center;
    padding-top: 8px;
    margin-bottom: 0;
    line-height: normal;
}

.sidelink_desc {
    text-align: center;
    margin-top: 0;
    line-height: normal;
}

.testimonial_author {
    font-style: italic;
    font-weight: bold;
}

/**************/
/* Attributes */
/**************/

a[href$=".pdf"] {
  padding-right: 21px;
  background: url('images/pdf.png') no-repeat right bottom;
}

a[href$=".doc"] {
  padding-right: 21px;
  background: url('images/doc.png') no-repeat right bottom;
}

a[href$=".xls"] {
  padding-right: 21px;
  background: url('images/xls.png') no-repeat right bottom;
}

/*******/
/* IDs */
/*******/

#content {
    font-size: 110%;
    line-height: 1.6em;
    margin-left: 210px;
    padding-left: 1em;
}

#page {
    position: relative;
    width: 960px;
    background: url('images/background_sidebar.png') repeat-y;
    margin: 0 auto;
    padding: 0;
}

/* sidebar */

#sidebar {
    float: left;
    width: 195px;
    height: auto;
    background-color: #f0f0f0;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    font-family: Tahoma, Helvetica, Arial, "DejaVu Sans", sans-serif;
    font-size: 80%;
}

#sidebar hr {
    width: 50%;
    height: 1px;
    border: 0;
    color: #666666;
    background-color: #666666;
    margin-top: 15px;
}

#sidebar h2 {
    font-size: 100%;
    text-align: center;
}

#sidebar a {
    color: #58661d;
}

#sidebar a:visited {
    color: #93997b;
}

/* navbar */

#navbar {
    display: block;
    width: 980px;
    height: 20px;
    line-height: 1.4em;
    background-image: url('images/navbar.png');
    background-repeat: repeat-x;
    font-family: "Trebuchet MS", "Segoe UI", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
    text-transform: uppercase;
}

#navbar ul, #practicebar ul {
    margin: 0;
    padding: 0;   
}    

#navbar li {
    display: block;
    text-align: center;
    float: left;
    width: 12%;
    margin: 0;
}

#navbar a {
    text-decoration: none;
    color: #666666;
}

/* practicebar */

#practicebar {
    display: block;
    width: 980px;
    height: 20px;
    line-height: 1.4em;
    background-image: url('images/practicebar.png');
    background-repeat: repeat-x;
    font-family: "Trebuchet MS", "Segoe UI", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

#practicebar li {
    display: block;
    margin: 0;
    text-align: center;
    float: left;
    width: 16%;
}

#practicebar a {
    text-decoration: none;
    color: #ffffff;
}

#practiceareas {
    background: url('images/practicebar_areas.png');
    background-position: left;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    text-align: center;
    float: left;
    width: 16%;
    color: #666666;
}

/* contactbar */

#contactbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-color: #81908f;
    color: #ffffff;
    font-size: 80%;
    font-family: "Trebuchet MS", "Segoe UI", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
}

#contactbar a, #contactbar a:visited {
    color: #FFFFFF;
}

#contactbar address {
    width: 980px;
    margin: 0 auto;
}

#contactbar p {
    float: left;
    text-align: center;
    margin: 2px 0 0 0;
    width: 33%;
    font-weight: bold;
}

/* hCard */

.vcard {
    font-variant: small-caps;
    text-align: center;
}

.vcard .org {
    display: none;
}

.vcard .street-address:after {
    content: ", ";
}

.vcard .locality:after {
    content: ", ";
}

.vcard .tel .type:after {
    content: ":";
}

.vcard .email {
    font-variant: normal;
}

/*******************************/
/* Page-Specific IDs & Classes */
/*******************************/

/* contact-us */

#directions {
    margin: 0 150px;
}

table.press_grid {   /* press/about-the-money */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.press_grid td {
    vertical-align: middle;
}
