/*Breadcrumbs*/
.breadcrumbs{
	font-size:9px;
	color:#666;
}
.breadcrumbs .separator{
	color:#999;
}
.breadcrumbs a,
.breadcrumbs a:visited{
	color:#666;
	text-decoration:none;
}
.breadcrumbs a:active,
.breadcrumbs a:hover{
	color:#333;
	text-decoration:underline;
}
/*ChildNavigation*/
ul.child-nav{
	margin:0;
	padding:0;
}
.child-nav li{
	list-style-type:none;
	margin:0;
}
.child-nav a,
.child-nav a:visited{
	font-weight:bold;
	color:Black;
}

.ParentLinkItem
{
	font-family:verdana,tahoma,sans-serif;
	font-size:11pt;
	font-weight:bold;
	_font-weight:normal;
}

.SelectParentLinkItem
{
	font-family:verdana,tahoma,sans-serif;
	font-size:11pt;
	font-weight:bold;
	_font-weight:normal;
	color:#e56e0b;
}

.childPageLink
{
	text-decoration:none;	
}

.ChildLinkItem
{
	margin-left:10px;	
	font-family:verdana,tahoma,sans-serif;
	font-size:10pt;
	font-weight:bold;
	_font-weight:normal;
}

.child-nav a:active,
.child-nav a:hover,
.SelectParentLinkItem:hover ,
.ParentLinkItem:hover, 
.ChildLinkItem:hover
{
	color:#e56e0b;
	text-decoration:none;
}

/*SearchBox*/
.search-box{
}
.search-box-content h5{
}
.search-box-content{
}
.search-box-field{
	display:inline;
}
.search-box-field .form{
}
.search-box-button{
	display:inline;
}
.search-box-button .form-submit{
}
/*Search Results*/
.search-results h5{
	margin:15px 0 0 0;
	padding:0;
}
.search-results .icon{
	height:16px;
	margin:0 4px 0 0;
	vertical-align:middle;
	width:16px;
}
.search-results small{
	color:#999;
	display:block;
	font-size:11px;
}
.search-results .pager{
	color:#FFF;
	font-size:11px;
	text-align:center;
}
.search-results .pager a,
.search-results .pager a:visited{
	text-decoration:none;
}
.search-results .pager a:active,
.search-results .pager a:hover{
	text-decoration:underline;
}
/*CSS for RadMenu is in Skin CSS file*/

