/* CSS Document */

#crumb_nav {
	font-size: 90%;
	background-color: #ff6600;
	border-top: 1px solid #ffcc66;
	border-bottom: 1px solid #990000;
}
#crumb_nav h1 a {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	
}
#crumb_nav #crumb a {
	color: #feebde;
	font-weight: 100;
}

#crumb_nav #crumb span {
	color: #feebde;
	
}
#content {
	border: 5px solid #d5e9f1;
	margin:0px 15px 0px 15px;
	font:90% verdana, helvetica, sans-serif;
	background-color: #fff;
	line-height: 110%;
	text-align:left;
	padding: 0px 0px 0px 0px;
}
#content h2 {
	background-color:#ecf8ff;
	font:105% georgia, times, serif;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
	color: #990000;
	border-color: #999;
	border-width: 0px;
	border-bottom-style: dotted;
	
}

#content #searchnav {
	display: block;
	height: 70px;
	font-size: 85%;
	background-color:#ecf8ff;
	padding: 5px 15px 2px 15px;
	border-color: #999;
	border-width: 0px;
	border-bottom-style: dotted;
}
#content #searchnav li span.nav_text{
	color:#ff6600;
}
#content #searchnav li span.off {
	color: #999;
	font-weight: 500;
}

#content #searchnav ul#cat_nav	{
	
	width: 680px;
	margin: 0;
	padding: 0;
	position: relative;
}

#content #searchnav ul#cat_nav li {
	margin: 0;
	padding: 0;
	font-size: 90%;
	list-style: none;
	position: absolute;
	
}
#content #searchnav ul#cat_nav li a{
	font-weight: 700;
	font-size: 100%;
	
}

#sort {left: 0px; top: 30px;}
#showcoll {left: 0px; top: 50px;}

#alpha {
	left: 0px; top:10px;
	display: block;
	height: auto;
		
	 
}

#alpha a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 700;
	text-decoration: underline;
	padding: 4px 6px 4px 6px; 
	background-color: #fff;
	text-align: center;
	margin-right: 1px;
}
#alpha a:hover {
	text-decoration: underline;

}
#content h3{
	color: #990000;
	font-size: 90%;
	padding: 10px 0px 0px 15px;

}
#content ul {
	padding: 10px 15px 10px 5px;
}
#content ul li {
	margin: 4px 0px 4px 0px;
	font-size: 85%;
	
}
#content ul li a{
	font-weight: 200;
}
#right {
	text-align: right;
	margin: 0px 15px 15px 0px;
}
#right a {
	font-size: 75%;
}