/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	background: #000610 url(images/blkbluebar.jpg) repeat-y;
	/**	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 10px;
	bottom: 10px; **/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0096FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
}

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: #666666;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #cccccc;
 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:relative;
	top: 1px;
/**		top: 95px; **/
    left: 10px;
	right: 2%;
	min-width: 1159px;
	text-align: left;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
    left: 10px;
	right: 2%; 
	/*	width:95.6%;
    width: 900px; */
	min-width: 900px;
	text-align: left;
}

/********************* headerpicture style**********************/
.headerpicture{
	height: 150px;
	margin-right: 0px;
	height: 150px;
	/*	clear: right;
	float: left;
	width: 900px;*/
	padding: 0px;
	background-color: #000033;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.headerpicture img{
	padding: 0px;
	clear: right;
	float: left;
	margin-right: 10px;
}

/************** pageName styles ****************/

#pageName{
	color:#eeeeee;
	margin: 0px;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 10px;
	text-align: left;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #eeeeee;
	padding: 0px;
	margin: 0px;
}

/*#pageName img{
	float: right;
	padding: 10px 5px 10px 0px;
	border: 1px #CCCCCC;	
	margin: 0px;
	
}*/

#pageNav{
	float: left;
	width:179px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	text-align: left;
/*	background-image: url(images/menubkgr.jpg);
	background-color: #F5f7f7; */
}


#content{
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 25px;
	color: #919999;
}

#utility a{
	color: #CCCCCC;
}

#utility a:hover{
	text-decoration: underline;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	color: #cccccc;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#breadCrumb a{
	color: #cccccc;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


#gallery{
	color:#CCCCCC	
}
a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 10px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
/*  	background-image: url(images/glblnav_selected.gif); */
	text-decoration: none;
  	color: #336699;

}

.skipLinks {display: none;}

/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px 10px;
	color: #eeeeee;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	margin-left: 0px;
}

html>body .feature {height: auto;}

.feature h3{
	clear: left;
	font: bold 175% Arial,sans-serif;
	color: #eeeeee;
	padding: 20px 0px 5px 0px;
}

.feature h4{
	font: bold 125% Arial,sans-serif;
	color: #cccccc;
	padding: 10px 0px 0px 0px;
}

.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** feature styles *****************/

/************** gallery styles *****************/

.gallery {
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	font: 80% Arial,sans-serif;
	color: #AAAAAA;
}

html>body .gallery {height: auto;}


.gallery h3{
	clear: left;
	font: bold 175% Arial,sans-serif;
	color: #eeeeee;
	padding: 20px 0px 5px 0px;
}

.gallery h4{
	font: bold 125% Arial,sans-serif;
	color: #336699;
	padding: 10px 0px 0px 0px;
}

.gallery img{
border-color:#666666;
border-width:thin;
}

.gallery p{
	font: 80% Arial,sans-serif;
	color: #eeeeee;
}

.photo {
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	font: 80% Arial,sans-serif;
	color: #AAAAAA;
}

html>body .photo{
	height: auto;
	min-height:900px;
    background-color:#000000;
}


.photo h1{
	clear: left;
	font: bold 200% Arial,sans-serif;
	color: #FFFFFF;
	padding: 20px 0px 5px 0px;
}

.photo p{
	font: 80% Arial,sans-serif;
	color: #FFFFFF;
}

#photodata {
	font: 70% Arial, sans-serif;
	color: #999999;
	}


/************** gallery styles end*****************/


.kartta{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

html>body .kartta {height: auto;}

.kartta h3{
	clear: left;
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 5px 0px;
}

.kartta h4{
	font: bold 125% Arial,sans-serif;
	color: #336699;
	padding: 10px 0px 0px 0px;
}

.kartta img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*************** story styles ******************/

.story {
	padding: 10px 10px 0px 10px;
	color:#eeeeee;
	font-size: 80%;
	margin-left: 0px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #eeeeee;
	padding: 10px 0px 10px 0px;
}

.story h4{
	font: bold 110% Arial,sans-serif;
	color: #cccccc;
	padding: 10px 0px 0px 0px;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 10px;
}

.source{
	padding: 10px 10px 0px 10px;
	font: Arial,sans-serif;
	font-size: 60%;
}
.source h4{
	font: normal 90% Arial,sans-serif;
	color: #99BBFF;
	padding: 5px 0px 0px 0px;
}

.source p {
	padding: 0px 0px 5px 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	background-color:#000033;
	color: #cccccc;
	height: 25px;
	padding: 10px 10px 10px 10px;
	margin-left: 2px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
/*	background-color: #CCCCCC; */

}

#sectionLinks h3{
	color:#CCCCCC;
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px solid #3399CC;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
/*	background-image: url(bg_nav.jpg); */
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #cccccc;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #336699;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.sidesubmenu{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.sidesubmenu h3{
	padding: 15px 0px 1px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CCCCCC;
}

.sidesubmenu a{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
/*	background-image: url(bg_nav.jpg); */
	font-size: 80%;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	color: #21536A;
}

.sidesubmenu a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.google{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	border-left: 0px solid #3399CC
}

.relatedLinks h3{
	color:#CCCCCC;
	padding: 15px 0px 1px 10px;
	border-bottom: 1px solid #DDDDDD;
}

.relatedLinks a{
	display: block;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
/*	background-image: url(bg_nav.jpg); */
	font-size: 80%;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	color: #cccccc;
}

.relatedLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #336699;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	font-size: 80%;
}

#advert img{
	display: block;
}

/************** #headlines styles **************/

/* #headlines{
	margin: 10px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}
*/
#headlines{
	clear:right;
	float: right;
	margin: 10px;
	width: 170px;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding-right: 10px;
	font-size: 75%;
	text-align: left;
}

.countrymap{
	border-bottom: 0px solid #cccccc;
	padding-right: 10px;
	padding-bottom: 10px;
}

.countrymap h4{
	text-align: center;
}
.countrymap img{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines h2{
    font-size:200%;
    font-weight:bold;
}

#headlines h4{
    font-weight:bold;
}

/*********** #headlines link styles ***********/

#headlines ul a:link, #headlines ul a:visited {display: block;}
#headlines ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#headlines li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #headlines li {border-bottom: none;}


/*********** .relatedLinksRight styles ***********/

#relatedLinksRight{
	margin: 0px;
	font-size: 80%;
}

#relatedLinksRight h2{
	padding: 0px 0px 10px 0px;
}

#relatedLinksRight h4{
	padding: 0px 0px 10px 0px;
}

#relatedLinksRight a:link,
#relatedLinksRight a:visited {
	display: block; 
}


/********************* end **********************/

