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

* { padding: 0; margin: 0; }

  body {
    background:#000 url(../images/bg_body2.png) repeat-x 0 0;
  }

body {

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #CCC;
}

#wrapper { 
 	margin: 0 auto;
 	width: 1000px;
}

#headerimage {
	height: 125px;
	width: 960px;
	margin: 78px auto 0 auto;
}
#featuredText {
  	margin: 0 auto 0 auto;
    width:960px;
    height:250px;
    background:url(../images/featured_bg.png) no-repeat 0 0;
    text-indent:-10000px;
  }	
#copiercontent {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-right:10px;
	width:710px;
}
#mapcontent {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	width:960px;
}

#copiercontent img {
	  	margin-left: 120px;
		border:0px;
}

#righthandcopiercontent {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 240px;
}

#footer {
    clear:both;
    margin-top: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 20px;
	width:938px;
	height:107px;
	background:url(../images/footer.png) no-repeat 0 0;
   
  }


#headerimage h1 {
    display:block;
    float:left;
    width:320px;
    height:125px;
	background:url(../images/logo.jpg)  no-repeat 0 0;
    text-indent:-10000px;
}
 #headerimage h1 a {
    display:block;
    width:100%;
    height:100%;
  }
#headerimage ul {
    display:block;
    float:right;
    width:640px;
    height:125px;
    background:url(../images/menu.jpg) no-repeat 0 0;
    list-style:none;
	}
 #headerimage ul li {
    display:block;
    float:left;
    height:125px;
    text-indent:-10000px;
  }
  
  #home {
    width:155px;
  }
  #about {
    width:184px;
  }
  #work {
    width:120px;
  }
  #contact {
    width:170px;
  }
  
  #headerimage ul li a {
    display:block;
    width:100%;
    height:100%;
  }
a#learnMoreButton {
    display:block;
    width:200px;
    height:60px;
    background:url(../images/learnmore.png) no-repeat 0 0;
    margin:146px 0 0 330px;
  }
  
 a#backtohomepage {
    display:block;
    width:200px;
    height:60px;
    margin:146px 0 0 330px;
  }

#van {
 float:right;
 margin-top: -230px;
}

#copierformleft {
	width: 400px;
	float: left;
	margin-left: 120px;
	margin-bottom: 20px;
}
#copierformright {
	width: 240px;
	float: left;
}
.aligntextright {
		text-align:right;
		line-height: 20px;
}
