*{
    margin:0;
    padding:0;
}
body{
    background:#C1C7D5;
}
#content{
    margin:10px auto 10px auto;
}

.topnav-trc {background: #B5B5B5 ; margin: 2px 0px 0px 3px; }  /*set bkgd color for tabs*/
.rotator{
    background-color:#222;
    width:920px;
    height:300px;
    margin:0px auto;
    position:relative;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:3px solid #f0f0f0;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #222;
    -webkit-box-shadow:0px 0px 10px #222;
    box-shadow:0px 0px 10px #222;
}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
div.heading h1 img {
    border: 6px inset white;
    float: left;
    margin: 18px 21px 0 0;
}
.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:6px;
    z-index:999999;
}
.rotator ul li, #trchomebutton{
    float:left;
    margin: 0px 2px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

ul#rotmenu {
    position: absolute;
    top: 125px;
    left: 0px;
    opacity:0.85;
    filter: alpha (opacity:=85);
}
#rotmenu li a:link, #rotmenu li a:visited, #trchomebutton a:link, #trchomebutton a:visited {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    color: #F0F0F0;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    line-height: 37px;
    outline: medium none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px 1px #000000;
}
#rotmenu li a:hover, #rotmenu li a:active, #trchomebutton a:hover, #trchomebutton a:active {
    color: #e2e2e2;
    background: #3B5998; 
}
.selected { background-color: #858e36; }
.selected a { color: yellow;}
.rotator ul li a:link, .rotator ul li a:visited{
      text-decoration: none;
}
.rotator ul li a:hover, .rotator ul li a:active{
      text-decoration: underline;
}
.rotator .heading{
    position:absolute;
    top:-16px;
    left:0px;
    width:460px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    color: white !important;  
    font-weight:normal;
    font-size:24px;
    padding:20px 0 5px 25px;
    background-color: #3B5998;
    filter:alpha(opacity=85);
	 opacity: 0.85;
 	 -moz-opacity:0.85;
 	 -moz-border-radius: 10px;
 	 -webkit-border-radius: 10px;
 	 border-radius: 10px;
}
.rotator .description{
    width:450px;
    height:80px;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:20px;
    background-color:#858e36 ;
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
    opacity:0.85;
    filter: alpha (opacity:=85);
    border-top:2px solid #fff;
    border-right:2px solid #fff;
}
.rotator .description p{
    text-transform:none;
    letter-spacing:normal;
}
.description p {
    font-size: 10px;
}
.description ul li {
    width: 155px;  /*keeps items 1 per line*/
}
.description p ul li a {color: white !important;} /*override UVM styles*/
.description ul {
    width: 200px;
    float: right;
    padding: 5px;
}
ul.leftlist, ul.middlelist, ul.rightlist {
   -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.description a:link, .description a:visited {
    color: #fff;
}
.leftlist {margin: 0px 330px 0px 0px;}
.middlelist {margin: 0 183px 0 0;}
.rightlist {margin: 0px 35px 0px 0px;}
.description img {
    width: 150px;
    padding: 0;
    margin-top: -18px;
    border: 1px solid white;
}
.description ul {
    width: 120px;
}
.description ul li:first-child a {
    text-decoration: none; 
}
.description ul li:first-child {
    background: none repeat scroll 0 0 #404040;
    font-size: 115%;
    margin-left: -5px; 
    margin-top: -7px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 119px; 
}
/*These rules insert the abs. pos. trchomebutton element*/
#trchomebutton {
    background: #b1b1b1;
    position: absolute;
    top: 136px;
    left: 12px;
    z-index: 1000;
    text-transform: uppercase;
    opacity: 0.85;
    filter: alpha (opacity:=85);
}

ul#rotmenu {
    margin-left: 89px; 
}

