/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #605D5C;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #FFFF00;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% 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;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width: 1000px;
	
}

#pageNav{
	padding: 0px;
	font: small Verdana,sans-serif;
	top: 245px;
	height: 388px;
	width: 348px;
	background-image: url(left_bk.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
}
#news{
	padding: 0px;
	font: small Verdana,sans-serif;
	top: 632px;
	height: 147px;
	width: 348px;
	color: #CCCCCC;
	position: absolute;
	left: 0px;
}

#content{
	color: #CCCCCC;
	width: 640px;
	text-align: justify;
	vertical-align: top;
	margin-left: 348px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	background-image: url(up_bk.jpg);
	height: 245px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 999px;
	position: static;
}
#razdeli_but{
	margin: 0px;
	height: 37px;
	background-repeat: no-repeat;
	width: 644px;
	left: 355px;
	top: 135px;
	position: absolute;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 800px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 0px 10px 10px 10px;
	width: 999px;

}

.logo a:hover{
	border-top: 1px solid #cccccc;
	background-color: #E0DFE3;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
