/* default link style
----------------------------------------------------------------------------------------------------*/
/*** current / active link for pages **/
.sf-menu a, .sf-menu a:visited{ /* visited pseudo selector so IE6 applies text colour*/
	color:#284b93;
}
.sf-menu li.current_page_item a{
	color:#000;
		}
		 .sf-menu li.current_page_item ul li a:hover{
		 color:#000;
		 }
		
		.sf-menu li.current_page_item ul li a {
		color:#284b93;
		}
/*** current / active link for categories **/
.sf-menu li.current-cat a{
	color:#000;
		}
		 .sf-menu li.current-cat ul li a:hover{
		 color:#000;
		 }
		
		.sf-menu li.current-cat ul li a {
		color:#284b93;
		}



/*view more button style*/
a.view-more{
	background-image: url(../images/blue/view-more.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
a.view-more:hover{
	background-image: url(../images/blue/view-more-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/*view more button style for alternate home page*/
a.view-more2{
	background-image: url(../images/blue/view-more1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
a.view-more2:hover{
	background-image: url(../images/blue/view-more1-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
	width: 80px;
	display:block;
}
/*comments submit button*/

#commentform #submit2 {
	margin: 0;
	float: left;
	margin-bottom:10px;
	border:none;
	width:83px;
	height:23px;
	padding: 5px 10px;
	font-weight:bold;
	background-image: url(../images/blue/submit.png);
	background-repeat: no-repeat;
	background-color:#fff;
	}
	
	.page-title, h2{
	color:#284b93;	
	}