/* CSS Document */


body{
margin:0 auto;
text-align: left;
padding: 0;
font: 11px Verdana, Arial, Tahoma, Sans-serif;
color:#252424;
background-color: #cacaca;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
}

a:visited {color: #003399;text-decoration:none;}
a:link {color:#003399;text-decoration:none;}
a:hover {color: #003399;text-decoration:underline;}
a:active {color: #003399;text-decoration:underline;}

img{
border: none;
}

/********************** Wrapper's **********************/
.wrapper{
width: 1024px;
margin: 0px;
margin-top: 9px;
}


/********************** Navigation **********************/
.nav ul{
width: 740px;
}
.nav li{
float: left;
text-decoration: none;
list-style: none;
}

.nav a{
font: 11px Verdana, Arial, Tahoma, Sans-serif;
color: white;
font-weight: bold;
}
.nav a:visited{
color: white;
}

.nav a:hover{
font: 11px Verdana, Arial, Tahoma, Sans-serif;
color: #d2d2d2;
font-weight: bold;
text-decoration: none;
}

/********************** Content **********************/
.left_side{
margin: 0px;
padding: 0px;
width: 155px;
height:800px;
float: left;


}

.header{
margin: 0px;
padding: 0px;
float: left;
background-image: url(images/navbg.jpg);
background-repeat: no-repeat;
width:726px;
height: 187px;
padding-top: 152px;

}

*:lang(en) .header{
height: 40px;
padding-top: 142px;
}

html>body .header{
height: 30px;
padding-top: 152px;
}

.content{
margin: 0px;
padding: 20px 0 0 10px;
float: left;
width: 850px;
height: 424px;
background-image: url(images/contentbg.jpg);
background-repeat: no-repeat;
background-position: right;
}
.content ul{
color: #252424;
}

h1{
font-size: 9pt;
color: #003399;
}

p{
width: 600px;
color: #252424;
text-align: left;
font-weight: normal;
}

span{
color: #003399;
font-weight: bold;
}


.contact_content{
margin: 0px;
padding: 20px 0 0 10px;
float: left;
width: 850px;
height: 424px;
background-image: url(images/contentbg.jpg);
background-repeat: no-repeat;
background-position: right;
}

.contact_content p{
width: 300px;
color: #252424;
text-align: left;
font-weight: normal;
float: left;
}




/********************** Footer Links **********************/
.footer{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight: normal;
width: 740px;
height:10px;
margin: 0 auto;
text-align: center;
color: #7f7f7f;
float: left;
padding-top: 50px;
}

.footer ul{
margin: 0 auto;
text-align: center;
width: 380px;
text-decoration: none;
list-style: none; 
}

*:lang(en) .footer ul{
margin-left: 160px;

}

.footer li{
float: left;
}

.footer a{
color: #7f7f7f;
}
.footer a:visited{
color: #7f7f7f;
}
.footer a:hover{
color: #7f7f7f;
text-decoration: underline;
}

#message
{
height:50px;
}




.copyright{
margin: 0 auto;
padding: 0;
text-align: center;
width: 740px;
margin-top: 10px;
float: left;
}
