﻿body
{
    margin: 0px;
    width: 100%;
    text-align: center;
    font: 12px "Arial";
    background-color: #ffffff;
    background-image: url(images/core/background/bg.gif);
    background-repeat: repeat-x;
}
img
{
    border: 0px;
}
#page
{
    width: 980px;
    text-align: left;
    margin: auto;
}
#header #top
{
    display: block;
    height: 30px;
    width: 100%;
}
#header #content
{
    display: block;
    height: 99px;
    margin: 0px;
    width: 100%;
    background-color: White;
}
#header #AdText p
{
    font-weight: bold;
    color: #cccc33;
    font-size: 14px;
    padding: 5px;
    display: block;
    width: 215px;
}
#logo
{
    width: 300px;
    height: 62px;
    float: left;
    padding: 10px 0px 0px 20px;
}
#logo img
{
    width: 300px;
    height: 62px;
}
.clear
{
    clear: both;
}
#contentArea
{
    background-color: White;
}
#columnRight
{
    float: left;
    width: 290px; /* border: 1px solid Red; */
}
#columnLeftDouble
{
    float: left;
    width: 690px;
    min-height: 300px;
    padding-bottom: 50px;
}
.columnContent
{
    background-color: White;
    margin: 10px 0px 20px 10px;
    padding: 10px; /*border: 2px solid #d7df23;*/
}
.columnRightContent
{
    background-color: White;
    margin: 5px 20px 20px 10px;
    padding: 15px;
}
.columnContent .sb-inner, .columnRightContent .sb-inner
{
    background: White;
}
.columnContent .sb-border, .columnRightContent .sb-border
{
    background: #d7df23;
}
.WebPart
{
    padding-bottom: 10px;
}
.WebPartTitle
{
    background-image: url(  '/App_Themes/Default/images/core/main-nav/WPtitle.gif' );
    padding-left: 5px;
}
.GridView
{
    color: Red;
    margin: 2px 0px 0px 5px;
}
.GridView .ContentTitle
{
    /*background-color: #99cc66;*/
    height: 18px;
    text-align: left;
    color: White;
    padding: 3px 0px 0px 5px;
    font-weight: bold;
    font-size: 12px;
    background-image: url( '/App_Themes/Default/images/core/main-nav/WPtitle.gif' );
    background-repeat: no-repeat;
}
.GridView .ContentBody
{
    border: solid 1px #80bf5c;
}
/***********************************************************************************/
/*                                MAIN TAGS                                        */
/***********************************************************************************/
p, span, h3, h4, h5, h6, ul, ol, sup, sub, label, input, textarea, select, cite, address
{
    color: Black;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
}
p, h3, h4, h5, h6, ul, ol, sup, sub, label, input, textarea, select, cite, address
{
    font-size: 12px;
}
a
{
    color:  Green;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1, h2
{ 
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    color: #444; /*#d7df23*/
    padding: 0px 3px 3px 0px;
    font-weight: bold;
    border-bottom: 5px solid #c2cd23;
    border-bottom-color: #DCE668;
 }

p, address
{
    margin: 5px 0px 10px 0px;
    line-height: 125%;
}
ul
{
    margin-top: 5px;
}
/* ------------------------------------------------------------------------------- */
/*                     menuBox                                                     */
/* ------------------------------------------------------------------------------- */
#menuBox
{
    border: solid 1px #80bf5c;
    font-size: 12px;
}
#menuBox a
{
    color: Black;
    text-decoration: none;
}
#menuBox a:hover
{
    text-decoration: underline;
}
#menuBox .item
{
    padding: 2px;
}
.boxTitle
{
    color: Black;
    padding: 3px;
    font-weight: bold;
}
.boxContent
{
    border-top: solid 1px #80bf5c;
    background-color: #EDF7E7;
    color: Black;
    padding: 5px;
}
/* ------------------------------------------------------------------------------- */
/*                     OTHER                                                       */
/* ------------------------------------------------------------------------------- */
#RSS a, #RSS span
{
    font-size: 9px;
}
#footer
{
    font-size: 10px;
    margin: 5px 5px 0px 0px;
    text-align: right;
    height: 30px;
}
#footer span
{
    font-size: 12px;
    color: White;
}
.testimonials
{
    background-color: #EEEEEE;
}
.testimonials .date
{
    font-size: 9px;
    float: right;
}

