/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#294e97;
text-decoration:none;
}
a:hover {
color:#111;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited{ /* visited pseudo selector so IE6 applies text colour*/
	color:#294e97;
}
	/* logo*/
	.logo{
		width:50%;
		float:left;
		margin:0px;
		background-image: url(../images/blue/logo.png);
		background-repeat: no-repeat;
		background-position: left center;
		height:56px;
		width:267px;
	}

		.logo a{	
			height:56px;
			width:267px;
			display:block;
			line-height:100px;
			text-indent:-5000px;}

	.contact-topright{
		float:right;
		margin-top:5px;
		width:auto;
		background-image: url(../images/blue/call.png);
		background-repeat: no-repeat;
		display:block;
		width:170px;
		height:42px;
	}


/*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;
	}
	
