﻿html
{
    height: 100%;
}
body
{   
    margin: 0;       
    padding:0;    
   background: #ddeffb url(../../Images/System/Backgrounds/bg-light-blue.jpg) no-repeat center top;   
    font: normal 12px/16px "Trebuchet MS", Sans-Serif, Arial;    
    color: #787878;
}
td
{
    font: normal 12px/16px "Trebuchet MS", Sans-Serif, Arial;    
}
img
{
    border: 0px;
}
h1, h2
{
    margin :0;
    padding: 0;
}
h1
{
    font-size: 24px;
    font-weight: 400;
    color: #00508c;
    padding: 0px 0px 16px 0px;
    line-height: 24px;
}
h2
{
    font-size: 24px;
    font-weight: 400;
    color: #2d9bdc;
    padding: 0px 0px 16px 0px;
}
a:link, a:visited, a:active
{
    text-decoration: underline;
    color: #787878;
}
a:hover
{
    text-decoration: none;
    color: #2d9bdc;
}

a.strong
{
    font-weight: 600;
}
/**********************
        BASE
**********************/
.content
{
    width: 760px;
    margin: 0px auto;       
}
.contentWrapper
{
    float: left;
    background: #fff;
}
/**********************
       FOOTER
**********************/
 a.lightBlueLink:link
    {
        color: #2d9bdc !important;
        text-decoration: none;
        font-size:10px;
    }
    a.lightBlueLink:visited
    {
        color: #2d9bdc !important;
        text-decoration: none;
        font-size:10px;
    }
    a.lightBlueLink:active
    {
        color: #2d9bdc !important;
        text-decoration: none;
        font-size:10px;
    }
    a.lightBlueLink:hover
    {
        color: #2d9bdc !important;
        text-decoration: underline;
        font-size:10px;
    }
/**********************
       HEADER
**********************/
.header
{    
    padding-top: 0;
    height:210px;        
    background: #fff;
}
.contentInner
{
    float:left;
    background: url(/Images/System/Backgrounds/bg-header.gif) no-repeat right 40px;  
}
.logoLink
{
    float: left;
    margin: 0px 0px 0px 24px;
}
.banner
{
    width: 760px;
    height: 82px;
    padding-top: 20px;
    margin-top: 12px;
    float: left;    
    background: url(/Images/System/Backgrounds/bg-banner.gif) no-repeat left top;
    
}

/**********************
       MIDDLE
*********************/
.middle
{
    
    float: left;    
    
}
.middle .content
{    
    background: #fff;
}
.middleContentRight
{
    width: 500px;
    padding: 20px;
    float: left;
}

/**********************
    MIDDLE CONTENT
*********************/
.introHome
{
    width: 500px;
    margin: 0px 0px 20px 0px;
   color: #00508c;  
   font-size: 12px;     
}
.introHomeBorder
{
    
    padding: 0px 0px 20px 0;      
}
.intro
{
    font-weight: 700;
    color: #000;
}

/**********************
    NEWS HOMEPAGE
*********************/
.homeNews
{
    margin: 0;
    padding: 0;
}
.homeNews li
{
    list-style-type: none;
    width: 100%;
    float: left;
    background: url(../../Images/System/Backgrounds/bg-dotted.gif) repeat-x left bottom;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}
.homeNews div
{
    float: left;
}
.homeNews img
{
    float: left;
    padding: 0px 10px 0px 0px;
}
.headLine
{
    color: #2d9bdc;
    font-weight: 700;
}

.headLine a:link, .headLine a:visited, .headLine a:active
{
    color: #2d9bdc;
    font-weight: 700;
    text-decoration: none;
}
.headLine a:hover
{
    color: #000;
}
a.readMore:link, a.allNews:link, a.readMore:visited, a.allNews:visited, a.readMore:active, a.allNews:active
{
    background: url(../../Images/System/Backgrounds/bg-read-more.gif) no-repeat right 5px;
    text-decoration: none;
    color: #787878;
}
a.readMore:Hover, a.allNews:hover
{    
    color: #2d9bdc;    
}
a.readMore
{
    
    padding: 0px 12px 0px 0px;
}
a.allNews:link, a.allNews:visited, a.allNews:active
{
    display: block;
    width: 88px;
    float: left;    
}
.newsItemImg
{
    float: left;
    padding: 0px 10px 10px 0px;
}


/**********************
        NEWS
*********************/
.newsItemReturnToIndex 
{
    width: 500px;
    padding: 0px 0px 16px 0px;
    float: left;
}
.newsItemReturnToIndex a:link, .newsItemReturnToIndex a:visited, .newsItemReturnToIndex a:active
{
    text-decoration: underline;
    float: right;
}
.newsItemReturnToIndex a:Hover
{
    text-decoration: none;
}
.newsItemContent
{
    width: 500px;
    float: left;
}
.newsListDateItem
{
    width: 50px;
    vertical-align: top;
}
/**********************
       BOTTOM
*********************/
.bottom
{   
   color: #fff;   
}
.bottom .content
{
    
}
.bottomLinks  ul
{
    padding-left: 20px;
}
.bottom .contentWrapper
{
    background: #015190 url(/Images/System/Backgrounds/bg-bottom.jpg) no-repeat left top;
    width: 760px;
    height: 48px;
    padding: 12px 0 20px 0;
}

/**********************
       PROJECTS
**********************/
.projectLabel
{
    color: #2d9bdc;
}

.projectTable
{
    width: 300px;
    border-top: solid 1px #2d9bdc;
}
.projectTable td
{
    border-bottom: solid 1px #2d9bdc;
    padding: 4px;
}
.content
{
    background: #fff;
}
