/* CSS Document */



h2,

a:link,

a:visited,

li#current li a:link,

li#current li a:visited,

li.active_menu li a:link,

li.active_menu li a:visited,

#header li#current a,

#header li#current a:hover {

/*  color: #BB2D12; */

  color: #DA1018;



}



a:hover,

li#current li a:hover,

li.active_menu li a:hover {

/*  color: #d7492d;*/

  color: #DA1018;

}



.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: #DA1018 url(../images/red/head_bar.png) 0 0 no-repeat;

}



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: #ddd;

}



div.modulebox-red a:hover {

  color: #fff;

}



#header li#current a,

#header li#current a:hover {

  background: url(../images/red/head_menu_hilite.png) 0 0 repeat-x;

}



#header li a:hover {

  color: #fff;

}

div#red-bar {
	margin:0 0 1px;
	overflow:hidden;
}

div#red-bar ul {
	float:right;
	padding:0;
	margin:0;
	list-style: none;
}

div#red-bar li {
	float: left;
	margin:0 1px 0 0;
}

div#red-bar li a {
	float:left;
	color: #DDDDDD;
	text-decoration: none;
	text-transform:uppercase;
	margin:0 10px 0 0;
	cursor:pointer;
}

div#red-bar li a:hover, div#red-bar li#current li.active_menu {
	color:#FFFFFF;
}