/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	top: 0px;
	left: 0px;
	padding: 0px;
/*	background: #ffffff url("/images/bg_grad.jpg") fixed; */
	background: #ffffff url("/images/1stPage/body_bg_grad.png") fixed; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
	background-color: #666666;
}

/*************** list tag styles ***************/
li{
	margin: 0px 0px 3px;
	text-decoration: none;
}

ul{
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	margin: 0px 0px 3px;
	border: thin none #CCCCCC;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}


				
input{
	font: 12px Verdana, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead_eg{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index:50;
	background-color: #000000;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	font: 12px Verdana, sans-serif;
	top: 2px;
	right: 4px;
	color: #FDFBF4;
	text-align: right;
/* 	width: 700px; */
/*	height: 64px; */
	background: #000000;
}

#utility a{
    padding: 2px 2px 2px 2px;
	color: #FDFBF4;
}

#utility a:hover{
    padding: 2px 2px 2px 2px;
  	background-image:   url("/images/utility_selected.jpg"); 
	color: #000000;
	text-decoration: none;
}

#utility input{
  font-size: 10px;
  margin: 2px  2px 2px 3px;
 }


/************** logo styles *****************/

logo{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	margin: 0px;
	color: #ffffff; 
	right: 5px;
}
/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 24px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	z-index: 99;
	background-color:#000000;
	background-image:   url("/images/glbnav_background.jpg");
}

#globalNavMenu{
position: relative;
width: 100%;
min-width: 640px;
padding: 0px;
margin: 0px;
background-image:   url("/images/glbnav_background_menu.jpg");
}


#globalNav img{
	margin-bottom: -4px;
}

#globalLink{
	position: absolute;
	top: 1px;
	height: 18px;
	min-width: 640px;
	padding: 0px;
	margin: 1px;
	left: 3px;
	z-index: 100;
	color: #000000;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #000000;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("/images/glblnav_selected.jpg");
	text-decoration: none;
	color: #000000;
}

/*************** search styles *****************/

#search{
	font: 10px Verdana, sans-serif;
	position: absolute;
	top: 2px;
	top: 2px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 10px;
  margin: 0px  0px 1px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 10px;
}

#search a{
	color: #000000;
}

#search a:hover{
  	background-image:   url("/images/glblnav_selected.jpg");
	text-decoration: none;
}

/*************** util2 styles    FOR !!! ADMIN !!! *****************/
#util1{
	font: 10px Verdana, sans-serif;
	position: absolute;
	color: #000000;
	top: 5px;
	top: 2px;
	right: 11px;
	z-index: 101;
}

/*************** sectionVerticalLinks styles *****************/
#sectionVerticalLinks{
	margin: 3px;
	padding: 1px;
	width: 150px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #EFEFEF;
	height: 540px;
}

#sectionVerticalLinks a:link, #sectionVerticalLinks a:visited {
	display: block;
	text-decoration: none;
	padding: 1px 0px 1px 3px;
	color: #000000;
}

#sectionVerticalLinks a:hover{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../../images/1stPage/sectionIndexLinks_selected.png);
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*************** left sectionContentLinks styles *****************/
#sectionContentLinks{
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	left: 190px;
	top: 40px;
}

#pageMain{
	background-color: #ffffff;
	min-height: 540px;
}

/*************** input_error styles *****************/
#input_error{
	background-color: #ffffff; 
	border: thin none #ffffff;
}

/********************* end **********************/
