body {
margin: 0;
padding: 0;
font: 80% 'Lucida Grande',Verdana, Helvetica, sans-serif;
background-color: #E3E6D7;
}

/* primaryContent */

#primaryContent {
float: left;
margin: 0;
padding: 0 10px;
width: 450px;
line-height: 150%;
}
#primaryContent p {
margin: 0;
padding: 5px 0;
color: #333;
}
.bullets ul {
margin: 0 0 8px 0;
list-style: none;
color: #333;
}
.bullets li {
margin: 0;
padding: 0 0 5px 20px;
display: list-item;
background: transparent url(../img/bullet.png) no-repeat 6px left;
}
.indent {
text-indent: 30px;
}
.logo a img, .logo a:hover img {
margin: 0;
padding: 0 0 20px 0;
text-decoration: none;
background-color: transparent;
background: none;
border: 0;
}
span.pdfDownload {
margin: 0;
padding: 0 20px 0 0;
background: transparent url(../img/pdf.gif) no-repeat top right;
}
span.subInfo {
color: #83847F;
font-size: 80%;
}
.salariesLegal {
margin: 0;
padding: 0 10px 10px 40px;
color: #83847F;
}
.salariesLegal p {
color: #83847F;
font-size: 80%;
line-height: 120%;
}
#salaries {
margin: 5px 0 0 0;
padding: 0;
background: transparent url(../img/salaries_bg.jpg) repeat-x top left;
/*background: #dedfd7;*/
}
#salaries p {
margin: 0;
padding: 10px 5px 5px 10px;
color: #236b8c;
}

/* locations */
.location {
margin: 0;
padding: 5px 0;
}
.location a:link, .location a:visited {
background-color: transparent;
text-decoration: none;
color: #1C7C4D;
}
.location a:hover {
background-color: #FFC;
text-decoration: underline;
color: #990;
}
.location ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
.location li {
margin: 0;
padding: 0 0 5px 0;
line-height: 100%;
}

/* sideContent */

#sideContent {
float: right;
margin: 0;
padding: 0;
width: 320px;
}
#sideContent p {
padding: 0 20px 0 0;
}

/* default links */

p a:link, p a:visited {
background-color: transparent;
text-decoration: none;
color: #1C7C4D;
}
p a:hover {
background-color: #FFC;
text-decoration: underline;
color: #990;
}
/*a:visited {
background-color: transparent;
text-decoration: underline;
color: #666
}*/

/* headers */

h1 {
margin: 0;
padding: 0;
font-size: 100%;
color: #1C7C4D;
text-indent: -9000px;
}
h2 {
margin: 0;
padding: 10px 0;
font-size: 130%;
font-weight: bold;
color: #333;
line-height: 145%;
}
h3 {
margin: 0;
padding: 10px 0 0 0;
font-size: 100%;
font-weight: bold;
color: #333;
background: transparent url(../img/divider.png) no-repeat top left;
}
h4 {
margin: 0;
padding: 10px 0 0 0;
font-size: 100%;
font-weight: bold;
color: #333;
background: transparent;
}

/* main wrapper that holds it all centrally */

#container {
width: 800px;
margin: 0 auto;
background-color: #ECEDE4;
padding: 0;
border-left: 12px solid #FFF;
border-right: 12px solid #FFF;
border-bottom: 12px solid #FFF;
}

/* default masthead holding the banner and mainNav */

#home #header {
width: 800px;
height: 180px;
background: url(../img/header_home.jpg) no-repeat;
background-color: #1C7C4D;
}
#central #header {
width: 800px;
height: 180px;
background: url(../img/header_central.jpg) no-repeat;
background-color: #1C7C4D;
}
#mtpleasant #header {
width: 800px;
height: 180px;
background: url(../img/header_mtpleasant.jpg) no-repeat;
background-color: #1C7C4D;
}
#slavicvillage #header {
width: 800px;
height: 180px;
background: url(../img/header_slavicvillage.jpg) no-repeat;
background-color: #1C7C4D;
}
#participate #header {
width: 800px;
height: 180px;
background: url(../img/header_participate.jpg) no-repeat;
background-color: #1C7C4D;
}
#campaign #header {
width: 800px;
height: 180px;
background: url(../img/header_campaign.jpg) no-repeat;
background-color: #1C7C4D;
}

/* main menu navigation */

#mainNav {
margin: 0;
padding: 0;
width: 800px;
font-weight: bold;
font-size: 75%;
}
#mainNav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#mainNav li {
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#mainNav a {
color: #FFF;
display: block;
width: auto;
height: 25px;
text-decoration: none;
margin: 0;
padding: 5px 8px;
border-right: 1px solid #FFF;
}
#mainNav a:hover, #mainNav a:active { 
color: #FFFFB6;
background: none;
text-decoration: none;
/*background: #1C7C4D;*/
}

/* Highlighting the current page */

#home #mainNav .home a, #central #mainNav .central a, #mtpleasant #mainNav .mtpleasant a, #slavicvillage #mainNav .slavicvillage a, #participate #mainNav .participate a, #campaign #mainNav .campaign a {
color: #FF6;
background: none;
text-decoration: underline;
cursor: default;
}

/* the footer */

#footer {
clear: both;
width: 800px;
height: 85px;
background: transparent url(../img/footer.jpg) no-repeat;
padding: 10px;
}
#footer p {
margin: 10px 10px 0 0;
padding: 0;
font-weight: normal;
font-size: 80%;
line-height: 150%;
}
#footer a:link, #footer a:visited {
color: #1C7C4D;
}
#footer a:hover {
color: #990;
background: #FFC;
}
span.italic {
font-style: italic;
}