/*
	ESI Colors:
	Light Blue: #d8e3e9
	Dark Blue: #438fc9
	Maroon: #840000
*/

body
{
	background-image: url('/img/sides.png') ;
	background-repeat: repeat-x ;
	background-color: #d8e3e9;
	text-align: center ;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-size: 14pt;
}

.leftSideBar
{
	background-color: #d8e3e9;
	color: #840000;
	width: 200px;
	vertical-align: top;
}
.addressPart
{
	font-family: Arial, Helvetica;
	padding: 10px;
	font-weight: bold ;
}
.mainPart
{
	vertical-align: top;
	text-align: left ;
	background-color: white ;
	width: 775px ;
	margin-left: auto ;
	margin-right: auto ;
	padding-left: 10px ;
	padding-right: 10px ;
	border: 2px solid #c7e9ea ;
}
.rightSideBar
{
	background-color: #438fc9;
	color: #438fc9;
	width: 5px;
}
.spacerBar
{
	background-color: #438fc9;
	color: #438fc9;
	height: 2px;
	font-size: 3px;
}
.subtitle
{
	color:#438fc9;
	font-size: 16pt;
	font-weight: bold;
}
.text
{
	color: black;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 10px;
}
.itemHeader
{
	color:#438fc9;
	font-size: 14pt;
	font-weight: bold;
}
.copyPart
{
	font-size: 8pt;
	text-align: center;
}
.navItem
{
	border: #438fc9 thin ridge;
	background-color: #438fc9;
	color: white;
	width: 200px;
	text-indent: 5;
	margin: 5;
	font-weight: bold;
}
A
{
	text-decoration: none;
/*	color: #438fc9;	*/
	color: #840000;
}
IMG
{
	border: 0;
}

.headerImage {
	float: left;
	position: relative;
	left: 10px;
}
.navItems
{
	float: right ;
	color: #adaeae;
	text-align: right ;
	vertical-align: text-bottom ;
	right: 10px ;
	top: 52px ;
	position: relative;
}

.headerSep
{
	height: 10px ;
	border-top: 2px solid #d8e3e9 ;
	
}
.footerSep
{
	height: 10px ;
	border-bottom: 2px solid #d8e3e9 ;
	
}

a.navOut
{
	font-size: 10.5pt;
	color: #adaeae ;
	font-weight: bold;
	opacity:1.0;
	filter: alpha(opacity = 100);
}
a.navOver
{
	font-size: 10.5pt;
	color: #840000 ;
	font-weight: bold;
	opacity:1.0;
	filter: alpha(opacity = 100);
}
a.subNavOut
{
	font-size: 10.5pt;
	text-align: left ;
/*	color: white ;	*/
	color: #438fc9 ;
	font-weight: bold;
	padding-left: 10px ;
	padding-right: 10px ;
	opacity:1.0;
	filter: alpha(opacity = 100);
}
a.subNavOver
{
	font-size: 10.5pt;
	text-align: left ;
	color: #840000 ;
	font-weight: bold;
	padding-left: 10px ;
	padding-right: 10px ;
	opacity:1.0;
	filter: alpha(opacity = 100);
}

.subMenu
{
	text-align: left ;
	display: none;	
	position: absolute;
	z-index: 10000;
/*	background-color: #438fc9 ;	*/
	background-color: #d8e3e9 ;
	border-left: 1px solid #438fc9;
	border-bottom: 1px solid #438fc9;
	border-right: 1px solid #438fc9;
	opacity:0.9;
	filter: alpha(opacity = 90);
}

.navDiv
{
	display: inline ; 
	width: 100% ;
}
.navBox
{
	width: 140px ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 50px ;
}	
	
.slogan
{
	text-align: right ;
	font-style: italic ;
	font-size: x-large ;
	color: #438fc9 ; 
}

.highlight
{
	font-weight: bold ;
	color: #840000 ; 
}

.imgOnRight
{
	float: right ;
	border: 0px ;
	margin-left: 10px;
}

.boxOnRight
{
	float: right ;
	border: 1px solid #adaeae ;
	margin-left: 10px;
	padding: 5px ;
}
