/* universal styles */

	body { background-color: #d2d7e7; }
	
	a.text_nav_item { color: #4c6298; }
	
	#breadcrumb #trail a { color: #1a2574; }	
			
	div#copyright .dark { color: #50659b; }
	

/* DIVs */
	#border { border-left: 2px solid #8894bf; border-right: 2px solid #8894bf; clear: both;}
	
		#top { padding: 0; margin: 0; background: none; border-bottom:#fcbe00 13px solid; }
			#logo {float: right; margin-top:5px; margin-right:5px; width:212px; height:62px; background: url('/images/clientspecific/2/logo.gif') no-repeat;}
	
			#text_nav a:hover { color: #000; }
            #text_nav a:active { color: #000; }
                
			#tabs { float:left; padding:0; margin:0;  }
				/* top level */
				ul.jd_menu { padding:0px; margin:0px; text-decoration: none; }                     
                ul.jd_menu li { list-style-type: none; float: left; background: url('/images/clientspecific/2/tab_off_bkgd.gif') repeat-x; width: 122px; height: 25px; margin-left: 2px; text-align: center; padding-top: 9px; cursor: pointer; white-space: nowrap; }
                ul.jd_menu li.first {   background: url('/images/clientspecific/2/tab_off_bkgd.gif') repeat-x;  }
                ul.jd_menu li.selected { background: url('/images/clientspecific/2/tab_on_bkgd.gif') repeat-x; background-color: #fff; }
                ul.jd_menu li.selected a { color: #000; }
                ul.jd_menu li.first_selected {  background: url('/images/clientspecific/2/tab_on_bkgd.gif') repeat-x; }
                ul.jd_menu li.first_selected a { color: #000; }
                ul.jd_menu li a { color: #fff; text-decoration: none; font-size: 12px; font-weight: bold;}  
                ul.jd_menu li a:hover { text-decoration: none; }      
                ul.jd_menu li a:active { text-decoration: none; }                           
                ul.jd_menu li.jdm_hover,
                ul.jd_menu li.jdm_active { }
				
				
				/* -- Sub-Menus -- */
				ul.jd_menu ul li a { color: #000; }
				ul.jd_menu li li {	background-color: #fff4d6;	border-left: 1px solid #fcbe00;	border-right: 1px solid #fcbe00;	border-bottom: 1px solid #fcbe00; }
				ul.jd_menu li ul {	border-top: 1px solid #fcbe00; }
				
				ul.jd_menu ul li.jdm_hover,	ul.jd_menu ul li.jdm_active { background-color: #fcbe00; }
	
		#breadcrumb { background-color: #fff4d6; border-bottom: #8794be 1px solid; }
		
		#copyright { background-color: #a3b0ce;}

	#bottom { background: url('/images/clientspecific/2/bottom.gif') no-repeat; }
	
	/* -- Headers -- */
	div.header1 { background: url('/images/clientspecific/2/col_headers_bkgd.gif') repeat-x bottom #52629D; color: #fff; font-weight:bold; padding:3px; margin-bottom:5px;}
    div.header2 { background: url('/images/col_headers_bkgd.gif') repeat-x bottom #74a6c7; color: #fff; font-weight:bold; padding:3px; margin-bottom:5px; }
	
    /* -- Start Map Toolbar Links -- */
	div.toolbar a:link { color:#4C6298; text-decoration: none; }
	div.toolbar a:visited { color:#4C6298; text-decoration: none; }
	div.toolbar a:active{ color:#000; }
	div.toolbar a:hover { color:#000; }
	/* -- End Map Toolbar Links -- */

    /* -- Start content -- */
	div.index h1 { background: url('/images/clientspecific/2/table_corner.gif') no-repeat #bbc8dc; color: #4C6298; }	
	div.index table { border: 1px solid #52629D}
	div.index thead, div.index tfoot { background: url('/images/clientspecific/2/col_headers_bkgd.gif') repeat-x bottom #52629D; }	
	div.index tfoot th span { color:#fcbe00; }
	/* -- End content -- */

	/* -- Start Locations/Landmarks -- */
	fieldset#geoentities a:link { color:#4C6298; text-decoration: none; }
	fieldset#geoentities a:visited { color:#4C6298; text-decoration: none; }
	fieldset#geoentities a:active{ color:#000; }
	fieldset#geoentities a:hover { color:#000; }
	
	 fieldset#alertWizard a:link { text-decoration: none; color:#4C6298;; }
	 fieldset#alertWizard a:visited { text-decoration: none; color:#4C6298; }
     fieldset#alertWizard a:hover { text-decoration: none; color:#000;}
     fieldset#alertWizard a:active { text-decoration: none; color:#000; }
	/* -- End Locations/Landmarks -- */

