/* CSS Document */
#subnav{
	position: absolute;
	left: 159px;
	top: 76px;
	width: 690px;
	height: 44px;
	overflow: auto;
	z-index:50;
}
#subnav img{
	display: block;
	float: left;
}
#page_title{
	position: absolute;
	left: 179px;
	top: 155px;
	width: 140px;
	height: 50px;
	z-index:50;
}
#ask{
	position: absolute;
	left: 177px;
	top: 445px;
	width: 120px;
	height: 50px;
	z-index:50;
	font-size: 11px;
	background-image:url(../_images/icon_question.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#rightpanel{
	position: absolute;
	left: 329px;
	top: 122px;
	width: 490px;
	height: 298px;
	overflow: auto;
	z-index:50;
	padding: 20px 20px 30px 10px;
}
h1{
	font-size: 10px;
	color: #e37222;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
p{
	font-size: 11px;
	line-height: 16px;
	color: #4e4e50;
}
a{
	color: #4e4e50;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#rightpanel ul{
	font-size: 11px;
	list-style: none;
	margin-left: 1px;
	color: #4e4e50;
	padding-top: 4px;
	padding-bottom: 5px;
}
#rightpanel li{
	display: block;
	background-image:url(../_images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	margin-bottom: 3px;
	line-height: 16px;
}
#rightpanel ul a{
	text-decoration: none;
	font-weight: bold;
	color: #4e4e50;
}
#rightpanel ul a:hover{
	text-decoration: underline;
}
#rightpanel .grey li{
	background-image:url(../_images/bullet_grey.gif);
}
