@charset "ISO-8859-1";

* {
  margin:0;
  padding:0;
}

body {
	margin:0px auto;
	height:100%;
	width:100%;
  font-family:Lucida Sans,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#666666;
}


/* BEGIN DIV STYLE */
div#container {
	margin:0px auto;
  padding:0px;
	width:940px;
	border:0px solid black;
}

div#header {
  width:900px;
  border:0px solid yellow;
  margin:0px 20px 0px 20px;
}

div#top_header {
  border:0px solid red;
  height: 27px;
  font-size:11px;
  font-weight:bold;
  color:#8B8B8B;
}

div#top_header .left {
  float:left;
}

div#top_header .center {
  float:left;
}

div#top_header .right {
  float:right;
}

div#center_right, div#center_left {
  float:left;
  width:20px;
  padding-top:42px;
  border:0px solid red;
}

div#center_content {
  float:left;
  width:860px;
  /*padding:10px;*/
  padding: 0px 10px 10px 10px;
  min-height:300px;
  border:10px solid white;
}

div#center_content .left {
  width:200px;
  float:left;
  padding-right:16px;
  border:0px solid black;
  min-height:400px;
}

div#center_content .center {
  width:860px;
  padding:5px 0px 10px 0px;
  margin-bottom:15px;
}

div#center_content .right {
  float:left;
  width:644px;
  padding-bottom:10px;
  margin-bottom:15px;
  border-bottom:1px dotted black;
  clear:right;
}

div#center_content .bottomLeft {
  float:left;
  width:312px;
  padding-right:10px;
  border:0px solid black;
}

div#center_content .bottomRight {
  float:left;
  width:312px;
  padding-left:10px;
  border:0px solid black;
}

div#center_content .dinamycContent {
  width:100%;
  margin-top:15px;
}

div#center_content .dinamycContent img {
  padding:4px;
  float:left;
}

div#center_content .dinamycContent .imgFrame {
  float:left;
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  width:70px;
  height:70px;
  margin-right:8px;
}

div#center_content .searchMenu {
  float:left;
  width:215px;
  line-height:23px;
  font-weight:bold;
  text-align:center;
}


div#footer {
  width:900px;
  border:0px solid yellow;
  margin:0px 20px 10px 20px;
  font-size:11px;
}

div#footer .left {
  padding:90px 0px 1px 0px;
  float:left;
}

div#footer .right {
  padding:90px 1px 0px 0px;
  float:right;
}

div#menu_right {
  float:left;
  padding-left:49px;
}

div#path {
  float:left;
  width:708px;
  height:20px;
  line-height:20px;
  font-size:11px;
}

div .frame2px {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  margin-right:8px;
}

div .frame2px img {
  padding:2px;
}


/* END DIV STYLE */ 

.homeNewsItem {
  font-size:10px;
  margin-top:8px;
  border-bottom:1px dotted black;
}

.homeNewsItem img {
  padding:4px;
}

.homeNewsItem p {
  padding-bottom:15px;
}

.homeNewsItem .imgFrame {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  width:70px;
  height:70px;
  margin:8px 0px 8px 0px;
}

.news {
  /*border-bottom:1px dotted black;*/
}

.news .date {
  font-weight:bold;
}

.news .title {
  font-weight:bold;
  margin-top:3px;
}

.news .body {
  margin:15px 0px 15px 0px;
}

.smallNews {
  float:left;
  width:280px;
  min-height:60px;
  padding:10px 0px 5px 0px;
  margin-bottom:10px;
  border-bottom:1px dotted black;
}
 
.smallNews .date {
  font-size:11px;
  font-weight:bold;
}

.smallNews .title {
  font-size:11px;
  font-weight:bold;
}

.smallNews .abstract {
  font-size:11px;  
}

input, textarea {
  font-family:Lucida Sans,Arial,Helvetica,sans-serif;
  font-size:12px;
}

select {
  font-family:Lucida Sans,Arial,Helvetica,sans-serif;
  font-size:12px;
}

.blueTitle {
  color: #0079B2;
  font-weight: bold;
  font-size:13px;
}

.error {
  font-size:10px;
  color:red;
  font-weight: bold;
  padding:0px;
}

p.separator {
  clear:both;
  margin:0px;
}



/* BEGIN MENU LINK CLASS AND STYLE */
#menu_link {
	border:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:8e8e8e;
  height:30px;
  float:left;
  width:660px;
}

#menu_link ul {
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
}

#menu_link li {
  float:left;
	padding:0px 5px;
}

#menu_link li a {
  color:#666666;
	display:block;
	font-weight:bold;
	line-height:30px;
	padding:0px 5px;
	text-align:center;
	text-decoration:none;
}

#menu_link li a:hover {
  color:#000000;
	text-decoration:none;
}

#menu_link li ul {
  background:#e0e0e0;
	border-left:2px solid #0079b2;
	border-right:2px solid #0079b2;
	border-bottom:2px solid #0079b2;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:225px;
	z-index:99;
}

#menu_link li:hover ul {
  display:block;
}

#menu_link li li {
  display:block;
	float:none;
	padding:0px;
	width:225px;
}

#menu_link li ul a {
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 8px;
	text-align:left;
}

#menu_link li ul a:hover {
  background:#949494;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#menu_link p {
  clear:left;
}	

#menu_link #current {
  background:url(../img/current-bg.gif) top left repeat-x;
	color:#ffffff;
  padding-top:0px;
}
		
/* END MENU CLASS AND STYLE */

/* BEGIN ANCHOR STYLE */

a:link {
	font-style:normal;
	text-decoration:none;
  color: #0079B2;
}

a:visited {
	font-style:normal;
	text-decoration:none;
  color:#0079B2;
}

a:hover {
	font-style:normal;
	text-decoration:underline;
}

a:active {
	font-style:normal;
	text-decoration:underline;
}

div#top_header a:link {
  font-weight:bold;
  color:#666666;
}

div#top_header a:visited {
  text-decoration:none;
  font-weight:bold;
  color:#666666;
}

div#top_header a:hover {
	text-decoration:underline;
}


a.blueLink:link {
  font-weight:bold;
  color:#0079B2;  
}

a.blueLink:hover {
  font-weight:bold;
  color:#0079B2;  
}

a.normalLink {
  font-weight:normal;
  color:#666666;
  text-decoration:none;
}


div#top_header a.blueLink:visited {
  font-weight:bold;
  color:#0079B2;
}

/* END ANCHOR STYLE */

#slideshow-container li {
  float:left;
  margin:0px;
  padding:0px;
  list-style:none;

}