@charset "utf-8";
/* CSS Document */


body
{
	margin:0px;
	padding:0px;
	background-image:url(images/bg1.jpg);
}

div#wapper
{
	width:1100px;
	height:auto;
	margin:auto;
}
div#logobar
{
	width:1100px;
	height:136px;
	float:left;
	background-image:url(images/logobar2.jpg);
	overflow:hidden;
}	


div#menubar
{
	width:1100px;
	height:45px;
	float:left;
	
}









 #navMenu {
    margin:0;
    width:1000px;
	height:40px;
	float:left;
	
	margin-top:10px;
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:30px;
 }

  #navMenu li {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background:#ccff99;
	margin-left:13px;
	
 }

  #navMenu ul li a {
    text-align:center;
    height:30px;
    width:150px;
    display:block;
    color:#000;
    font-family:"Trebuchet MS";
    text-decoration:none;
	font-size:14px;
    border:1px solid #FFF;
		

 }

 /*********************************************/
 /* hide menu and allow it to return */
 /*********************************************/

	#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:32px;
 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999; 
 }

  /**********************************************/

  /*sets top level hover color*/

  #navMenu li:hover {
   background:#4fa84e;
   color:#FFFFFF;
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {
    color:#FFFFFF;
    background:#4fa84e;
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {   
  color:#FFFFFF;
 } 
  
 /* Contains the Float */

 .clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

 /* IE7 Display Fix */

 #navMenu ul li { 

  display: inline; 
 
 }
 
 div#bodycontainer
 {
 	width:1100px;
	height:auto;
	margin:auto;
}

div#left
{
	width:150px;
	height:500px;
	float:left;
}


div#aboutbox
{
	width:150px;
	height:30px;
	float:left;
	margin-left:10px;
	margin-top:80px;
}
div#aboutbox2
{
	width:150px;
	height:30px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}


div#right
{
	width:950px;
	height:500px;
	float:left;
	
}

div#greebox
{
	width:800px;
	height:auto;
	float:left;
	margin-left:20px;
	background-color:#ccff99;
	overflow:hidden;
	margin-top:40px;
}

div#firsttitle
{
	width:750px;
	height:50px;
	float:left;
}

div#greeninline
{
	width:750px;
	height:auto;
	margin:auto;
	margin-left:20px;
	margin-top:70px;
}
div#tittex
{
	color:#333333;
	font-family:"Trebuchet MS";
	font-size:22px;
	margin-left:20px;
	margin-top:10px;
}
div#line
{
	width:800px;
	height:2px;
	float:left;
	background:#000000;
	overflow:hidden;
}
div#linewhite
{
	width:800px;
	height:2px;
	float:left;
	background:#FFFFFF;
	overflow:hidden;
}

div#box
{
	width:800px;
	height:170px;
	float:left;
}
div#t1
{
	width:150px;
	height:200px;
	float:left;
}
div#t2
{
	width:250px;
	height:200px;
	float:left;
	}

div#titboxss
{
	width:800px;
	height:50px;
	float:left;
}

div#scondbox
{
	width:800px;
	height:500px;
	float:left;
	margin-top:20px;
}

div#scondbox2
{
	width:800px;
	height:1000px;
	float:left;
	margin-top:20px;
}
div#td73
{
	width:900px;
	height:60px;
	float:left;
	margin-top:50px;
}
div#td74
{
	width:900px;
	height:60px;
	float:left;
	margin-left:-35px;

}
div#td71
{
	width:150px;
	height:150px;
	float:left;
	margin-left:10px;
	margin-top:1px;
}
div#td72
{
	width:170px;
	height:60px;
	float:left;
	margin-left:-160px;
	margin-top:170px;
	
}



div#footer
{
	width:800px;
	height:60px;
	float:left;
	background-color:#ccebeb;
	overflow:hidden;
	margin-top:3px;
	margin-left:20px;
	
}

div#td88
{
	width:150px;
	height:150px;
	float:left;
	margin-left:20px;
	margin-top:1px;
}


.r {color:#333333;  text-decoration:none;}
.r:link {color:#000000;}
.r:hover {color:#FF6600;}






.themenu a:link       {color:#666666; text-decoration:none;}
.themenu a:visited    {color:#333333;}
.themenu a:hover      {color:#FF00FF;}
.themenu a:active     {color:#FF00FF;}

.alink, .alink:hover {
	font-weight:bold;
	color:#000;
	text-decoration:none
}