/**
 * 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;
 
 * - Green:                 	#005C48;
 * - Lighter green:         	#1A6D5B;
 * - Even lighter green: 		#7FADA3;

 */

/* Layout */

body {
	background-color: #1A6D5B;
}

a:link, a:visited {
	color: #005C48;
}

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

.accent {
	color: #005C48;
}

#footer {
	background-color: #005C48;
	color: #7FADA3;
}

.block:hover .block-caption {
	color: #005C48;
}

.block .label .label-description {
	color: #005C48;
}

.back:hover {
	color: #005C48 !important;
}

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

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

.pagination ol li a {
	color: #7FADA3 !important;
}

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

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

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

#search {
	border: 1px solid #005C48;
	color: #7FADA3;
}

#categories li a {
	background-color: #005C48;
	border-right: 1px solid #1A6D5B;
}

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

#categories li ul li a {
	color: #005C48;
}

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

#maps-zipnum,
#maps-zipchar {
	text-transform: uppercase;
	color: #7FADA3;
}

#maps-submit {
	color: #005C48;
}

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

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

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

#news-archive .date {
	color: #005C48;
}

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

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

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

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

#brand-ticker-content li a:hover {
	border-color: #7FADA3;
}

#service-navigation .button {
	color: #7FADA3 !important;
}

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


/* Navigation */

#navigation li a {
	color: #7FADA3;
}

