/* ---------------------------------------------------------------------------------------------------- */
/* ----- styles.css - SITE STYLES */
/* Styles in this stylesheet are web site design. */
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- GENERAL LAYOUT */

/* --- Body */
html, body {
	height: 100%;
}
body {
	margin: 0;
	background-color: #4B4F50;
}

/* --- Form */
form {
	height: 100%;
	min-height: 100%;
}
html>body form { height: auto; }

/* --- Containers */
#container {
	width: 995px;
	position: relative;
	height: 100%;
    min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../_img/container-background.gif);
	background-position: left top;
	background-repeat: repeat-y;*/
	background-color: #FFFFFF;
}
html>body #container {
    height: auto;
}
#content {
	padding-bottom: 97px;
	height: 100%;
    min-height: 100%;
}
html>body #content {
    height: auto;
}
#head {
	border-top-style: solid; 
	border-top-width: 10px;
	border-top-color: #4B4F50;
	background-color: #FFFFFF;
	background-image: url(../_img/head-background.jpg);
	background-position: 10px top;
	background-repeat: no-repeat;
	height: 230px;
	min-height: 230px;
}
html>body #head {
    height: auto;
}
#head-left {
	float: left;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 187px;
}
#head-right {
	float: right;
	padding-top: 0;
	padding-right: 0;
}
#head-row {
	width: 985px;
	height: 43px;
    padding-left: 0;
	background-image: url(../_img/head-row-background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #DBDDDD;
}

#head-row div#dropNavigationRow {
	float: left;
}
#head-row div#login {
	float: right;
	text-align: right;
	padding-right: 4px;
}

#footer {
	background-color: #ffffff;
	position: absolute;
    bottom: 0;
    font-size: 85%;
    color: #000000;
    width: 995px;
    border-bottom: solid 10px #4B4F50; 
    height: 110px;
}
#footer-left {
	float: left;
	padding-top: 14px;
	padding-left: 12px;
}
#footer-right {
	float: right;
	padding: 0;
}
#footer-row {
	margin-left: 10px;
	border-bottom-style: solid; 
	border-bottom-width: 5px;
	border-bottom-color: #6d0d32;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #000000;
}

/* --- Columns */
#columns { 
	width: 985px;
	padding-bottom: 20px;
	height: 100%;
	min-height: 100%;
}
html>body #columns {
    height: auto;
}
#columns-row {
	height: 27px;
    margin-left: 0;
}
#columns-path {
	float: left;
}
#columns-search {
	float: right;
	padding-right: 7px;
}
/*#columns-left {
	width: 60px;
	float: left;
}*/
#columns-content {
	width: 985px;
	float: left;
	background-image: url(../_img/content-background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
}
html>body #columns-content {
    height: auto;
}
#columns-mid {
	width: 705px;
	float: left;
	margin-left: 28px;
	padding-top: 0;
	padding-bottom: 30px;
	height: 100%;
	min-height: 100%;
}
html>body #columns-mid {
    height: auto;
}
#columns-right {
	width: 195px;
	float: right;
	margin-right: 23px;
	padding-top: 0;
	padding-bottom: 30px;
}

/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- ELEMENTS */

/* --- Breadcrumbs */
#columns-path {
	padding-top: 3px;
	padding-left: 6px;
	font-size: 90%;
	color: #9D9D9D;
}
#columns-path img {
	position: relative;
	top: 1px;
	margin-right: 2px;
}
#columns-path a:link, #columns-path a:active, #columns-path a:visited {
	color: #9D9D9D;
	text-decoration: none;
}
#columns-path a:hover {
	color: #036A8B;
	text-decoration: underline;
}

/* --- Menu */
#menu {
	padding-top: 0;
	padding-left: 8px;
	height: 25px;
	border-bottom: solid 4px #5FCDF9;
}
#menu ul {
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#menu ul li {
	margin-top: 0;
	margin-bottom: 8px;
	padding-left: 7px;
	padding-right: 8px;
	background-image: url(../_img/ico_menu-off.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
	line-height: 25px;
	float: left;
}
#menu ul li.on {
	font-weight: bold;
	background-image: url(../_img/ico_menu-on.gif);
}
#menu ul ul {
	display: none;
	font-weight: normal;
	margin-left: 11px;
	font-size: 90%;
	margin-top: 8px;
}
#menu ul ul li {
	padding-left: 9px;
	background-image: url(../_img/ico_menu-sub-off.gif);
	background-position: left 3px;
}
#menu ul ul li.on {
	font-weight: bold;
	background-image: url(../_img/ico_menu-sub-on.gif);
}
#menu a:link, #menu a:active, #menu a:visited { text-decoration: none; }
#menu a:hover { text-decoration: underline; }

/* --- Sections */
div.section {}

/* --- Right column head */
div.rightColHead {
	float: left;
	margin-top: 4px;
	margin-bottom: 8px;
}
div.subpage-columns-right div.rightColHead {
	float: none;
}

/* --- Rss link */
a.rssLink {
	float: right;
	font-size: 90%;
	margin-top: 5px;
	padding-top: 0;
	padding-left: 22px;
	padding-bottom: 6px;
	background-image: url(../_img/icon-rss.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- FORMS */

/* --- Input, textarea, select */
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	/*font-size: 100%;*/
}

/* Input */
input { behavior: url(_css/_htc/form-element-highlight.htc); }
div.block input {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #A5ACB2;
}
div.block input:focus, input:focus { border-color: #283578; }

/* Textarea */
textarea { 
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #A5ACB2;
	behavior: url(_css/_htc/form-element-highlight.htc);
}
textarea:focus { border-color: #283578; }

/* Select */
select {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #A5ACB2;
}
select:focus { border-color: #283578; }

/* --- Label, fieldset, legend */
/* Label */
label {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	padding-top: 7px;
	padding-bottom: 5px;	
}
div.block label { display: block; }
.reqText { color: #9D080D; }

/* Fieldset, legend */
fieldset {
	margin-bottom: 9px;
	border-style: solid;
	border-width: 1px;
	border-color: #BFB8BF;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-right: 11px;
	width: 180px;
	min-width: 180px;
	display: block;
} 
legend {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 5px;	
}

/* Buttons */
button, input.button, input.search-button {
	height: auto;
	width: auto;
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #FF911A;
	background-color: #E6E6E6;
	background-image: url(../_img/button-background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
}
div.btnBlock {
	padding-top: 11px;
	text-align: right;
}

/* --- Dynamic form */
/* heading */
div.dynamicForm h3 {
	padding-top: 11px;
}

/* --- Horisontal divider */
div.horisontal-divider {
	background-image: url(../_img/horisontal-divider.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- CONTROLS */

/* --- Newsbill */
div.newsBillContainer div.odd, div.newsBillContainer div.even {
	padding-bottom: 16px;
}
/* --- Article */
div.articleContainer {
	padding-bottom: 8px;
}

/* --- Attachments */
.attachedFiles {
	padding-top: 8px;
	padding-bottom: 3px;
}
.attachedLinks {
	padding-top: 8px;
}
.attachedHead {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 22px;
	color: #343E42;
}
.attachedContent {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: normal;
}
div.attachedContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.attachedContent li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 25px;
	padding-left: 10px;
	background-image: url(../_img/attachment-bullet.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
}
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- TYPOGRAPHY */
body {
	font:76%/1.6 Georgia, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
}
div#columns-mid {
	font-size: 110%;
}
div#columns-right {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
/* --- Headings */
h1 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 160%;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #372a22;
}
h2 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 160%;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #372a22;
}
h3 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 135%;
	font-weight: normal;
	line-height: normal;
	margin-top: 1px;
	margin-bottom: 5px;
	color: #372a22;
}
h4 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
	margin-top: 1px;
	margin-bottom: 6px;
	color: #372a22;
}

/* --- Paragraphs, lists and quotes */
p {
	line-height: 135%;
	margin-top: 0;
	margin-bottom: 11px;
}
ul, ol {}
li { margin-bottom: 3px; }
q { font-style: italic; }
blockquote { 
	margin-left: 24px;
	font-style: italic; 
}
/* --- Address */
address {}

/* --- Special typography */
/* -- Right column */
div#columns-right {
	font-size: 100%;
	color: #343E42;
}
div#columns-right h1 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 180%;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #ea9b25;
}
div#columns-right h2 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #372a22;
}
div#columns-right h3 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 115%;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #372a22;
}
div#columns-right h4 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
	color: #372a22;
}
div#columns-right p {
	line-height: 135%;
	margin-top: 0;
	margin-bottom: 9px;
}
div#columns-right div.newsbillDate 
{
	display: none;
}

div#columns-right div.right-menu
{
	border: solid 1px #eeeeee;
	padding: 2px;
}
div#columns-right div.right-menu ul
{
	border: solid 1px #eeeeee;
	border-top: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#columns-right div.right-menu
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 20px;
}
div#columns-right div.right-menu ul li
{ 
	display: inline;
	margin: 0;
	padding: 0;
}
div#columns-right div.right-menu ul li a
{ 
	background-color: #ea9b25;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #162256;
	border-top: solid 1px #eeeeee;
}
div#columns-right div.right-menu ul li a:hover
{ 
	text-decoration: underline;
}
div#columns-right div.right-menu ul li a.selected
{
	background-color: #823150;
	color: White;
}
/* -- Headings (set by replaceHeadingClasses() script) */
h1.main-first {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 160%;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #372a22;
}
h1.main-other {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 160%;
	font-weight: normal;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #372a22;
	
}

/* --- Dates */
div.newsbillDate, div.articleDate {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 80%;
	color: #707070;
	padding-bottom: 3px;
}
#columns-mid div.newsbillDate {
	font-size: 85%;
	padding-bottom: 3px;
	display: none;
}
div#columns-right div.newsBillContainer div.newsbillDate { display: block; }
div.subpage-columns-right div.newsbillDate { visibility: hidden; font-size: 1px; line-height: 0px; height: 1px; }
/* --- Links */
/* Read more */
.readMore1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}
.readMore1 a {
	padding-right: 22px;
	padding-top: 2px;
	padding-bottom: 6px;
	background-image: url(../_img/read-more-button.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
div#columns-right div.readMore1 a {
	padding: 0;
	font-weight: normal;
	background-image: none;
}

/* Default */
a:link {
	color: #05698B;
	text-decoration: underline;
}
a:active {
	color: #05698B;
	text-decoration: underline;
}
a:visited {
	color: #05698B;
	text-decoration: underline;
}
a:hover {
	color: #05698B;
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- PRINT STYLES */

@media print {
	body {
		width: auto;
		height: auto;
		color: #000000;
	}
	div#head { display: none; }
	div#menu { display: none; }
	div#container { 
		width: 620px;
		background-image: none;
		background-color: #ffffff;
	}
	div#content { 
		padding-bottom: 20px;
	}
	div#columns {
		width: 620px;
		padding-top: 0;
		border: none;
	}
	div#columns-row { width: 620px; }
	div#columns-path {
		color: #000000;
		padding-left: 0;
	}
	#columns-content {
		width: 620px; 
		background-image: none; 
	}
	#columns-path a:link, #columns-path a:active, #columns-path a:visited, #columns-path a:hover {
		color: #000000;
		text-decoration: none;
	}
	div#columns-search { display: none; }
	div#columns-left { display: none; }
	div#columns-content {
		width: 620px;
		float: none;
	}
	div#columns-mid {
		width: 620px;
		margin-left: 0;
		float: none;
	}
	div#columns-right { display: none; }
	div#footer {
		display: none;
	}
	.attachedHead { color: #000000; }
	h1, h1.main-first, h2, h3, h4 { color: #000000; }
	div#columns-right div.newsBillContainer h1, div#columns-right div.newsBillContainer h2, div#columns-right div.newsBillContainer h3, div#columns-right div.newsBillContainer h4 { color: #000000; }
	div.newsbillDate, div.articleDate { color: #000000; }
	div.readMore1 { display: none; }
	a:link, a:active, a:visited, a:hover {
		color: #000000;
		text-decoration: none;
	}
}
/* ---------------------------------------------------------------------------------------------------- */