/*-------------- general ---------------*/

body {
  margin: 0;
	padding: 0;
	background: url(images/BG_header.gif) repeat;
	color: #666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
img {
  border: none;
	margin: 0;
}
div > * {
  margin-top: 0;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding: 0 10px;
	background: url(images/BG_h1.gif) left center repeat-x;
	border: solid 1px #666;
}
h2 {
  font-size: 12px;
	color: #C72036;
	border-bottom: solid 1px #C72036;
  margin: 10px 10px;
}
h3 {
	color: #16328D;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px;
	background: #EEE;
}

/*-------------- primary areas ---------------*/

#main {
  margin-top: 44px;
	background: #FFF url(images/BG_menu.gif) top left repeat-y;
}
#nav {
  width: 170px;
	float: left;
	padding-top: 66px;
}
#content {
  position: relative;
  margin-left: 170px;
  padding: 70px 25px 25px 20px;
	background: #FFF url(images/BG_bodytop2.gif) top left repeat-x;
}
#content p {
  margin: 10px 15px 15px 15px;
}
#clearer {
  clear: both;
}
#footer {
  color: #FFF;
	text-align: center;
	line-height: 1.6em;
	background: url(images/BG_footer.gif) top left repeat-x;
	padding: 10px;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  text-decoration: underline;
}
/*-------------- sub sections ---------------*/

#login {
  margin: 0 13px;
}
#login h4 {
  margin: 0;
	padding: 0 12px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
  background: url(images/BG_login) top right no-repeat;
}
#login form {
  margin: 0px;
	padding: 7px 0;
	background: #FFF;
	border: solid 1px #CCC;
}
#login label {
  display: block;
  font-size: 10px;
}
#login table {
	margin: 0 auto;
	width: 115px;
}
#login td {
  text-align: right;
	padding: 1px;
}
#login input.textfield {
  font-size: 10px;
	width: 60px;
}
#menu {
  margin: 15px 5px 15px 13px;
	padding-left: 18px;
	list-style-image: url(images/bullet.gif);
}
#menu, #menu a {
  font-size: 10px;
	font-weight: bold;
	line-height: 1.8em;
	color: #C72036;
}
#menu a:hover {
  color: #16328D;
}
#menu ul {
  margin-left: 5px;
	padding-left: 7px;
	list-style-image: none;
	list-style-type: none;
}
#menu ul a {
  font-weight: normal;
}

/*------------- special shadowed table ---------*/

.m {
  background: #F3F3F3;
}
.m p {
  margin: 5px 8px;
	font-size: 10px;
	line-height: 1.6em;
}
.t {
  background: url(images/t.gif) repeat-x;
}
.r {
  background: url(images/r.gif) repeat-y;
}
.b {
  background: url(images/b.gif) repeat-x;
}
.l {
  background: url(images/l.gif) repeat-y;
}

/*-------------- graphic elements ---------------*/

#topleft {
  position: absolute;
  z-index: 100;
	width: 245px;
	height: 44px;
	top: 0;
	left: 0;
	background: url(images/BG_topleft.jpg) top left repeat-y;
}
#slogan {
  position: absolute;
	top: 44px;
	right: 0px;
	z-index: 102;
}
#smalllogo {
  position: absolute;
  top: 56px;
  left: 181px;
	z-index: 103;
}
#toplefttruck {
  position: absolute;
	top: 0;
	left: 0;
	z-index: 104;
}

/*--------------- Other Stuff ---------------------------*/

.floatimg {
  position: relative;
  padding-left: 10px;
  padding-bottom: 10px;
	float: right;
  background: #FFF;
}
p.blurb {
  width: 175px;
	font-size: 12px;
	font-weight: bold;
	color: #16328D;
}
.boldred {
  font-weight: bold;
	color: #C72036;
}
.centered {
  text-align: center;
}
ul.afterparagraph {
  margin-top: -10px;
	font-weight: bold;
}
ul.biglist li {
  font-weight: bold;
	margin-bottom: 10px;
}