@import 'box.css';

Body
    {
    background: url("../images/bg.png") repeat-x;
    background-attachment: fixed;
    background-color: #000000;
    padding: 0;
    margin: 0;
    margin-top:-10px;
    font:100% Georgia, "Times New Roman", Times, serif;
    height: 100%;

	}



.boxtext   
       {
	margin: 0px 40px 0px 20px;
	color: black;
	font-size: 14.5px;
	}




/*--Trees--*/

#trees-left{
	background:url(../images/trees-left.png) no-repeat;
	display:block;
	width:125px;
	height:700px;
	position:fixed;
	top:0px;
	left:0px;
}


#trees-right{
	background:url(../images/trees-right.png) no-repeat;
	display:block;
	width:125px;
	height:700px;
	position:fixed;
	top:0px;
	right:0px;
}

/*--Header--*/

#fullwidth-header-wrapper {
	height: 120px;
	}

#header {
      background:url(../images/header-bg.png) no-repeat 50% 0;
	height: 165px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	top:0;
}

.logo{
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:500px;
	height:125px;
	position:absolute;
	top:40px;
	left:85px;
}
.logo a{
	display:block;
	width:323px;
	height:85px;
	text-indent:-9999px;
	overflow:hidden;
}

/*--Text header--*/
.text-header{
	color:#fff;
	position:absolute;
	top:50px;
	right:100px;
}
.logo-2{
	font-size:130%;
	padding:0;
	margin:0;
}
.logo-3{
	font-size:130%;
	padding:0 0 0 40px;
	margin:0;
}

/*--Mid-Section--*/

.under-header{
	height:400px;
	width:100%;
	position:relative;
	margin: 0;
	
}



.main{
	background:url(../images/blackbar1.png) no-repeat;
	width:600px;
	height: 55px;
	margin:0 auto;
	position:relative;
	padding: 4px 0 0px 0;
	
}

.main li {
	float: left;
	list-style: none;
      margin: 0;
	padding: 0px 20px 0 20px;
     }




main li a{
color:#ECECEC;
font-weight:normal;
text-decoration:underline;
}



.mainIE {
	background:url(../images/blackbar1.png) no-repeat;
	width:600px;
	height: 55px;
	margin:0 auto;
	position:relative;
	padding: 21px 0 0px 0;
	
}

.mainIE li {
	float: left;
	list-style: none;
      margin: 0;
	padding: 0px 20px 0 20px;
     }




mainIE li a{
color:#ECECEC;
font-weight:normal;
text-decoration:underline;
}

.main2{
	float; left;
	
	
}

.main2 li {
	
	list-style: none;
        
     }



.main3{
	float; right;
	
	
}

.main3 li {
	
	list-style: none;
        
     }



/*--block 3--*/

.aboveblock {
	list-style: none;
	width:635px;
	margin:0 auto;
	position:relative;
	padding:21px 0px 0 0;
	color: white;
	
	
	}




.word{
  
  padding: 0px 0 0 60px;
  font-size: 75%;
  color: black;
  line-height: 200%;	
  
 }


.word li {
	float: left;
	list-style: none;
      margin: 0;
	padding: 7px 0px 0 0px;
     }


.word2{
  
  padding: 7px 0 0 40px;
  font-size: 88%;
  color: black;
  line-height: 200%;	
  
 }


.word2 li {
	float: left;
	list-style: none;
        margin: 0;
	padding: 7px 0px 0 0px;
     }


/*--Footer menu--*/

.fullwidth-footer-wrapper {
	height: 50px;
	width:100%;
	position:relative;
	margin: 0;

	}


#footer{
	background:url(../images/bottom-bar.png) no-repeat;
	width:860px;
	height: 290px;
	margin: 0 auto;
	font-size: 80%; 
	color:#fff;
      


}

p.footer-text{
	width:300px;
	float:left;
	padding:0 0 0 38px;
	margin:25px 0 0 0;
}


/*--Footer menu--*/

.footer-menu{
	list-style:none;
	margin:23px 0 0 0;
	padding:2px 45px 0 0;
	text-align:right;
	float:right;

}

.footer-menu li{
	display:inline;
	padding:0 0 0 25px;

}

.footer-menu li a{
	color:#fff;
	text-decoration:none;

}

.footer-menu li a:hover{
	text-decoration:underline;

}


form ul {
	list-style: none;
	margin: .4em 0;
	padding: 0;
}

form ul li {
	display: inline;
	padding-right: 10px;
}

form div {
	margin: 1.6em 0;
}

form div span {
	margin: .4em 0;
	display: block;
}

img {
	margin: 14px 0;
}
