/* Loonar Main CSS */

p.navbold {
	margin-right:5px;
	margin-left:10px;
	font-size: 0.9em;
	color:#b0acc7;
	font-weight:400;
	}
p.links {
	margin-right:5px;
	margin-left:5px;
	font-size: 0.7em;
	color:#000;
	}

p.categories {
	margin-right:15px;
	margin-left:15px;
	font-size: 0.8em;
	color:#000;
	}

ul.sidenav {
	float: left;
	margin: 4px;
	padding: 0;
	width: 250px;
	list-style: none;
	font-size: .8em;
}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	margin: 0;
	padding: 0;
}
ul.sidenav li a.notspecial{
	border-top: 1px solid #605a82; /*--Bevel Effect--*/
	border-bottom: 1px solid #3c1010; /*--Bevel Effect--*/
	padding: 10px 0px 10px 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 233px;
	background: #443d6c url(sidenav_li_a.gif) no-repeat 5px 10px;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav li a.special{
	margin-right:5px;
	margin-left:-10px;
	line-height:20px;
	font-size: 0.9em;
	color:#966;
	font-weight:400;
}
ul.sidenav li a:hover {
	background-color: #605a82;
	border-top: 1px solid #443d6c;
}
ul.sidenav li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 250px;
	font-size: 0.9em;
	background: url(bubble_top.gif) no-repeat right top;
	
}
ul.sidenav li div p {
	margin: 0px 0px;
	line-height: 1.2em;
	padding: 10px 5px 10px 40px;
	background: url(bubble_btm.gif) no-repeat right bottom;
	
}




body { font-size: 12px; line-height:18px; font-weight: 400; font-family: Verdana; }


p { font-size: 12px; line-height: 18px; font-weight: 400; font-family: Verdana; margin-right:5px; margin-left:5px; }
span.bolder{ font-weight: 900; }	
span.caption{ color:#2572A6; font-weight: 900;}	

hr {margin-right:5px; margin-left:5px; border: none 0; border-top: 1px dashed #000;/*the border*/width: 100%; height: 1px;/*whatever the total width of the border-top and border-bottom equal*/}