/*
---------------------------------------------
General Page Styles
---------------------------------------------
*/
.body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #333;
}
.headline
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	color: #5F0000;
}
.pageidentifier
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #5F0000;
}

.heading
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	color: #5F0000;
}

.caption
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	color: #5F0000;
}
.footer
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	color: #B2AA7E;
}
.tng
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	color: #999;
}
.secondarynav
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #5F0000;
}
ul.history
{
	margin-top: 2px;
	margin-bottom: 0px;
}
/*
---------------------------------------------
Careers Page Styles
---------------------------------------------
*/
.sidebarheadline
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5F0000;
}
.sidebarbody
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	color: #333;
}
/*
---------------------------------------------
Projects Page Styles
---------------------------------------------
*/
.imagenumbers
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #333;
}
/*
---------------------------------------------
Links Page Styles
---------------------------------------------
*/
.links
{
	padding: 20px 0px 0px 0px;
}
/*
---------------------------------------------
Services Page Styles
---------------------------------------------
*/
.services
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #5F0000;
	padding: 0px 5px 0px 5px;
}
.servicelist
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-style: normal;
	color: #333;
}
/*
---------------------------------------------
Location/Contact Page Styles
---------------------------------------------
*/
.location
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	color: #5F0000;
}
/*
---------------------------------------------
Link Styles
---------------------------------------------
*/

a  						{	color: #5F0000; text-decoration: underline;}
a:hover 				{	color: #B2AA7E; text-decoration: underline;}

a.secondarynav  		{	color: #5F0000; text-decoration: none;}
a.secondarynav:hover 	{	color: #B2AA7E; text-decoration: none;}

a.historynav  			{	color: #5F0000; text-decoration: none;}
a.historynav:hover 		{	color: #000000; text-decoration: none;}

a.tng					{	color: #999999; text-decoration: none;}
a.tng:hover				{	color: #666666; text-decoration: underline;}

/*
---------------------------------------------
Table Styles
---------------------------------------------
*/
td.historynav
{
	border: 1px solid #5F0000;
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	font-style: normal;
	background-color: #C5BF9E;
	padding: 2px;
}

td.historynavover
{
	border: 1px solid #5F0000;
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	font-style: normal;
	background-color: #E8E5D8;
	padding: 2px;
}

td.historynav:hover
{
	border: 1px solid #5F0000;
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 12px; 
	font-style: normal;
	background-color: #E8E5D8;
	padding: 2px;
}	
/*
---------------------------------------------
Border and Background Graphic Styles
---------------------------------------------
*/
.noRepeat
{
    background-repeat: no-repeat;
}
  
.repeatLeft
  {
    background-repeat: repeat-y;
    background-position: top right;
}

.repeatRight
  {
    background-repeat: repeat-y;
    background-position: top left;
}

.repeatVertical
  {
    background-repeat: repeat-y;
    background-position: top left;
}
#imgblock {
	
}
#imgrow {
	margin: 0px;
	clear: both;
}
#imgcell {
	padding-right: 1px;
	margin: 0px;
	display: inline;
	clear: both;
}