@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
outline:none;
}
body{
background:url(../images/bg.gif);
font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
width:832px;
margin:auto;
}

#header{
width:832px;
height:98px;
background:url(../images/header.jpg) no-repeat;
}

/*----------------MENU--------------------*/

#menu{
width:260px;
position:absolute;
margin-left:607px;
margin-top:26px;
}

#menu ul{
list-style:none;
}
#menu li{
float:left;
}
#menu a{
width:260px;
height:30px;
display:block;
}
#menu1{
background:url(../images/menu1.gif) no-repeat;
}
#menu2{
background:url(../images/menu2.gif) no-repeat;
}
#menu3{
background:url(../images/menu3.gif) no-repeat;
}
#menu4{
background:url(../images/menu4.gif) no-repeat;
}
#menu5{
background:url(../images/menu5.gif) no-repeat;
}
#menu5_1{
background:url(../images/menu5_1.gif) no-repeat;
}
#menu6{
background:url(../images/menu6.gif) no-repeat;
}
#menu7{
background:url(../images/menu7.gif) no-repeat;
}
#menu8{
background:url(../images/menu8.gif) no-repeat;
}
#menu9{
background:url(../images/menu9.gif) no-repeat;
}
#menu10{
background:url(../images/menu10.gif) no-repeat;
}
#menu11{
width:260px;
height:16px;
background:url(../images/menu.gif) no-repeat center;
}
#menu12{
background:url(../images/menu11.gif) no-repeat;
}
#menu a:hover, #menu .active{
background-position:bottom;
}

.submenu{
position:absolute;
border:1px solid black;
background:#7B7B7B;
width:190px;
margin-left:-160px;
display:none;
}
.submenu li{
width:180px;
padding:2px 5px;
}
.submenu a{
height:auto !important;
width:auto !important;
font-size:12px;
color:white;
text-decoration:none;
}
/*----------------CONTENT-----------------*/

#content{
width:932px;
float:left;
background:url(../images/content.png) repeat-y;
}

#top , #main{
margin-left:45px;
}
#main{
width:760px;
}
#main p, #main ul, #main ol, #main dl{
font-size:12px;
padding:10px 0;
}
#main dd{
margin-left:50px;
padding:3px 0;
}
.red{
color:red;
}
#main li{
margin-left:15px;
padding:3px 0;
}
#main h1{
font-size:30px;
padding:15px 0 5px 0;
}

#main h2{
font-size:18px;
padding:15px 0 5px 0;
color:#990000;
}
#main h3{
font-size:16px;
padding:15px 0 5px 0;
color:#000099;
}
#main a{
color:#2C5AA5;
}
#main a:hover{
color:#6788bf;
}
#main .left{
float:left;
margin:0 10px 0 0;
}
#main .right{
float:right;
margin:0 0 0 10px;

}
.clear{
clear:both;
}

#bottom{
width:832px;
height:22px;
background:url(../images/footer.png) no-repeat;
float:left;
}

#footer{
float:left;
width:832px;
height:150px;
background:url(../images/foot.gif) 19px 0  repeat-y;
}

#footer p{
font-size:10px;
padding:6px 0;
color:white;
text-align:center;
}
#footer a{
color:white;
text-decoration:none;
padding:0 2px;
}

/*--------------contactTable-------------*/
.contactTable td{
font-size:12px;
padding:2px 6px 2px 0;
vertical-align:top;
}

.Table{
border-collapse:collapse;
border-bottom:1px solid black;
}
.Table tr td{
border-collapse:collapse;
border-bottom:1px solid black;
}
.Table td{
font-size:12px;
padding:2px 6px 2px 6px;
vertical-align:top;
}


/*-----ACORRDION-*/

.accordion{
width:400px;
background:url(../images/accordion.jpg) no-repeat;
height:40px;
cursor:pointer;
}
.accordion h2{
line-height:30px;
padding: 0 0 0 10px !important;
}
.accordionContent{
padding:15px;
}
.closedlanguage{
}
.openlanguage{
}