body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #010101;
  background-repeat: repeat-x;
  margin-top: 0;
}

#backgroundTTT {
  width: 984px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/images/background.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

#all {
  width: 903px; /* extra 1px for IE 6 */
  margin-left: auto;
  margin-right: auto;
}

h1 {
  background-image: url("/images/triplethreattoughlogo.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
  margin-bottom: 250px;
  text-transform: uppercase;
  height: 87px;
  text-indent:-9999px; /* hide text -- text is there for screen readers and search engines */
}

h2 a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: inherit;
  padding-left: 15px;
}

/* buttons on home page */

#dfw {
  background-image: url("/images/dallas_off.gif");
  background-repeat: no-repeat;
  width: 375px;
  height: 64px;
  margin-left: 50px;
  margin-right: 88px;
  margin-bottom: 100px;
  float: left; /* 'twin cities' button should be to the right of this one */
  overflow: hidden;
}

#dfw a:hover {
  background-image: url("/images/dallas_on.gif");
  height: 64px;
}

#tc {
  background-image: url("/images/twincities_off.gif");
  background-repeat: no-repeat;  
  width: 375px;
  height: 64px;
  margin-right: 15px;
  margin-bottom: 100px;
  float: left; 
  overflow: hidden;
}

#tc a:hover {
  background-image: url("/images/twincities_on.gif");
  height: 64px;
}

#dfw a, 
#tc a {
  padding-top: 84px;
}


/* FOOTER styles */

#footer {
  border-bottom: 1px solid #fff; 
  padding-bottom: 5px; 
  padding-top: 70px;
  margin-bottom: 15px;
  padding-right: 20px;
  clear: both;
  width: 882px;
	font-size: .6em;
	text-transform: uppercase;
  background: url(/images/footer_diag.gif) no-repeat bottom right;  
}

#footerCopyright {
  text-align: left;
  float: left;
}

#footer ul#footerNav {
  text-align: right;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer ul#footerNav li {
	border-left: 1px solid #fff;
	display: inline;
	padding: 0 5px;
}

#footer ul#footerNav li.first-child {border-left:none;}
#footer ul#footerNav li.last-child {padding-right:0;}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.hide {
  display: block;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

