     
     /* Begin: the following rules apply only to IE6 
     * html #rightcontent {
	    zoom: 1;
     }
      End: the following rules apply only to IE6 */
     
     
     /* Begin: Horizontal Navigation */
     
     
     #navMenu{  /* parent div to main_nav */
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: black url(./images/toolbarbk.png) center center repeat-x;
	height: 39px;
	margin: 0px;
	
     }
     
     #main_nav { /* ul containing the main navigation menu */
	      font-family: "Verdana";
	      font-weight: bolder;
	      font-size: 14px;
	      overflow: hidden;
	      
	      
              list-style: none; /* remove the bullets */
              margin: 0; padding: 0; /* no need for margins or padding */
              width: 100%; /* important for later */
	      text-align: center;
	      
	      
	      line-height: 42px;
	      
     }

     #main_nav li {
        float: left; /* we want these to display inline, but we want them block level for later so no display: inline; */
        width: 14%;
        text-align: center; 
     }
     
     #main_nav li:hover {
	     background-image: url(./images/toolbarPointerHover.gif);
	     background-repeat: no-repeat;
	     background-position: bottom center;
     }
     
     #main_nav li.current {
	background-image: url(./images/toolbarPointer.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
     }
     
     #main_nav li.current a, #main_nav li.current a:visited, #main_nav li.current a:hover{
	     color: yellow;
     }
     
     #main_nav li a, #main_nav li a:visited{
	padding-top: 6px;
	color: #CDD6DE;
	text-decoration: none;
     }
     
     #main_nav li a:hover, .navMenu li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
     }
     
     #main_nav a.sm_item {
	     font-size: 10px;
	     line-height: 12px;
     }
     
     /* End: Horizontal Navigation */

/* Begin: Left Content Menu */
ul.boxList {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-top: 55px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

ul.boxList li.headerLi, #leftcontent ul.boxList li.headerLi:hover
{
	background-color:#3B5B71;
	color:white;
	font-family:Verdana;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
}

ul.boxList li {
	
	background-color: #ECEFF2;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap;
	font-size: 11.5pt;
	word-wrap: break-word;
}

ul.boxList li:hover {
	background-color: #CDD6DE;
	color: #ECEFF2;
}

ul.boxList li.featured {
	
	color: #ffdd66;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap;
	
	word-wrap: break-word;
	
}

ul.boxList li.featured a {
	color: 	#109135;
}

ul.boxList li.featured:hover a {
	color: #109135;
}

ul.boxList li.featured a:visited {
	color: 	#109135;
}

ul.boxList li.LeftContentListEnd {
	border-bottom: solid 1px #003366;
	
}



ul.boxList li:hover a, ul.boxList li:hover a:hover, #leftcontent ul.boxList li:hover a:visited
{
	font-family:Verdana;
	color: #003366
}

ul.boxList li a, ul.boxList li a:hover, ul.boxList li a:visited 
{
	font-family: Verdana;
	color:#003366;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


/* End: Left Content Menu */

.box {
	margin: 5px;
	margin-top: 55px;
}

.boxTitle {
	background-color:#3B5B71;
	color:white;
	font-family:Verdana;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.boxContent {
	
	background-color:#ECEFF2;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color:#000000;
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica, Verdana,sans-serif;
	font-size:11.5pt;
	
	padding:5px;
	position: relative;

	  zoom: 1;
}

.boxContent .address {
  
  font-family: Verdana;
  white-space: pre;
  line-height: 1.4em;
  
  font-size: 14px;
  
  color: #000;
  overflow: auto;
  
  position: relative;

  zoom: 1;
}

.boxContent .label{
	
	float: left;
	font-weight: bold;
	
	position: relative;
	zoom: 1;
}

.boxContent .field{
	
	float: right;
	
	position: relative;
	zoom: 1;
	
}
