/* CSS Document */

h2, h3, h4, 
a:link,
a:visited,
li.active_menu li a:link,
li.active_menu li a:visited,
#nav li.active_menu a,
#nav li.active_menu a:hover {
  color: #BB2D12; 
}

a:hover,
li.active_menu li a:hover {
  color: #000;
}

.highlight {
  color: #000;
}
hr {
	border: medium;
	background-color: #bb2d12;
}

.lrg .button {
	background: url(../images/red/access-lrg.png);
}

.sml .button {
	background: url(../images/red/access-sml.png);
}

.med .button {
	background: url(../images/red/access-med.png);
}

.thin .button {
	background: url(../images/red/access-thin.png);
}

.wide .button {
	background: url(../images/red/access-wide.png);
}

div#header div#red-bar {
  height: 16px;
  background: url(../images/red/head_bar.png) 0 0 repeat-x;
}

div.modulebox-red {
  background: url(../images/red/box_br.png) 100% 100% no-repeat;
}

div.modulebox-red div.bx1 {
  background: url(../images/red/box_bl.png) 0 100% no-repeat;
}

div.modulebox-red div.bx2 {
  background: url(../images/red/box_tr.png) 100% 0 no-repeat;
}

div.modulebox-red div.bx3 {
  background: url(../images/red/box_tl.png) 0 0 no-repeat;
  padding: 0;
  margin: 0;
}

div.modulebox-red div.moduletable h3 {
	margin: 0 -9px;
	background: url(../images/red/box_h3_divider.png) 0 100% repeat-x;
	margin-bottom: 5px;
	color: #fff;
}

div.modulebox-red div.moduletable {
	color: #ddd;
}

div.modulebox-red a:link,
div.modulebox-red a:visited {
  color: #fff;
}

div.modulebox-red a:hover {
  color: #000;
}

#nav li.active_menu a,
#nav li.active_menu a:hover {
  background: url(../images/red/head_menu_hilite.png) 0 0 repeat-x;
}

#nav li a:hover {
  color: #fff;
}

/*************/
.contentheading {
	border-bottom: 1px solid #C1381E;
}
table.contentpaneopen {
	/*background: url(../images/red/head_bar.png) 0 0 repeat-x;*/
}
/****************/

#mainlevel ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;

}
#mainlevel li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	padding-right: 2px;
}
#mainlevel a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#mainlevel li a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	  font-size: 110%;
}

/* -- Module Row Formatting ----------------------------------------------------------------- */
.moduleRow { }
.moduleRowOver {
	background: #C1381E;
	color: #fff;
	font-weight: normal;
}
.moduleRowSelected {
	background: #C1381E;
	color: #fff;
	font-weight: normal;
	font-style: normal;
}