﻿/* Aromaflex styles */
body {
	font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	color: #4C4C4C;
	font-size: 12px;
	font-weight: normal;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.globalNav 
{
    /*background-color:#ecbf48;
    color:#ffffff;*/
    text-align:center;
    padding:3px;
    font-family:Arial;
}
.homeLinksRight
{
    /*background-color:#ecbf48;*/
    color:#ffffff;
    text-align:right;
    padding-top:3px;
    padding-right:3px;
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
.noborder
{
    border: solid 0px #fff;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/
h1, h2, h3, h4, h5, h6, h7
{
   margin: 0px 0 0px 0;
}
h1
{
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 18px;
    /*color: #87ce80;*/
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    /* 1st - top, 2nd - right, 3rd - bottom, 4th - left*/
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	text-decoration: none;
	color: #003969;
}
h2
{
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    text-decoration: none;
	color: #003969;
    font-weight: bold;
    margin: 5px 5px 3px 0px;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
    text-decoration: none;
	color: #003969;
}
h3
{
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 14px;
    text-decoration: none;
	color: #C59158;
    font-weight: bold;
    margin: 0px 5px 3px 0px;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
a:hover { text-decoration: none;}

.content a:link { text-decoration: none; font-weight: bold}
.content a:visited { text-decoration: none; font-weight: bold}
.content a:active { text-decoration: none; font-weight: bold}
.content a:hover { text-decoration: none; font-weight: bold}

.jobapp a:link { color: #C59158; text-decoration: none}
.jobapp a:visited { color: #C59158; text-decoration: none}
.jobapp a:active { color: #C59158; text-decoration: underline}
.jobapp a:hover { color: #C59158; text-decoration: underline}

.title
{
    font-family: Georgia, Verdana, Arial, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 18px;
    color: #3977B9;
    font-weight: bold;
    margin: 5px 5px 5px 8px;
}

.adminRed
{
    color:Red; 
    font-size:10px; 
    text-decoration:none;
}

.needed /*for content that's needed*/
{
    color:White; 
    background-color: Blue;
    text-decoration:none;
    font-weight: bold;
}