/* CSS Document */      
#header {
background-color:#efae1e;
background-image:url(http://www.tri-m.com/trim_images/layout/header.jpg);
background-repeat:no-repeat;
height:81px;
text-align:left;
width:100%;
position:relative;
}
#navigation /* Navigation */ {
background-color:#0c3e97;
background-image:url(http://www.tri-m.com/trim_images/menu_background.gif);
background-repeat:no-repeat;
width:100%;
position:relative;
height:19px;
text-align:left;
}  
input {
color:#03398f;
font-family:Arial;
font-size:9px;
font-weight:bold;
} 
#footer /* Footer on all pages EXCEPT index */ {
  background-color:#003698;
  color:#fff;
  font-size:9px;
  font-weight:bold;
  height: 17px;
  clear:both;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
#footer img {
  border:0;
  margin-right:5px;
  margin-left:5px;
}
#footer A, A:visited, A:active {
  color:#fff;
  text-decoration:none;
}
#footer A:hover {
  color:#f47720;
}
#footerlinks {
  padding-top:2px;
  float:left;
  padding-left:30px;
}
#copyright {
  padding-top:2px;
  float:right;
  padding-right:30px;
}
.container {
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  width: 960px;
  text-align: left;
}
table { /* why tables use a bigger font by default I'll never know */
  font-size: 100%;
}
html { 
    height:100%; 
} 
body {
  height: 100%; 
  margin: 0 auto; 
  padding: 0;
  font-size: 80%;
  font-family: Arial, Sans-serif;
  background: #676666 url(/trim_images/dropshadow.gif) top center repeat-y;
}
.wrapper { 
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  min-height:100%; 
  height:auto !important; /* this is for ie6 */
  height:100%; 
  margin-bottom:-17px;  /* this is the height of the footer */
  background: #FFFFFF;
} 
.push { 
    height:17px;
} 
img {
  border:0;
}




H1 /* Giant blue title */ {
  color:#003698;
  font-size:175%;
  margin-top:10px;
  margin-bottom:0px;
}
.fancyhead {
  background: #e6e6e6 url(/trim_images/headbg.jpg) top right no-repeat;
  height:50px;
  margin:-10px -15px 10px -15px;
  padding:23px 0 0 25px;
}
H2 /* Big orange title */ {
  color:#f47720;
  font-size:140%;
  margin-top:0px;
  margin-bottom:0px;
}
h3 /* Medium blue title */ {
  color:#003698;
  font-size:130%;
  margin:0px;
}
h4 /* Medium orange title */ {
  color:#f47720;
  font-size:100%;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:0px;
}
h5 /* Headers: White on blue */ {
  color:#FFFFFF;
  font-size:100%;
  font-weight:normal;
  margin-top:5px;
  margin-bottom:0px;
  background-color:#003698;
  padding: 2px 5px 3px 5px;
}
A:link h5, A:visited h5, A:active h5 {
  color:#FFFFFF;
  border-color:#a0b5da #000000 #000000 #a0b5da;
  border-width:1px;
  border-style:solid;
  padding: 1px 4px 2px 4px;
}
A:hover h5 {
  background-color:#f47720;
  border-color:#602f0d #fac6a2 #fac6a2 #602f0d;
}
.box {
  background-color:#e7eaf0;
  padding:0 0 2px 5px;
  border:1px solid #cbd2e0;
  border-top-width:0px;
}
A:link {
  color:#063891;
  text-decoration: none;
}
A:visited, A:active { 
  color:#404bb2;
}
A:hover { 
  color:#f47720;
}
P {
  margin-top:0px;
  margin-bottom:10px;
}
hr {
  height:1px;
  border:0;
  background-color:#999999;
}
ul { 
  padding:0 0 10px 0; 
  margin:0; 
  list-style:none; 
} 
ul li { 
  padding:0 0 0 15px; 
  margin:3px 0 0 10px; 
  background:url(/trim_images/bullet.gif) 0 60% no-repeat;
  background-position: left 5px;
} 


.sidebar {
  float: left;
  width: 160px;
  margin-right:15px;
}
.sidebar ul { 
  list-style-type:none; 
  margin:0; 
  padding:0; 
  font-size:90%
} 
.sidebar li { 
  margin:0; 
  padding-left:0;
  padding-top:1px; 
  padding-bottom:1px; 
  background:none;
} 
.sidebar h5 {
  text-align:center;
} 
.sidebar a:link, .sidebar a:visited {
  display:block;
  color:#000000;
  width=100%;
}
.sidebar A:active, .sidebar A:hover { 
  color:#f47720;
  background-color:#ffffff;
}




.dbtable {
  border-collapse:collapse;
  border:1px black solid;
  width:100%;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
}
.dbtable img {
  vertical-align: middle
}
.dbtable .header {
  background:#585757 url("http://www.tri-m.com/trim_images/layout/trbg.gif") repeat-x top;
  color: #FFFFFF;
  font-weight: bold;
}
.dbtable td {
  border:1px solid #000000;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.dbtable i {
  font-weight:normal;
}