/*~~~~~~~~~~~ Copyright notice at bottom of file ~~~~~~~~~~~~~~*/
.test
{
	border-width: 1px;
}
#tree-menu
{
	font-family: Verdana;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;	
	font-size: 9px;	
	font-weight: 600;	
	padding: 12px 0px 2px 12px;		
	width: 100%;
}
.LinkReviewSearch
{ 
    text-decoration: none;
    cursor: pointer;
    margin-right: 90px;
}
.LinkReviewSearch:hover
{
    text-decoration: underline;
}
.LinkReviewSearch:visited
{    
    color: #551A8B;
}
.LinkReviewSearchVisited
{    
    margin-right:90px;
    color: #551A8B;
}
.LinkReviewSearchVisited:hover
{  
    color: #8E8E8E;
}
.sub_menu
{
    padding: 0px 0px 0px 8px;		
}
.selected_sub
{
    font-weight: normal;
    color: #FF0000;
}

.current_menu
{
    padding: 2px 0px 2px 0px;
}
#tree-menu img 
{	
	margin: 0 2px 0 0;
}
.tree-menu .about-link
{
	float:left;
}

.tree-menu h2
{
	padding: 5px;
}

#tree-menu .selected_sub a
{
    font-weight: normal;
    color: #FF0000;
}

#tree-menu a
{
	font-family: Verdana;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	margin: 5px 0px 2px 0px;
}
#tree-menu a:active
{
	font-family: Verdana;
	color: #FF0000;
	cursor: pointer;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}
#tree-menu a:hover
{
	font-family: Verdana;
	color: #FF0000;
	cursor: pointer;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none; 
}

.tree-menu li
{
	font-family: Verdana;
	color: #ffffff;
	font-size: 9px;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	padding-left:5px;
	width: 100%;
}
.tree-menu li#current
{
	font-family: Verdana;
	color: #FF0000;
	cursor: pointer;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	width: 100%;
}
.tree-menu li#current ul
{
	font-family: Verdana;
	color: #FF0000;
	cursor: pointer;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	width: 100%;
}
.subitem-overview
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	float:left;	
	font-size:13px;
	font-weight:bold;
}
.subitem-overview .read-more-link
{
	text-align: right;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subitem-overview_blue
{
   color:#153d83;
   font-weight:bold; 
   vertical-align:top; 
   padding-bottom:3px; 
   font-size:13px
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH RESULTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.search-results-category
{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #818181;
	background-color: #CCCCCC;
	display: block;
}
.search-results-category .title
{
	display: block;
}
.search-results-category .link
{
	float: right;
	padding-right: 5px;
}
.search-results-hit a
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SITE MAP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#sitemap
{
	padding-left:0px;
	padding-right:0px;
}
#sitemap a 
{
	background: white;
}
.sitemap-outline
{
	margin: 0px;
	padding-top: 10px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #666666;
	float:left;
}
.sitemap-tree
{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #666666;
}
.sitemap-parent
{
	background: url(/images/smhoriz.gif) repeat-x;
}
.sitemap-tree a:link, .sitemap-tree a:visited
{
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	color: #999999;
}
.sitemap-tree a:hover
{
	color: #666666;
	text-decoration: underline;
}
blockquote
{
	padding-left: 12px;
	margin: 0;
	background: url(/images/quote-bg.png) no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link,
a:visited,
a:active
{
	
	text-decoration: none;
	background-color:Transparent;
}
a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}
.photo-border
{
	border: 3px solid #cecece;
	display: block;
}
.photo-float-left
{
	float: left;
	margin-right: 15px;
}
.photo-float-right
{
	float: right;
	margin-left: 15px;
}
.image-border-none
{
	border: none;
}
.image-left-div a img,
.image-left-div img
{
	margin-right: 15px;
}
.image-right-div
{
	margin-left: 15px;
}
.thumbnail
{
	position: relative;
	z-index: 0;
}
.thumbnail:hover
{
	background-color: transparent;
	
}
.thumbnail span
{ 
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img
{ 
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span
{ 
	visibility: visible;
	top: 50px;
	left: 50px;
}
.help-button
{
	position: relative;
	font-size: 10px;
	z-index: 0;
	float: left;
}
.help-button
{
	background-color: transparent;
	
	color: black;
}
.help-button span
{ 
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: left;
	width: 200px;
}
.help-button span img
{ 
	border-width: 0;
	padding: 2px;
}
.help-button:hover span
{ 
	visibility: visible;
	top: 5px;
	left: 5px; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.caption,
.news-date
{
	font-size: 0.9em;
	font-style: italic;
	color: #A4A4A4;
}

.clear
{
	clear: both;
}

.read-more-link
{
	padding-top:0px;
	padding-bottom:10px;
	text-align:right;
	float:right;
	width:100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGE TITLE AND TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title-and-text 
{
	width:95%;
}	

.page-title-and-text h2
{
	padding-top:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Items using the main theme color

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#company-name a,
a:link,
a:visited,
a:active
{
	background-color:Transparent;	
	
}

#top-menu,
#banner,
#footer
{
	background-color: #ffffff;
}

#top-menu li#twolevelcurrent a,
#top-menu li#twolevelcurrent a:hover,
#top-main-menu a:hover,
#top-second-level-menu
{
	background-color: #BC2F25;
}

#top-help-menu ul
{
	background: url( "/images/blue/mainmenu_bg.jpg" ) repeat;
}

#top-help-menu a:hover
{
	background-color: #D3D2B6;
}

#top-menu li#current a,
#top-menu li#current a:hover,
#top-second-level-menu,
#top-second-level-menu li#active,
#top-second-level-menu li#active a
{
	color: #000000;
}

#top-menu li#twolevelcurrent a,
#top-menu li#twolevelcurrent a:hover,
#top-main-menu a:hover,
#top-help-menu a:hover,
#top-second-level-menu a
{
	color: #FFFFFF;
}

#footer
{
	color: #FFFFFF;
}

#top-menu li#current 
{
	background-color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP MENU 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-menu li#current a,
#top-menu li#current a:hover
{
	background: url( "/images/topmenu_selected.jpg" ) repeat;
}

#top-main-menu li
{
	background: url(/images/between.gif) right no-repeat;
}

#top-help-menu li
{
	background: url(/images/between.gif) no-repeat right;
}

#top-second-level-menu li
{
	background: url(/images/between.gif) no-repeat right;
}

#top-second-level-menu li#active
{
	background: url(/images/topmenu_selected.jpg) repeat;
}
.RelatedBox
{
	padding-left:3px;
	padding-top:3px;
	padding-bottom:8px;
	background-color:white;
}
.RelatedBoxTable td p
{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;	
}
.RelatedBoxTable
{
	background-color:silver;
	color: #222222;
	margin-top: -1px;
	margin-bottom: 0px;
	text-align: left;	
}
.RelatedBox img
{
	height:90px;
	width: 60px;
}
.RelatedBoxTable a
{
	font-size:10px;	
	color: #153d83;
}
.LibrarySearchBox
{
	background-color: White;
}


