@charset "utf-8";
/* sitemap.css */

body.sitemapPage #chrome #mainImg div {
  position: absolute; left: 41px; top: 18px;
	width: 500px;
	height: auto;
}  
body.sitemapPage #chrome #mainImg div p {
  position: static;
  padding-left: 21px;
	background: none;
	font-size: 12px;
	line-height: 22.4px;
	font-weight: bold;
	color: #666;
}  

body.sitemapPage #content {
	width: 961px;
	padding: 0em 0px 3em 0px;
	background: #FFF url(../gfx/chrome_content2.gif) repeat-y;
}	

body.sitemapPage #content div.wheel {
	float: left;
	width: 333px; height: 222px;
	background: url(../gfx/chrome_gray_wheel.gif) left -10px no-repeat;
	_background: url(../gfx/chrome_gray_wheel.gif) left -22px no-repeat;
}

body.sitemapPage #content #rightPanel {
	padding: 1.8em 25px 0em 0px;
	background: #FFF;
	margin-left: 395px;
	color: #3A4C79;
}	

body.sitemapPage #content #rightPanel #column1 {
	float: left;
}	
body.sitemapPage #content #rightPanel #column2 {
	margin-left: 275px;
}	


body.sitemapPage #content #rightPanel h1 {
	margin-bottom: 2em;
	text-transform: uppercase;
	font-size: 13px;	
}	

body.sitemapPage #content #rightPanel ul li a {
	color: #3A4C79;
}
body.sitemapPage #content #rightPanel ul li a:hover {
	color: #B82F3A;
}

body.sitemapPage #content #rightPanel ul li,
body.sitemapPage #content #rightPanel ul li ul li {
	list-style-type: disc;	
}	
body.sitemapPage #content #rightPanel ul li {						/* for IE */
	margin-left: 17px;
}	
body.sitemapPage #content #rightPanel ul li ul li {
	margin-left: 24px;
}	
html > body.sitemapPage #content #rightPanel ul li {		/* for standards-compliant browsers */
	margin-left: 16px;
}	
html > body.sitemapPage #content #rightPanel ul li ul li {
	margin-left: 23px;
}	
