/*** undo default browser styles
******************************************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable, 
because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more often for semantics */
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,p,blockquote,fieldset, dl, dt, dd
{ margin:0; padding:5; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
#myFormA {
/*background-color: #EFEFEF;*/
background-color: #D8F8C0;
background-position: left center;
/*border: 1px solid #DADADA;*/
padding: 1;
margin: 2;
}
#myFormB {
/*background-color: #EFEFEF;*/
background-color: #BCF294;
background-position: left center;
border-top: 0px solid #DADADA;
/*border-right: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
border-left: 1px solid #DADADA;*/
padding: 1;
margin: 1;
}
#myFormC {
/*background-color: #EFEFEF;*/
background-color: #D8F8C0;
background-position: left center;
border-top: 0px solid #DADADA;
/*border-right: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
border-left: 1px solid #DADADA;*/
padding: 1;
margin: 1;
}
#myFormD {
background-position: left center;
padding-top: 15px;
padding-left: 5px;
}
.myInputButtons {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
.myInput {
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width: 200px;
text-decoration: none;
/*border: 1px solid #666666;*/
border-top: 1px solid #000;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-left: 1px solid #000;
}
.myText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-decoration: none;
width: 150px;
float: left;
vertical-align: middle;
text-align: left;
padding-top: 2px;
padding-left: 5px;
}
/*** reset some basic style
******************************************************************/
dl {margin: 0 0 0 .8em;}
dl dt {margin: 0 0 .5em 0;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 0 1em 2em;}
/*
ol {list-style: decimal;}
ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}
*/
.linkpos {
/*F9EFEF*/
background-color: #F8F8F8;
height: 15px;
PADDING: 3px;
}
.sublinks {
/*F8F8F8*/
background-color: #FFF;
height: 15px;
PADDING: 3px;
}
.sublinks a, .sublinks a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #B70735;
font-weight: normal;
text-decoration: underline;
text-align: left;
}
.sublinks a:hover {
text-decoration: none;
}
/*
word-spacing: 2pt;
letter-spacing: 0.5px;
padding: 5px 5px 5px;
ul {list-style: disc;}
ul li {margin: 0 0 1em 2em;}
ul li ul {margin: 1em 0 1em 1em; list-style: circle;}
ul li ol {margin: 1em 0 1em 1em;}
*/
/*** major document sections
******************************************************************/
/*** body
body {
background: #fff url(/style/img/body_back.gif) repeat-x top left;
color: #000;
font-family: verdana, sans-serif;
font-size: x-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: small;
}
*********************************/
/*** container-outer
*********************************/
#container-outer {
margin: 20px auto;
max-width: 70em;
min-width: 600px;
width: 85%;
}
/*** nav-access
*********************************/
/*
ul#nav-access {
font-size: 90%;
list-style: none;
}
ul#nav-access li {
float: left;
margin: 0 5px 5px 0;
}
ul#nav-access li+li {
border-left: 1px solid #ddd;
padding-left: 5px;
}
ul#nav-access a {
color: #888;
}
ul#nav-access a:hover {
color: #333;
text-decoration: underline;
}
/*** header 
*********************************/
h1,h2,h3,h4,h5,h6,pre,code {
font-size:1em;
}
#myContent ul,#myContent ol,#myContent li {
margin:5;
padding:5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
#myHTMLContent {
	position: static;
	width: 440px;
	/*width: 100%;
	float: left;
	margin: 0px;
	background-color: #BCF294;
	padding: 0px;
	position: relative;*/
}
#myContent p, #myContentQS p, OL {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#myHTMLContent p, #myContentQS p	 {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#myHTMLContent a {
	color: #0000CC;
	text-decoration: underline;

}

#myHTMLContent a:hover {
	color: #000;
	text-decoration: none;

}

#mainItemKarttaFlash {
	padding-left: 50px;
	height: 100%;


}

#mainItemKarttaFlash p, #mainItemKarttaFlashB p, #mainItemKarttaB p {
	padding-left: 15px;
}
#mainItemKarttaFlash a, #mainItemKarttaFlashB a {
	color: #B31313;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;




}

#mainItemKarttaFlash a:hover, #mainItemKarttaFlashB a:hover{
	color: #000000;
	text-decoration: underline;
	


}

#mainItemKarttaB {
	width: 250px;
	background-color: #DDECCD;
	float: left;
}
#mainItemKarttaFlashB {
	width: 170px;
	position: static;
	margin-top: 70px;
	height: 200px;
	float: left;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-bottom: -10px;
	
}
h1, .head {
	font-size: 18px;
	font-weight: normal;
	color: #F7931D;
	text-decoration: none;
	padding-left: 12px;
	margin-bottom: -10px;
	margin-top: 10px;
}
h2, .subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #214B7A;
	text-decoration: none;
	padding-left: 4px;
	position: static;
}
h2 a {
/*color: #466A6C;*/
text-decoration: underline;
}
h2 a:visited {
/*color: #00939B;*/
/*list-style-image: url(http://www.ngmedia.fi/modul_img/modul_main/002_pic.gif);*/
text-decoration: underline;
}
h2 a:hover {
color: #224749;
text-decoration: none;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
h4, h4 a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

h4 a:hover {
color: #000;
text-decoration: underline;
}

/**  Psivu moduulit **/ 
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #8F8F8F;
	letter-spacing: 0.3px;
}
#mainItem {
	width: 330px;
	float: left;
	margin: 0px;
	padding: 10px;
	border-right-color: #63C718;
	border-right-style: solid;
	border-right-width: 1px;
/*position: relative;*/
}
#mainItemLinks {
	width: 100px;
	float: left;
	padding: 0px;
	text-align: center;
/*border: thin solid #E9E9E9;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
/*border-top: thin groove #224749;
border-left: thin groove #224749;
border-right-width: 0px;*/
}
#mainItemLinks img {
align: center;
}
#mainItems {
width: 35%;
float: left;
margin: 3px;
}
#mainItemsLinks {
width: 150px;
height: 95%;
float: right;
margin: 3px;
background: #F8FAFA;
border-top: 1px dotted #224749;
border-left: 1px dotted #224749;
border-right-width: 0px;
}
#mainItemsLinks p, #mainItemLinks p {
background: url(http://www.ngmedia.fi/modul_img/modul_main/004_pic.gif) no-repeat left top;
margin: 1; 
/*
#E3ECEC 
text-indent: 10pt;*/
padding: 0px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000;
/*
*/
}
#mainItemsLinks img, #mainItemLinks img {
color: #FFFFFF;
background-color: #FFFFFF;
border: 5;
border-color: #FFFFFF;
padding: 5px;
margin-bottom: 5px;
text-align: center;
margin-top: 0px;
}
#mainItemsLinks p a, #mainItemLinks p a {
text-decoration: none;
text-decoration: underline;
color: #466A6C;
/*
margin-left: 0px;
padding: 0px;
*/
}
#mainItemsLinks p a:hover, #mainItemLinks p a:hover {
text-decoration: none;
color: #2F4E50;
/*
margin-left: 0px;
padding: 0px;
*/
}
#mainItem p, #mainItems p {
	border-bottom: 1px dashed #224749;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 20px;
/* dashed dotted */
}
#mainItem h2 a:hover, #mainItems h2 a:hover {
color: #3797BD;
padding-left: 0px;
text-decoration: underline;
/*
#mainItem h2 a:visited, #mainItems h2 a:visited
background: url(http://www.ngmedia.fi/modul_img/modul_main/005_pic.gif) no-repeat;*/
}
#mainItem h2 a, #mainItems h2 a {
	color: #B31313;
	padding-left: 0px;
	text-decoration: none;
/*background: url(http://www.ngmedia.fi/modul_img/modul_main/005_pic.gif) no-repeat;*/
}
#mainItems img, #mainItems img {
height: auto;
width: auto;
float: right;
}
/** END **/
#header {
background: #455372 url(/style/img/header_bl.png) repeat-x bottom left;
clear: both;
height: 5em;
min-height: 39px;
position: relative;
voice-family: "\"}\"";
voice-family: inherit;
height: 3em;
padding: 15px 0;
}
#header h1 {
background: url(/style/img/header_tl.gif) no-repeat;
font-size: 2px;
height: 8px;
left: 0;
position: absolute;
top: 0;
z-index: 100;
}
#header h1 a {
background: url(/style/img/header_logo.gif) no-repeat;
display: block;
height: 55px;
text-indent: -700em;
width: 204px;
}
#header form,
#header #no-form {
background: url(/style/img/header_tr.gif) no-repeat top right;
padding: 12px 20px 0 0;
position: absolute;
right: 0;
text-align: right; /* need for IE Mac */
top: 0;
white-space: nowrap; /* for Opera */
}
#header form label {
color: #fff;
font-size: 85%;
font-weight: bold;
}
#header form input#search-input {
background-color: #d9dbe1;
border: 1px solid #9097a2;
font-size: 85%;
padding: 2px;
width: 170px;
}
#header form input#search-input:focus, 
#header form input#search-input:hover {
background: #fff;
}
#header form input#search-submit {
background-color: #6a7389;
border-bottom: 1px solid #283043;
border-left: 1px solid #9097a2;
border-right: 1px solid #283043;
border-top: 1px solid #9097a2;
color: #fff;
font-size: 85%;
font-weight: bold;
padding: 1px 4px;
}
/*** nav-main
*********************************
#nav-main {
position: absolute;
top: -15px;
width: 100%;
}
#nav-main ul {
background: url(/style/img/header_br.gif) no-repeat bottom right;
bottom: 0;
list-style: none;
padding-right: 15px;
position: absolute;
right: 0;
width: auto;
z-index: 90;
}
#nav-main #no-ul {
background: url(/style/img/header_br.gif) no-repeat bottom right;
bottom: 0;
padding: 0 0 15px 20px;
position: absolute;
right: 0;
z-index: 90;
}
#nav-main ul li {
background: transparent url(/style/img/header_tab.gif) no-repeat 100% -600px;
border-bottom: 1px solid #515358;
float: right;
padding-right: 6px;
margin: 0 0 0 1px;
}
#nav-main ul li:hover {
background-position: 100% -400px;
}
#nav-main ul li a {
background: transparent url(/style/img/header_tab.gif) no-repeat 0% -600px;
color: #fff;
display: block;
font-weight: bold;
float: left;
padding: 4px 4px 4px 10px;
text-decoration: none;
}
#nav-main ul li:hover a {
background-position: 0% -400px;
}
/*** container-inner
*********************************/
#container-inner {
margin-top: 15px;
position: relative;
width: 100%;
}
/*** columns
*********************************/
#leftCol {
color: #222;
font-size: 90%;
left: 0;
position: absolute;
top: 0;
width: 150px;
}
.twoCol #main {
margin: 0 0 0 190px;
}
.threeCol #main {
margin: 0 240px 0 190px;
}
#rightCol {
color: #222;
font-size: 90%;
margin: 0;
position: absolute;
right: 0;
top: 0;
width: 200px;
}
.twoCol #rightCol {
display: none;
}
/*** footer
*********************************/
#footer {
border-top: 1px solid #999;
padding: 1em 0;
text-align: center;
}
.twoCol #footer {
margin: 4em 0 2em 180px;
}
.threeCol #footer {
margin: 4em 230px 2em 180px;
}
#footer dl {
margin-bottom: 1em;
}
#footer dt {
margin: 0;
}
#footer dd {
display: inline;
margin: 0;
}
#footer dd+dd {
border-left: 1px solid #ddd;
padding-left: 5px;
}
#footer ul {
margin-bottom: 1em;
}
#footer li {
display: inline;
white-space: nowrap;
margin: 0;
}
#footer li+li {
border-left: 1px solid #ddd;
padding-left: 5px;
}
#footer p {
margin: 0.6em 0;
}
#footer,
#footer p a {
color: #666;
}
#footer a:hover {
color: #333;
text-decoration: underline;
}
/*** minor document sections
******************************************************************/
/*** download
*********************************/
.dl {
font-style: italic;
}
.key-point .dl:before {
border: none;
content: url(/style/img/download_tl.gif);
display: block;
font-size: 1px;
height: 15px;
line-height: 0.1;
margin: -15px -15px 0 -15px;
text-align: left;
}
.key-point .dl {
background: #C4EFA1 url(/style/img/download_back.gif) top right no-repeat;
font-style: normal;
margin-bottom: 0.5em;
padding: 15px 60px 15px 15px;
}
.key-point .dl:after {
background: transparent url(/style/img/download_br.gif) scroll no-repeat bottom right;
content: url(/style/img/download_bl.gif);
display: block;
font-size: 1px;
height: 8px;
line-height: 0.1;
margin: -10px -60px -15px -15px;
padding-top: 15px;
text-align: left;
}
.key-point .dl a {
color: #1D9101;
font-weight: bold;
}
.key-point .dl a:hover {
color: #156B01;
}
/*** .key-point
*********************************/
.key-point {
background: #e4ecec url(/style/img/key-point_back.gif) right repeat-y;
margin-bottom: 1em;
padding: 15px;
}
.key-point:before {
background: transparent url(/style/img/key-point_tr.gif) no-repeat top right;
content: url(/style/img/key-point_tl.gif);
display: block;
font-size: 1px;
height: 15px;
line-height: 0.1;
margin: -15px -15px 0 -15px;
text-align: left;
}
.key-point:after {
background: transparent url(/style/img/key-point_br.gif) scroll no-repeat bottom right;
clear: both;
content: url(/style/img/key-point_bl.gif);
display: block;
font-size: 1px;
height: 8px;
line-height: 0.1;
margin: -15px;
padding-top: 15px;
text-align: left;
}
#main .key-point h2 {
border: none;
font-size: 200%;
margin-left: 0;
}
#main .key-point h3,
#main .key-point h4,
#main .key-point h5 {
border: none;
margin-left: 0;
}
/*** #nav2nd
*********************************/
ul#nav2nd {
background: #E0E9E9 url(/style/img/menu_back.gif) right repeat-y;
margin-bottom: 1em;
}
ul#nav2nd:before {
background: transparent url(/style/img/menu_tr.gif) no-repeat top right;
border-bottom: 1px solid #ddd;
content: url(/style/img/key-point_tl.gif);
display: block;
font-size: 1px;
height: 9px;
line-height: 0.1;
margin: 0;
text-align: left;
}
ul#nav2nd:after {
background: transparent url(/style/img/menu_br.gif) scroll no-repeat bottom right;
border-top: 1px solid #fff;
content:  url(/style/img/key-point_bl.gif);
display: block;
font-size: 1px;
height: 8px;
line-height: 0.1;
margin: 0 0 0 0;
padding-top: 0;
text-align: left;
}
ul#nav2nd ul {
list-style: none;
margin: 0 0 -4px 0;
padding: 0;
}
/* used for un-linked menu items */
ul#nav2nd li {
color: #666;
display: block;
font-weight: bold;
margin: 0;
padding: 6px 10px;
}
ul#nav2nd li a {
background: #EDF2F2;
border-bottom: 1px solid #ddd;
border-top: 1px solid #fff;
border-right: 1px solid #ddd;
display: block;
margin: -6px -10px;
padding: 6px 10px;
text-decoration: none;
}
ul#nav2nd ul a {
font-weight: normal;
}
ul#nav2nd li li a {
margin: -4px -20px -8px -20px;
padding: 4px 8px 4px 20px;
}
ul#nav2nd li a:hover {
background: #E0E9E9;
}
/*** news-item
*********************************/
#newsBox div {
background: #F1F6F5 url(/style/img/news-item_back.gif) right repeat-y;
margin-bottom: 1em;
padding: 15px;
}
#newsBox div:before {
background: transparent url(/style/img/news-item_tr.gif) no-repeat top right;
content: url(/style/img/news-item_tl.gif);
display: block;
font-size: 1px;
height: 15px;
line-height: 0.1;
margin: -15px -15px 0 -15px;
text-align: left;
}
#newsBox div:after {
background: transparent url(/style/img/news-item_br.gif) scroll no-repeat bottom right;
clear: both;
content: url(/style/img/news-item_bl.gif);
display: block;
font-size: 1px;
height: 8px;
line-height: 0.1;
margin: -15px;
padding-top: 15px;
text-align: left;
}
#newsBox div h3 {
margin-top: 0;
}
/*** specific tags
******************************************************************/
/*** address
*********************************/
address {
margin: 0 0 1em 0;
}
/*** h
*********************************/
/* h1 is the swapped to display the mozilla logo*/
/*
h2 {
border-bottom: 1px solid #ccc;
font-size: 160%;
font-weight: normal;
margin: 0 0 .4em 0;
padding-bottom: 4px;
}
*/
#main h2 {
margin-left: -10px;
}
#nav-main h2 {
display: none;
}
#main h3 {
margin-left: -10px;
}
#leftCol h3, 
#rightCol h3 {
border: 0;
font-size: 120%;
padding-bottom: 0;
}
/*** hr
*********************************/
hr {
display: none;
}
#main hr {
display: block;
}
/*** img
*********************************/
h2.prod img {
float: left;
margin-bottom: 5px;
margin-right: 5px;
}
/*** q
*********************************/
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
/** DeCo Media navigointi */
/*
#menu {
BORDER-TOP: #000000 1px; 
FLOAT: right; 
BORDER-LEFT: #000000 1px; 
WIDTH: 202px; 
MARGIN-RIGHT: 4px; 
BORDER-BOTTOM: #000000 1px; 
BORDER-RIGHT-STYLE: none; 
POSITION: relative; 
TOP: 110px; 
BORDER-RIGHT-COLOR: #000000
}
margin: 0;
position: absolute;
right: 0;
top: 190px;
width: 190px;
left: 778px;
height: 183px;
*/
#conteiner {
	height: 100%;
	WIDTH: 793px;
	
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px auto;
	PADDING-TOP: 0px;
	POSITION: relative;
	

	
/*
background-color: #666;
POSITION: absolute;
BORDER-LEFT: 1px solid #CCC;
BORDER-RIGHT: 1px solid #CCC;
BORDER-TOP: 0px solid #CCC;
BORDER-BOTTOM: 0px solid #CCC;
MARGIN: 0px auto; 
width: 780px;
height: 100%;
top: 0px;
left: 10px;
PADDING-RIGHT: 0px;
PADDING-TOP: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
border-top-style: solid;
border-bottom-style: solid;
/*
margin: 0;
position: relative;
right: 0;
top: 0;
width: 780px;
*/
}
#conteinerTMP {
	POSITION: absolute;
	background-image: url(../img/bg_C_new2.gif);
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	background-repeat: repeat-y;
	left: -13px;
	width: 768px;
	
/*height: 100%;
/*WIDTH: 100%; 
HEIGHT: 100%;
BORDER-LEFT: 1px solid #CCC;
BORDER-RIGHT: 1px solid #CCC;
BORDER-TOP: 0px solid #CCC;
BORDER-BOTTOM: 0px solid #CCC;*/
}
#menu {
BORDER-TOP: #000000 1px; 
FLOAT: right; 
BORDER-LEFT: #000000 1px; 
WIDTH: 190px; 
MARGIN-RIGHT: 4px; 
BORDER-BOTTOM: #000000 1px; 
BORDER-RIGHT-STYLE: none; 
POSITION: absolute;
/*
top: 196px;
left: 506px;
*/
width: 190px;
z-index:5;
BORDER-RIGHT-COLOR: #000000
}
#footerContent {
	FONT-SIZE: 10px;
	POSITION: relative;
	left: 0px;
	MARGIN-LEFT: 0px;
	COLOR: #3c484f;
	HEIGHT: 64px;
	WIDTH: 717px;
	padding-left: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: 29px 0px;
	margin-top: 64px;
	background-color: #FFFFFF;
	/*
	BORDER-RIGHT-WIDTH: 1px; 
	BO
/*
BORDER-RIGHT-WIDTH: 1px; 
BORDER-RIGHT-COLOR: #C3C3C3;
*/
}
#flash {
	MARGIN-LEFT: 0px;
	MARGIN-BOTTOM: -400px;
	width: 800px;
	position: static;
}
#myContent02 {
FLOAT: left;
WIDTH: 180px;
height: 100%;
position: relative;
}
#myContent {
	z-index:2;
	FLOAT: left;
	POSITION: relative;
	WIDTH: 520px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
/*
background-color: #FFFFFF;

left: 0px;
BORDER-LEFT: 1px solid #CCC;
BORDER-RIGHT: 1px solid #CCC;
BORDER-TOP: 2px solid #CCC;
BORDER-BOTTOM: 2px solid #CCC;	
POSITION: absolute; 
top: 25px;
left: 27px;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 40px;
border: 1px none #89A0A6;
*/
/*
height: 338px;*/
/*
FLOAT: left; 
PADDING-BOTTOM: 20px; 
WIDTH: 756px;
MARGIN: 400px 5px 0px 27px;
WIDTH: 438px;
background-color: #EDF0F0;
POSITION: absolute; 
top: 25px;
left: 27px;*/
}
UL#navlistOther {
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FONT-SIZE: 12px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px auto; 
PADDING-TOP: 0px; 
LIST-STYLE-TYPE: none; 
TEXT-ALIGN: left
}
UL#navlistOther LI {
PADDING-RIGHT: 0px; 
DISPLAY: block; 
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
PADDING-TOP: 0px
}
UL#navlistOther LI A {
BORDER-TOP-WIDTH: 1px; 
PADDING-RIGHT: 0px; 
DISPLAY: block; 
PADDING-LEFT: 20px; 
FONT-WEIGHT: bold; 
BORDER-LEFT-WIDTH: 1px; 
FONT-SIZE: 13px; 
BORDER-LEFT-COLOR: #ff0000; 
PADDING-BOTTOM: 1px; 
WIDTH: 100%; COLOR: #ffffff; 
BORDER-TOP-COLOR: #ff0000; 
MARGIN-RIGHT: 0px; 
PADDING-TOP: 1px; 
BORDER-BOTTOM: #ff0000 1px solid; 
BORDER-RIGHT-WIDTH: 1px; 
TEXT-DECORATION: none; 
BORDER-RIGHT-COLOR: #ff0000
}
/*
UNKNOWN {
WIDTH: auto
}
*/
UL#navlistOther LI#active A {
COLOR: #ef6981
}
UL#navlistOther LI A:hover {
BACKGROUND: #ff0f39
}
UL#navlistOther LI#active A:hover {
BACKGROUND: #ff0f39
}
#navcontainer2 {
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 1em; 
MARGIN: 0px auto; 
PADDING-TOP: 1em; 
POSITION: absolute; 
TOP: 130px; 
TEXT-ALIGN: center
}
UL#navlist2 {
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FONT-SIZE: 11px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px auto; 
PADDING-TOP: 0px; 
LIST-STYLE-TYPE: none; 
TEXT-ALIGN: left
}
UL#navlist2 LI {
PADDING-RIGHT: 0px; 
DISPLAY: block; 
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
PADDING-TOP: 0px
}
UL#navlist2 LI A {
PADDING-RIGHT: 0px; 
DISPLAY: block; 
PADDING-LEFT: 2em; 
FONT-WEIGHT: bold; 
FONT-SIZE: 11px; 
PADDING-BOTTOM: 1px; 
WIDTH: 100%; 
COLOR: #ffffff; 
MARGIN-RIGHT: 2px; 
PADDING-TOP: 1px; 
TEXT-DECORATION: none
}
UNKNOWN {
WIDTH: auto
}
UL#navlist2 LI#active A {
COLOR: #c9dadf
}
UL#navlist2 LI A:hover {
BACKGROUND: #0099ff; 
BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
UL#navlist2 LI#active A:hover {
BACKGROUND: #0099ff; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
#navcontainer3 {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1em; MARGIN: 0px auto 30px; PADDING-TOP: 1em; POSITION: absolute; TOP: 600px; TEXT-ALIGN: center
}
UL#navlist3 {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 13px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; TEXT-ALIGN: left
}
UL#navlist3 LI {
PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL#navlist3 LI A {
PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 2em; FONT-WEIGHT: bold; PADDING-BOTTOM: 1px; WIDTH: 100%; COLOR: #4b819a; MARGIN-RIGHT: 2px; PADDING-TOP: 1px; TEXT-DECORATION: none
}
UNKNOWN {
WIDTH: auto
}
UL#navlist3 LI#active A {
COLOR: #c9dadf
}
UL#navlist3 LI A:hover {
BACKGROUND: #97a9ae; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
UL#navlist3 LI#active A:hover {
BACKGROUND: #97a9ae; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
/*** problem items
******************************************************************/
/* removes problem images */
#rightCol h2 img {
display: none;
}
/* removes styling on problem h2 a */
#rightCol h2 a {
color: #000;
text-decoration: none;
}
