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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 180% Arial,sans-serif;
 color: #334d55;
 margin: 0px, 0px, 0px, 20px;
 padding: 8px 0px 0px 10px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold Arial,sans-serif;
 color: #334d55;
 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;
 left:0%;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	background-color: #ffffff;
	width: 765px;
	left:2px;
	top:-2px;
	min-height: 2000px;
		}


#masthead{
	position:relative;
	width: 765px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
#masthead table{
	background-color:#005FA9;
}

#masthead a:link, #masthead a:visited {
	display: block;
	color:#ffffff;
	padding: 5px 0px 5px 0px;
	text-align:center;
	}
#masthead a:hover{
	background-color:#FF9900;
	text-decoration:none;
	}
	
td.mastheadimg{
	background-color: #ffffff;
	background-image: url(images/inmongolia%20header%20bw.jpg);
	background-repeat: no-repeat;
	background-position: left;



}

/* PAGENAV */

#pageNav{
	width:150px;
	background-color:#ffffff;
	font: 10px Verdana,sans-serif;

}

#pageNav h3{
	background-color:#ff9900;
	padding: 4px 4px 4px 4px;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#pageNav a:link, #pageNav a:visited {
	display: block; 
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px 3px 2px 4px;
	color:#333366;
	width:95%;
}

#pageNav a:hover{
	background-color:#005FA9;
		color:#ffffff;
	background-image: none;
	text-decoration: none;
}

/************** feature styles *****************/

#feature{
	border-left: 1px solid #005FA9;
	position:absolute;
	width: 609px;
	font-size: 12px;
	top: 2px;
	left:152px;
	height:auto;
}
html>body #feature {height: auto;}

#feature h3{
	font: bold 14px Arial,sans-serif;
	border-bottom: 1px solid #005FA9;
	color: #333366;
	padding: 15px 0px 4px 10px;
}



#feature img{
	padding: 0px 10px 0px 0px;
}

#feature p{
	text-align:justify;
	padding: 0px 0px 0px 10px;
}
td.main{
	color: #ffffff;
	background-color:#005FA9;
	text-align: center;
	font-weight: bold;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #005FA9;
	font-weight: normal;
}

/*************** story styles ******************/

.story {
	position:relative;
	left: 30px;
	width: 579px;
}
.story h3{
	font: 14px Arial,sans-serif;
	border-bottom: 1px solid #005FA9;
	color: #333366;
	padding: 4px 0px 4px 10px;
}


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

#siteInfo{
	position:absolute;
	background-color: #ffffff;
	width: 740px;
	left:-150px;
	clear: both;
	border-top: 1px solid #005FA9;
	font-size: 10px;
	color: #6699ff;
	padding: 4px 10px 10px 10px;
	margin-top: 10px;
	
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



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