@charset "utf-8";
/* ------------------ INSIDE PAGE SPECIFIC */
#leftmenu .opencategory {
	float: left;
	width: 215px;
	margin: 6px 0 0 0;
}
#leftmenu .opencategory .name {
	float: left;
	width: 208px;
}
#leftmenu .opencategory .name .top, #leftmenu .opencategory .name .top img {
	float: left;
}
#leftmenu .opencategory .name .content {
	float: left;
	width: 190px;
	padding: 0 0 8px 18px;	
	background: #286cb5 url(../../images/panels/open-category-title-bottom.gif) bottom left no-repeat;
}
#leftmenu .opencategory .name .content a {
	color: #fff;
	font-weight: bold;
}
#leftmenu .opencategory ul {
	float: left;
	padding: 5px 0;
}
#leftmenu .opencategory ul li {
	float: left;
	position: relative;
	padding: 1px 0;
}
#leftmenu .opencategory ul li .bullet {
	position: absolute;
	display: block;
	top: 6px;
	left: 19px;
	width: 5px;
	height: 10px;
	background: url(../../images/misc/bullet-arrow-grey.gif) no-repeat;
	clear: both;
}
#leftmenu .opencategory ul li a {
	float: left;
	width: 208px;	
}
#leftmenu .opencategory ul li a span {
	float: left;
	width: 168px;
	padding: 2px 10px 2px 30px;
	cursor: pointer;
}
#leftmenu .opencategory ul li a:hover {
	background: #e8edf1 url(../../images/misc/menu-item-top.gif) no-repeat;
}
#leftmenu .opencategory ul li a:hover span {
	background: url(../../images/misc/menu-item-bottom.gif) bottom left no-repeat;
}
#largepic .insidetext {
	position: absolute;
	width: 670px;
	bottom: 16px;
	left: 20px;
	clear: both;
	text-align: right;	
	font-size: 1.6em;
	color: #fff;
}
#content {
	float: left;
	display: inline;
	width: 722px;
	margin: 5px 0 0 3px;
	padding: 0 0 20px 0;
	background: url(../../images/misc/dotted-line-vertical.gif) repeat-y;
}
#content h1 {
	color: #0b56a7;
	font-weight: normal;
	font-size: 1.8em;
	width: 695px;
	margin: 3px 0 5px 15px;
	padding: 0 0 7px 3px;
	background: url(../../images/global/misc/dotted-line-horizontal.gif) bottom left repeat-x;
}
p.intro {
	padding: 10px 10px 10px 20px;
}
#findpanel {
	float: left;
	width: 210px;
	margin: 13px 0 5px 0;
	font-size: 0.9em;
}
#findpanel .header {
	float: left;
}
#findpanel .content {
	float: left;
	width: 210px;
	padding: 0 0 9px 0;
	background: #ededed;
	behavior: url("includes/htc/iepngfix.htc");
}
#findpanel .bottom {
	float: left;
}
#findpanel .content .row {
	float: left;
	width: 182px;
	padding: 9px 14px 0 14px;
}
#findpanel .content .row select {
	width: 100%;
}
#findpanel .content .row input {
	width: 171px;
	padding: 3px 0 1px 5px;
}
#findpanel .content .button img {
	float: right;
}
#noresults {
	font-size: 1.1em;
	padding: 0 0 0 15px;
}