﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    margin: -5px 0px 0px 0px;
    background-color: #BFBFBF;
    color: #363733;
    text-align: center;
}

h1
{
    font-size: 130%;
}

h2 
{
    font-size: 120%;
}

h3 
{
    font-size: 100%;
}

#root 
{
    background-color: #FFFFFF;
    width: 790px;
    margin: 0 auto;
    text-align: left;
}

#logo 
{
    margin: 5px 10px;
}

#masthead_clients 
{
    background-image: url(../images/common/bg_clients.jpg);
    background-repeat: no-repeat;
    height: 250px;
}

#masthead_employers
{
    background-image: url(../images/common/bg_employers.jpg);
    background-repeat: no-repeat;
    height: 250px;
}

#menu 
{
    text-align: right;
    padding: 5px 0px 0px 0px;
}

#content 
{
    margin: 0px;
    padding: 0px;
}

#content a
{
    color: #363733;
}

#content_1 
{
    vertical-align: top;
    width: 250px;
}

#content_2 
{
    vertical-align: top;
    width: 510px;
    background: #DEE2D4;
    border: solid 2px #676767;
    padding: 10px 5px;
}

img.inline 
{
    padding: 0px 5px 5px 5px;
}

.text 
{
    padding-left: 5px;
}

.inline 
{
    display: inline;
}

.imp 
{
	font-style: italic;
	font-weight: bold;
}

.quote 
{
    font-family: Times New Roman, Serif;
    font-size: 150%;
    font-weight: bold;
}

.bqSource
{
    font-style: italic;
    font-weight: bold;
    text-align: right;
}

.center 
{
	text-align: center;
}

#footer 
{
    text-align: right;
    background: #32332D;
    background-image: url(../images/common/footer_bg.gif);
    background-repeat: repeat-x;
    padding: 20px;
    font-size: 90%;
    color: #FFFFFF;
    font-family: Verdana, Sans-Serif;
}

#footer a
{
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px;
}


#menuitem
{
	padding-left: 0px;
}

#menuitem a
{
	color: #363733;
	text-decoration: none;
}

#menuitem .static
{
	margin-left: 5px;
	width: 210px;
	height: 24px;
}

#menuitem .statichover
{
	color: #FFFFFF;
	background-color: #8FCA18;
	font-weight: bold;
}

#menuitem .staticselected
{
	color: #FFFFFF;
	background-color: #8FCA18;
	font-weight: bold;
}

#menuitem .dynamic 
{
	background-color: #FFFFFF;
	width: 220px;
	height: 24px;
	border: solid 1px #676767;
	padding: 0px 5px 0px 5px;
}

#menuitem .dynamichover 
{
	color: #FFFFFF;
	background-color: #8FCA18;
	font-weight: bold;
}

#menuitem .dynamicselected 
{
	color: #FFFFFF;
	background-color: #8FCA18;
	font-weight: bold;
}

