@charset "UTF-8";

/* Groupery Colors
   
   #FFCC00  Yellow
   #972D07  Brown
   #ADC5E6  Very Light Blue
   #498FCC  Light Blue
   #0072BC  Blue
   
   */

.yellow {
    color: #FFCC00;
}

.brown {
    color: #972D07;
}

.veryLightBlue {
    color: #ADC5E6;
}

.lightBlue {
    color: #498FCC;
}

.blue {
    color: #0071BC;
}

body {
    font-size: 12px;
    line-height: 1.3em;
    font-family: Georgia, serif;
    background: url(../images/background_gradient_v2.gif) repeat-x;
    margin: 0; 
    padding: 0;
    text-align: left;
    color: #666666;
}

.body_text {
    font-size: 12px;
    line-height: 1.3em;
    font-family: Georgia, serif;
    text-align: left;
    color: #666666;
}

.intro {
    line-height: 1.5em;
    font-size: 14px;
}
    

.lightBlue b {
    font-weight: bold;
}

.blue b {
    font-weight: bold;
}

ul li {
    line-height: normal;
    padding-bottom: 1.0em;
}

ul {
    list-style-image: url(../../images/rightarrow_bullet_12x12.png);
}

ul#level2 {
    list-style-image: none;
}

a img,
a:hover img {
    border: none;
    text-decoration: none;
}

a,
a:hover {
    color: #972D07;
    text-decoration: none;
}

div#wrapper {
    width: 900px;
    background: #FFFFFF;
    margin: 0 auto;
}

div#container {
    position: absolute;
    width: 900px;
    background: #FFFFFF;
}

h1 {
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 1.2em;
    color: #000000;
    font-weight: normal;
}

h2 {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2em;
    color: #000000;
    font-weight: normal;
}

h3 {
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    color: #0071BC;
    margin-top: 20px;
    margin-bottom: -5px;
}

h3.noTopMargin {
    margin-top: 0px;
}

.sidebar {
    width: 202px;
}

.sidebar hr {
    border-top: 2px dotted #666666;
}

.sidebar hr#sidebarQuoteSeparator {
    width: 101px;
    margin-left: 50px;
}

.sidebar hr#bottomSeparator {
    margin-top: 25px;
}

.sidebar #quoteArea{
    margin-top: 40px;
}

.sidebar p {
    text-align: center;
    width: 150px;
    margin-left: 26px;
}

.sidebar p#quote {
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
}

.sidebar h2 {
    font-size: 20px;
    line-height: 1.1em;
    color: #666666;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -5px;
}
    
.sidebar h3 {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
    color: #0071BC;
    text-align: center;
}

div.loginOverlayContent {
    font-family: Georgia, serif;
    position: absolute;
    visibility: hidden;
    border: 2px solid #972D07;
    background-color: #FFF;
    width: 22em;
    padding: 8px;
    z-index: 40;
    font-size: 12px;
    text-align: center;
}

div.loginOverlayContent a,
div.loginOverlayContent a:visited {
    color: #972D07;
    text-decoration: none;
    border: none;
}

div.loginOverlayContent a:hover {
    text-decoration: underline;
}

table.tableBody td#mainColumn {
    padding-top: 5px;
}


