/* Adjust for colors //////////////////////////////////////////////////////////////////////////////////// */

/* Green */
.green h1, .green h3 { color: #8b985c !important; }
.green .side_nav .bullet, .green .bullet { background-color: #8b985c !important; }
.green a:link, a.green:link { color: #374955 !important; }
.green a:visited, a.green:visited { color: #374955 !important; }
.green a:hover, a.green:hover { color: #8b985c !important; }
.green a:active, a.green:active { color: #374955 !important; }

.green .current a:link, a.green_current:link { color: #8b985c !important; }
.green .current a:visited, a.green_current:visited { color: #8b985c !important; }
.green .current a:hover, a.green_current:hover { color: #8b985c !important; }
.green .current a:active, a.green_current:active { color: #8b985c !important; }
.sub_nav td.green_current { background: transparent url("/public/images/sub_nav_bg_green.png") 50% top no-repeat; }


/* Light Brown */
.light_brown h1, .light_brown h3 { color: #7e7462 !important; }
.light_brown .side_nav .bullet, .light_brown .bullet { background-color: #7e7462 !important; }
.light_brown a:link, a.light_brown:link { color: #374955 !important; }
.light_brown a:visited, a.light_brown:visited { color: #374955 !important; }
.light_brown a:hover, a.light_brown:hover { color: #7e7462 !important; }
.light_brown a:active, a.light_brown:active { color: #374955 !important; }

.light_brown .current a:link, a.light_brown_current:link { color: #7e7462 !important; }
.light_brown .current a:visited, a.light_brown_current:visited { color: #7e7462 !important; }
.light_brown .current a:hover, a.light_brown_current:hover { color: #7e7462 !important; }
.light_brown .current a:active, a.light_brown_current:active { color: #7e7462 !important; }
.sub_nav td.light_brown_current { background: transparent url("/public/images/sub_nav_bg_light_brown.png") 50% top no-repeat; }


/* Gold */
.gold h1, .gold h3 { color: #969a59 !important; }
.gold .side_nav .bullet, .gold .bullet { background-color: #969a59 !important; }
.gold a:link, a.gold:link { color: #374955 !important; }
.gold a:visited, a.gold:visited { color: #374955 !important; }
.gold a:hover, a.gold:hover { color: #969a59 !important; }
.gold a:active, a.gold:active { color: #374955 !important; }

.gold .current a:link, a.gold_current:link { color: #969a59 !important; }
.gold .current a:visited, a.gold_current:visited { color: #969a59 !important; }
.gold .current a:hover, a.gold_current:hover { color: #969a59 !important; }
.gold .current a:active, a.gold_current:active { color: #969a59 !important; }
.sub_nav td.gold_current { background: transparent url("/public/images/sub_nav_bg_gold.png") 50% top no-repeat; }


/* Light Blue */
.light_blue h1, .light_blue h3 { color: #4e89bd !important; }
.light_blue .side_nav .bullet, .light_blue .bullet { background-color: #4e89bd !important; }
.light_blue a:link, a.light_blue:link { color: #374955 !important; }
.light_blue a:visited, a.light_blue:visited { color: #374955 !important; }
.light_blue a:hover, a.light_blue:hover { color: #4e89bd !important; }
.light_blue a:active, a.light_blue:active { color: #374955 !important; }

.light_blue .current a:link, a.light_blue_current:link { color: #4e89bd !important; }
.light_blue .current a:visited, a.light_blue_current:visited { color: #4e89bd !important; }
.light_blue .current a:hover, a.light_blue_current:hover { color: #4e89bd !important; }
.light_blue .current a:active, a.light_blue_current:active { color: #4e89bd !important; }
.sub_nav td.light_blue_current { background: transparent url("/public/images/sub_nav_bg_light_blue.png") 50% top no-repeat; }


/* Dark Blue */
.dark_blue h1, .dark_blue h3 { color: #587485 !important; }
.dark_blue .side_nav .bullet, .dark_blue .bullet { background-color: #587485 !important; }
.dark_blue a:link, a.dark_blue:link { color: #374955 !important; }
.dark_blue a:visited, a.dark_blue:visited { color: #374955 !important; }
.dark_blue a:hover, a.dark_blue:hover { color: #587485 !important; }
.dark_blue a:active, a.dark_blue:active { color: #374955 !important; }

.dark_blue .current a:link, a.dark_blue_current:link { color: #587485 !important; }
.dark_blue .current a:visited, a.dark_blue_current:visited { color: #587485 !important; }
.dark_blue .current a:hover, a.dark_blue_current:hover { color: #587485 !important; }
.dark_blue .current a:active, a.dark_blue_current:active { color: #587485 !important; }
.sub_nav td.dark_blue_current { background: transparent url("/public/images/sub_nav_bg_dark_blue.png") 50% top no-repeat; }


/* Dark Brown */
.dark_brown h1, .dark_brown h3 { color: #574b40 !important; }
.dark_brown .side_nav .bullet, .dark_brown .bullet { background-color: #574b40 !important; }
.dark_brown a:link, a.dark_brown:link { color: #374955 !important; }
.dark_brown a:visited, a.dark_brown:visited { color: #374955 !important; }
.dark_brown a:hover, a.dark_brown:hover { color: #574b40 !important; }
.dark_brown a:active, a.dark_brown:active { color: #374955 !important; }

.dark_brown .current a:link, a.dark_brown_current:link { color: #574b40 !important; }
.dark_brown .current a:visited, a.dark_brown_current:visited { color: #574b40 !important; }
.dark_brown .current a:hover, a.dark_brown_current:hover { color: #574b40 !important; }
.dark_brown .current a:active, a.dark_brown_current:active { color: #574b40 !important; }
.sub_nav td.dark_brown_current { background: transparent url("/public/images/sub_nav_bg_dark_brown.png") 50% top no-repeat; }

