* {
	margin: 0;
	outline: none;
	padding: 0;
}

* html .Block {
	height: 1%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr, acronym {
	font-size: 80%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
}

.Block {
	display: inline-block;
}

.Block:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.Blue p, .Search p {
	margin: 0;
	padding: 10px 12px;
}

body {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
}

.BodyContent ol li {
	line-height: 120%;
	list-style-type: decimal;
	margin-left: 15px;
	padding: 2px 0;
}

.BodyContent ul li {
	line-height: 120%;
	padding: 2px 0px;
	margin-left: 15px;
}

.BodyContent ul, .BodyContent ol {
	margin: 10px 0;
}

body.searchTips {
	padding: 30px;
	text-align: left;
}

.Breadcrumb {
	font-size: .85em;
	margin: 0 0 20px 0;
	/*padding: 5px 15px 5px 15px;*/
	padding: 5px 11px 5px 15px;
}

.Breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
}

.Breadcrumb li a {
	padding: 0 15px 0 0;
	text-decoration: none;
}

.Breadcrumb li a:hover {
	text-decoration: none;
}

.Breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Button {
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 2px 10px 2px 10px;
}

.Button, .SearchGoButton {
	cursor: pointer;
	font-size: .9em;
	font-weight: 400;
	height: 22px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	width: 70px;
}

.CategoryFeedList, .OtherFeedList,.CategoryFeedList li, .OtherFeedList li {
	list-style-type: none;
}

.CategoryPagination {
	font-size: .9em;
	padding: 0 5px;
	text-align: center;
}

.CategoryPagination .PagingList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.CategoryPagination .PagingList li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

cite, em, dfn {
	font-style: italic;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.CommentSettingsLink {
	padding: 5px 15px;
}

#Container
{
    /*border: 1px dashed #5A9AC6;*/
    /*border-bottom-width: 0px;*/
    margin: 5px auto 5px auto;
    text-align: left;
    width: 1000px;
}

.Content {
	float: left;
	min-height: 350px;
	padding: 10px 28px; /*14px;*/
	width: 600px;
}

#content {
	clear: both;
	margin: 0 auto;
	width: 980px;
}

.Content .BodyContent {
	padding: 0;
}

.Content .ContentPostDetails li {
	background-position: 0% 4px;
	background-repeat: no-repeat;
	padding: 0 15px 0 18px;
}

.Content h2 {
	font-size: 1.3em;
	line-height: 100%;
	padding: 0px 0px 15px 0px;
}

.Content h3 {
	font-size: 1.1em;
}

.Content h4, .Content h5, .Content h6 {
	padding: 5px 0;
}

.Content .listSummary fieldset {
	margin: 10px 0;
}

.Content .listSummary li {
	line-height: 120%;
	padding: 2px 15px;
}

.Content .listSummary .tplContent, .Content .listSummary h4, .Content .listSummary h3, .Content .listSummary h5, .Content .listSummary h2,.Content .tplContent h4, .Content .tplContent h3, .Content .tplContent h5, .Content .tplContent h2 {
	padding: 10px 0;
}

.Content .PostDetails li {
	background-position: 0% 6px;
	background-repeat: no-repeat;
	display: inline;
	padding: 3px 15px 0 20px;
}

.ContentModulesContainer, .listRow, .BodyContent {
	clear: both;
}

.ContentPostDetails {
	margin: 10px 0;
}

.ContentPostDetails li {
	display: inline;
}

del {
	text-decoration: line-through;
}

.FeedLink a {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 20px;
	text-decoration: none;
}

fieldset {
	margin: 5px 15px;
	padding: 20px;
}

.first {
	text-align: left;
}

.currentItem
{
    font-weight: bold !important;
}

#Footer {
	/*font-family: Tahoma, Geneva, sans-serif;*/
	/*font-size: .8em;*/
	font-family: 'Trebuchet MS';
	height: 100px;
	line-height: 130%;
	padding: 30px 0 0 0;
	text-align: left;
	width: 1000px;
	/*
	border: 1px dashed #5A9AC6;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;*/
    margin: 0px auto 5px auto;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	margin: 0;
	/*text-decoration: underline;*/
}

#FooterList.Block1 {
	float: left;
	padding-left: 20px;
}

#FooterList.Block2 {
	float: right;
	clear: none !important;
}

#FooterText {
	width: 400px;
}

#FooterText.Block1 {
	float: left;
}

#FooterText.Block2 {
	float: right;
}

form {
	margin: 0 0 20px 0;
	padding: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.28em;
}

h2 em {
	font-size: 1.15em;
}

h2.tplvar-author-name {
	font-size: 1.3em;
	font-weight: 700;
}

h3 {
	font-size: 1em;
}

h3.tpllang-ContentByAuthor {
	font-size: 1.3em;
	font-weight: 700;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

#Header {
	height: 130px;
}

#Header h1 {
	padding: 28px 0 0 31px;
}

#Header h1 a {
	/*font-family: arial, sans-serif;*/
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 100%;
	text-decoration: none;
}

.HighlightedLink a {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 8px;
	text-decoration: none;
}

.HorizontalFormContainer dd {
	margin-bottom: 5px;
	margin-left: 130px;
}

.HorizontalFormContainer dt {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	width: 130px;
}

.HorizontalFormContainer p.Submit {
	margin: 0 0 0 130px;
}

hr {
	border-top: 1px solid #000000;
	/*height: 1px;*/
}

html
{
    font-family:  Trebuchet MS; /*Arial, Helvetica, sans-serif;*/
    font-size: 62.5%;
}

html[xmlns] .Block {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

.HtmlBlock {
	margin: 0 0 1px 0;
}

.HtmlBlock p {
	padding: 0px 10px 5px 10px;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 3px;
}

.Left {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 150px;
}

.Right {

	float: right;
	padding: 10px 0px 10px 0px;
	width: 202px;
	line-height: 1em;
}

.Left .Block, .Right .Block {
	margin-bottom: 4px;
}

.Right .Block
{
    font-family: Trebuchet MS;
    font-size: small;
}

.Left h2, .Right h2 {
	font-size: 1.3em;
	font-weight: 400;
	font-weight: bold;
	margin: 0;
	padding: 8px 40px 6px 40px;
	/*text-transform: uppercase;*/
}

.Right h2{
    padding: 0px !important;
}


.Left li > a:hover, .Right li > a:hover {
	text-decoration: none;
}

.Left li a, .Right li a {
	display: block;
	padding-left: 10px;
	/*text-decoration: underline;*/
}

.Left li, .Right li {
	margin: 0;
	margin-top: 3px;
	padding: 0;
}

.Left .tplImage, .Right .tplImage {
	margin: 10px 12px;
}

.Left ul li a, .Right ul li a {
	/*background-position: 8px 15px;*/
	line-height: 19px;
	padding: 5px 50px 6px 50px;
}

.Left.left_menu_1
{
    padding: 5px 50px 4px 50px;
}

.Left ul li li a, .Right ul li li a {
	background-position: 18px 15px;
	padding-left: 27px;
}

.Left ul li li li a, .Right ul li li li a {
	background-position: 28px 15px;
	padding-left: 37px;
}

.Left ul, .Right ul {
	margin: 0 0 1px 0;
}

legend {
	font-size: 1.4em;
	font-weight: 400;
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
}

li.ContentAuthors {
	text-decoration: none;
}

li.ContentAuthors a {
	text-decoration: underline;
}

li.ContentAuthors a:hover {
	text-decoration: none;
}

li.ContentCategories {
	text-decoration: none;
}

li.ContentCategories a {
	text-decoration: underline;
}

li.ContentCategories a:hover {
	text-decoration: none;
}

.listRow {
	padding: 15px 0 0;
}

.listSummary {
	clear: both;
}

.listSummary li {
	padding-left: 10px;
}

#logo_wrap{
    float: left;
    height: 120px; /*200px;*/
	width:400px;
	margin: 0 0 0 10px;
}

#right_wrap{
    float: right;
    height: 120px;
    width: 580px;
}

#LogoImage {
	
	height: 100px;
	width:400px;
	
}

#LogoText {
	height: 36px;
}

#Slogan
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    padding: 0px 0px 5px 5px;
    /*letter-spacing: 0.03em !important;*/
    text-align: left;
    /*word-spacing: 0.21em;*/
  /*  text-align: justify;*/
}

#slogan_new
{
    font-family: 'Trebuchet MS';
    font-size: 13px;
    padding: 0px 0px 10px 50px;
    /*letter-spacing: 0.03em !important;*/
    text-align: left;
    /*word-spacing: 0.21em;*/
  /*  text-align: justify;*/
}

.slogan_slo{
    /*word-spacing: 0.21em;*/
}

.slogan_hrv{
    /*word-spacing: 1.16em;*/
}

.slogan_srb{
    /*word-spacing: 1.14em;*/
}


.hf_menu{
	clear: both;
/*	float: left;*/
	/*width: 580px;
	height: 47px;*/
	/*padding: 20px 0px 0px 0px;*/
	/*position: relative;*/
	/*width: 980px;*/
}

.h_left_menu{
   /* margin: 3px 0px 0px 0px;*/
    height: 50px;
}

.lang_menu{
    float:right;
    margin: 3px 0px 15px 0px;
    /*margin: 3px 0px 22px 0px; */
   /* width:100px;
    height: 40px;*/
}
.lang_menu li a{
    height: 25px !important;
}

.f_left_menu{
    /*padding-top: 100px;*/
}

.f_right_menu{
    /*padding-top: 100px;*/
    clear: none !important;
}



.hf_menu > ul > li.HasSubMenu {
	padding-right: 10px;
}

.hf_menu li {
	float: left;
	height: 47px;
	list-style: none;
	padding: 0 5px;

}

.hf_menu li a
{
    display: block;
    /*font-family: georgia, arial, sans-serif;*/
    font-family: 'Trebuchet MS';
    font-size: .85em;
    /*font-weight: 400;*/
    height: 36px;
    padding: 13px 22px 0 22px;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: thin;
    border-top-color: #00FFFF;
    /*width:60px;*/
    line-height:16px;
}




.hf_menu .last_li a{
    border-right-width: 0;
}

.hf_menu li ul {
	float: left;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	width: 980px;
	z-index: 1;
}

.hf_menu li ul li {
	float: left;
	height: 29px;
	text-align: left;
}

.hf_menu li ul li a {
	display: block;
	font-size: 1em;
	font-weight: normal;
	height: auto;
	padding: 2px 10px 0 10px;
	text-transform: none;
}

.hf_menu li ul li a, .hf_menu li.over li a {
	text-decoration: none !important;
}

.hf_menu li:hover ul, .hf_menu li.over ul {
	display: block;
}

.hf_menu ul > li > ul > li > ul {
	left: 150px;
	position: absolute;
	text-align: left;
	top: 0;
}

.hf_menu ul a {
	display: block;
	position: relative;
}

.hf_menu ul li {
	float: left;
	/*float: right;*/
	position: relative;
}

.hf_menu ul li li li:hover ul, .hf_menu ul li li li.sfHover ul {
	left: 10em;
	top: 0;
}

.hf_menu ul li li:hover li ul, .hf_menu ul li li.sfHover li ul {
	top: -999em;
}

.hf_menu ul li li:hover ul, .hf_menu ul li li.sfHover ul {
	left: 15em !important;
	top: 0 !important;
}

.hf_menu ul li:hover {
	visibility: inherit;
	z-index: 300000;
}

.hf_menu ul li:hover li ul, .hf_menu ul li.sfHover li ul {
	top: -999em;
}

.hf_menu ul li:hover ul, .hf_menu ul li.sfHover ul {
	left: 0;
	top: 40px;
	z-index: 99;
}

.hf_menu ul ul {
	position: absolute;
	top: -999em;
	width: 15em;
}

.hf_menu ul ul li {
	width: 100%;
}

.hf_menu ul, .hf_menu ul * {
	list-style: none;
	margin: 0;
	padding: 0;
}


p {
	margin: 0 0 5px 0;
	line-height: 1.3em;
}

q {
	quotes: "" "";
}



.RSSBlock h2 a {
	background-position: 5px 10px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0.84em;
	height: 35px;
	padding-left: 43px;
	padding-top: 15px;
}

.RSSBlock h2, .RSSBlock {
	padding: 0 !important;
}

.Search {
	margin: 0 0 1px 0;
	padding: 0;
}

.Search form {
	padding: 0 12px;
}

.Search p {
	font-size: .85em;
	margin-top: -62px;
}

.SearchGoButton {
	margin-left: 105px;
}

.SearchToggleLinkShow, .SearchToggleLinkHide {
	font-size: .8em;
}

select option {
	padding: 0 10px;
}



.Small {
	font-size: .8em;
}

small, sup, sub {
	font-size: 85%;
}

#smallSearch_Query {
	width: 166px;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

sub {
	vertical-align: sub;
}

sub, sup {
	vertical-align: baseline;
}

.Summary h2 {
	border-bottom: 0;
}

.Summary li {
	border-top: none;
	margin: 0;
	padding: 10px 12px !important;
}

.Summary li a {
	padding: 0 !important;
	text-decoration: underline;
}

.Summary li a:hover {
	text-decoration: none;
}

sup {
	vertical-align: super;
}

table {
	/*border-collapse: 1px;*/
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

td {
	padding: 4px 10px 4px 10px;
	vertical-align: top;
}

.Testimonial {
	margin: 10px 0;
	padding: 5px 20px;
}

th {
	padding: 6px 10px 6px 10px;
	text-align: center;
	vertical-align: top;
}

th a img {
	margin: 0 0 10px 0;
	text-decoration: none;
}

th p {
	margin: 5px 0 5px 0;
}

.tplAuthorImage {
	margin: 5px 15px 15px 15px;
}

.tplWidthColumns1 {
	width: 970px;
}

.tplWidthColumns2 {
	width: 752px;
}

.tplWidthColumns3 {
	/*width: 534px;*/
	width: 572px;
}

ul, ol, dir, menu {
	list-style: none;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 0;
}

.ViewAuthorContainer h3 {
	clear: both;
}

.White {
	margin: 0 0 1px 0;
}

.White p {
	padding: 0 15px 5px 15px;
}


