﻿@media screen
{
/**************************HTML ELEMENTS STYLES******************************/
/****************************************************************************/

/**********<a> - LINK*************/
a
{
	color: #015C9F;
	text-decoration: none;
}
a:hover
{
	color: #015C9F;
	text-decoration: underline;
}
a:active
{
	color: #015C9F;
	text-decoration: none;
}

a.title
{
	font: 16px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;

}


a.black
{
    color: #000;
}

/************************ID SELECTOR STYLES***********************************/
/*****************************************************************************/
#footerMenu a
{
	color:#015C9F;
	text-decoration: none;
	/*font-size:small;*/
	font-size:12px;
}
#footerMenu a:hover
{
	color:#015C9F;
	text-decoration: underline;
}
/************************CLASS SELECTOR STYLES********************************/
/*****************************************************************************/
.footerText
{
    font-size:xx-small;
}

.smallText
{
	font-size:smaller;
}
.label-small
{
	font-weight:bold; 
	/*font-size:small;*/
	font-size:12px;
}
.label-med
{
	font: medium Georgia, serif;
	font-style:italic;
	/** font-weight:bold; 
	font-size:medium;**/
}

.headerMenuSections-text
{
	/*font:x-large Georgia, Serif;*/
	font:24px Georgia, Serif;
	font-style:italic;
	color:#000;
}
.headerMenuSections-text a:hover
{
	/*font:x-large Georgia, Serif;*/
	color:#000;
}

.casestudy-text
{
	font: 16px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#015C9F;
}
.tree-menu
{
	/*width:300px;*/
	/*font: Small Arial;*/
	font: 13px Arial;
	height:24px;

}
.tree-menu-level-1
{
	color:#000;
	text-transform:uppercase;
	/*width:300px;*/
}
.tree-menu-level-1 a
{
	color:#000;
	/*width:300px;*/

}
.tree-menu-level-1 a:visited
{
	color: #000;
	/*width:300px;*/

}
.tree-menu-level-1 a:active
{
	color: #000;
	/*width:300px;*/

}
.tree-menu-level-1 a:hover
{
	color:#fff;
	background:#317EAD;
	text-decoration:none;

}
.tree-menu-level-2
{
	color: #015C9F;
	background:#fff;
	text-indent:3px;
}
.tree-menu-level-2 a:visited
{
	color: #015C9F;
	background:#fff;
}
.tree-menu-selected
{
	color: #fff;
	background:#317EAD;
	width:210px;
	height:16px;

}
.tree-menu-selected a:visited
{
	color: #fff;
	background:#317EAD;
	/*width:300px;*/

}
.tree-menu-selected a:hover
{
	color: #fff;
	background:#317EAD;
	/*width:300px;*/

}
.tree-menu-selected a:active
{
	color: #fff;
	background:#317EAD;
	/*width:300px;*/

}
.tagline
{
    font: 21px  Arial, Helvetica, sans-serif;
    font-style:italic;
    font-weight:bold;
    color: #317EAD;
    text-align: right; 
}

.bluetext
{
    color: #015C9F;
}
.error-text
{
	color: rgb(255,0,0);
	font-weight:bold;
	font-size:medium;
}
.image-caption-text
{
    color: #353535;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}





}/*End of screen style sheet*/