a   {
	text-decoration : none; 
}

a:visited {
	text-decoration : none; 
}

a:hover  {
	text-decoration : underline; 
}

a:visited:hover {
	text-decoration : underline;
}

h1 { font-family: Arial;
	 font-size: 14pt; 
	 font-weight: 400;
}

h2 { font-family: Arial;
	 font-size: 14pt; 
	 font-weight: 400;
}

h3 { font-family: Arial;
	 font-size: 14pt; 
	 font-weight: 400;
}


.nav_blue {
	background: url('images/img_nav_background.jpg');
	cursor: pointer;
}


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url('images/loader.gif') no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url('images/close.png') no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url('images/left.png') no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer
}

.MultiBoxNext {
	position: absolute;
	background: url('images/right.png') no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url('images/rightDisabled.png') no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url('images/leftDisabled.png') no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


/**************************************************************

	AnyLink JS Drop Down Menu 
	v2.2

**************************************************************/


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background-image: url(images/img_nav_background.jpg);
	cursor: pointer;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #4982b9;
border-top-width: 0;
border-bottom-width: 1;
font: normal 9pt Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #346087;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
color: white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 18px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #4378aa;
color: white;
text-decoration: underline;

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
