@charset "utf-8";
/* CSS Document */
body{
margin: 0;
padding: 0;
font: 12px Arial, Helvetica, sans-serif;
background: url(../images/bg_body.jpg) repeat-x;
color: #4c4c4d;
}

p, h1, h2,h3{
line-height: 18px;
margin: 0;
}

p .speach{
border-width: 2px;
border-color:#999999;
border-style:solid;
padding: 10px;
width: 800px;
background-color:#E2F0F1;
}

img {border:0}
h2{
color: #424141;
font-size: 16px;
font-style:italic;
}

ul{
margin: 0;
padding: 0;
list-style-type: none
}
li {
display: block;
background-image: url(../images/arrow.jpg);
background-repeat: no-repeat;
background-position: 2px 1px;
padding-left: 20px;
font-size: 11px;
font-weight: bold;
margin-bottom: 10px;
}
li a{
color:#000000;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

li a:hover{
color:#cf2220;
}

/*********** Classes *********/


.sections{
width: 180px;
float: left;
background-image:url(../images/bg_section.jpg);
background-position: 0 40px;
font-size: 11px;
margin: 0 3px;
margin-left: 45px;
margin-bottom: 20px;

}
.sections p{
padding: 0 10px;
}
.breadcrumb{
height: 10px;
color: #4c4c4d;
font-size:10px;
}
.breadcrumb a{
color:#0066FF;
text-decoration: none;
font-size:10px;
}
/********structure Divs*************/
#container{
margin: auto;
background-color:#FFFFFF;
background-image:url(../images/bg_container.jpg);
background-repeat: repeat;
width: 870px;
}
#header {
width: 770px;
height: 70px;
margin: 0 50px;
}

#hrmenu{
background:url(../images/bg_hrmenu.jpg) no-repeat;
height: 16px;
width: 750px;
padding: 10px 60px;
color:#CCCCCC;
font-weight: bold;
text-align: center;
}
#hrmenu a{
color:#FFFFFF; 
text-decoration: none;
font-weight: bold;
padding:0 25px;
}
#hrmenu a:hover{
text-decoration:underline;
}
#banner{
}

#content{
width: 750px;
margin: 0 50px;
}

#footer{
background:url(../images/bg_footer.jpg) no-repeat;
height: 11px;
clear: both;
padding: 28px;
padding-top: 35px;
text-align: center;
}

#footer a{
color:#FFFFFF; 
text-decoration: none;
font-weight: bold;
padding:0 25px;
}
#footer a:hover{
text-decoration:underline;
}

/***********/
.small{
font-size:10px;
padding:0;
margin:0;
color:#999999;
line-height:normal;

}