﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 10px;
    color: #747474;
    background-image: url(../images/back.jpg);
    background-repeat: repeat-x;
    background-position: top;
}
a
{
    text-decoration: none;
    color: #3271a8;
}
a:hover
{
    color: #4a4b4f;
}
a img:hover
{
    border-color: #3271a8;
}
h2
{
    font-size: 14px;
    border-bottom: dotted 1px #bebebe;
}
h5
{
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
    padding-left: 10px;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
h5 a
{
    color: #FFF;
}
h5 a:hover
{
}
h4
{
    font-size: 13px;
    margin-top: 0;
    padding-top: 0;
}
.main
{
    width: 1000px;
    margin: 0 auto 0 auto;
}
.menu
{
    height: 38px;
    background-color: #4a4b4f;
    color: #FFF;
    font-size: 12px;
}
#pmenu, #pmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#pmenu li
{
    float: left;
    width: 141px;
    position: relative;
    text-align: center;
    border-right: dotted 1px #FFF;
}
#pmenu a, #pmenu a:visited
{
    line-height: 38px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
#pmenu li:hover
{
    background-color: #3271a8;
}
#pmenu li:hover > a
{
    display: block;
    line-height: 38px;
}
#pmenu li ul
{
    display: none;
}
#pmenu li:hover > ul
{
    display: block;
    position: absolute;
    top: 0;
    left: 141px;
}
#pmenu li:hover > ul li
{
    background-image: url(../images/menu-back.png);
    background-repeat: repeat-x;
    border-top: dotted 1px #FFF;
}
#pmenu > li:hover > ul
{
    left: 0;
    top: 38px;
}
.leftcolumn
{
    float: left;
    width: 735px;
}
.logo
{
    padding: 10px 0 5px 0;
    height: 57px;
}
.banner
{
    padding: 5px 0 5px 0;
}
.content
{
    padding: 10px;
}
.imgButton
{
    padding: 5px;
    border: solid 1px #bebebe;
    float: left;
    margin-right: 5px;
}
.imgButton:hover
{
    border-color: #3271a8;
}
.rightcolumn
{
    float: left;
    width: 265px;
    padding-top: 55px;
}
.rightbox
{
    border: solid 1px #bfbfbf;
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 5px;
}
.footer
{
    border-top: solid 4px #4a4b4f;
    margin-top: 20px;
    padding-top: 15px;
    line-height: 30px;
    text-align: center;
    color: #9fa5a8;
}
.test
{
    width: 233px;
    margin-right: 5px;
}
.test p
{
    padding: 10px;
    padding-bottom:0;
    margin-top: 0;
    min-height: 150px;
}
.test table
{
    padding: 10px;
    width: 233px;
    border: solid 1px #bebebe;
    margin-top: 0;
    margin-bottom: 20px;
    background-image: url(../images/airplane.png);
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
}
p img
{
    padding: 5px;
    border: 1px solid #bebebe;
    float: left;
    margin: 0 5px 0 0;
}
p img:hover
{
    border-color: #3271a8;
}
.lightview
{
    width: 106px;
    height: 81px;
    overflow: hidden;
}
.lightview img
{
    padding: 3px;
    border: 1px solid #bebebe;
}
.lightview img:hover
{
    border-color: #3271a8;
}
.textbox
{
    padding: 2px;
    width: 180px;
    font: 11px Tahoma;
    border-top: 1px solid #AAA;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    background: #FAFAFA url(../images/tbback.gif) repeat-x;
    color: #555;
}
