﻿body
{
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.header
{
    background-color: #00aff0;
    height: 170px;
    width: 100%;
}

.header_thin
{
    background-color: #00aff0;
    height: 70px;
    width: 100%;
}

.header_name {
    color: white;
    padding: 10px 0px 20px 20px;
    font-family: Arial;
    font-size: 20px;
}

.menu_background
{
    background-image: url(../../Resources/Images/menubar.png);
    background-repeat: no-repeat;
    width: 625px;
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
}

.menu
{
    padding-top: 5px;
    padding-left: 20px;
}
.menu_item:link, a.menu_item:visited
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: White;
    color: White;
    text-decoration: none;
}
a.menu_item:hover
{
    color: White;
    text-decoration: underline;
}

.menu_button_green {
    background-image: url(../Images/button_green.png);
    background-repeat: no-repeat;
    width: 125px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
}

.menu_button_brown {
    background-image: url(../Images/button_brown.png);
    background-repeat: no-repeat;
    width: 125px;
    height: 50px;
    text-align: center;
}
a.menu_item:active
{
    color: White;
    text-decoration: none;
}

a:link, a:visited
{
    font-family: Arial;
    font-size: 14px;
    color: #007dcb;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a:active
{
    text-decoration: none;
}

.home_banner
{
    padding-top: 15px;
}
.home_banner_1_title
{
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
}
.home_banner_1_subtitle
{
    font-size: 16px;
    padding-top: 10px;
}
.home_banner_1_image {
 /*   padding-left: 20px;
    width: 60%;
    background-image: url(../Images/background-cogs.png);
    background-repeat: no-repeat;
    width: 531px;
    height: 300px;*/
}
.home_info
{
    padding-left: 25px;
}
.home_info_title
{
    font-family: Arial;
    font-size: 24px;
    color: #B0B0B0;
}
.home_info_subtitle
{
    font-family: Arial;
    font-size: 18px;
    color: #007dcb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.home_info_icon
{
    padding-top: 15px;
    padding-bottom: 5px;
}
.divider_vertical
{
    padding-left: 10px;
    padding-right: 0px;
    border-left: 1px solid #CFCFCF;
}
.footer_separator
{
    background-color: #00aff0;
    font-family: Arial;
    font-size: 12px;
    color: White;
    margin-top: 15px;
    padding-left: 5px;
}

.footer_text
{
    font-family: Arial;
    font-size: 14px;
    color: #A0A0A0;
}
