/* ---------- Links/Colours ---------- */

a { color: #1962ac; }
a:hover { color: #3d85ce; }

#home-bottom a { color: #1962ac; }
#home-bottom a:hover { color: #3d85ce; }

.site-menu li a { color: #e2e9f0; }
.site-menu li a:hover { color: #fff; }

#content blockquote { color: #1f3f5f; }

#content .box {
	background-image: url('/_inc/img/engenium-box-top.gif');padding-top:10px;
}
#content .box .inner {
	background-image: url('/_inc/img/engenium-box-bottom.gif');	background-color: #00356b;

}
.contentbox .boxbody, #content .box { color: #bfccda; }

a#viewall {
	width:138px;height:31px;background:url(/_inc/img/viewall.gif) top left no-repeat;display:block;margin-left:10px;
}

a#viewall:hover {
	background:url(/_inc/img/viewall.gif) 0px -31px no-repeat;
}

a#viewall span {
	position:absolute;margin-left:-999em;
}

.menu li:hover, .menu li li:hover, .menu li.sfhover, .menu li li.sfhover { /* lists nested under hovered list items */
	left: auto;position:static;
}