/* STARTS: Page Header CLASSES*/

#flash-pict {
	background-image: url(../images/sitemap-headerBg.jpg);
} 
/* END: Page Header CLASSES*/

/* STSRT Sitemap width and height of nested table */
.site-outertable	{
	width:100%; 
}

.site-Ltable	{
	float:left; 
	width:50%;
	padding:5px;
}
html>body .site-Ltable	{
	width:49%;
}


.site-Rtable	{
	float:left; 
	width:50%; 
	padding:5px;
}

html>body .site-Rtable	{
	width:47%;
}


/* STSRT Sitemap width and height of nested table */

#faq ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	white-space: wrap;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#faq ul li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 2px;	
	width:100%;
}

#faq ul li a, #faq ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 5px 0px 5px;
	color: #3297b9;
	height:10px;
	background: url(../images/quicklink-arrowactive.gif) 0 0.4em no-repeat;
}

#faq ul li a:hover, #faq ul li a:active {
	color: #FF6600;
	background: url(../images/quicklink-arrowover.gif) 0 0.4em no-repeat;
}
