﻿/* CSS Document */

/*
PRIMARY:   burgundy    - #4d1405
SECONDARY: carmine red - #87110b
TERTIARY:  raw umber   - #84561c

PRIMARY:   prussian blue - #293d52
SECONDARY: midnight blue - #163763
TERTIARY:  dark teal     - #173a3c

*/

.left_column h3 {
	background:#84561c;
}
#secondary .left_column, .left_column h4 {
	border-color:#b3a18a !important;
}
a:hover, .right_column h3 {
	color:#4d1405;
}
.right_column a, .left_column .left-nav-chem a, .left_column ul.icons li a {
	color:#84561c !important;
}
.left_column a:hover, .left_column #subnav li .active, #wrapper .left_column li.active a, #wrapper .left_column li.active li.active a
/*, #wrapper .left_column .current a */{
	color:#84561c !important;
}

.left_column a:hover, .left_column #subnav li .active, #wrapper .left_column li a, #wrapper .left_column li.active li a {
	color:#535353 !important;
	text-decoration:none;
}
.related a, .related a:link {
	color:#4d1405;
}
.related a:visited {
	color:#4d1405;
}
.related a:hover {
	color:#4d1405;
}
.related a:active {
	color:#4d1405;
}
.related a:focus {
	color:#4d1405;
}
/*#tertiary .more { background-color:#4d1405; }*/
#subnav li.active a {
	color:#84561c;
}
#subnav li .active {
	color:#84561c;
	text-transform: uppercase;
}
#secondary #main_content h1, #secondary #main_content h3, #subnav li, .center_column h1, h1, .center_column h2, .center_column h3, .right_column h4 {
	color:#4d1405 !important;
}
.primary, .primary a {
	color:#4d1405 !important;
}
.secondary, .secondary a, {
color:#87110b !important;
}
.tertiary, .col1 h3, .col2 h3, .col3 h3, .tertiary a {
	color:#84561c !important;
}
.bkg_primary, .bkg_primary td {
	background-color:#4d1405 !important;
	color:#fff;
}
.bkg_secondary, .bkg_secondary td {
	background-color:#87110b !important;
	color:#fff;
}
.bkg_tertiary, .bkg_tertiary td {
	background-color:#84561c !important;
	color:#fff;
}
/*#wrapper .center_column table.contact_table { border-top:5px solid #87110b !Important; }*/

