﻿
/* Element Styles */
body
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: #333333;
	font: 12px 'Trebuchet MS' , helvetica, sans-serif;
	text-align: left;

}

hr
{
	color: #94541f;
	background-color: #94541f;
	height: 2px;
	width: 98%;
	border-style: solid;
	border: 1px solid #94541f;
}


h1, h2, h3, h4, h5
{
	font-family: Trebuchet MS, sans-serif;
	color: #111d80;
	
}

h3, h4, h5
{
	margin-bottom: 0px;
}

td
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}


/*Navigation Classes */

/* Default Link Class*/

/* Default Link Class*/
A:link, A:visited
{
    /*color: #333333;*/
    color: #0000FF;
    text-decoration: none;
    
}

A:active, A:hover
{
	/*color: #333333;*/
	 color: #0000FF;
	text-decoration: underline;
	
}

/* Named Link Class */

A.menu:link, A.menu:visited
{
	color: #333333;
	text-decoration: none;
}
A.menu:hover, A.menu:active
{
	color: #333333;
	text-decoration: underline;
}

a.foot:link, a.foot:visited
{
	color: #5980AC;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}
a.foot:hover, a.foot:active
{
	color: #5980AC;
	text-decoration: underline;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}


a.tag:link, a.tag:visited, a.tag:hover, a.tag:visited:hover
{
	color: #bbbbbb;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.nopad
{
	padding: 0;
	margin: 0;
}

.pad10
{
	padding: 10px;
}

.pad20
{
	padding: 20px;
}

.paddingLR10
{
	padding-left: 10px;
	padding-right: 10px;
}

.paddingLR20
{
	padding-left: 20px;
	padding-right: 20px;
}

.paddingLR30
{
	padding-left: 25px;
	padding-right: 25px;
}

.min
{
	font-size: 8pt;
}

.small
{
	font-size: 9pt;
}

.details
{
	font-size: 10pt;
}

.blad
{
	list-style-type: none;
}


/* ID Style */

#content
{
	font-size: 14px;
	display: table;
}

#contentEnd
{
	width: 790px;
	height: 88px;
	background-image: url(images/bg_page_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: relative;
	z-index: -1;
	margin-top: -70px;
}

#footer
{
	padding-top: 6px;
	width: 790px;
	height: 97px;
	text-align: center;
	font-size: 10px;
	
}

.menuTable
{
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #22224D;
	background-image: url(images/menuBG.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.menuTop
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/menuTop.png);
	background-repeat: repeat-y;
	background-position: top left;
	font-weight: bolder;
}

.menuTable td
{
	border: 0px;
}

.DataLabel
{
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

.title
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #111d80;
}

.navLabel
{
	font-size: 15px;
	width: 228px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	letter-spacing: 3px;
}

.navPad
{
	margin: 0px;
	margin-top: 4px;
}

.navItem
{
	padding: 0px;
	padding-left: 24px;
	background-image: url(images/bg_nav_item.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 276px;
	height: 26px; /*26px*/
	color: #333333;
	font: 15px 'Trebuchet MS' , helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
}


.navAddress
{
	padding: 8px 10px 10px 24px;
	width: 276px;
	height: 200px;
	color: #04541f;
	font: 13px 'Trebuchet MS' , helvetica, sans-serif;
	line-height:16px;
	text-align: left;
}

.hidecontrol
{
    display:none;
}



.LINE_CARDS
{
    color: #000080;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
}
.LINE_CARDS a
{
	color: #000080;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	text-decoration:none;
}

/* Contacts*/

.contact, .contact td
{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.contact_name
{

	font-family: Arial;
font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
	text-decoration:none; 
	 color: #333333;
}






 A.contact_link:link, A.contact_link:visited
{
    color: #0000ff;
   font-size:15px;
}


.contact_responsibility, .contact_responsibility td, td.contact_responsibility
{
    color: #006600;
}

/* Departments */
.department
{
    font-size: xx-large;
    color: #800000;
    font-family: Tahoma;
}

/* Line Card */
.linecard ul
{
    margin: -5; /*removes indent IE and Opera*/
    padding: -5;
    
}
.linecard li
{
  list-style-type:circle;  
}
