/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 10px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
h1 a{
 font: 100% Verdana, Arial, Helvitica, sans-serif;
 color: #FFFFFF;
 background-color: #006699;
 margin: 10px;
 padding: 0px;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;

}

ul ul ul{
 list-style-type: circle;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Arial, Helvitica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial, Helvitica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 146px;
	left: 10px;
	right: 10px;
	width:95%;
	background-color: #ffffff;
}



#masthead{
	position: absolute;
	background-color: #FFFFFF;
	top: 10px;
	left: 10px;
	right: 10px;
	width:95%;
	height: 100px;
	
}


#content{
	padding: 0px 5px 0px 5px;
	margin: 0px;
}



/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}



/************* globalNav styles ****************/

#globalNav{
    position: relative;
    font: small;
    width: 100%;
    height: 32px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}





/*************** search styles *****************/

#search{
	position: absolute;
	top: 3px;
	right: -82px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


