@charset "utf-8";
/* CSS Document */

body{
margin:0px 0px 0px 0px;
height:auto;
background: url(../images/bg.jpg) repeat-x top; 
}

#main-container{
margin:auto;
width:800px ;
height:auto;
}

.top-header{
width:800px ;
height:120px;
margin-top:80px;
}

.logo{
margin:auto;
width:400px ;
height:50px;
background:url(../images/logo.png) no-repeat top;
}


.flow-images{
width:784px;
margin:auto;
height:220px;

}

.first-image{
width:258px;
height:158px;
float:left;
}
.second-image{
width:258px;
height:158px;
padding-left:5px;
float:left;
}
.third-image{
width:258px;
height:158px;
padding-left:5px;
float:right;
}

.body-part{
width:784px;
margin:auto;
height: auto;

}

.body-text{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size:10px;
text-align:right;
width:784px;
margin:auto;
height: auto;

}

.footer-text{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:10px;
text-align:right;
padding-top:120px;
padding-right:50px;
width:784px;
margin:auto;
height: auto;

}

.home-bg{
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#FFFFFF;
width:784px;
margin:auto;
text-align:center;
padding-top:60px;
height:150px;
text-decoration:none;
}

.home-bg a{
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#FFFFFF;
width:784px;
margin:auto;
text-align:center;
padding-top:60px;
height:150px;
text-decoration:none;
}

.home-bg a:hover{
font-family:"Times New Roman", Times, serif;
font-size:26px;
color: #333333;
width:784px;
margin:auto;
text-align:center;
padding-top:60px;
height:150px;
text-decoration:none;
}


/*------top menu---------*/
ul.menu {
list-style-type:none; float:right; display:block; width:210px; height:18px; 
clear:both; margin-top:52px; padding:0;}

ul.menu li {
display:inline;}

a.nav:link, a.nav:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
display:block; float:right; padding:4px 11px 0 11px; margin:0;width: auto; height:18px; text-align:center; line-height:20px; font-weight:normal; font-size:10px;
text-decoration:none;}

a.nav:hover {
display:block; float:right; padding:4px 11px 0 11px; margin:0;width: auto; height:18px; text-align:center; line-height:20px;
text-decoration:none;  color:#C7430A; border-bottom:2px #C7430A solid;}

.divider-line {
list-style-type:none; padding:10px 0px 0px 0px; float:left; display:block; width:2px; height:18px; 
}

/*------top section-----*/