﻿
/** standard html styles **/

body 
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 75%;
    text-align: justify;
}
table 
{
    border-style: none;
}
th 
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    border-style: none;
}
td
{
    vertical-align: top;
    border-style: none;
}
h1
{
    font-size: 140%;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
}
h2
{
    font-size: 90%;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0px;
}
h2 a:link {
	text-decoration: none;
	color: #000000;
}
h2 a:visited {
	text-decoration: none;
	color: #000000;
}
h2 a:hover {
	text-decoration: underline;
	color: #660000;
}
h2 a:active {
	text-decoration: none;
	color: #000000;
}
h3 
{
    font-size: 140%;
    font-weight: bold;
    margin: 0px;
}
li
{
    text-align: left;
}

/** regular hyperlink styles **/

a:link {
	text-decoration: underline;
	color: #660000;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #CC9966;
}
a:active {
	text-decoration: underline;
	color: #660000;
}

/** navigation menu styles **/

.navigationmenu
{
    color: White;
    text-transform: uppercase;
}
.navigationmenu a:link {
	text-decoration: none;
	color: White;
}
.navigationmenu a:visited {
	text-decoration: none;
	color: White;
}
.navigationmenu a:hover {
	text-decoration: none;
	color: #CC9966;
}
.navigationmenu a:active {
	text-decoration: none;
	color: #CC9966;
}

/** footer styles **/

.footer
{
    font-size: 100%;
    color: #FFFFFF;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #CC9966;
}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/** image styles **/

.image_floatright
{
	float: right;
	padding: 0px 0px 8px 10px;
}
.image_floatleft
{
	float: left;
	padding: 0px 10px 8px 0px;
}

/** table cell styles **/

.th_leftalign 
{
    text-align: left;
    vertical-align: bottom;
}
.th_centeralign 
{
    text-align: center;
    vertical-align: bottom;
}

/** main pages styles **/

.masterpage-olszakmain-lheader
{
    background-image: url(../../images/masterpages/olszakmain/home_lheader.gif);
    background-repeat: no-repeat;
}
.masterpage-olszakmain-navigation
{
    background-image: url(../../images/masterpages/olszakmain/home_rheader.gif);
    background-repeat: no-repeat;
}
.masterpage-olszakmain-titlegraphic
{
    background-image: url(../../images/masterpages/olszakmain/home_titlegraphic2.jpg);
    background-repeat: no-repeat;
}
.masterpage-olszakmain-footer
{
    background-image: url(../../images/masterpages/olszakmain/home_footer.gif);
    background-repeat: no-repeat;
}

/** service pages styles **/

.masterpage-olszakservices-navigation
{
    background-image: url(../../images/masterpages/olszakservices/navigation.gif);
    background-repeat: no-repeat;
}
.masterpage-olszakservices-pagetitles
{
    background-image: url(../../images/masterpages/olszakservices/pagetitles2.jpg);
    background-repeat: no-repeat;
}
.masterpage-olszakservices-footer
{
    background-image: url(../../images/masterpages/olszakservices/footer.gif);
    background-repeat: no-repeat;
}

/** other styles **/

.footnotes 
{
    font-size: 85%;
}

/** styles for text presented in service line colors **/

.publicinvolvement
{
	color: #660000;
}
.publicinvolvement a:link
{
	color: #660000;
	text-decoration: none;
}
.publicinvolvement a:visited
{
	color: #660000;
	text-decoration: none;
}
.publicinvolvement a:hover
{
	color: Black;
	text-decoration: underline;
}
.publicinvolvement a:active
{
	color: #660000;
	text-decoration: none;
}

.nonprofitrestructuring
{
	color: #AF7A44;
}
.nonprofitrestructuring a:link
{
	color: #AF7A44;
	text-decoration: none;
}
.nonprofitrestructuring a:visited
{
	color: #AF7A44;
	text-decoration: none;
}
.nonprofitrestructuring a:hover
{
	color: Black;
	text-decoration: underline;
}
.nonprofitrestructuring a:active
{
	color: #AF7A44;
	text-decoration: none;
}

.informationmanagement
{
	color: #1B476A;
}
.informationmanagement a:link
{
	color: #1B476A;
	text-decoration: none;
}
.informationmanagement a:visited
{
	color: #1B476A;
	text-decoration: none;
}
.informationmanagement a:hover
{
	color: Black;
	text-decoration: underline;
}
.informationmanagement a:active
{
	color: #1B476A;
	text-decoration: none;
}

.researchdesign
{
	color: #516150;
}
.researchdesign a:link
{
	color: #516150;
	text-decoration: none;
}
.researchdesign a:visited
{
	color: #516150;
	text-decoration: none;
}
.researchdesign a:hover
{
	color: Black;
	text-decoration: underline;
}
.researchdesign a:active
{
	color: #516150;
	text-decoration: none;
}