@charset "utf-8";
/* CSS Document */

body
{
   margin:0 auto;
   background-image:url(../images/bgline.jpg);
   background-repeat:repeat-x;
   }
   
.wraper
{
   width:979px;
   height: auto;
   display:table-cell;
   margin:0 auto;
   }
  
/*====================1st section===============================*/ 
 
.header
{
   width:979px;
   height:462px;
   background-image: url(../images/header.jpg);
   margin-top:4px;
   }
   
.mainpic
{
    width:979px;
	height:316px;
	background-image:url(../images/mainpic.jpg);
	margin-top:30px;
	}
.linkbtn1
{
     width:132px;
	 height:36px;
	 float:left;
	 margin-top:330px;
	 margin-left:80px;
	 }
.linkbtn2
{
     width:132px;
	 height:36px;
	 float:right;
	 margin-top:250px;
	 margin-right:50px;
	 }


DIV
    {
	 font-family:tahoma;
	 font-size:11px;
	 text-align:left;
	 color: #ffffff;
	 }
	 
.navigation
{
     width:480px;
	 height:22px;
	 margin-top:70px;
	 float:right;
	 margin-right:20px;
	 }
	 
.midarea
{ 
    width: 979px;
	height:auto;
	margin-top:10px;
	}
.midleft
{
     width:700px;
	 height: auto;
	 margin-left:10px;
	 float:left;
	 }
	 
.banner
{
     width:267px;
	 height: auto;
	 margin-top:50px;
	 float:right
	 }

.midmid
{
     width:463px;
	 height: auto;
	 margin-top:12px;
	 margin-left:40px;
	 float:left;
	 }
	 

.heading
{
     font-family:"Times New Roman", Times, serif;
	 font-size:24px;
	 color: #ffffff;
	 text-align:left;
	 }

.footer
{
    width:980px;
	height:100px;
	text-align:center;
	margin-top:15px
	}
.clear
{
    clear:both;
	}
	
a.nav:link {color: #FFFFFF; text-decoration: none; }
a.nav:visited {color: #FFFFFF; text-decoration: none; }
a.nav:hover {color: #78cc55; text-decoration: none; }
a.nav:active {color: #CCCCCC; }

a.nav1:link {color: #78cc55; text-decoration: none; }
a.nav1:visited {color: #78cc55; text-decoration: none; }
a.nav1:hover {color: #5ea052; text-decoration:none; }
a.nav1:active {color: #000000; }