a, a:visited, a:hover
{
	color: white;
}
.blue_content-copy a
{
	color: black !important;
}

.blue_content-copy, .orange_content-copy
{
	font-size: 11px;
	line-height: 1.2em;
}


a:hover
{
	text-decoration: underline !important;
}

.about li
{
	margin-bottom: 1em;
}

body
{
	background-color: white;

}

h1
{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h2
{
	font-size: 1em;
	font-style: italic;
	margin: 0 0 0 0;
}

.link h1
{
	font-weight: normal;
}

.link p
{
	margin-left: 1em;
}

ul.menu, ul.menu ul
{
	margin: 0;
	padding: 0;
}

ul.menu
{
	font: 11px Verdana, Arial, sans-serif;
}

ul.menu a
{
	text-decoration: none;
}

ul.menu li.root
{
	padding: 5px 0;
}

ul.menu li.root a
{
	
}

ul.menu li.root a:hover
{
	color: white;
}

ul.menu li.root ul a:hover
{
	color: black;
	text-decoration: none !important;
	border-bottom: 1px solid #A39E65;
}

ul.menu li
{
	background-color: #827A13;
	color: white;
	margin: 0;
	padding: 0 0 0 0;
	text-decoration: none;
	width: 12.5em;
}

ul.menu li.root
{
	width: auto;
}

ul.menu li.subnav
{
	color: black;
}

ul.menu li ul
{
	display: none;
}

ul.menu li ul li,
ul.menu li ul li ul li,
ul.menu li ul li ul li ul li
{
	background-color: #BFBB93;
	padding: 0.5em 0 0.5em 1em;
}

ul.menu li ul li a,
ul.menu li ul li a:visited,
ul.menu li ul li ul li a,
ul.menu li ul li ul li a:visited
{
	color: black;
}

.award
{
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.2em;
}

.award .title
{
	font-weight: bold;
	margin: 0;
}

.awards
{
	margin-bottom: 1em;
	font-size: 11px;
}

.awards h1
{
	font-weight: bold;
	margin-bottom: 0em;
	line-height: 1.4em;
}

.message
{
	padding: 1em 1em 1em 1em;
	margin: 0 0 2em 0;
	max-width: 45em;
}

.message ul
{
	margin-left: 2em;
}

.message.error
{
	border: 1px solid red;
	background: url( ../media/images/icons/msg_error.png ) transparent 1em 1.5em no-repeat;
}

.message.info
{
	border: 1px solid green;
	background: url( ../media/images/icons/msg_info.png ) transparent 1em 1.5em no-repeat;
}

.message.warning
{
	border: 1px solid yellow;
	background: url( ../media/images/icons/msg_warning.png ) transparent 1em 1.5em no-repeat;
}

.message .content,
.message .title
{
	margin-left: 4em;
}

.message .title
{ 
	font-weight: bold;
	margin-bottom: 1em;
}

.news
{
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.news h1
{
	font-weight: normal;
	margin-bottom: 0;
}

.office
{
	border-bottom: 1px solid white;
	margin: 1em 0;
}

.opportunity
{
	font-size: 11px;
	line-height: 1.2em;
	margin-left: 1em;
}

.opportunity .title
{
	font-weight: bold;
}

.opportunity h1
{
	margin-top: 1em;
	margin-bottom: 0.2em;
}

p
{
	margin: 0 0 1em 0;
}

.personnel
{
	font-size: 11px;
	line-height: 1.2em;
}

.personnel h1
{
	margin-bottom: 0;
}

.personnel p.content
{

}

.personnel p.title
{
	font-style: italic;
}

.portfolio
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.portfolio .category
{
	padding: 0.5em 0 0.5em 0.5em;
}

.portfolio .category.selected
{
	background-color: #D1D4CC;
}

.portfolio .category:hover
{
	background-color: #D1D4CC;
}

.portfolio .category a
{
	color: black;
	text-decoration: none;
}

.portfolio .description
{
	border-top: 1px solid black;
	margin: 1em 0.5em;
	padding: 1em 0;
}

.portfolio .selector
{
	border-top: 1px solid black;
	margin: 1em 0.5em;
	padding: 1em 0;
}

.portfolio .selector a img
{
	border: none;
	padding: 0 0.5em 0.5em 0.5em;
	vertical-align: top;
}

.portfolio .selector img.selected
{
	border-bottom: 3px solid #827A13;
}

.services li
{
	margin-bottom: 1em;
}

/* Messages formatting */
.Error
{
    background-color: #FFCCCC;
	border: 1px solid red;
}

.Normal
{
    background-color: #CCFF99;
	border: 1px solid green;
}

.Msg
{
	padding: 1em;
	margin: 1em 0;	
	width: 26em;
	display:block;
}

