/**************************** GENERAL ****************************/
body 
{
    background-color: #535353;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    position: relative;
}

h1,h2,h3,h4,h5,div,p { line-height:125%; }

hr 
{
    color: rgb(147,149,152);
    background-color: rgb(147,149,152);
    height: 1px;
    margin: 10px 0px;
}

h1
{
    font-size:20px;
    font-weight: bold;
    line-height:25px;
    color: #4B646C;
    margin: 0 0 10px 0;
}

h2
{
    font-size: 16px;
    font-weight: bold;
    line-height:20px;
    color: #4B646C;
}

h3
{
    font-family: Times New Roman;
    font-size: 19px;
    font-weight: normal;
    font-style: italic;
    line-height: 22px;
    color: #860038;
}

a 
{
    text-decoration: none;
    color: #860038;
}

a:hover {text-decoration: underline;}

p {margin: 10px 0px}


/**************************** GENERIC CSS CLASSES ****************************/
.logo
{
    position: absolute;
}

.logo a { display: block; }
.logo a:hover { text-decoration: none; }

.required,
.error,
.highlight
{
    font-weight: bold;
    color: #FF0000;
}


/**************************** SITE LAYOUT ****************************/
#border
{
    width: 990px;
    margin: 0 auto;
    background-image: url(../../Media/Images/Layout/background.gif);
    background-position: center;
    background-repeat: repeat-y;
}

#website
{
    background-color: #FFFFFF;
    width: 970px;
    margin: 0 auto;   
}

#header
{
    background-image: url(../../Media/Images/Layout/header.jpg);
    height: 166px;
    display: block;
    position: relative;
}

#header .logo,
#header #menu
{
    position: absolute;
}

#header .logo
{
    left: 45px;
    top: 26px;
    width: 170px;
    height: 70px;
}

#header .logo a
{
    width: 170px;
    height: 70px;
}

#header #menu
{
    bottom: 0;
    right: 57px;
}

#content
{
    background-color: #CECDC4;
    width: 970px;
}

#content #titles
{
    display: block;
    height: 58px;
    background-image: url(../../Media/Images/Layout/titles-background.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

#content #titles .titleLeft, 
#content #titles .titleRight
{
    float: left;
    font-family: Arial;
    font-weight: bold;
    color: #4B646C;
    display: inline;
}

#content #titles .titleLeft
{
    margin: 16px 21px 17px 40px; 
    font-size: 20px;
    line-height: 25px; 
    width: 659px;
}

#content #titles .titleRight 
{ 
    margin: 21px 0 17px 18px;
    font-size: 16px; 
    line-height: 20px;
}

#content #titles .titleRight a { color: #4B646C; }

#content #mainBody
{
    background-image: url(../../Media/Images/Layout/content-background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-color: #FFFFFF;
    width: 100%;
    padding: 0 0 25px 0;
    min-height: 500px;
    overflow: hidden;
}
* html #content #mainBody 
{
    height: 500px; 
    overflow: visible;
}

#content #mainBody .contentLeft,
#content #mainBody .contentRight
{
    float: left;
    overflow: hidden;
}


#content #mainBody .contentLeft
{
    width: 620px;
    margin: 0 21px 0 0;
    padding: 14px 39px 0 40px;
}

#content #mainBody .contentRight
{
    width: 214px;
    padding: 12px 18px 0;
}

#footer 
{
    position: relative;
    margin: 0 auto 20px auto;
    width: 990px;
    background-image: url(../../Media/Images/Layout/footer.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 84px;
    font-size: 12px;
    font-family: Arial;
    color: #3F3F3F;
    overflow: hidden;
}

#footer .logo
{
    position: absolute;
    top: 21px;
    left: 31px;
    display: block;
    width: 80px;
    height: 34px;
}

#footer .logo a
{
    width: 80px;
    height: 34px;
}

#footer .copyright,
#footer .poweredBy
{
    position: absolute;
    float:left;
    bottom: 36px;
}

#footer .copyright { left: 136px; }
#footer .poweredBy { left: 761px; }

/**************************** HOMEPAGE PANELS ****************************/
table#homepagePanels
{
    border-collapse: collapse;
    table-layout: fixed;
    margin: 25px 0 0;
}

table#homepagePanels td.item
{
    vertical-align: top;
    height: 242px;
    width: 210px;
}

table#homepagePanels td.last
{
    width: 200px;
}

#homepagePanels .panel
{
    position: relative;
    width: 186px;
    height: 218px;
    padding: 7px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Arial;
    overflow: hidden;
}

#homepagePanels .panel a
{
    color: #FFFFFF;
}

#homepagePanels .panel td { overflow: hidden; }

#homepagePanels .panel td.heading
{
    text-transform: uppercase;
    font-weight: bold;
    height: 43px;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
    vertical-align: middle;
}

#homepagePanels .panel td.intro { height: 70px; }
#homepagePanels .panel td.image { height: 104px; }

#homepagePanels .teal { background-color: #4C646E; }
#homepagePanels .coffee { background-color: #979483; }
#homepagePanels .burgundy { background-color: #870038; }

#homepagePanels .panel .corner
{
    position: absolute;
    display: block;
    height: 7px;
    width: 7px;
    overflow: hidden;
}

#homepagePanels .teal .corner { background-image: url(../../Media/Images/Layout/edge-teal.gif); }
#homepagePanels .coffee .corner { background-image: url(../../Media/Images/Layout/edge-coffee.gif); }
#homepagePanels .burgundy .corner { background-image: url(../../Media/Images/Layout/edge-burgundy.gif); }

#homepagePanels .panel .topLeft 
{
    top: 0; 
    left: 0;
    background-position: 0 0;
}

#homepagePanels .panel .topRight 
{ 
    top: 0; 
    right: 0; 
    background-position: 7px 0;
}

#homepagePanels .panel .bottomLeft 
{
    bottom: 0; 
    left: 0; 
    background-position: 0 7px;
}

#homepagePanels .panel .bottomRight 
{ 
    bottom: 0; 
    right: 0; 
    background-position: 7px 7px;
}


/**************************** DOCUMENT.NEWS ****************************/
#news
{
    width: 100%;
}

#news .group,
#headlines .group
{
    border-bottom: Dotted 1px #4B636F;
    width: 100%;
}

#news .group
{
    padding: 0 0 25px;
    margin: 0 0 25px;
}

#headlines .group
{
    padding: 0 0 10px;
    margin: 0 0 10px;
}

#news .last,
#headlines .last
{
    border-bottom: none;
    padding: 0;
}

#news .group .date,
#headlines .group .date,
#article .date
{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #4B646D;
}

#article .date 
{
    margin: 5px 0 15px;
}

#news .group .item,
#headlines .group .item
{
     width: 100%; 
}

#news .group .item { margin: 25px 0 0; }
#headlines .group .item 
{
    margin: 15px 0 0; 
    overflow: hidden; 
    width: 620px;
}

#news .group .first
{
    margin: 0;
    padding: 0;
    border-top: none;
}

#headlines .group .first
{
    margin-top: 8px;
}

#news .group .item a.headline,
#headlines .group .item a.headline
{
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #860038;
}

#news .group .item .image
{
    margin: 17px auto;
    padding: 1px;
    border: Solid 1px #87003A;
    display: block;
}

#headlines .group .item .image
{
    width: 105px; 
    float: left;
}

#headlines .group .item .image img
{
    padding: 1px;
    border: Solid 1px #87003A;
}

#headlines .group .item .text
{
    width: 515px; 
    float: left;
}

#article .intro
{
    color: #860038;
}

