@charset "utf-8";
/* CSS Document */
body{
color:#333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:62.5%;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5;
}

#Container
{
        width:1000px;
        margin:auto;
        height:auto;
}

#imglogo
{
    padding-top: 20px;
}

#loginblock
{
width:0px;
height:150px;
float:left;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}

#menu
{
width:1000px;
float:right;
margin-top:10px;
color: #000000; 
border-bottom-right-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-top-left-radius:5px;

}
#banner
{
height:1100px;
margin:auto;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
background:#ffffff no-repeat;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,ffffff), color-stop(100%,#ffffff));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* Chrome 10+, Saf5.1*/
background-image: -moz-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* IE10 */
background-image: -o-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* Opera 11.10*/
background-image: linear-gradient(top, #ffffff 0%, lightgray 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ffffff', endColorstr='#ffffff',GradientType=0 );
}

#image
{
    padding: 50px 0px 20px 0px;
}

#equalcolumns
{
height:270px;
background:#ffffff no-repeat;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#CCCCCC));
/* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* Chrome 10+, Saf5.1*/
background-image: -moz-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* FF3.6 */
background-image: -ms-linear-gradient(top, #ffffff 0%, lightgray 100%);
/* IE10 */
background-image: -o-linear-gradient(top, #ffffff 0%,lightgray 100%);
/* Opera 11.10*/
background-image: linear-gradient(top, #ffffff 0%, lightgray 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=0 );
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

.col-1
{
width:28%;
float:left;
background:#FFFFFF;
border: #CCC thin solid;
padding:10px 10px 10px 10px;
margin-right:2.127659574468%;
margin-top:2.1276%;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;

}

.Left-block
{
        margin-left:2.127659574468%;
}
.loginbutton
{
        margin:10px 10px 10px 10px;
        color:#FFF;
}
.button
{
background:#0717AB;
border:none;
color:#FFFFFF;
cursor:pointer;
float:left;
font-family:Tahoma;
font-size:1.2em;
font-weight:bold;
height:25px;
padding-bottom:3px;
text-align:center;
width:68px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;

}

#auth
{
    float: right;
}

#auth a{
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
}

#auth2 a{
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

#auth3 a{
    text-decoration: none;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    float: right;
}

#auth a:hover
{
    color: blue;
    font-weight: bold;
}

#myac_table
{
    width: 950px;
    margin: auto;
    font-family: verdana;
    font-size: 12px;
}

#myac_table p{
    font-weight: bold;
}

#myac_table li{
    padding: 5px 0px 5px 0px;
}

#footer
{
    width: 1000px;
    margin: auto;
    font-family: verdana;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer a{
    text-decoration: none;
}

#footer a:hover{
    font-weight: bold;
}