﻿body 
{
    font-family: Calibri;
    font-size: 13px;    
    color: #000000;
    margin: 0px;
    padding: 0px;
}

a
{
    color: #00A950;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

p
{
    line-height: 17px;
    margin-top: 0px;
}

h1,h2,h3,h4,h5,h6
{
    margin-top: 0px;
}

h1
{
    font-size: 30px;
    font-weight: normal;
}

h2
{
    font-size: 13px;    
}

h3
{
    font-size: 13px;
    margin-bottom: 0px;
}

#MainContainer
{
    margin: 0px auto;
    width: 970px;
}

#Header
{
    position: relative;
    background: url(/Images/Topbar.jpg) no-repeat left top;
    height: 165px;
}
#Header a
{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;    
    display: block;
}
#Header a:hover
{
    text-decoration: none;
}
#Header .home
{    
    position: absolute;
    top: 28px;
    left: 28px;
    width: 545px;
    height: 25px;
}

#TopMenu
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
#TopMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#TopMenu ul li
{
    float: left;
    height: 30px;
    padding: 0px 21px;
}
#TopMenu ul li.first
{
    padding-left: 25px;
}
#TopMenu ul li.last
{
    padding-right: 26px;
}
#TopMenu ul li a
{
    margin-top:6px;
}
#TopMenu ul li.selected, #TopMenu ul li.expanded
{
    background-color: #FFFFFF;
}
#TopMenu ul li.selected a, #TopMenu ul li.expanded a
{
    color: #00A950;
}

#ServiceMenu
{
    position: absolute;
    right: 25px;
    top: 25px;
}

#MainContent
{
    position: relative;
    margin-top: 40px;
    padding: 0px 20px;
    min-height: 385px;
    height: auto !important;
    height: 385px;
}

#LeftMenu
{    
    position: absolute;
    left: 20px;
    top: 10px;
    width: 215px;
}
#LeftMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#LeftMenu ul a
{
    color: #000000;
    text-transform: uppercase;
}
#LeftMenu ul a:hover
{
    text-decoration: none;
}
#LeftMenu ul li
{
    border-bottom: dotted 1px #000000;
    margin: 4px 0px;
    padding: 0px 13px 4px 13px;
}
#LeftMenu ul li a
{    
    font-weight: bold;
}
#LeftMenu ul li ul
{
    margin-top: 5px;
}
#LeftMenu ul li ul li
{
    border-bottom: none;
    
}
#LeftMenu ul li ul li a
{
    margin-left: 4px;
}
#LeftMenu .selected > a:first-child
{
    color: #00A950;
}

#Content
{
    width: 440px;
    padding-left: 245px;
    margin-bottom: 30px;        
}
#Content.wide { width: auto; }

.newstable
{   
    width: 100%;
    border-collapse: collapse;
}
.newstable tr td
{   
    padding: 0;
}
.newstable .date
{
    width: 114px;
    vertical-align: top;
}
.newstable .top
{
    height: 7px;
}
.newstable .bottom
{    
    border-bottom: dotted 1px #000000;    
    height: 7px;
}

.brochurestable
{
    width: 100%;
    border-collapse: collapse;
}
.brochurestable tr td
{
    padding: 0;
}
.brochurestable .header
{
    padding-bottom: 5px;
}
.brochurestable .bold
{
    font-weight: bold;
}
.brochurestable .top
{
    height: 7px;
}
.brochurestable .bottom
{    
    border-bottom: dotted 1px #000000;
    height: 7px;
}

#RightContent
{    
    /*position: absolute;
    right: 20px;*/
    float: right;
    width: 215px;    
}
#RightContent .box
{
    background-color: #F4F4F4;    
    padding-bottom: 1px;
    margin-bottom: 20px;
}
#RightContent .box h1
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 13px 0px 13px;
    color: #FFFFFF;
    background-color: #00A950;
    height: 20px;
}
#RightContent .box h2
{
    font-size: 13px;
    padding: 0px 13px;
}
#RightContent .box h3
{
    font-size: 13px;
    padding: 0px 13px;
}
#RightContent .box p
{
    margin-left: 13px;
    margin-right: 13px;
}
#RightContent .box p img
{
    margin-left: -13px;
}
#RightContent .box.news .content
{
    padding-bottom: 5px;
    border-bottom: dotted 1px #000000;
}
#RightContent .box.news .date, #RightContent .box.news .showall
{
    font-weight: bold;
}

#Footer
{
    text-transform: uppercase;
    color: #00A950;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
