/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,Verdana,sans-serif;
	font-size:14px;
	color: black;
	margin: 0px;
	padding: 0px;
	background: black  ;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-weight:bold; 
}

a:hover{
	text-decoration: underline;
	font-weight:bold;
}

/************** header tag styles **************/

h1{
 font: bold 28px Arial,sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 22px Arial,sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 18px Arial, sans-serif;
 color: black;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 180px;
	left: 2%;
	right: 2%;
	/* width:95%; */
	width:950px;
	/* background: rgb(240,192,0)  ; */		
}

#tl {
	position:absolute;
	top: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#page_navigation{
	float: left;
	width:180px; /* must be the same as #content left margin, minus separation */
	padding: 0px;
	background-color: rgb(240,192,0);
/*	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/

}

#content{
	background: rgb(240,192,0); /* in contact must be same color */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 190px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 50px;

}

#contact{
	background: rgb(240,192,0); /* in contact must be same color */
	width:230px;
}
#content_bar{
	float:none;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #FFFF33;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	/* float: left;
	width: 49%;
	padding: 10px 0px 5px 10px;
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: bold; */
	margin-bottom:1em;
}

#breadCrumb a{

}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
html>body .feature {height: auto;}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	/* border-top: 1px solid #ffff33;*/
	font-size: small;
	color:#999;
	/*padding: 10px 10px 10px 10px;
	margin-top: -1px;*/
	text-align: center;
}


/************ Section links  **************/

#section_links{
	margin: 0px;
	padding: 0px;
	text-align:center;

}
/*
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}*/

#subsections a{
	font-size:14px;
}

#section_links a:link, #sectionLinks a:visited {
	/* display: block;
	 border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	padding: 3px 0px 3px 10px; */
	color: #0000FF;
	font-weight: bold;
}

#section_links a:hover{
	/* border-top: 1px solid #cccccc; */
	background-color: #DDEEFF;
	/* background-image: none; */
	font-weight: bold;
	text-decoration: none;
}

.section {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	display: block;
	/* border-top: 1px solid #ffffff; */
	/* border-bottom: 5px solid #555555;*/
	border-bottom: 5px solid #ffffff;
	/*background-image:  url("bg_nav.jpg");*/
	font-weight: bold;
	/* padding: 3px 0px 0px 10px;*/
	color: black;
}

.section_title, .section_title a{
	font-size:16px;
	font-weight: bold;
	
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	color: #0000FF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

#language {
	/* font-family: Verdana,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align: right;
	padding: 10px 10px 5px 0px;
	color: #AAAAAA;
	float: right;
	width: 45%;*/
}

.spacer{
	clear: both;
	height: 5px;
	background-color:black;
}

#header{
	padding: 0px; margin: 0px auto;
	/* border-bottom:1px solid #ffff33; */
	background-color:black;

}


.cite{
	font-family:"Courier New", Courier, monospace;
}

#contact_info{
	float:right;
	width: 250px;
	border-width:4px;
	border-color:black;
	border-style:solid;
	text-align:center;
	padding:5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
