#logo
{
	background-image: url(/_img/logo-blue.png);
	width: 146px;
	height: 203px;
	z-index: 2 ;
	position: absolute;
	margin-left: 16px;
	margin-right: 20px;
	z-index: 999999;
}

a,
a:link,
a:visited,
a:active 
{
	color: #114e8f;
	text-decoration: none;
}

a:hover 
{ 
	color: #267ad3;
}

h2
{
	color: #114e8f;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/_img/bullets-blue.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.slide{
	display:none;
}
.blue .slide{
	display:inline;
}

