/* body */
body {
	margin: 0 auto;
	background-image: url(/img/yellow/main_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #f1cc9e;
}
body img {
	margin: 0 auto;
	vertical-align: middle;
}
img {
	border: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

 /* WinIE6 and below */
 /*?*/
 * html .clearfix{height:1%;}
 /**/
 
 /* MacIE only */
 /*?*//*/
 .clearfix{
 	display:inline-table;
}
/**/

img, div {
	behavior: url("../png_fix/iepngfix.htc")
}

td {
	vertical-align: top;
}

/* page */
.page {
	width: 950px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.bg {
	background-image: url(/img/yellow/brjago_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.left_column {
	width: 170px;
}
.center_column {
	width: 540px;
	padding: 0px 10px 0px 0px;
}
.right_column {
	width: 230px;
}

/* header */
.header {
	height: 155px;
}
.logo {
	float: left;
	padding: 35px 0px 15px 0px;
}
.see_also {
	float: right;
}

/* footer */
.footer {
	background-image: url(/img/yellow/footer_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
}
.footer_content {
	background-image: url(/img/yellow/footer_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 15px;
	text-align: right;
	text-align: center;
	padding: 20px 0px 10px 0px;
	color: #ae4b00;
	font-size: 11px;
}

/* content */
.content_frame {
	background-color: white;
	padding: 20px 20px 5px 20px;
	line-height: 18px;
	text-align: justify;
	background-image: url(/img/yellow/content_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 500px;
}
.content {
	min-height: 220px;
}
.content img {
	margin: 4px 9px 5px 0px;
	border: 3px solid #ccc;
}
.content a img:hover{
	border: 3px solid #df8d27;
}
.content p {
	
}
.news p {
	/*
border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
*/
}
.line {
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.banner {
	height: 150px;
}
.title_line {
	border-bottom: 1px solid #df8d27;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
.print {
	float: right;
}
.print img {
	vertical-align: bottom;
	margin: 0px 0px 2px 5px;
}
.footer_nav img {
	border: none;
	margin: 0px 5px 5px 5px;
}

p {
	margin: 10px 0px 10px 0px;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 0px;
	margin: 10px 0px 10px 0px;
	clear: both;
}
h1 {
	float: left;
	color: #ae4b00;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
}
h4 {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
}
.txt_gray {
	color: #999;
}
.vir {
	color: #999;
	font-size: 11px;
	margin: 10px 0px 5px 0px;
}
.gray_line {
	background-color: #ccc;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
.language {
	background-image: url(/img/yellow/language_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	height: 38px;
	color: white;
}
.language a, .language a:link, .language a:visited {
	color: white;
	text-decoration: none;
}
.language a:hover {
	color: black;
	text-decoration: none;
}
.language img {
	margin: 0px 5px 1px 0px;
	border: 1px solid black;
}
.language_si {
	float: left;
	width: 105px;
	padding: 12px 0px 0px 10px;
}
.language_si_off {
	background-image: url(/img/yellow/language_si_hover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	width: 105px;
	padding: 12px 0px 0px 10px;
	height: 26px;
}
.language_en {
	float: left;
	width: 105px;
	padding: 12px 0px 0px 10px;
}
.language_en_off {
	background-image: url(/img/yellow/language_en_hover.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	width: 105px;
	padding: 12px 0px 0px 10px;
	height: 26px;
}
.language_en_off img {
	border: 1px solid white;
}
.language_si_off img {
	border: 1px solid white;
}
.language a:hover img {
	border: 1px solid black;
}
.box {
	
}
.box_content {
	background-color: white;
	padding: 10px;
	line-height: 16px;
}
.box_footer {
	background-image: url(/img/yellow/box_footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px 0px 10px 0px;
}
.box_title {
	background-image: url(/img/yellow/box_title_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #df8e27;
	border-bottom: 1px solid #c27840;
	
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 0px 10px 5px 10px;
	text-transform: uppercase;
}
.box_title img {
	margin: 0px 5px 4px 0px;
}
.box_title_top {
	background-image: url(/img/yellow/box_title_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #df8e27;
	height: 10px;
}
.box_title_top_first {
	background-image: url(/img/yellow/box_title_top_first.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 10px;
}
.blog_teaser {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
.archive_btn {
	background-image: url(/img/yellow/archive_btn_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100px;
}
.archive_btn_content {
	background-image: url(/img/yellow/archive_btn_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 20px 0px 20px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 46px;
	text-align: center;
}
.date img {
	margin: 0px 5px 5px 0px;
}

/* nav */
ul {
	margin: 0px;
	padding: 0px;
}
.main_nav {
	background-image: url(/img/yellow/main_nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.main_nav_content {
	padding: 10px 10px 10px 10px;
	min-height: 220px;
}
.main_nav_bottom {
	background-image: url(/img/yellow/main_nav_footer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
}
.main_nav_item {
	background-image: url(/img/yellow/white_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: white;
	border-top: 1px solid #eaad4e;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	display: block;
}
.main_nav_item:hover {
	background-image: url(/img/yellow/dark_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #ae4b00;
}
.main_nav_item_first {
	background-image: url(/img/yellow/white_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	display: block;
}
.main_nav_item_first:hover {
	background-image: url(/img/yellow/dark_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #ae4b00;
}
.main_nav_subitem {
	background-image: url(/img/yellow/white_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;
	margin: 2px 0px 2px 10px;
	padding: 5px 0px 5px 0px;
	display: block;
}
.main_nav_subitem:hover {
	background-image: url(/img/yellow/dark_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #ae4b00;
}
.main_nav_btn {
	color: white;
	border-top: 1px solid #eaad4e;
	padding: 15px 0px 5px 0px;
	text-align: center;
}

/* link */
a, a:link, a:visited {
	color: #0066aa;
	text-decoration: none;
}
a:hover {
	color: #df8d27;
	text-decoration: none;
}
.main_nav_item a, .main_nav_item a:link, .main_nav_item a:visited, .main_nav_item a:active {
	color: white;
	text-decoration: none;
}
.main_nav_item a:hover {
	color: #ae4b00;
	text-decoration: none;
}
.main_nav_item_first a, .main_nav_item_first a:link, .main_nav_item_first a:visited, .main_nav_item_first a:active {
	color: white;
	text-decoration: none;
}
.main_nav_item_first a:hover {
	color: #ae4b00;
	text-decoration: none;
}
.main_nav_subitem a, .main_nav_subitem a:link, .main_nav_subitem a:visited, .main_nav_subitem a:active {
	color: white;
	text-decoration: none;
}
.main_nav_subitem a:hover {
	color: #ae4b00;
	text-decoration: none;
}
.print a, .print a:link, .print a:visited {
	color: #999;
	text-decoration: none;
}
.print a:hover {
	color: #333;
	text-decoration: none;
}
.footer_content a, .footer_content a:link, .footer_content a:visited {
	color: #df8d27;
	text-decoration: none;
}
.footer_content a:hover {
	color: #ae4b00;
	text-decoration: none;
}
.footer_nav {
	border-top: 1px solid #ccc;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.footer_nav img {
	border: 0px;
}
.footer_nav a, .footer_nav a:link, .footer_nav a:visited {
	color: #999;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #333;
	text-decoration: none;
}
.archive_btn_content a, .archive_btn_content a:link, .archive_btn_content a:visited {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.archive_btn_content a:hover {
	color: #ae4b00;
	text-decoration: none;
}
.date img {
	border: none;
}
.date {
	color: #999;
	font-size: 11px;
	display: block;
}
.news .content_title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	text-transform: uppercase;
	display: block;
}
.content_title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
	display: block;
}
.content_title_gray {
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
	display: block;
}
.box_content_title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 18px;
}
.footer_nav {
	
}
.footer_nav_left {
	float: left;
}
.footer_nav_right {
	float: right;
}
#last {
	margin: 0px;
	padding: 0px;
	border: none;
}
.comment img {
	border: none;
}
.comment_dark img {
	border: none;
}
.comment {
	line-height: 14px;
	padding: 10px;
	margin: 0px 0px 2px 0px;
}
.comment_dark {
	line-height: 14px;
	padding: 10px;
	margin: 0px 0px 2px 0px;
	background-color: #f7f7f7;
}
.comment_user img {
	margin: 0px 5px 5px 5px;
}
.comment_user {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin: 0px 0px 7px 0px;
}
.comment_date {
	float: right;
	color: #999;
	font-size: 11px;
}
.comment_option {
	color: #777;
	padding: 0px 5px 0px 0px;
}
.comment_input input {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: white;
	margin: 0px 0px 10px 0px;
}
.comment_input textarea {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
	color: black;
	background-color: white;
	margin: 0px 0px 10px 0px;
}
.comment_table_right {
	text-align:left;
	line-height:14px;
}
.comment_btn {
	background-image: url(/img/yellow/archive_btn_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 150px;
}
.comment_btn_content {
	background-image: url(/img/yellow/archive_btn_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 20px 0px 20px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	height: 46px;
	text-align: center;
}
.comment_btn_content a, .comment_btn_content a:link, .comment_btn_content a:visited {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.comment_btn_content a:hover {
	color: #ae4b00;
	text-decoration: none;
}
@media print{
 #toprow { display:none;}
 #footerrow { display:none;}
 #contentrow { display: block; }
}
.box_content_color_scheme {
	background-color: white;
	padding: 10px;
	line-height: 16px;
	padding: 10px 10px 0px 10px;
}
.box_content_color_scheme img {
	margin: 0px 7px 0px 0px;
}
.rss {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #d0d0d0;
}
.rss img {
	vertical-align: bottom;
	margin: 0px 5px 2px 0px;
}
.rss a, .rss a:link, .rss a:visited {
color: #df8d27;
text-decoration: none;
}
.rss a:hover {
color: black;
text-decoration: none;
}
