body {
	background: url(/img/bg.png) #333333;
	color: #fff;
}

.contactTable thead tr th {
	width:33%;
}

.logoHead {
	background: #c0c0c0;
	color: #000;
}

.fixedheight {
	position: relative;
	margin-top:1em;
}

.bottomaligned div {
	position:relative;
	bottom:0;
	
	margin-bottom:0;
	padding-bottom:0;
}

.headerHR hr {
	margin-top:0;
	padding-top:0;
}

.homeBox a h3 {
	text-decoration: none;
	color: #FFF;
}

.homeBox a:hover {
	text-decoration: none;
}

.nav-pills > li > a {
	color:#fff;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	      border-radius: 5px;
}

.nav-pills > li > a:hover,
.nav-pills > li >a:focus {
  color: #ffffff;
  background-color: #0088cc;
}


.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #000000;
	background-color: #c0c0c0;
}

.textBox 
{	margin: 0 0 1em 0;
	background: #000;
	padding:1em;
}

#slideshow {
    position:relative;
    height:285px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}