/*-------------------------------------------    
    Organization #4390b0
-------------------------------------------*/


/*-------------------------------------------    
    LEFT COLUMN
-------------------------------------------*/
#leftColumn h4 {
  border: 2px solid #4390b0;
  background-color: #4390b0;
}


/*-------------------------------------------    
    CATEGORY/ARTICLES
-------------------------------------------*/
.centerColumnCopyBlock h1 {
  color: #4390b0;
  border-color: #4390b0;
}

.centerColumnCopyBlock h2 {
  color: #4390b0;
}

/*CATEGORY*/
.featuredArticle {
  border-color: #4390b0;
}

.featuredArticle p a,
.featuredArticle p a:visited
{  
  color: #4390b0 !important;
  text-decoration: underline !important;
}

.featuredArticle p a:hover {
	color: #4390b0 !important;
  text-decoration: none !important;

}


.articleUtilities p {
  color: #4390b0;
}

/*ARTICLE PAGE*/
.starRating {
  border-color: #4390b0;
}

.red a.rateThis,
.red a.rateThis:visited {
  color: #4390b0;
  text-decoration: none;
  border-top: 1px dotted #4390b0;
  border-bottom: 1px dotted #4390b0;
}

.red a.rateThis:hover {
  color: #4390b0;
  text-decoration: underline;
}

/*-------------------------------------------    
    SEARCH RESULTS
-------------------------------------------*/
.centerColumnCopyBlock p.searchKeywords,
.centerColumnCopyBlock p.searchKeywords a,
.centerColumnCopyBlock p.searchKeywords a:visited,
.centerColumnCopyBlock p.searchKeywords a:hover,
.centerColumnCopyBlock p.sortBy,
.centerColumnCopyBlock p.sortBy a,
.centerColumnCopyBlock p.sortBy a:visited,
.centerColumnCopyBlock p.sortBy a:hover {
  color: #4390b0;
}

.searchResult h3,
.searchResult a,
.searchResult a:visited,
.searchResult a:hover {
  color: #4390b0;
}


/*Global Menu starts*/
.topNav
{
    *position:relative;
    *top:1px;
}
table.topNavItem
{  
 
  background: url('/PublishingImages/HMS/CommonImages/header/main-menu-divider.gif') no-repeat right top;
  
}
.topNavItem a
{
	display:block;
	margin-right: 1px;
	line-height: 36px;
	padding:0px 20px 0px 20px;
	text-decoration: none;
  text-align: center;
  font-family: Georgia, serif;
  color: #fff;
  letter-spacing: .2px;
	
}

/*a.topNavItem{
	background: none;
}*/

a.topNavItem:hover{
	border: 2px solid #406c10;
    background-color: #406c10;
}

a.topNavSelected 
{
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0;
  background: #4390b0 url('/PublishingImages/HMS/CommonImages/header/menu-shine-bg-active.png') no-repeat;
  border: 2px solid #4390b0 !important; 
}
a.topNavHover
{
  line-height: 32px;
  letter-spacing: 0;
  background:#406c10 url('/PublishingImages/HMS/CommonImages/header/menu-shine-bg-hover.png') no-repeat;
  border: 2px solid #406c10 !important; 
  padding:0px 15px 0px 15px;	
  font-weight: bold;
}
/*Global Menu ends*/


.leftNavHeader
{
  line-height : 32px;  
  letter-spacing: 0;  background: #4390b0 url('/PublishingImages/HMS/CommonImages/header/menu-shine-bg-active.png') no-repeat;	
  text-decoration: none;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #fff;
   /*Added on 03.05.10 */
  width:157px;
   /* End Added on 03.05.10 */
  margin-left:10px;
  border: 2px solid #4390b0 !important; 

}