@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
body {
  text-align:center;
  background-color:#000;
  background:url(images/site-bg.jpg) no-repeat 0 0;
  background-position:top;
    background-attachment:fixed;
}
p {
	font:normal 13px/20px Verdana, Geneva, sans-serif;
	color:#333;
	padding:0;
	margin:10px 0 10px 0px;
	font-size: 14px;
}
#container {
  width:953px;
  margin:0 auto;
  text-align:left;
}
#masthead h1 {
  display:block;
  width:953px;
  height:137px;
  text-indent:-9999px;
}
#masthead h1 a {
  display:block;
  width:100%;
  height:100%;
  background:url(images/logo.png) no-repeat 0 0;
  outline:none;
}
#masthead ul {
  display:block;
  height:40px;
  list-style:none;
  background:url(images/nav-sprite.png) no-repeat 0 0;
}
#masthead ul li {
  display:block;
  height:40px;
  float:left;
}
#home {
  padding-left:165px;
  width:155px;
}
#about {
  width:156px;
}
#services {
  width:156px;
}
#contact {
  width:157px;
}
#masthead ul li a {
  display:block;
  padding-bottom:25px;
  width:100%;
  height:100%;
  outline:none;
  text-indent:-9999px;
}
li#home a:hover {
  background:url(images/nav-sprite.png) no-repeat -165px -40px;
}
li#about a:hover {
  background:url(images/nav-sprite.png) no-repeat -320px -40px;
}
li#services a:hover {
  background:url(images/nav-sprite.png) no-repeat -476px -40px;
}
li#contact a:hover {
  background:url(images/nav-sprite.png) no-repeat -632px -40px;
}
#main-content {
  width:952px;
  margin:0 auto;
  margin-top:25px;
  padding-top:20px;
  float:left;
  background-color:#FFF;
  border-style:solid;
  border-width:1px;
  border-color:#cf0303;
  border-bottom:none;
}
#left-column {
  width:300px;
  height:563px;
  margin-left:20px;
  padding-left:15px;
  padding-bottom:20px;
  float:left;
  background:url(images/bg-union.png) no-repeat 0 0;
}
#right-column {
  width:500px;
  margin-left:20px;
  float:left;
}
h2#union-bar {
	display:block;
	margin-top:20px;
	margin-left:40px;
	width:100%;
	height:150px;
	text-indent:-9999px;
	background:url(images/logo-union.png) no-repeat 0 0;
}
h2#welcome {
	display:block;
	width:539px;
	height:227px;
	text-indent:-9999px;
	background:url(images/greeley-office.jpg) no-repeat 0 0;
}
div.featured {
	width:539px;
}
div.content {
	width:240px;
	margin-top:20px;
	text-align:center;
}
div.contact {
	width:240px;
}
#footer {
margin:0 auto;
clear:both;
  width:953px;
  height:72px;
  background:url(images/bg-footer.png);
}
#footer p {
  margin:0 auto;
  padding-top:16px;
  width:953px;
  color:#ccc;
  height:50px;
  line-height:50px;
}

