@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #F4F4F4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:	100%;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p {
	margin-left:10px;
	margin-right:10px;
}
#menu {
	margin-top:15px;
	background-image:url(menu_bckgrd.gif);
	background-repeat:repeat-x;
}
#blue_bar {
	margin-top:0px;
	background-image:url(blue_bar.gif);
	background-repeat:repeat-x;
}
#crisp_desc {
	margin-left:10px;
	margin-right:10px;
}
.style2 {
	color: #666666
}
.indent_5 {
	margin-left:5px;
	margin-right:5px;
}
.indent_10 {
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}
.indent_15 {
	margin-left:15px;
	margin-right:15px;
}
.h1 {
	font-size:1.4em;
	font-weight:bold;
}
.h2 {
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
}
.h3 {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
}
/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
background: #666666;
padding: 0px;
height: 35px;
background: url(menu_bckgrd.gif);
background-repeat:repeat-x;
margin-top:15px;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:0px 10px 0px 18px;
margin: 0px 40px 0px 0px;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:14px;
text-decoration:none;
font-weight: bold;
background: url(menu_bckgrd.gif);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{

}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:0px 4px 0px 4px;
margin:0px 0px 0px 0px;
background-repeat: repeat-x;
background-color: #003399;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #FFFFFF;
background: url(item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
color:#999999;
}
