
/***********************************************/
/* Header for navigation menu                  */
/***********************************************/
body {
  background: #ECECEC url(images/irtmblue4.gif) top center repeat-y;
  margin:0;
  padding:0;
  color:#000;
  font:x-small Verdana, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } 
  
html>body {font-size:small;}

.header {
  width:100%;
  background:#000 repeat-x bottom;
  font-size:85%;
  line-height:normal;
  }

.header:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
.header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  text-align:center;
  }

.header ul li {
  float:left;
  background:url("images/right.gif") no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
  position:relative;
  display:inline;
  }
  
.header ul li a {
  float:left;
  display:block;
  background:url("images/left.gif") no-repeat left top;
  padding:5px 7px 4px 20px;
  text-decoration:none;
  font-weight:bold;
  color:#9cf;
  }
  
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.header a {float:none;}
/* End IE5-Mac hack */

 .header a:visited {
  color:#9cf;
  }
   
.header a:hover {
  color:#fff;
  }
  
.header #current {
  background-image:url("images/right_on.gif");
  }
.header #current a {
  background-image:url("images/left_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  
.header ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

#content{
	margin: 0;
	padding: 10px 5px 6px 5px;
	
}

#content {
	padding: 10px 5px 6px 5px;
	background-color:#ffffff;
}


#content h1 {
	font-size: 1.2em;
	color: #711515;
	background-color: transparent;
	margin-left:20px;
	}

#content h5 {
	margin-left:20px;}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #808080;
	font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #808080;
	color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 1px solid #000000;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #A0A0A0;
	color: #FFFFFF;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
background-color: #999;
background-image: url(images/l1_down.gif);
}

#navcontainer3 #active3 a:hover {
	color:#ffffff;
	}
	
#navcontainer3 a:link, #navlist3 a:visited
{
color: #898989;
text-decoration: none;
}

#navlist3 a:hover {
	color:#003366;
	}


#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color:#003399;
}

#navcontainer3 ul
{
list-style-type: none;
text-align: left;
}

#navcontainer3 ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer3 ul li a:hover
{
color:#003366;
}

#navcontainer3 ul li a#active3
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #ffffff;
}

#navlist3
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #003366;
width: 200px;
}

#navlist3 li
{
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #003366;
}

#navlist3 li a { text-decoration: none; }

#navlist3 li #active3 {
 color:#006600;
 background-color:#003366;
 }

li#active3 {
	background-color:#003366
	}
 
#active3 a:link, #active3 a:visited
{
	color:#9cf;
	text-decoration:none;
	font-weight:500;
}

#active3 a:hover {color:#ffffff}

a:link, a:visited, a:hover, img:link
{color:#003366}