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

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #252623;
	color: #333;
}

#sitebody {background:#FFFFFF; padding:0 0 10px 0;}

h1.pageHeader { 
	width: 620px; 
	height: 120px; 
	background: url("../images/tr_logo.jpg"); 
	text-indent: -9999px; /*Sends the text waay off the page. This way if the CSS is disabled like in a screen reader, the text is replaced by the image*/
	margin-bottom:0px;
}
.top {
    top: 0;
}

.bottom {
    bottom: 0;
}
div.colborder {
  /*padding-right:28px;*/
  /*margin-right:25px;*/
  border-right: 1px solid #eee;
}
ul#slider {
    width: 940px;
    height: 420px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#slider li {
	margin:0;
    float: left;
    position: relative;
    /*display: none;*/
}

ul#slider li div {
    position: absolute;
    width: 940px;
    background-color: #000;
    color: #fff;
    left: 0;
	top: 380px;
    /*display: none;*/
    padding: 10px
}

.contact_rollover a {
display:block;
width: 180px;
height: 60px;
background: url("../images/contact_us.png") 0 0 no-repeat;
text-decoration: none;
}
.contact_rollover a:hover { 
background-position: 0 -60px;
}
.contact_rollover a:active {
background-position: 0 -120px;
}

#footer {background:#A42538; color:#FFFFFF;}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer a {
	text-decoration:none;
}