/* CSS Document */

body {
	background:#123;

}

#wrapper, body {

	background-image: none;
}

#content, #wrapper, .sidenavContent, #nav {

	background:#123;
  	color:#fff;
	border: 1px solid #345;

}


#footer {

	background:#123;
  	color:#fff;
	border: 1px solid #345;
}

#masthead {
padding-bottom: 0px;
	background:#123;
}

/*
#header {
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
	background:#123;
	height: 114px;
	background-image: url(images/design1/header_v2hib.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header h1 {
	padding: 0px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header h1 a{
	display:block;
	background: url(images/logo.gif) no-repeat;
	height: 60px;
	width: 400px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;

}

*/

#header {
	font-family: Verdana, Arial, sans-serif;
	background-image: url(images/design1/header_v2hib.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;;
}

#header h1 {


}
#header h1 a{
	display:block;
	background: url(images/logo.gif) no-repeat;
	height: 60px;
	width: 340px;

	text-indent: -900em;
	text-decoration: none;
	line-height:100%;

}


/* top dropdown menu formatting  */

/* another son of suckerfish...
http://www.htmldog.com/articles/suckerfish/dropdowns/
http://www.alistapart.com/articles/horizdropdowns
*/ 


#nav ul.menu1 { /* sub level ul */
  background-color: #123; 

}

#nav a {
  color: #FFF;
	text-decoration: none;

}

#nav a:hover {
  color: white;
  background-color: #123;
  text-decoration: underline;
}

#nav a.active {
  text-decoration: none;
  background-color: #123;
}

/* second-level lists */


#nav li ul a {
	color: #123;
	background-color: #FFF;
	border-bottom: 1px solid #666A70;
	border-left: 1px solid #666A70;
	border-right: 1px solid #666A70;
}

#nav li ul a:hover {
  color: #FFF;
  background-color: #123;
}


/* end top dropdown menu  */
 
 
/* --  tab menu -- */    

    #tabs4 {
	background-color: #123;
      }
    #tabs4 ul {
	  margin:0;
	  padding:0px 10px 0 10px;
	  list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:right;
      background:none;
      margin:0;
      padding:0 0 0 15px;
      text-decoration:none;
      }
    #tabs4 a span {
	float:left;
	display:block;
	background:none;

	color:#fcf;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
      }
	  

    #tabs4 a.selected {

      background-position:0% -42px;
	  font-weight: bold;

      }
    #tabs4 a span.selected {

      background-position:100% -42px;
	color:#FFFF00;	  
	font-weight: bold;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span, #tabs4 a:hover {
	text-decoration:underline;
	color:#fcf;
      }
 

/* End tab menu */

#breadcrumb {
	clear:both;
	background-color: #FFF;
	margin-top: 0;

}
.breadcrumb1  {
	background-color: #FFF;
	margin: 0;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 10px;
	padding-left: 0.5em;
	color:#123;
}
.breadcrumb1 a, .breadcrumb1 a:visited, .breadcrumb1 a:hover {
	color:#123;
}
#content {
	float: left;
	width: 570px;
	min-height:18em;
	height:auto;
	padding: 0.5em;
	z-index: 0;
	/* background-color: #FFFFFF;*/
}  
/* for Internet Explorer */
* html #content {
height: 18em;
}
/**/   


#list3 div div, .summary, .summaryfront, .tool {
	background-color: #123;
}


h3.sidenavHeading  {
	background-color:#fff;
  	color:#123;	
}

.sidenavContent ul li.level2  {

	background-image: url(images/rightw.gif);

	} 


h3, h4, h5, h6 {
  	color:#fff;	 
 }

a{
	color:#fc3;

}
a:link {
	color:#fc3;

}
a:visited {
	color:#fcf;

}
a:active {
	color:#FF0000;


}
.summary, .summaryfront, .summaryfront h6 {
color:#123;
background:#fbe3e4;
}

.cssbutton,.cssbutton:link, .cssbutton:active, .cssbutton:visited, .boxhigh, .boxhigh:link, #tooltip.pretty h3  {
  	color:#123;	
}
#breadcrumb a, .details a {
	color:#123;
}

#breadcrumb a:visited, .details a:visited {
	color:#123;
}

img {
	border: 0;
}



/* links on breadcrumb  */
a.hiviz,a.hiviz:visited {

	color: #330;
	text-decoration: underline;	
} 

a.normal,a.normal:visited {


	color: #330;
	text-decoration: none;
}

a.text-small,a.text-small:link,a.text-small:visited {

	color: #330;
}

a.normal:hover {

	text-decoration: underline;
}
