/**************** General Classes *****************/
body {
	margin: 0px;
	font-size: 11px;
	color: #666666; /* Global Gray */
	background-image: url(../siteassist_images/body_background.jpg);
	line-height: 14px;
}

table, td, tr {
	margin: 0;
	padding:0;
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 760px;
	margin: 15px auto 0px auto;
	background-image: url(../siteassist_images/border_middle.jpg);
	background-color: #FFFFFF; /* Global White */
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F47820; /* Accent 10 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #78A769; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #017A20; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
		
}

#homePage h1 {
	clear: none;
}

#homePage h2 {
	clear: none;

}

#homePage h3 {
	clear: none;
}

a {
 color: #017A20; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	width: 860px;
	margin: 10px auto;
	color: #ffffff; /* Global White */
}

#footer a {
	color: #FFFFFF; /* Global White */
}

#borderTop {
	background-image: url(../siteassist_images/border_top.jpg);
	height: 7px;
}

#borderBottom {
	background-image: url(../siteassist_images/border_bottom.jpg);
	height: 7px;
}

/**************** Header Classes *****************/
#logo {
	padding: 0px 7px;
}

#homePage #header {
	background-image: url(../siteassist_images/home_header_background.jpg);
	background-repeat:no-repeat;
	height: 201px;
	margin: 0px 6px 0px 7px;
}


#subPage #header {
	background-image: url(../siteassist_images/sub_header_background.jpg);
	background-repeat:no-repeat;
	height: 61px;	
	margin: 0px 6px 0px 7px;	
}

#homePage #header #mainFeaturedLeft {
	float: left;
	width: 159px;
	padding: 30px 10px 10px 15px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedRight {
	margin-left: 184px;
	padding: 100px 215px 20px 30px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedLeft h1 {
	color: #DDECC3; /* BG Light */
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#homePage #header #mainFeaturedLeft p {
	color: #F1F0EE; /* Global Gray Light */
}

#homePage #header #mainFeaturedRight h1 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	font-style: italic;
}

#homePage #header #mainFeaturedRight h2 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	padding-left: 15px;
}

/**************** Top Nav Classes *****************/
#topNavTop {
	background-image: url(../siteassist_images/topnav_border_top.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
}

#topNav {
	background-image: url(../siteassist_images/topnav_border_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px 6px 0px 7px;
	padding: 10px 20px;
}

#innerContainerWrapper {
	background-image: url(../siteassist_images/inner_body_background.jpg);
	background-repeat:no-repeat;
	background-position: 0% 100%;
	background-color: #FFFFFF; /* Global White */
	padding: 15px 0px;
	margin: 0px 6px 0px 7px;
}

#innerContainerWrapper #innerContainer {
	background-image: url(../siteassist_images/inner_left_background.jpg);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 3px;
}

#innerContainerWrapper #innerContainer #innerLeft {
	width: 184px;
	float: left;
}


#homePage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 184px;
}

#subPage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 184px;
}

#subPage .contentHeaderContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage .contentBodyContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage div.hr {

}

/**************** Resources Classes *****************/
#resources {
	padding: 20px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 10px 5px 10px 10px;
}

#sideNav h1 {
	margin: 0px 0px 5px 0px;
}

#sideNav ul {
	list-style: none;
	margin:0;
	padding:0;
	
}

#sideNav li {
	margin:0;
	padding:0;
	
}

#sideNav ul.zamik {
	list-style: none;
	padding:3px 0 10px 20px;
}

#sideNav ul a {
	
	text-decoration:none;
	text-transform:uppercase;
	list-style: none;
	margin-left:0;
	padding-left:0;
	
}

#sideNav ul.zamik a {
	text-decoration:none;
	text-transform:none;
	list-style: none;
	margin-left:0;
	
}


#featured {
	padding: 0px 15px 10px 15px;
}

#featured .featuredLeft {
	float: left;
}

#featured {height: 1%;}

#featured .featuredRightContainer {
		

}


#featured #featuredRight {
	background-color:#FEEF9A;
	border:1px solid #999999;
	margin-bottom:10px;

	
}

.novicanaslov {
	
	background:#B4A446;
	border-bottom:1px solid #444444;
	padding: 5px;
	margin:0;
}

#featured h1 {
	margin: 0px 0px 0px 0px;

}
#featured #featuredRight {height: 1%;}
#featured h1 {height: 1%;}

#featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#featured li {
	padding-bottom: 10px;
}

.clearleft {
	clear:left;
}

.clear {
	clear:both;
}

#form-iskanje {
	float:right;
	width:310px;
	text-align:right;
	color:#F0ECC4;
	margin:0;
	padding:0;

}

.gumb {
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
	border-top: #b0b0b0 1px solid;
	border-left: #b0b0b0 1px solid;
	background-color: #FCE348;
	color: #635410;
}

.gumbigra {
	border: #666 1px solid;
	background-color: #FCE348;
	color: #635410;
}

.form-polje {
	border: #fff 1px solid;
	background-color: #FDECD8;
	color: #635410;
}

.kosarica-polje {
	border: #DBA060 1px solid;
	background-color: #FEFAF3;
	color: #635410;
	text-align:center;
	width:18px;
	height:18px;
	font-size:12px;
}



.novicanaslov h1 {color:#fff;}


.priporocamonaslov {
	background:#FBD2A2;
	padding: 5px;
}

