/*************************************************/
/* CSS Styles for normal version of PROJECTARCIX */
/* Last Updated: 3-11-06	  										 */
/*************************************************/

/***************************/
/* Generic Styles          */
/***************************/

img {
	padding: 0;
	margin: 0;
	border: 0;
	}

select {
	width: 10em;
	}

.flashcontent {
	z-index: 0;
	text-align: center;
}

.LoadingT {
	font-size: 6pt;
	color: #999999;	
}

/***************************/
/* Body & Container Styles */
/***************************/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
  min-width: 776px;      /* 2x LC width + RC width */
	background-color: #e6843d;
	}

#whitewrapper {
	background-color: #FFFFFF;
	}

#container {
  padding-left: 170px;   /* LC width */
  padding-right: 170px;  /* RC width */
	background-color: #FFFFFF;
	}

#container .column {
  position: relative;
  float: left;
  background-color: #FFFFFF;
}

/***************************/
/* Navigation Highlights   */
/***************************/

#home .home, #intro .intro, #naturaldisasters .naturaldisasters, #syntheticdisasters .syntheticdisasters,
#terminology .terminology, #media .media, #about .about, #help .help {
	float: left;
	background: url(../images/menu_item_active_right.gif) transparent no-repeat right;
	color: #3289c1;
}	

#home .home a, #home .home a:link, #home .home a:visited, #home .home a:active,
#intro .intro a, #intro .intro a:link, #intro .intro a:visited, #intro .intro a:active,
#naturaldisasters .naturaldisasters a, #naturaldisasters .naturaldisasters a:link, #naturaldisasters .naturaldisasters a:visited, #naturaldisasters .naturaldisasters a:active,
#syntheticdisasters .syntheticdisasters a, #syntheticdisasters .syntheticdisasters a:link, #syntheticdisasters .syntheticdisasters a:visited, #syntheticdisasters .syntheticdisasters a:active,
#terminology .terminology a, #terminology .terminology a:link, #terminology .terminology a:visited, #terminology .terminology a:active,
#media .media a, #media .media a:link, #media .media a:visited, #media .media a:active,
#about .about a, #about .about a:link, #about .about a:visited, #about .about a:active,
#help .help a, #help .help a:link, #help .help a:visited, #help .help a:active {
	padding: 0 10px 0 10px;
	display: block;
	color: #3289c1;
	background: url(../images/menu_item_active_left.gif) transparent no-repeat left;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}


	
	

/**************************/
/* Header Styles          */
/**************************/

#header {
	padding: 0;
	background: url(../images/hm_bg.gif) top repeat-x;
}

#header #logo {
	background: url(../images/hm_top.gif) transparent top left no-repeat;
	width: 600px;
	height: 53px;
	display: block;
}

#header #nav {
	background: url(../images/hm_bot.gif) transparent top left no-repeat;
	height: 22px;
}


/**************************/
/* Navigation Tabs        */
/**************************/
#nav ul {
	margin: 2px 10px 0 0;
	float: right;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}

#nav li {
	float: left;
	background: url(../images/menu_item_right.gif) transparent no-repeat right;
	text-align: center;
	font-size: 10pt;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	padding: 0 10px 0 10px;
	display: block;
	color: #FFFFFF;
	background: url(../images/menu_item_left.gif) transparent no-repeat left;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

#nav li a:hover, #nav .active a:hover {
	text-decoration: underline;
}

#nav .active {
	float: left;
	background: url(../images/menu_item_active_right.gif) transparent no-repeat top right;
	color: #3289c1;
}

#nav .active a, #nav .active a:link, #nav .active a:visited, #nav .active a:active {
	padding: 0 10px 0 10px;
	display: block;
	color: #3289c1;
	background: url(../images/menu_item_active_left.gif) transparent no-repeat top left;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}


/**************************/
/* Breadcrumb 			  */
/**************************/

#breadcrumb {
	background: url(../images/bc_bg.gif) #FFFFFF bottom repeat-x;
	display: block;
	padding: 3px 0 8px 10px; margin: 0;
	font-size: 10pt;
	}
	
		
	/**************************/
	/* Descbox   			  */
	/**************************/
	
	#breadcrumb #descbox {
		text-align: center;
		color: #cc3300;
		padding: 0 ;
		margin: 0;
		white-space: nowrap;
		font-size: 10pt;
		display: block;
	}
	
#breadcrumb h4  {
	font-size: 12pt;
	font-weight: normal;
	display: inline;
	line-height: 24px;
	color: #999999;	
	}	
	
#breadcrumb h4.level1, #breadcrumb h4.level2, #breadcrumb h4.level3, #breadcrumb h4.level4 {
	text-transform: capitalize;
	font-size: 10pt;


	}
	
#breadcrumb h4 a, #breadcrumb h4 a:link, #breadcrumb h4 a:active, #breadcrumb h4 a:visited {
	color: #AAA;
	text-decoration: none;
	padding: 0 5px;
	}

#breadcrumb h4 a:hover{
	text-decoration: none;
	color: #ec4e19;
	border-bottom: 1px solid #888;
	background-color: #F6F6F6;
	}
	
/* Breadcrumb Rightside Text Styles begin here */
#breadcrumb #bc_right {
	line-height: 24px;
	float: right;
	padding: 0 10px 0 0;
	color: #666666;
	}
	
#breadcrumb #bc_right a, a.closelink {
	color: #1e8cd3;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	background-color: #F5F5F5;
	}
	
#breadcrumb #bc_right a:hover, a.closelink:hover{
	text-decoration: none;
	color: #ec4e19;
	background-color: #ffe8dd;
	}
	
#breadcrumb #bc_right a:active, a.closelink:active {
	color: #666;
	background-color: #EEE;
	}

/******************************/
/* No flash bar               */
/******************************/
    
    #targetArea .alertbox {
        background-color: #fff5b4;
        border: 2px solid #ffdb78;
        padding: 10px;
        margin: 10px 10px 0 10px;
        font-size: 10pt;
				display: none;
        }        
        
    #targetArea .alertbox h3 {
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: Bold;
        font-size: 12pt;
        padding: 0;
        border: none;
        }
        
    #targetArea .alertbox p {
        padding: 0;
        margin: 10px 0;
        line-height: 120%;
        }

	
/**************************/
/* Modal CSS Dialog Box   */
/**************************/
.dialog {
	position: absolute;
	top: 80px;
	right: 10px;
	border: 1px solid #72b3dc;
	background: #FFF;
	z-index: 500;
	display: none;
	width: 250px;
	}
	
.dialog .inside {
	border: 5px solid #b9d9ed;
	padding: 10px;
	font-size: 8pt;
	color: #666666;
	line-height: 16px;
	}
	
.dialog option, .dialog select, .dialog form {
	font-size: 8pt;
	padding: 0;
	margin: 0;
	color: #000;
	}
	
.dialog form {
	padding: 10px 0 10px 0;
	}
	
.dialog p {
	padding: 0;
	margin: 0 0 10px 0;
	}
	
a.closelink {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 0;
	padding-left: 0;
	width: 56px;
	text-align: center;
	background-color: #b9d9ed;
	color: #FFF;
	font-size: 10pt;
	}	

a.closelink:hover {
	background-color: #72b3dc;
	color: #ffffff;
	text-decoration: none;
	}
	
.dialog a.link, .dialog a.link:visited, .dialog a.link:link, .dialog a.link:hover, .dialog a.link:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	


/* Look at this code here for 2 column */
#targetArea {
	padding: 0; /* Set to 0 to allow blocks that take up full width */
	width: 100%;
	background-color: #FFFFFF;
}

	/**************************/
	/* Content Text Styles    */
	/**************************/
	
	#targetArea h1 {
		margin: 10px 10px 0 10px;
		padding: 0 0 5px 10px;
		line-height: 30px;
		background: url(../images/heading_bg.gif) bottom right repeat-x;
		font-size: 14pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #cc3300;
		}
						
	#targetArea h2 {
		padding: 0;
		margin: 15px 10px 0 20px;
		font-size: 12pt;
		color: #3177a3;
		font-weight: normal;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
		
	#targetArea h3, .dialog h3 {
		padding: 5px 0 5px 0;
		margin: 0 0 10px 0;
		color: #3177a3;
		font:normal 14pt Georgia, "Times New Roman", Times, serif;
		border-bottom: 2px solid #EEE;
		}
		
	#targetArea h4, .dialog h4 {
		padding: 0;
		margin: 10px 0 0 0;
		font-size: 11pt;
		font-weight: normal;
		color: #ea8b5c;
		}
		
	#content h4, .dialog h4 {
		padding: 0;
		margin: 10px 0 0 0;
		font-size: 11pt;
		font-weight: normal;
		color: #ea8b5c;
		}
		
	#content h5 {
		padding: 0;
		margin: 0;
		font-size: 12pt;
		font-weight: normal;
		color: #3177a3;
		font-family: Georgia, "Times New Roman", Times, serif;
		}

	#targetArea p {
		padding: 0;
		margin: 10px 20px 0 20px;
		font-size: 10pt;
		line-height: 20px;
		}
		
	#targetArea .graybox, #targetArea img.lb  {
		background: url(../images/images_zoom.gif) top left no-repeat #F6F6F6;
		padding: 5px 5px 5px 30px;
		margin: 10px 20px 10px 15px;
		float:right;
		font-style: italic;
		font-size: 10pt;
		color: #666;
		border:none;
		}
		
		#targetArea img.lb2  {
		padding: 0px;
		margin: 0px;
		border:none;
		}
		
		#targetArea img.lb3  {
		border:none;
		padding:10px 10px 10px 25px;
		margin: 0px;
		float: none;
		}
		
		#targetArea img.lb4  {

		border:none;
		padding:0;
		margin: 0px;
		}
	#targetArea img  {
		margin-top: 170px;
		margin-left: 50%;
		border:none;
		}			
		
	#targetArea blockquote {
		width: 190px;
		background: url(../images/quotes.gif) top left no-repeat #F6F6F6;
		font: italic 9pt Georgia, Times, serif;
		color: #777;
		line-height: 18px;
		float: right;
		padding: 5px 5px 5px 30px;
		margin: 10px 20px 10px 15px;
		}

	#targetArea blockquote p {
		padding: 0;
		margin: 0;
		}
		
	#targetArea img.intro {
		border: 0;
		margin: 0;
		padding: 0;
		float: none;
		}
		
	#targetArea .introbox {
		display: block; 
		background: url(../images/intro_bg.jpg) center no-repeat #9d9d9d; 
		padding: 0; 
		margin: 5px 10px 0 10px; 
		text-align:center;	
		height: 266px;
		cursor:pointer;
	}
	
	#targetArea .introboxdisaster {
		display: block; 
		background: url(../images/ndisasterbackground.jpg) top repeat-x #10100e; 
		padding: 0; 
		margin: 5px 10px 0 10px; 
		text-align:center;	
	}
	
	#targetArea .introboxcasestudy {
		display: block; 
		background: no-repeat #222; 
		padding: 0; 
		height: 200px;
		cursor:crosshair;
		margin: 5px 10px 0 10px; 
		text-align:center;	
	}
	#targetArea a, #targetArea a:link, #targetArea a:visited, #targetArea a:active {
		color: #3289c1;
		border-bottom: 1px solid #3289c1;
		text-decoration: none;
		}
		
	#targetArea a.img {
		border: none;
		background: none;
		}
	#targetArea a.img img {
		float: none;
		}
	#targetArea a:hover.img {
		background: none;
		border: none;
		}
		
	#targetArea a:hover {
		background-color: #edf4f9;
		border-bottom: 1px solid #5b99c1;
		color: #000;
		}
		
	#targetArea .bluetext {
		color: #3177a3;
		}

	#leftbar {
		width: 170px;             /* LC width */
		margin: 0 0 0 -100%;
		left: 170px;              /* RC width for IE6 */
	}
	
	#container > #leftbar {
		left: -170px;             /* -LC width for others */
	}

	/******************************/
	/* Content Title Black Bar    */
	/******************************/
	
	#targetArea h1.dark_title {
		background: #bbb no-repeat right;
		font-size: 20pt;
		font-effect: emboss;
		font-weight: normal;
		color: #FFFFFF;
		line-height: 42px;
		text-indent: 20px;
		padding: 0;
		}
		
	/* Natural Disasters */
	#targetArea h1.drought { background-image: url(../images/drought.jpg); }
	#targetArea h1.wildfire { background-image: url(../images/fire.jpg); }
	#targetArea h1.earthquake { background-image: url(../images/earthquake.jpg); }
	#targetArea h1.flood { background-image: url(../images/flood.jpg); }
	#targetArea h1.hurricane { background-image: url(../images/hurricane.jpg); }
	#targetArea h1.landmudslide { background-image: url(../images/landmudslide.jpg); }
	#targetArea h1.tornado { background-image: url(../images/tornado.jpg); }
	#targetArea h1.tsunami { background-image: url(../images/tsunami.jpg); }
	#targetArea h1.volcano { background-image: url(../images/volcano.jpg); }
	
	/* Synthetic Disasters */
	#targetArea h1.biochem { background-image: url(../images/biochem.jpg); }	
	#targetArea h1.genocide { background-image: url(../images/genocide.jpg); }	
	#targetArea h1.epidemic { background-image: url(../images/epidemic.jpg); }	
	#targetArea h1.normalwar { background-image: url(../images/normalwar.jpg); }	
	#targetArea h1.nuclearwar { background-image: url(../images/nuclearwar.jpg); }	
	#targetArea h1.terroristattack { background-image: url(../images/terroristattack.jpg); }	
	


	/*******************************/
	/* Leftbar & Right Side Blocks */
	/*******************************/
	
	.block {
		margin: 5px 5px 10px 5px;
		padding: 0 0 20px 0;
		font-size: 9pt;
		}
	.navigation {
		background: url(../images/side_bottom_bg.gif) bottom no-repeat #EFEFEF;
		}
	.section {
		background: url(../images/side_bottom_notepad_bg.gif) bottom no-repeat #f3ebc0;
		}
		
	.block textarea {
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		}

	.block ul {
		padding: 0;
		margin: 0;
		background: transparent;
		white-space: nowrap;
		}

	/* Block Text Styles */
	.block h1 {
		padding: 8px 8px 5px 8px;
		margin: 0;
		font-size: 10pt;
		font-weight: bold;
		color: #000;
		background: url(../images/side_top_bg.gif) top no-repeat #efefef;
		}
		
	.block p {
		padding: 0 10px 0 10px;
		margin: 0;
		line-height: 20px;
		}
	
	.block p a, .block p a:hover {
		color: #000;
		text-decoration: none;
		}
		
	.section h1 {
	background: url(../images/side_top_notepad_bg.gif) top no-repeat #f3ebc0;
		}
		
	 a.sourcelink, a:visited.sourcelink {
		color: #000000;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		}
		
	a:hover.sourcelink {
		color: #FFF;
		text-decoration: underline;
		}
		
	.section li {
		background: url(../images/list_bullet.gif) 10px no-repeat;
		text-indent: 15px;
		}	
	
	.block li {
		padding: 0;
		margin: 0;
		line-height: 24px;
		list-style: none;
		display: block;
		border-bottom: 0px solid #EFEFEF; /* Keeps IE from adding extra spacing in list */
		}

	.block ul li ul li {
		line-height: 24px;
		padding: 0;
		margin: 0;
		display: block;
		background-color: #F3F3F3;
		}
		
	.section ul li a, .section ul li a:link, .section ul li a:visited, .section ul li a:active {
		padding-left: 25px;
		display: block;
		}
		
	.block ul li a, .block ul li a:link, .block ul li a:visited, .block ul li a:active {
		display: block;
		color: #555555;
		text-decoration: none;
		padding: 0 0 0 10px;
		height: 24px;
		line-height: 24px;
		width: auto;
		}
	
	.section ul li a:hover, .section ul li a.active {
		background: url(../images/list_bullet.gif) 10px no-repeat #fcfae9;
		color: #cc6600;
		}
	
	.navigation ul li a:hover, .navigation ul li a.active {
		color: #3289c1;
		background-color: #F8F8F8;
		}

	.block ul li a:hover, .block ul li a.active {
		text-decoration: none;
		}
		
	.block ul li .active {
		font-weight: bold;
		}
		
	.navigation ul li .active, .navigation li ul li .active {
		color: #3289c1;
		}
		
	.section ul li .active {
		color: #cc3300;
		}
		
	.section li ul li a, .section li ul li a:link, .section li ul li a:visited, .section li ul li a:active {
		background: url(../images/list_bullet.gif) 25px no-repeat #f4f1e0;
		}
		
	.navigation li ul li a, .navigation li ul li a:link, .navigation li ul li a:visited, .navigation li ul li a:active {
		background-color: #F4F4F4;
		}		

	.block li ul li a, .block li ul li a:link, .block li ul li a:visited, .block li ul li a:active {
		padding: 0 0 0 25px;
		color: #555555;
		}
		
	.section li ul li a:hover {
		background-color: #f8f7ed;
		color: #cc6600;
		}
		
	.navigation li ul li a:hover {
		background-color: #FBFBFB;
		color: #3289c1;
		}
		
	/***********************/
	/* Block Color Styles  */
	/***********************/
	
	.blue {
		background: url(../images/side_bottom_blue_bg.gif) bottom no-repeat #dae3f3;
		}
	.blue h1 {
		background: url(../images/side_top_blue_bg.gif) top no-repeat #dae3f3;
		}
	.green {
		background: url(../images/side_bottom_green_bg.gif) bottom no-repeat #dff3da;
		}
	.green h1 {
		background: url(../images/side_top_green_bg.gif) top no-repeat #dff3da;
		}
	.red {
		background: url(../images/side_bottom_red_bg.gif) bottom no-repeat #f3e4da;
		}
	.red h1 {
		background: url(../images/side_top_red_bg.gif) top no-repeat #f3e4da;
		}

#rightbar {
  width: 170px;          /* RC width */
  margin: 0 -170px 0 0;  /* RC width */
	padding: 0;
	}

#clear {
	clear: both;
	height: 10px;
	}

	/* IE Height Fix */
* html #footer {
	height: 1%;
	}

#footer {
	margin: 0;
	padding: 10px 0;
	background: url(../images/footer_bg.gif) top #e6843d repeat-x;
	color: #FFF;
	max-height: 100px;	
	}
	
	/* Footer Text Styles */
	#footer p {
		margin: 0;
		padding: 0;
		font-size: 10px;
		line-height: 14px;
		color: #f6c485;
		text-align: center;
		}
		
	#footer a, #footer a:link, #footer a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	#footer a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	
/**************************/
/* Sources and Links 	  */
/**************************/
ul.links {
	padding: 0;
	margin: 10px 0;
	text-indent: 0;
	}

ul.links li {
	list-style: none;
	background: url(../images/list_sources_bullet.gif) 0 4px no-repeat;
	margin: 0 20px 5px 40px;
	padding: 0 0 0 50px;
	text-indent: -30px;
	font-size: 9pt;
	line-height: 18px;
	}
	
ul.links a, ul.links a:link, ul.links a:visited {
	color: #666666;
	text-decoration: none;
	}
	
ul.links a:hover {
	color: #3177a3;
	}

/**************************/
/* Glossary Terms List    */
/**************************/

dl {
	padding: 0;
	margin: 20px 20px 20px 50px;
	font-size: 9pt;
	background: url(../images/def_list_bg.gif) repeat-y top left transparent;
	}
	
dt {
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	}
	
dt.letter {
	margin: 0 0 0 -30px;
	padding: 0;
	color: #cc3300;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
	font: 20pt Georgia, "Times New Roman", Times, serif bold;
	}
	
dl > dt.letter {margin-bottom:-30px} /* This is not seen by IE */

dd {
	padding: 0;
	margin: 0px 0 5px 15px;
	color: #666666;
	line-height: 18px;
	font-style: italic;
	width: auto;
	}
	
dd ul {
	padding: 0;
	margin: 0 0 0 15px;
	}
	
dd ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: url(../images/list_bullet2.gif) outside;
	}
	
/*****************************/
/* List box used for table   */
/* style links               */
/*****************************/

#listbox {
	padding: 10px 20px;
	margin: 0 auto;
	}
	
#listbox ul {
	padding: 0;
	margin: 0 auto;
	}

#listbox ul li {
	display: block;
	width: 240px;
	height: 90px;
	float: left;
	padding: 5px;
	margin: 5px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	}
	
#listbox ul li:hover {
	color: #333;
	cursor:default;
	}
	
#listbox ul li:hover h3 a, #listbox h3 a:hover {
	color: #cc5500;
	background: none;
	border: none;
	}

#listbox h3 a, #listbox h3 a:link, #listbox h3 a:visited, #listbox h3 a:visited {
	color: #0071ba;
	text-decoration: none;
	background: none;
	border: none;
	}
	
	
#listbox h3 {
	padding: 0;
	margin: 0;
	font-size: 13pt;
	font-weight: normal;
	color: #0071ba;
	border: none;
	text-transform: uppercase;
	}
	

/********************************/
/* Ordered List in #content     */
/********************************/

#targetArea ol {
	padding: 0;
	margin: 10px 20px 5px 60px;
	}
	
#targetArea ol li {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 10pt;
	padding: 0 0 10px 0;
	line-height: 16px;
	color: #000000;
	}
	
#targetArea ol.indented li {
	text-indent: -20px;
	padding: 0 0 10px 20px;
	color: #666666;
	}
	
#targetArea ol li strong {
	color: #000000;
	font-weight: bold;
	display:block;
	}

/************************/
/* Table in #content    */
/************************/

table {
	margin: 10px 30px;
	padding: 0;
	}
	
th,td {
	padding: 5px;
	}
	
th {
	background-color: #f9f5e0;
	border-bottom: 2px solid #f3ebc0;
	font-weight: normal;
	color: #797560;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
td {
	color: #666666;
	font-size: 10pt;
	border-bottom: 2px solid #EEE;
	}
	
	                                                                  
                                                                     
                                             
/************************/
/* Table in #content    */
/************************/

table {
	margin: 10px 20px;
	padding: 0;
	}
	
th,td {
	padding: 5px;
	}
	
th {
	background-color: #f9f5e0;
	border-bottom: 2px solid #f3ebc0;
	font-weight: normal;
	color: #797560;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
td {
	color: #666666;
	font-size: 10pt;
	border-bottom: 2px solid #EEE;
	}
	
table table td {
	width: 33%;
	border-bottom: none;
	padding: 0;
	}

table.flashlist td {
	width: 50%;
	}

/******************/
/* Site Map Style */
/******************/
table.sitemap {
	border: none;
	}
table.sitemap td {
	xborder-bottom: none;
	padding: 10px 0;
	}

table.sitemap td table td {
	padding: 0;
	}
	
.sitemap ul {
	padding: 0;
	margin: 5px 0 15px 20px;
	}
	
.sitemap ul li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/list_bullet2.gif) no-repeat left transparent;
	font-size: 9pt;
	line-height: 20px;
	}

.sitemap a, .sitemap a:link, .sitemap a:visited, .sitemap a:active {
	color: #000;
	}

.sitemap a:hover {
	text-decoration: none;
	}