/**************** or uk - css tabbed menu setup *******************/

div.topMenuItem#active_menu_rpc
{
  background-color: #BE2D22;
  border-bottom: solid 1px #BE2D22;
}


div.top_nav
{
  position: relative;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

div.topMenu
{
  position: relative;
  float: right;
  z-index: 15;
  margin-right: 10px;
  font-size: 10px;
  margin-bottom: -1px;
}

div.topMenuItem, div.secondaryMenuItem
{
  float:left;
  margin-right: 5px;
}

div.topMenuItem
{
  padding: 3px 8px;
  border-top: solid 1px #AAA;
  border-bottom: solid 1px #AAA;
  border-left: solid 1px #AAA;
  border-right: solid 1px #AAA;
  background-color: #444;
}



div.secondaryMenu
{
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  border-top: solid 1px #AAA;
  border-bottom: solid 1px #AAA;
  border-left: solid 1px #AAA;
  border-right: solid 1px #AAA;
  background-color: #BE2D22;
  font-size: 12px;
  padding: 2px 0px 6px 0px;
}

div.secondaryMenuItem
{
  padding: 2px 7px;
  border-left: solid 1px #AAA;
}

a.topMenuItem:link, a.topMenuItem:visited, a.secondaryMenuItem:link, a.secondaryMenuItem:visited
{
  color: #DFF;
  text-decoration: none;
}

a.topMenuItem:hover, a.secondaryMenuItem:hover
{
  color: #DDD;
  text-decoration: none;
}

/****************  general stuff PageID=4 *******************/

.itemhead {
  background-color: #eeeeee;
  font-size: 12px;
  padding: 0 0 0 10px;
font-weight: bold;
}


/** FORMS */
form {
	margin: 0px;
	padding: 0px;
}
.select1 {
	width: 202px;
}
.select2 {
	width: 96px;
}

/** TABLES */



.table1 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table1 th {
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(img/loan.gif) repeat-x left top;
}
.table1 th span {
	display: block;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
.table1 td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}
.table2 td {
	padding-bottom: 5px;
}
.text2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.item h2 {
	color: #BE2D22;
}
.item h3 {
	color: #BE2D22;
}


.hrm {
	border: 1px solid #BE2D22;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 2px;  	
  	background: #eee ; 
	border: 1px solid #999; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color:  #BE2D22;	
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #993333;	
}
ul span, ol span {
	color: #333;
}

a img {  
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;
}


