@charset "iso-8859-5";
/* CSS Document */
*{
margin:0;
padding:0
}
img {border:0px}
html{
width:100%;
background-color:#000000;
margin:0px;
padding:0px;
font-family:Tahoma;
}
body{
width:766px;
height:100%;
margin:auto;
text-align:center
}
#header{
position: relative;
width:766px;
height:247px;
background-image:url(images/title_slogan.png);
background-repeat:no-repeat;
background-position:0 57px;
text-align:left;
}
#footer{
height:31px;
background-color:#262525;
font-family:Tahoma;
font-size:11px;
color:#9c9c9c;
padding:20px 0 20px 30px;
text-align:left;
margin: 0 0 10px 0;
}
.menu{
    height: 57px;
    background-image:url(images/menu_bg.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    display:block;
    width:728px;
    list-style-type:none;
    padding:0 0 0 38px;
}
.menu li{
    display:block;
    float: left;
    background: url('images/but2.jpg');
    padding: 18px 10px 0 10px;
    margin: 0;
    color: white;
    height: 39px;
    position: relative;
    overflow: visible;
}

.menu li:hover { background: url('images/but1.jpg'); }

.menu li.act { background: url('images/but1.jpg'); }
.menu li a { color: white; text-decoration: none; }
.menu li ul { display: none;  position: absolute; z-index: 10; width: 200px; top: 57px; left: 0px;  border: 1px solid black;}
.menu li ul li { float: none; height: 20px; font-weight: normal; padding: 8px 15px; font-size: 10pt; background: #222; }
.menu li ul li a{ float: none; height: 20px; font-weight: normal; }

.menu li:hover ul { display: block; }
.menu li ul li:hover { background: url('images/but1.jpg'); }



#footer div{float:left}
.bottom_menu a{
font-family:Tahoma;
font-size:11px;
color:#9c9c9c;
text-decoration:none
}
#footer li {
display:block;
float:left;
padding:0 7px 2px 7px;
}
.copy{
padding:7px 20px 7px 20px;
margin:0 20px 0 0 
}
.copy a{
font-family:Tahoma;
font-size:11px;
color:#9c9c9c;
text-decoration:underline
}
.copy a:link{text-decoration:underline}
.copy a:visited{text-decoration:underline}
.copy a:hover{text-decoration:none}
.bottom_menu{
width:480px;
margin:0 20px 0 20px 0;
padding:7px 0 7px 20px
}
.small_title{
font-family:Tahoma;
font-size:12px;
color:#af0e0e;
font-weight:bold;
padding:20px 0 10px 0
}
.arrow{
padding:0 0 0 10px;
width:135px;
background-image:url(images/arrow.gif);
background-position:0px 4px;
background-repeat:no-repeat
}
#content{
padding:20px 0 0 13px;
margin:0 0 40px 0;
text-align:left;
font-family:Tahoma;
font-size:11px;
color:#d2d1c6;
//height:260px;
overflow: hidden;
}
.column{
background-image:url(images/dash.gif);
background-position:top right;
background-repeat:repeat-y;
width:186px;
text-align:left;
padding:0 30px 0 35px;
float:left
}
.readmore{
text-align:right;
margin:16px 10px 0 0 
}
.readmore a{
font-family:Tahoma;
font-size:12px;
color:#af0e0e;
font-weight:bold;
text-decoration:none;
}
.column2{
width:186px;
text-align:left;
padding:0 30px 0 35px;
float:left
}
.column2 img{margin:14px 0 14px 0}
.column img{margin:14px 0 14px 0}
ul.menu-2 { position: absolute; list-style: none; right: 0px; top: 0px; }
ul.menu-2 li { float: left;  background: url('images/but2.jpg'); padding: 18px 10px 0 10px; color: white; height: 39px; margin: 0;  }
ul.menu-2 li a { color: white; text-decoration: none; }
ul.menu-2 li:hover { background: url('images/but1.jpg'); }


h2 { font-size: 10pt; color: #AF0E0E; background: url('images/arrow.gif') 0 6px no-repeat; padding: 0 0 0 10px; margin: 0 0 0 0; }

p { margin: 0 0 10px 0; padding: 0; font-size: 8pt; }
p > ul { margin: 0 0 3px 0; padding: 0; }
ul { padding: 0; margin: 0 0 10px 0; }
ul li { padding: 0 0 0 0px; margin: 0 0 0.3em 1.2em; line-height: 1.1em;}

.align-right { text-align: right; }
.align-left { text-align: left; }

a { color: #AD0E0E; }

p.align-right a { font-weight: bold; }

p > img { margin: 100px; padding: 0;} 

#header .email { position: absolute; bottom: 15px; right: 85px; color: white; }
#header .email a { color: white; font-size: 10pt; }
