body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Tahoma,"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: x-small;
	/*color: #333333; */
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}


/* ################################## Global styles */

img {
	border: 0;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #555555;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

.extlink { 
	margin-left: 2px;
}

/* ################################## Main content styles */

#content {
	font-family: Tahoma,"Helvetica Neue",Arial,Helvetica,sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	line-height: 1.4em;
}

#content h1 {
	font: bold 1.5em Georgia,Times,"Times New Roman",serif;
	margin: 0 0 0.3em 0;
	padding: 11px 0.2em 0.2em 0;
	color: #448D33;
}

#content h2 {
	font-size: 1.1em;
	color: #555555;
}

#content h3 {
	font-size: 1em;
	font-style: italic;
	color: #555555;
}

#content h4 {
	font-size: 1em;
	color: #555555;
}

.summary {
	font-weight: bold;
}

.pull {
	float: right;
	width: 50%;
	margin: 0.3em 0 0.3em 0.3em;
	padding: 0.3em;
	border: 1px dashed #336600;
	background-color: #f5f5f5;
}

div.right-teaser {
	padding: 0.3em;
	border: 2px dotted #aaaaaa;
	background-color: #ffffff;
	font-size: 85%;
}

table.simple {
	border: 1px solid #336600;
}

table.simple th {
	background-color: #339900;
	color: #ffffff
}

table.simple td {
	background-color: #efefef;
}

span.code {
	font-family: courier, serif;
}

span.lfloat {
	clear: left;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

/* Owen hack - hide from IE */
head:first-child+body .lfloat {
	padding: 0.5em 0.25em 0.5em 0;
}

span.rfloat {
	clear: right;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

/* ################################## Paragraph styles */

div.pl {
	margin-bottom: 1em;
}

div.pc {
	text-align: center;
	margin-bottom: 1em;
}

div.pj {
	text-align: justify;
	margin-bottom: 1em;
}

div.pr {
	clear: right;
	text-align: right;
	margin-bottom: 1em;
}

/* ################################## Layout - top to bottom (banner, top bar, two/three columns and nav, footer) */


/* ##### DARD banner ##### */

#banner {
	width: 100%;
	height: 103px;
	background: url(banner-ruralni-bg.jpg) right no-repeat;
}

#banner .main-brand {
	float: left;
}

#banner .ancillary-brand {
	float: right;
	margin: 35px 5px 0 0;
}

/* ### DARD top nav ### */

#corporatenav {
	border-top: 5px solid #1a510d;
	width: 100%;
	height: 2.2em;
	font-family: Tahoma,"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 0.917em;
	background: #d2ddba;
	color: #3F6F26;
}

#corporatenav ul {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

#corporatenav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
}

#corporatenav a {
	padding: 0 .5em 0 .5em;
	font-weight: bold;
	border-right: 1px solid #3F6F26;
	text-shadow: 0 1px 1px #fff;
}

#corporatenav li:last-child a {
	border-right: none;
}

#corporatenav a:link {
	color: #3F6F26;
	text-decoration: none;
}

#corporatenav a:visited {
	color: #3F6F26;
	text-decoration: none;
}

#corporatenav a:hover {
	color: #0C1C62;
	text-decoration: underline;
}

#corporatenav li.skip a {
 	position: absolute;
	height: 0;
	width: 0;
	overflow: hidden;
}

/* ### DARD search ### */

/* search css */
#qsearch {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	vertical-align: top;
	background: #d2ddba;
}
#qsearch label {
	font-weight: bold;
	color: #3F6F26;
}
/* vertically align in IE */
* html #qsearch label {
	position: relative;
	top: -1px;
}
#qsearch fieldset {
	border: 0 solid;
	margin: 0;
	padding: 0;
}
#qsearch form {
	display: inline;
	margin: 0;
	padding: 0;
}
#qs-qt {
	width: 10.5em;
	height: 1.2em;
	border: none;
	margin: 1px 2px 0 2px;
}
#qssubmit {
	background-color: #3F6F26;
	font-weight: bold;
	color: #fff;
	border: none; 
	font-size: 90%;
}
* html #qssubmit { padding: .1em; }
#qssubmit {
	voice-family: "\"}\""; 
	voice-family: inherit; 
	padding: 2px;
}


/* dummy rule for IE5 cause of voice-family hack */
.dummy {}

/* ### DARD breadcrumb ### */

#breadcrumb {
	clear: left;
	width: 98%;
	min-height: 1.7em;
	line-height: 1.7em;
	font-size: 0.8334em;
	color: #000;
	background-color: #fff;
	border-bottom: 1px dotted #9c3;
	padding: 0 0 .5em 6px;
	margin: 0;
}
* html #breadcrumb {
	height: 1.6em;
}
#breadcrumb a {
	padding: 0 3px 0 0;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a:visited {
	color: #0000ff;
}
#breadcrumb ul {
	float: left;
	margin: 0 0 0 .5em;
	padding: 3px 0 3px 0;
}
#breadcrumb li {
	display: inline;
	list-style: none;
}


/* Wrappers for two/three column or portal layout */

#outer-wrapper {
	padding: 0 5px 7px 5px;
}

#wrapper {
    width: 100%;
	border: 0;
}

/* Properties that both columns have in common */

.side-column {
    max-width: 12.5em;
	vertical-align: top;
}

/* Properties that are unique for each column */


#left-col {
	width: 21.5%;
	padding: 15px 0 1em 0;
}

#right-col {
	width: 23%;
	padding: 15px 0 1em 0;
}

/* ### DARD left column ### */

#left-nav {
	background: #478C39;
	color: #fff;
	padding-bottom: 12px;
}

#left-nav ul {
	margin: 0;
	padding: 12px 0 0 21px;
}

#left-nav ul li {
	list-style: square;
	padding: 0 10px 10px 0;
}

#left-nav ul li:last-child {
	padding-bottom: 0;
}

#left-nav ul li ul {
	padding-left: 16px;
}

#left-nav ul li a {
	color: #fff;
	text-decoration: none;
}

#left-nav ul li a:hover {
	text-decoration: underline;
}

/* ### DARD right column ### */

#right-content {
	background: #478C39;
	color: #fff;
	padding: 1em;
}

#right-content a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


/* ### old left and right columns ###

#left-nav {
	background-color: #ffffff;
	border: 1px solid #336600;
	padding: 0 0.3em 0.3em 0.3em;
	font-weight: bold;
}

#right-nav {
	background-color: #ffffff;
	border: 1px solid #336600;
	padding: 0 0.3em 0.3em 0.3em;
}

#left-content {
	margin: 0.0em 0 0 0;
}

#left-nav h2 {
	margin: 0.2em 0 0 0;
	padding: 0.1em 0.2em 0.1em 0.2em;
	background-color: #d2ddba;
	color: #000000;
	font-size: 100%;
}

#left-nav ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-image: url(pics/right.gif);
}

#left-nav ul li {
    margin: 0;
	padding: 0.2em 0 0.2em 0;
 	list-style-type: none;
	border-bottom: 1px solid #339900;
}

#left-nav ul li ul {
	border: 0;
}

#left-nav ul li ul li {
	border: 0;
	margin-left: 1.5em;
	list-style-image: url(r-bul.gif);
}

#left-nav a {
    text-decoration: none;
	color: #336600;
	font-weight: normal;
}

#left-nav a:hover {
    text-decoration: underline;
}

#right-content {
	margin: 0.5em 0 0 0;
}
 
#right-nav h2 {
	margin: 0.2em 0 0 0;
	padding: 0.1em 0.2em 0.1em 0.2em;
	background-color: #555;
	color: #fff;
	font-size: 100%;
}

#right-nav ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-image: url(pics/right.gif);
}

#right-nav ul li {
    margin: 0;
	padding: 0.2em 0 0.2em 0;
 	list-style-type: none;
	border-bottom: 1px solid #aaa;
}

#right-nav ul li ul {
	border: 0;
}

#right-nav ul li ul li {
	border: 0;
	margin-left: 1.5em;
	list-style-image: url(r-bul.gif);
}

#right-nav a {
    text-decoration: none;
	color: #0000FF;
}

#right-nav a:hover {
    text-decoration: underline;
}


.lcontent {
    margin: 0.5em 0 0.5em 0;
    padding: 0em 1em 1em 0em;
}

.rcontent {
    margin: 0.5em 0 0.5em 0;
    padding: 0em 1em 1em 0em;
}

.rcontent img {
	border: 1px solid #000000;
}

#right-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;	
	color: #000000;
	border: 1px solid #336600;
	padding: 0 0.3em 0.3em 0.3em;
	font-size: 100%;
	margin: 0.2em 0 0 0;
}

#right-content h2 {
	font-size: 1.1em;
	color: #555555;
}

#right-content h3 {
	font-size: 1em;
	font-style: italic;
	color: #555555;
}

#right-content h4 {
	font-size: 1em;
	color: #555555;
}

### end old right and left columns */

#main {
	vertical-align: top;
    min-width: 200px;
    padding: 0px 13px 10px 13px;
}

/* footer */

#footer {
	background: #002856;
	margin: 0;
	padding: 0.5em;
	font-size: 85%;
	font-family: Tahoma,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

#footer a {
	color: #fff;
}

#footer-nav ul {
	margin: 0;
	padding: 8px 0 0 0;
}

#footer-nav ul li {
	list-style-type: none;
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 0.5em;
	margin: 0;
	border-right: 1px solid #fff;
}

#footer-nav ul li:last-child {
	border-right: none;
}

@media tty {
 i{content:"\";/*" "*/}} @import 'site-ie5.css'; /*";}
}/* */







	

	
