/**
 * Color.css - Corporate identity styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 * 
 * Colors:
 * - Base:              #4C4C4C;
 * - Gray:              #666666;
 * - Lighter gray:      #D4D4D4;
 * - Blue:              #003376;
 * - Lighter blue:      #194783;
 * - Even lighter blue: #6685AD;
 */

/* Layout */

body {
	background-color: #194783;
}

a:link, a:visited {
	color: #003376;
}

h1, h2, h3, h4, h5, h6 {
	color: #003376;
}

.accent {
	color: #003376;
}

#footer {
	background-color: #003376;
	color: #6685AD;
}

.block:hover .block-caption {
	color: #003376;
}

.block .label .label-description {
	color: #003376;
}

.back:hover {
	color: #003376 !important;
}

.accordion-button:hover {
	color: #003376 !important;
}

.accordion-button-active {
	color: #003376 !important;
}

.pagination ol li a {
	color: #6685AD !important;
}

.pagination ol li a:hover {
	color: #003376 !important;
}

.pagination ol li.selected a {
	color: #003376 !important;
}

#venture-tabs li a:hover,
#venture-tabs li.selected a {
	color: #003376;
}

#search {
	border: 1px solid #003376;
	color: #6685AD;
}

#categories li a {
	background-color: #003376;
	border-right: 1px solid #194783;
}

#categories li:hover a,
#categories li.sfhover a,
#categories li.selected a {
	color: #003376;
}

#categories li ul li a {
	color: #003376;
}

#page-navigation h2 {
	background: #003376 url(../img/bar-sprite.gif) repeat-x 0 -30px;
}

#page-navigation ul li a:hover,
#page-navigation ul li.selected a {
	color: #003376 !important;
}

#maps-zipnum,
#maps-zipchar {
	text-transform: uppercase;
	color: #6685AD;
}

#maps-submit {
	color: #003376;
}

#breadcrumbs li a:hover {
	color: #003376 !important;
}

#breadcrumbs li.last a {
	color: #003376 !important;
}

#news-archive .date {
	color: #003376;
}

#news-archive a:hover,
#news-archive .hover a {
	color: #003376 !important;
}

#contact-submit {
	background: #003376 url(../img/button-sprite.gif) no-repeat 0 -257px;
}

#contact-submit:hover {
	background-position: 0 -277px;
}

#brand-ticker-content li a {
	border: 6px solid #194783;
}

#brand-ticker-content li a:hover {
	border-color: #6685AD;
}

#service-navigation .button {
	color: #6685AD !important;
}

.service-navigation-menu ul li a {
	color: #6685AD !important;
}


/* Navigation */

#navigation li a {
	color: #6685AD;
}
